The structure ST_CsvReadParameter is used to specify the content to be read from the CSV file using the function block FB_CsvRead.
Name |
Data type |
Description |
---|---|---|
sDelimiter |
STRING[5] |
Specifies the character code for the separator that is used as delimiter between two values. |
etReadMode |
ET_CSVReadMode |
Specifies the content to be read from the CSV file.
NOTE: The function erases array before read operation.
Refer to ET_CSVReadMode. |
udiNumOfRow |
UDINT |
Specifies the number of the row to be read. This value is relevant for:
Refer to ET_CSVReadMode. |
udiNumOfColumn |
UDINT |
Specifies the number of the column to be read. This value is relevant for:
Refer to ET_CSVReadMode. |