ST_IEC870_5_101AODBEntry
An IEC application object database entry. The IEC application object database is declared as an array variable of type ST_IEC870_5_101AODBEntry. The member variables of this structured type are not modified directly, but only using the available functions or function blocks. F_iecIniAOEntry is part of such a function, for example.
Syntax
TYPE ST_IEC870_5_101AODBEntry :
STRUCT
    aObj : ST_IEC870_5_101AOEntry;
    ctrl : FB_IEC870_5_101AOCtrl;
END_STRUCT
END_TYPESample for a declaration of an application database with 2001 objects:
Sample
VAR_GLOBAL
    slave1AODB : ARRAY[0..2000] OF ST_IEC870_5_101AODBEntry;
ENd_VARRequirements
Development environment  | Target system type  | PLC libraries to be linked (category group)  | 
|---|---|---|
TwinCAT v3.1.4012.0  | PC oder CX (x86, x64, Arm®)  | Tc2_IEC60870_5_10x (Communication->IEC60870)  |