Type: |
Structure |
Available as of: |
V1.0.8.0 |
Inherits from: |
- |
The structure ST_CsvFileInformation provides information about the CSV file that has recently been processed by the function block FB_CsvRead.
Name |
Data type |
Description |
---|---|---|
udiFileSize |
UDINT |
Indicates the size of the CSV file in bytes. |
udiNumOfValues |
UDINT |
Indicates the number of values in the CSV file. |
udiNumOfRows |
UDINT |
Indicates the number of rows (records) in the CSV file. |
udiNumOfColumns |
UDINT |
Indicates the number of columns (values per record) in the CSV file. |
xTableInconsistent |
BOOL |
Indicates TRUE if a different number of columns has been detected for at least for two rows. |
oFB_CsvRead