E_UpsPowerStatus
Status of the power supply.
TYPE E_UpsPowerStatus :
(
PowerUnknownStatus,
PowerOnLine,
PowerOnBattery
);
END_TYPE
Name | Value | Meaning |
---|---|---|
PowerUnknownStatus | 0 | The status of the power supply is unknown |
PowerOnLine | 1 | Mains power supply. |
PowerOnBattery | 2 | Battery power supply. |
Requirements
Development environment | Target platform | UPS hardware | PLC libraries to be integrated (category group) |
---|---|---|---|
TwinCAT v3.1.0 | PC or CX (x86, x64, ARM) |
| Tc2_IoFunctions (IO) |