E_ReadMode

This data type is used in conjunction with the function blocks MC_ReadParameter and MC_ReadBoolParameter to specify a single or cyclic operation.

TYPE E_ReadMode :
(
    READMODE_ONCE := 1,
    READMODE_CYCLIC
);
END_TYPE

Requirements

Development environment

Target system type

PLC libraries to include

TwinCAT v3.0.0

PC or CX (x86 or x64)

Tc2_MC2