U_CoE402_StatusWord

Union for decoding a CoE402 status word.

Syntax:

TYPE U_CoE402_StatusWord :
UNION
    {attribute 'tc_no_symbol'}
    bits:            ST_CoE402_StatusWord;
    {attribute 'tc_no_symbol'}
    w:               WORD;
END_UNION
END_TYPE

Values

Name

Type

Description

bits

ST_CoE402_StatusWord

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)