Data type: separatorlist, Data type declaration – Yaskawa MotionWorks IEC Toolboxes User Manual

Page 223

Advertising
background image

File_RW Toolbox: DataTypes

MotionWorks IEC61131-3 Toolboxes: 2013-09-13

210

Data Type: SeparatorList

Optional SeparatorList can be populated byte values corresponding to ASCII characters that represent the
delimiters between data in columns. For example the TAB character is BYTE#09. If no separators are specified,
the function block will default to searching for comma (BYTE#44.)

Data Type Declaration

TYPE

SeparatorList:ARRAY[0..4] OF BYTE;

(* User can select up to four characters that will be used as value

Separators, like comma, semicolon, etc. *)

END_TYPE;

Advertising