Type: |
Structure |
Available as of: |
V1.0.8.0 |
Inherits from: |
- |
The structure ST_CsvWriteParameter is used to configure the write operation that is executed by the function block FB_CsvWrite.
Name |
Data type |
Description |
---|---|---|
sDelimiter |
STRING[5] |
Specifies the character code for the separator that is inserted between two values. |
etModeFileOpen |
ET_ModeFileOpen |
Specifies the write mode for opening or creating the CSV file. Refer to ET_ModeFileOpen. |
udiNumOfRow |
UDINT |
Specifies the number of rows that shall be written. If this value is 0, the rows specified by the parameter i_stBufferWriteValues.uiNumOfRows will be written to the file. |
udiNumOfColumn |
UDINT |
Specifies the number of columns per row that shall be written. If this value is 0, the columns specified by the parameter i_stBufferWriteValues.uiNumOfColumns will be written to the file. |
oFB_CsvWrite