ST_ColumnInfo
Syntax
Definition:
TYPE ST_ColumnInfo :
STRUCT
sName: STRING(50);
sProperty: STRING;
nLength: UDINT;
eType: E_ColumnType;
END_STRUCT
END_TYPE
Parameter
Name | Type | Description |
---|---|---|
sName | STRING (50) | Name of the column |
sProperty | STRING | String for additional column properties |
nLength | UDINT | Maximum length (for strings and byte streams) |
eType | Column type |
Requirements
Development environment |
Target platform |
PLC libraries to be linked |
---|---|---|
TwinCAT v3.1 Build 4020.10 |
PC or CX (x86) |
Tc3_Database |