E_IEC870_5_101AODBType

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

Type of application data base. At the moment only the type eIEC870_AODB_STATIC is supported. That means all application objects (data points) have to be configured by the PLC application.

TYPE E_IEC870_5_101AODBType :
(
    eIEC870_AODB_STATIC := 0, 
    eIEC870_AODB_DYNAMIC := 1
);
END_TYPE

 

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)