TableInfo is an internal memory structure-type for storing state data for the FB_TableWriter.
Variable |
Data type |
Description |
---|---|---|
sName |
STRING(Gc_udiTableWriterMaxNameLength) |
Unique string ID used to identify the respective source of the written date when creating XML tags |
sTypeName |
STRING(Gc_udiTableWriterMaxNameLength) |
String ID for classifying the diagnostic sources of a common type |
udiNumberOfColumns |
UDINT |
Number of columns (number of strings) stored in asColumns |
udiNumberOfRows |
UDINT |
Number of cells that have already been output as XML |
asColumns |
ARRAY[1..Gc_udiTableWriterMaxColumns] OF STRING(Gc_udiTableWriterMaxNameLength) |
Array of column headings |