App-14 IM 04L20A01-01E
Appendix 5 Data Formats of ASCII Files
This section describes the data format of the ASCII file. The FX100 creates two types of
ASCII files and the manual sampled data file.
Data Format of the Manual Sampled Data File
• The manual sampled data are output in ASCII format using values and strings that are
separated by commas.
• The channel/tag, unit, and manual sampled values are not output for channels in
which the input range is set to [Skip] or for which the computation is turned OFF.
• The manual sampled data are appended to the file for each manual sample operation.
Syntax
"MANUAL SAMPLE DATA"CRLF
"Model Serial No.:","IIIIIIIIIIIIIIII"CRLF
"File Header:","HHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHH"CRLF
"CH/TAG","cccccccccccccccc","cccccccccccccccc",···,"cccccccccccccccc"CRLF
"UNIT","uuuuuu","uuuuuu",···,"uuuuuu"CRLF
yyyy/mo/dd hh:mi:ss,nnn···n,nnn···n,···,nnn···nCRLF
III···I Serial number of the FX100 (16 characters)
HHH···H File header (32 characters)
ccc···c Channel number or tag name (16 characters)
uuuuuu Unit (6 characters)
yyyy/mo/dd Date when the setup file is created
hh:mi:ss Time when the setup file is created
nnn···n Measured/computed value (measured value: 8 characters, computed
value: 10 characters)
File Output Example
The following example shows a file that contains manual sampled data from channels 1,
2, 3, and 4.
“MANUAL SAMPLE DATA”
“Model Serial No.:”, “12A338617 ”
“File Header : ”, “Process1-Lot2 ”
“CH/TAG”, “CH01 ”, “CH02 ”, “CH03 ”, “CH04 ”
“UNIT”, “V ”, “V ”, “V ”, “mV ”
2000/01/01 01:08:43, 0.000, 0.000, 0.000, -14.00
2000/01/01 01:08:48, 0.000, 0.000, 0.000, -14.00
2000/01/01 01:09:15, 0.000, 0.000, 0.000, -14.00
“CH/TAG”, 1 “CH01 ”, “CH02 ”, “CH03 ”, “CH04 ”
“UNIT”, “V ”, “V ”, “V ”, “V ”
2000/01/01 01:15:30, 0.000, 0.000, 0.000, -0.014
2000/01/01 01:18:12, 0.000, 0.000, 0.000, -0.014