E_IEC870_5_101IOMappingType

TYPE E_IEC870_5_101IOMappingType :
(
    MAP_AREA_NONE   := 0,
    MAP_AREA_MEMORY     := 1,
    MAP_AREA_INPUT  := 2,
    MAP_AREA_OUTPUT     := 4,
    MAP_AREA_DATA   := 8
);
END_TYPE

TwinCAT PLC process data range (inputs, outputs, memory, data)  into resp. from the IEC process data are to be mapped (copied).

Requirements

Development Environment

Target System

PLC libraries to include

TwinCAT v2.9.0 Build >= 1030

PC or CX (x86)

TcIEC870_5_101.Lib

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

TwinCAT v2.10.0 Build >= 1301

CX (ARM)