U_InputAnalog16_Status

Union for decoding an analog input status word.

Syntax:

TYPE U_InputAnalog16_Status :
UNION
    {attribute 'tc_no_symbol'}
    w:               WORD;
    {attribute 'tc_no_symbol'}
    el3255:          ST_InputAnalog16_Status_EL3255;
END_UNION
END_TYPE

Values

Name

Type

Description

w

WORD

Word as a complete data type.

el3255

ST_InputAnalog16_Status_EL3255

Breakdown of the word into bits of an EL3255.

Requirements

Development Environment

Target platform

PLC libraries to include

TwinCAT v3.1.4024.66

PC or CX (x64, x86)

Tc3_PlasticFunctions (>= v12.10.0.0)