ST_CoE408_StatusWord
Structure for the breakdown of a CoE408 status word.
Syntax:
TYPE ST_CoE408_StatusWord :
STRUCT
Disabled: BIT;
HoldEnabled: BIT;
DeviceModeActiveEnabled: BIT;
Ready: BIT;
END_STRUCT
END_TYPE
Bits
Name | Offset | Description |
---|---|---|
Disabled | 0 | Valve is disabled. |
HoldEnabled | 1 | Valve hold mode is enabled. |
DeviceModeActiveEnabled | 2 | Valve is generally enabled. |
Ready | 3 | Device is ready to operate. |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.35 | PC or CX (x64, x86) | Tc3_PlasticFunctions v3.12.4.26 or higher |