20 DATA LOGGING FUNCTION
20.6 Data Logging File
271
20
<Data type information row>
The data type for each column is displayed. This information is output in the following format: (Data type)[(Additional
information)].
The size of the data type information row is determined by the following equation when data logging of 128 points of data
(signed 16-bit integer, decimal format) is performed (The following sections in the "Output" window are set to be output: "Date"
(the output format is YYYY/MM/DD hh:mm:ss.sss), "Data sampling interval", "Execution step No.", "Execution program name
or execution program No.", and "Index").
(16 + 50)(date column) + 16(data collection interval column) + 16(execution step No. column) + 22(execution program
number column) + 24(execution program name column) + 10(index column) + (10 + 14) 128(data column) + 264(the
number of tabs) + 4(CR + LF)
= 3494 bytes
<Data name row>
The data name for each column is displayed.
Item "Data type" output content Size "Additional information" output
content
Size
Date column DATETIME 16 bytes Format is output.
[YYYY/MM/DD hh:mm:ss.sss]
6 to 68 bytes
Data collection interval
column
INTERVAL 16 bytes No additional information 0 bytes
Execution step No. column STEP NO. 16 bytes
Execution program number
column
PROGRAM NO. 22 bytes
Execution program name
column
PROGRAM NAME 24 bytes
Index column INDEX 10 bytes
Data column Bit type: BIT 6 bytes Bit type: [1;0] 10 bytes
16-bit integer (unsigned): USHORT 12 bytes For decimal format: [DEC.0] 14 bytes
16-bit integer (signed): SHORT 10 bytes
32-bit integer (unsigned): ULONG 10 bytes For hexadecimal format: [HEX] 10 bytes
32-bit integer (signed): LONG 8 bytes
Single-precision floating point (32-bit):
FLOAT
10 bytes For exponent expression: [EXP.
(number of digits of decimal part)]
14 to 16 bytes
Double-precision floating point (64-bit):
DOUBLE
12 bytes
Character string type: STRING 12 bytes Character string type, numeric string
type: the specified data length value
(unit: bytes) is output.
6 to 10 bytes
Numeric string type: RAW 6 bytes
Time: TIME 8 bytes No additional information 0 bytes
Trigger occurrence
information column
TRIGGER 14 bytes [(string occurred)] is output (semicolons
(;), double quotation marks (" "), and
commas (,) cannot be used).
6 to 516 bytes
Item Description Size
Date column TIME (time zone) is output. 28 bytes
Data collection interval column INTERVAL[us] is output. 24 bytes
Execution step No. column STEP NO. is output. 16 bytes
Execution program number column PROGRAM NO. is output. 22 bytes
Execution program name column PROGRAM NAME is output. 24 bytes
Index column INDEX is output. 10 bytes
Data column The specified data name is output. 1 to 512 bytes
Trigger occurrence information column Trigger is output. 14 bytes