
B-63364EN/03 B. EXAMPLES OF REGISTERING MONITOR ITEMS AND LOG OUTPUT ITEMS
- 177 -
Line 20
When either the O number or the sequence numbers of the program
being executed [Output Value: =F6+F7] changes [Condition:
=OR(F_ISCHG(F6),F_ISCHG(F7))], the numbers are overwritten [I/O
Type: 0] in cells B2 and B3 [Address: =B2+B3] of the sheet named
"Executing Program" [Item Name: Executing Program].
The above conditional expression is used for the condition "if either the
O number or the sequence numbers changes" because the O number is
monitored in F6 and the sequence number is monitored in F7.
Line 21
Program number 0 and sequence number 0 [Output Value: =F18+F18]
are overwritten [I/O Type: 0] in cells B2 and B3 [Address: =B2+B3] of
the sheet named "Executing Program" [Item Name: Executing
Program] at the end of the main program
[Condition: =AND(F_ISOFF(F8),NOT(F_ISON(F9)))].
For an explanation of the condition, see the explanation of line 13
because the condition is the same as that for the monitor item on line 13.
Line 22
The start date and time, end date and time, main program number,
executing time, cutting time, and non-cutting time [Output Value:
=F11+F12+F13+F14+F10+F16+F15+F17] are additionally output [I/O
Type: 1] from cells A3, B3, C3, D3, E3, F3, G3, and H3 [Address:
A3+B3+C3+D3+E3+F3+G3+H3] of the sheet named "Program Result"
[Item Name: Program Result] at the end of the main program
[Condition: =AND(F_ISOFF(F8),NOT(F_ISON(F9)))].
For an explanation of the condition, see the explanation of line 13
because the condition is the same as that for the monitor item on line 13.
Line 23
The end date and time, processed part name, machining process name,
processed part count, and main program number [Output Value:
=F13+F14+G19+H19+F19+F10] are additionally output [I/O Type: 1]
from cells A3, B3, C3, D3, E3, and F3 [Address:
A3+B3+C3+D3+E3+F3] of the sheet named "Machining Result" [Item
Name: Machining Result] at the end of the main program [Condition:
=AND(F_ISOFF(F8),NOT(F_ISON(F9)))].
For an explanation of the condition, see the explanation of line 13
because the condition is the same as that for the monitor item on line 13.