U_CoE402_ControlWord
Union for decoding a CoE402 control word.
Syntax:
TYPE U_CoE402_ControlWord :
UNION
{attribute 'tc_no_symbol'}
bits: ST_CoE402_ControlWord;
{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) |