Yokogawa Data Acquisition with PID Control CX2000 User Manual
Page 390

App-21
IM 04L31A01-01E
Appendix
App
Report File Format
• The hourly, daily, weekly, and month reports are output using numerical values and
strings in ASCII format delimited by commas.
• Channel/tags, units, average values, maximum values, minimum values, and sum
values of channels whose input range is set to [Skip] or computation channels that are
turned [Off] are not output.
• The data is appended to this file every time a report is created.
Format
“TTT..T REPORT”,”START TIME”,YYYY/MO/DD HH:MICRLF
“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,eeeeeeee,eeeeeeee, ... ,eeeeeeeeCRLF
“AVE”,nnnnnnnnnnnnn,nnnnnnnnnnnnn, ... ,nnnnnnnnnnnnnCRLF
“MAX”,nnnnnnnnnnnnn,nnnnnnnnnnnnn, ... ,nnnnnnnnnnnnnCRLF
“MIN”,nnnnnnnnnnnnn,nnnnnnnnnnnnn, ... ,nnnnnnnnnnnnnCRLF
“SUM”,nnnnnnnnnnnnn,nnnnnnnnnnnnn, ... ,nnnnnnnnnnnnnCRLF
TTT...T
Title (HOURLY, DAILY, WEEKLY, MONTHLY)
YYYY/MO/DD Year, month, day the report function was started
HH:MI
Time the report function was started.
III...I
Serial number of the CX2000 (16 characters)
HHH...H
File header (32 characters)
ccc...c
Channel number or tag name (16 characters)
uuuuuu
Unit (6 characters)
eeeeeeee
Status
E
Error (error detection)
O
Over (overrange/computation overflow detection)
P
Power failure (power failure occurrence)
C
Change (time change present)
yyyy/mo/dd Year, month, day of report
hh:mi
Time of report
nnn...n
Average, maximum, minimum, and sum (13 digits)
File Output Example
Below is an example of a daily report of 4 channels.
“DAILY REPORT”,”START TIME”,2000/01/31 20:00
“Model Serial No.:”,”12A338617 “
“File Header:”,”Process1-Lot2 “
“CH/TAG”,”CH01 “,”CH02 “,”CH03 “,”CH04
“
“UNIT”,”V “,”V “,”V “,”V “
2000/01/01 00:00,” C”,” C”,” C”,” C”
“AVE”, 0.00, 0.10, 0.20, 0.30
“MAX”, 0.00, 1.00, 2.00, 3.00
“MIN”, 0.00, -1.00, -2.00, -3.00
“SUM”, 0.000000E-01, 1.000000E+04, 2.000000E+04, 3.000000E+04
Appendix 5 Data Format of ASCII Files