Chapter 3 - page 8
MCO-TCO work mode
Configuration file (P999001) for cycle 001
%CFGFILE,MX,
;(PRGSCRIPT 1)
Header and version
It begins debugging the configuration file .
;(DEBUG)
From this line on, program 999500 starts logging the errors occurred while debugging the
configuration file.
;(HOTKEY W1,88)
;(TEACHIN W1=POSX)
The W1 field has the X hotkey (88) and the X axis position associated with it. In other words:
Pressing the [X] key selects this field.
If while this field is selected, [RECALL] is pressed, it will display the X axis position. If [ENTER]
is pressed next, the cycle assumes that value.
;(HOTKEY W2,90)
;(TEACHIN W2=POSZ)
The W2 field has the Z hotkey (90) and the Z axis position associated with it. In other words:
Pressing the [Z] key selects this field.
If while this field is selected, [RECALL] is pressed, it will display the Z axis position. If [ENTER]
is pressed next, the cycle assumes that value.
;(HOTKEY W3,88)
;(TEACHIN W3=POSX)
The W3 field has the X hotkey (88) and the X axis position associated with it. In other words:
Pressing the [X] key selects the W1 field and pressing [X] again selects this field (W3).
If while this field is selected, [RECALL] is pressed, it will display the X axis position. If [ENTER]
is pressed next, the cycle assumes that value.
;(HOTKEY W4,90)
;(TEACHIN W4=POSZ)
The W4 field has the Z hotkey (90) and the Z axis position associated with it. In other words:
Pressing the [Z] key selects the W2 field and pressing [Z] again selects this field (W4).
If while this field is selected, [RECALL] is pressed, it will display the Z axis position. If [ENTER]
is pressed next, the cycle assumes that value.
;(HOTKEY W6,83)
;(HOTKEY W7,83)
The W6 and W7 fields have the S hotkey (83) associated with it. In other words:
Pressing the [S] key selects the W6 field and pressing [S] again selects the W7 field.
;(HOTKEY W10,70)
The W10 field has the F hotkey (70) associated with it. In other words:
Pressing the [F] key selects this field.
;(HOTKEY W11,84)
The W11 field has the T hotkey (84) associated with it. In other words:
Pressing the [T] key selects this field.
;(END)
End of debugging of the configuration file and end of program.