Section 2 NS Series Functions 2-20 Special Functions
2-434
NS Series Programming Manual
Operat_yymmdd_hhmmss.CSV
Fixed character string
Date when the file is saved (year, month, and day)
Time when the file is saved (hour,
minutes, and seconds)
1. Functional object operation history
•
Date and time of operation
•
History type (“O”)
• Message
•
Screen number
•
Functional object ID number
•
Event type (20: Touch switch ON 21: Touch switch OFF)
Example: How to read functional log operation histories saved as CSV files.
Example:
2000/02/24 12:48:20, O, Setting Button P0, ID1, EV20
Event type
Object ID
Screen number
Message
History type
Date and time
of operation
Meaning:
A functional object with ID number 1 was touched on screen 0 on 2000/02/24 at 12:48:20.
2. Screen display history
•
Date and time of screen display
•
History type (“P”)
•
Original screen number
•
Destination screen number
Example: How to read screen display histories saved as CSV files.
Example:
2000/02/24 12:48:19, P, ,0, 1
Original screen number
Destination screen number
History type
Date and time of screen
switch
Meaning:
Switched from screen 0 to screen 1 on 2000/02/24 at 12:48:19.
3. Macro execution history
•
Time and date of macro execution
•
History type (“M”)
• Screen number (-1 for project macros.)
•
Functional object ID (-1 for project macros and screen macros.)
•
Macro execution type
0: When loading a project
4: Alarm/Event ON
5: Alarm/Event OFF
10: When loading a screen
11: When unloading a screen
20: Touch ON
21: Touch OFF
22: Before inputting numeral and string
23: Before writing numeral and string
25: When changing numeral or string
26: When selecting a list
30: When pressing a Display Area