U_CoE408_StatusWord
Union for decoding a CoE408 status word.
Syntax:
TYPE U_CoE408_StatusWord :
UNION
{attribute 'tc_no_symbol'}
bits: ST_CoE408_StatusWord;
{attribute 'tc_no_symbol'}
w: WORD;
END_UNION
END_TYPE
Values
Name | Type | Description |
---|---|---|
bits | Breakdown of the word into bits. | |
w | WORD | Word as a complete data type. |
Requirements
Development environment | Target platform | PLC libraries to include |
---|---|---|
TwinCAT v3.1.4024.55 | PC or CX (x64, x86) | Tc3_PlasticFunctions (>= v3.12.5.0) |