T_CP24IOA

From product version: TwinCAT PLC Library IEC60870-5-104 substation v3.0.0 / IEC60870-5-104 controlling station v1.0.0 and higher.

Structured TwinCAT object address.

TYPE T_CP24IOA:
STRUCT
    ioMapType   : E_IEC870_5_101IOMappingType := MAP_AREA_NONE;
    byteOffs    : WORD := 0;
    bitOffs     : BYTE(0..7) := 0;
END_STRUCT
END_TYPE

ioMapType: TwinCAT PLC process data area. This parameter defines the mapping for the TwinCAT PLC and IEC application object process data.

byteOffs: TwinCAT PLC process data byte offset. Value range: 0..65535.

bitOffs: TwinCAT PLC process data bit offset. Value range: 0..7.

Requirements

Development Environment

Target System

PLC Libraries to include

TwinCAT v2.10.0 Build >= 1301

PC or CX (x86, ARM)

TcIEC870_5_101.Lib
( Standard.Lib; TcBase.Lib; TcSystem.Lib; TcUtilities.Lib; 
are included automatically)