T_HAODBTable
Application object database handle (hash table handle). The table handle must be initialized once with the function F_iecCreateTableHnd before it can be used.
Syntax
TYPE T_HAODBTable :
STRUCT
(*...*)
END_STRUCT
END_TYPE
The variables of this structured type are not accessed directly, but only using the available functions or function blocks. Use the functions listed in the table:
Function | Description |
---|---|
Initializes the hash table handle | |
Configures and adds a new hash table entry | |
Removes a hash table entry | |
Checks whether a certain hash table entry exists | |
Determines the linear position of a hash table entry |
Requirements
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) |