...
Table of Contents:
Table of Contents |
---|
...
Introduction
Eaton PDUs are used throughout KPF, with one (or more) located at various locations throughout the system. They are controlled in software via the kpfpower KTL service.
...
Relevant Devices
Description | Qty | Source | Part Number |
---|---|---|---|
8-outlet Power Distribution Unit |
12 | Eaton | EMAT08-10 | |
16-outlet Power Distribution Unit | 1 | Eaton | EMAU05-10 |
Relevant Functional Block Diagram
Software Actions
...
Action
...
Notes
...
Turn on / off outlet
...
Core functionality, but can be controlled outside of the service via the administrator webpage
...
Register outlet state
...
If another method is used to turn on / off a outlet, the software needs to register that state
...
Lock outlet
...
There is the capability to lock an outlet so that it cannot be turned off.
...
Log power draw from outlet
...
Power draw from an outlet in units of Watts.
...
Turn on / off all outlets
...
The ability to monitor, turn on, and turn off all outlets at once.
...
Remember outlet state across PDU being turned on/off
...
If the PDU is turned off and then on, the ability to have outlet states preset
...
Log SNMP connection status
...
Whether or not the communication to the SNMP is available.
Required Adjustable Settings
...
Setting
...
When Needed
...
Notes
...
Build
...
Observing
...
Maintenance
...
PDU IP Address
...
Yes
...
No
...
Maybe
...
Outlet Status Update Rate
...
Yes
...
No
...
Maybe
...
Outlet Lock Status Update Rate
...
Yes
...
No
...
Maybe
Required Telemetry
Parameter
Report Frequency
Purpose
Notes
Outlet Status Change
1 / 5 sec
The frequency at which the outlet status is read.
Currently hardcoded to be 5 seconds. The web interface could change the outlet and it would take up to 5 seconds for that change to register.
Outlet Lock Status
The frequency at which the outlet lock status is read.
Power draw
1 / 5 sec
The frequency at which the outlet power rate is read.
Required Alarms
...
Parameter
...
Threshold
...
Notes
...
Relevant Datasheets & Manuals
Description | File | Source | |||||
---|---|---|---|---|---|---|---|
1 | Configure module quick start guide |
| https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html | ||||
2 | Operations Manual |
| https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html | ||||
3 | Instruction Set Systems Object Manual |
| https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html | ||||
4 | Technical Drawing |
| https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html | ||||
5 | Visio Stencil |
| https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html | ||||
6 | Double-wide Installation Quick Start Guide |
| https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html | ||||
7 | 1U and 2U rack mount installation addendum |
| https://www.eaton.com/us/en-us/skuPage.EMAT08-10.resources.html | ||||
8 | Original collection of KPF PDU Serial Number Tags |
| Included as these are needed for default credentials (in case of reset) |
...
Installation Instructions
Description | File | ||||
---|---|---|---|---|---|
Change the IP address and also the login account user name and password |
| ||||
Note that SNMP is required by the KTL Eaton dispatcher, however it is not enabled by default on the Eatons.
|
Dispatcher Implementation
Note the SNMP implementation used by the Keck Observatory relies on the v1 of the SNMP protocol. The Eaton PDU is configured to use the v1 and v3 protocol at the same time.
Keyword
Value
Type
STRIP_A_ADDRESS
192.168.23.105
String, read only, giving the IP address of the PDU
STRIP_A_OUTLETS
On / Off / Mixed
KTL enumerated list that says whether all of the outlets are on, off, or a mixture of the two. This is writable.
STRIP_A_SNMP
Unknown / Online / Refusing / Offline
The state of the SNMP connection to the PDU.
STRIP_A_FIRMWARE
02.00.0053
Firmware version string, read only
STRIP_A_MODEL
EMAT08-10
Model number version string, read only.
STRIP_A_NAME
PDU
Name string, read only
STRIP_A_SERIAL
G624K02087
Serial number string, read only
OUTLET_A#
On / Off / Pending On / Pending Off
KTL enumerated list. Can be written. Gives or sets state of the outlet. There are 8 outlets and the number corresponds to the number on the chassis and in the web interface.
OUTLET_A#_DRAW
Float value of the Watts drawn by the outlet.
Read only value of the power draw on the outlet.
OUTLET_A#_LOCK
Unknown / Unlocked / Locked
KTL enumerated list of the lock state of the outlet. When locked cannot have the state (on or off) changed.
OUTLET_A#_NAME
Outlet A#
Read only string of the name of the outlet.
OUTLET_A#_POS
Off / On / Last State
If the PDU is power cycled, this keyword is used to set the state of the outlet. Defaults to Last state.
Configuration
Value
Explanation
Hostname
192.168.23.105
IP address of the PDU. Maps to STRIP_A_ADDRESS keyword.
Read
public
SNMP reads are public in the v1 of the SNMP protocol
Write
private