ST_TableInfo - General Information

Overview

Type:

Data structure

Available as of:

1.1.2.0

Inherits from:

-

Description

TableInfo is an internal memory structure-type for storing state data for the FB_TableWriter.

Structure Elements

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