ST_CsvReadParameter

Overview

Type:

Structure

Available as of:

V1.0.8.0

Inherits from:

-

Description

The structure ST_CsvReadParameter is used to specify the content to be read from the CSV file using the function block FB_CsvRead.

Structure Elements

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:

  • ET_ReadMode.OneRow

  • ET_ReadMode.OneValue

Refer to ET_CSVReadMode.

udiNumOfColumn

UDINT

Specifies the number of the column to be read.

This value is relevant for:

  • ET_ReadMode.OneColumn

  • ET_ReadMode.OneValue

Refer to ET_CSVReadMode.

Used By

  • FB_CsvRead