9 - 20
9.2 C Controller Setting Utility
9.2.3 Operating Event history screen
9
UTILITY OPERATION
(b) CSV file saved on previous page (a)
For 1) to 6), refer to 1) to 6) in this section (5)(c).
(c) Specifications of Event history file format
Event history data are saved in the following CSV format.
1) Columns are separated by a comma "," (ASCII code: 2C
H).
2) The line feed code is CR/LF. (ASCII code: CR=0D
H, LF=0AH)
3) The number of events (0 to 512) is stored on the second line.
4) The information of a single event is stored on each of the fourth and later lines.
A single line consists of the "Date", "Time", "Source flag", "Source", "Event
No.", and "Event information" from left to right.
5) Refer to the following for details of the "Date", "Time", "Source", "Event No.",
and "Event information".
This section (2)
6) When the "Source flag" is 0, it indicates that the event was registered by the
application (QBF_RegistEventLog function).
Any value other than "0" indicates that the event was registered by the system.
(Refer to the following for the relationships between the "Source flag" and
"Source". Section 18.4.2)
Figure 9.22 Event history saved in CSV file
1)
2)
5) 6) 5)
Date Time Source
flag
Source Event No. Event information
3)
4)
Event history,192.168.3.3(Default)[CR][LF]
1[CR][LF]
Date,Time,Source flag,Source,Event No.,Event information[CR][LF]
2005/04/03,15:08:03,0001,MQbfDrv ,C0000201,AC/DC DOWN Occurrence time : 2005/04/03 04:29:29 ][CR][LF]
[EOF]