E_UpsCommStatus
Status of communication with the UPS hardware.
TYPE E_UpsCommStatus :
(
UpsCommUnknownStatus,
UpsCommOk,
UpsCommFailed
);
END_TYPE
Name |
Value |
Meaning |
---|---|---|
UpsCommUnknownStatus |
0 |
The communication status is unknown. |
UpsCommOk |
1 |
Communication has been established with the UPS. |
UpsCommFailed |
2 |
Communication with the UPS was interrupted. |
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) |