FB_TableWriter - General Information
Type: |
Function Block |
Available as of: |
1.1.2.0 |
Inherits from: |
- |
Implemented: |
- |
Implements functions for creating an XML structure for representation as a table in PacDrive Diagnostics The output is interactively structured by calling up the different methods.
FB_TableWriter requires no module initialization (init body is not to be called up directly). The output path in diFileId must be set before the first use of the methods.
Name |
Description |
---|---|
Adding a column to the table including its configuration and label |
|
Ends writing after all table header data have been inserted |
|
Prepares writing of the table header data |
|
Ends writing of a row |
|
Prepares a new row for writing values |
|
Writing the content of individual cells of a row |
|
Every XML table output must be finished using this command. |
Name |
Data type |
Accessing |
Description |
---|---|---|---|
diFileId |
DINT |
Read/Write |
Handle on XML file acc. to SYSTEMINTERFACE file ID Must be set before the first use of FB_TableWriter |
stTableInfo |
ST_TableInfo |
Read |
Structure with state data of the instance |