ST_DBColumnCfg

TYPE ST_DBColumnCfg :
STRUCT
    sColumnName     : STRING(59);
    sColumnProperty : STRING(59);
    eColumnType     : E_DbColumnTypes;
END_STRUCT
END_TYPE

sColumnName               : Contains the name of the column to be created.

sColumnProperty          : Contains certain column properties.

eColumnType                 : Gives the type of column.

Requirements

Development environment

Target system type

PLC libraries to be linked

TwinCAT v2.10.0

PC or CX (x86)

TcDatabase.Lib

TwinCAT v2.10.0

CX (ARM)