6 #ifndef __PDUMODEL_OUTLET_IDL__
7 #define __PDUMODEL_OUTLET_IDL__
9 #include <Nameplate.idl>
10 #include <NumericSensor.idl>
11 #include <StateSensor.idl>
14 #include <OverCurrentProtector.idl>
15 #include <Controller.idl>
16 #include <Waveform.idl>
32 constant
int ERR_OUTLET_NOT_SWITCHABLE = 1;
33 constant
int ERR_LOAD_SHEDDING_ACTIVE = 2;
34 constant
int ERR_OUTLET_DISABLED = 3;
35 constant
int ERR_OUTLET_NOT_OFF = 4;
37 constant
int ERR_INVALID_PARAM = 1;
Sub controller interface.
Definition: Controller.idl:26
Common base interface for any kind of electrical device that is used in the PDU model,...
Definition: EDevice.idl:27
Inlet interface
Definition: Inlet.idl:22
Outlet interface
Definition: Outlet.idl:30
State getState()
Retrieve the outlet state.
int setSettings(in Settings settings)
Change the outlet settings.
PowerState
Outlet power state.
Definition: Outlet.idl:52
@ PS_OFF
Switch off / Power is off.
Definition: Outlet.idl:53
int setPowerState(in PowerState pstate)
Switch the outlet.
Controller getController()
Get the controller for this outlet.
MetaData getMetaData()
Retrieve the outlet metadata.
int unstick()
Trigger an attempt to un-stick sticking relay contacts.
Settings getSettings()
Retrieve the outlet settings.
int cyclePowerState()
Power-cycle the outlet.
StartupState
Outlet power state on device startup
Definition: Outlet.idl:86
@ SS_LASTKNOWN
Last known power state will be restored.
Definition: Outlet.idl:89
@ SS_OFF
Outlet will be switched off
Definition: Outlet.idl:88
@ SS_ON
Outlet will be switched on
Definition: Outlet.idl:87
Sensors getSensors()
Get the outlet sensors.
Waveform getInrushWaveform()
Get the voltage and current waveforms at the time of last switch on operation.
void getIOP(out Inlet i, out OverCurrentProtector o, out vector< Pole > p)
Get inlet, overcurrent protector and poles.
Overcurrent protector interface.
Definition: OverCurrentProtector.idl:27
A sensor with numeric readings.
Definition: NumericSensor.idl:17
Sensor with discrete readings.
Definition: StateSensor.idl:43
Basic IDL definitions.
Definition: Event.idl:10
PDU Model.
Definition: Ade.idl:12
Sensors Model.
Definition: AccumulatingNumericSensor.idl:13
Common base for all events.
Definition: Event.idl:13
Component nameplate information.
Definition: Nameplate.idl:23
Outlet statistics
Definition: Outlet.idl:24
int relayFailCnt
Relay failure count.
Definition: Outlet.idl:26
int relayCycleCnt
Relay switch count.
Definition: Outlet.idl:25
Outlet LED state
Definition: Outlet.idl:59
boolean green
true if the green LED is enabled
Definition: Outlet.idl:61
boolean blinking
true if the LED is blinking
Definition: Outlet.idl:62
boolean red
true if the red LED is enabled
Definition: Outlet.idl:60
Event: Power control was initiated.
Definition: Outlet.idl:127
boolean cycle
Whether the outlet was cycled.
Definition: Outlet.idl:129
PowerState state
State the outlet was switched to (if cycle is false)
Definition: Outlet.idl:128
Outlet sensors
Definition: Outlet.idl:104
sensors::NumericSensor activeEnergy
Active energy sensor.
Definition: Outlet.idl:115
sensors::NumericSensor powerFactor
Power factor sensor.
Definition: Outlet.idl:113
sensors::NumericSensor voltage
RMS voltage sensor (may be a VoltageMonitoringSensor)
Definition: Outlet.idl:105
sensors::NumericSensor peakCurrent
Peak current sensor.
Definition: Outlet.idl:107
sensors::NumericSensor phaseAngle
Phase angle sensor.
Definition: Outlet.idl:117
sensors::NumericSensor lineFrequency
AC line frequency sensor.
Definition: Outlet.idl:118
sensors::NumericSensor activePower
Active power sensor.
Definition: Outlet.idl:110
sensors::NumericSensor current
RMS current sensor.
Definition: Outlet.idl:106
sensors::NumericSensor crestFactor
Crest factor sensor.
Definition: Outlet.idl:119
sensors::NumericSensor inrushCurrent
In-rush current occuring after turning outlet on.
Definition: Outlet.idl:122
sensors::NumericSensor displacementPowerFactor
Displacement power factor sensor.
Definition: Outlet.idl:114
sensors::NumericSensor voltageThd
Voltage total harmonic distortion sensor.
Definition: Outlet.idl:120
sensors::NumericSensor apparentPower
Apparent power sensor.
Definition: Outlet.idl:112
sensors::NumericSensor apparentEnergy
Apparent energy sensor.
Definition: Outlet.idl:116
sensors::NumericSensor unbalancedCurrent
Current unbalance sensor.
Definition: Outlet.idl:109
sensors::StateSensor outletState
Outlet power state sensor
Definition: Outlet.idl:123
sensors::NumericSensor maximumCurrent
Maximum current sensor.
Definition: Outlet.idl:108
sensors::NumericSensor reactivePower
Reactive power sensor.
Definition: Outlet.idl:111
sensors::NumericSensor currentThd
Current total harmonic distortion sensor.
Definition: Outlet.idl:121
Event: Outlet settings have been changed.
Definition: Outlet.idl:139
Settings newSettings
Settings after change.
Definition: Outlet.idl:141
Settings oldSettings
Settings before change.
Definition: Outlet.idl:140
Outlet settings
Definition: Outlet.idl:94
string name
User-defined name.
Definition: Outlet.idl:95
StartupState startupState
Power state after power is applied to the outlet.
Definition: Outlet.idl:96
boolean nonCritical
true if outlet is non-critical (for load shedding)
Definition: Outlet.idl:99
int cycleDelay
Outlet-specific power-cycle delay
Definition: Outlet.idl:98
int sequenceDelay
Delay in ms after this outlet when switching multiple outlets on.
Definition: Outlet.idl:100
boolean usePduCycleDelay
true to use power-cycle delay as defined in PDU settings
Definition: Outlet.idl:97
Event: Outlet state has changed.
Definition: Outlet.idl:133
State newState
State after change.
Definition: Outlet.idl:135
State oldState
State before change.
Definition: Outlet.idl:134
Outlet state
Definition: Outlet.idl:66
boolean isLoadShed
true if the outlet is currently switched off due to being non-critical and load shedding being active
Definition: Outlet.idl:75
boolean cycleInProgress
if a power-cycle is in progress.
Definition: Outlet.idl:73
boolean hasInrushWaveform
Whether a valid waveform of last switch-on operation can be read using getInrushWaveform().
Definition: Outlet.idl:79
LedState ledState
LED state (deprecated and always sent as 'off')
Definition: Outlet.idl:81
boolean isSuspended
Whether the outlet was turned off automatically due to being suspected to have caused an OCP trip eve...
Definition: Outlet.idl:77
boolean switchOnInProgress
true if the outlet is pending to be switched on after the sequencing delay has passed.
Definition: Outlet.idl:71
PowerState powerState
Current power state of outlet (represented by the control state of the relay, which was set by the la...
Definition: Outlet.idl:68
time lastPowerStateChange
Time of last power state change (UNIX timestamp, UTC)
Definition: Outlet.idl:82
boolean available
powerState is available
Definition: Outlet.idl:67
Numerical usage ratings.
Definition: Nameplate.idl:15