ST_FlexValue

Structure for transferring information without specifying the data type.

Syntax:

TYPE ST_FlexValue :
STRUCT
    VarType:    E_FlexValue;    // 2 byte
    Value:      U_FlexValue;    // 8 byte
END_STRUCT
END_TYPE

Values

Name

Type

Description

VarType

E_FlexValue

Enumeration for identifying the value to be read.

Value

U_FlexValue

Union to which the value is written.

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