T_HAODBTable

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

Application object data base handle (hash table handle). The table handle has to be initialized once before using with the function F_iecCreateTableHnd.

TYPE T_HAODBTable :
STRUCT
(*...*)
END_STRUCT
END_TYPE

The access to structured variables is not direct, but indirect with the aid of the available functions and function blocks. The following functions can be used:

Function

Description

F_iecCreateTableHnd

Initializes the hash table handle

F_iecAddTableEntry

Configures and adds a new hash table entry

F_iecRemoveTableEntry

Removes a hash table entry

F_iecLookupTableEntry

Checks if a special hash table entry exists

F_iecGetPosOfTableEntry

Determines the linear position of a hash table entry

 

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 )