Chapter 2 - page 17
MCO-TCO work mode
( ) = CNCRD (TOOL, R101, M1)
Assigns the number of the active tool to register R101.
= CNCRD (TOF R101, R102, M1)
Assigns the location code (shape) of the active tool to register R102.
CPS R102 EQ 10 OR CPS R102 EQ 20 OR CPS R102 EQ 30 = M2
If the active tool is a live tool, (location code = 10, 20 or 30), it activates mark M2.
CUSTOM AND (DFU B30R561 OR DFD M2) = CNCEX1 (M45 S0, M1)
If while the CO operating mode is selected (CUSTOM=1) ...
... the [O2] key (stop the live tool) is pressed (DFU B30R561) or the live tool is
de-selected (DFD M2) .....
... the PLC "tells" the CNC to execute block "M45 S0" to stop the live tool.
CUSTOM AND M2 AND DFU B29R561 = CNCRD (LIVRPM, R117, M1) = CNCWR (R117,
GUP100, M1)= CNCEX1 (M45 SP100, M1)
If in CO mode (CUSTOM=1) a live tool is selected (M2) and the [O3] key "live tool
clockwise" is pressed, (DFU B29R561) ...
... the PLC reads in R117 the rpm selected for the live tool (LIVRPM) and it assigns
them to general parameter P100...
... It, then, "tells" the CNC to execute block "M45 SP100" (clockwise turning of
the live tool at the selected rpm).
CUSTOM AND M2 AND DFU B28R561 = CNCRD (LIVRPM, R117, M1) = CNCWR (R117,
GUP100, M1= CNCEX1 (M45 S-P100, M1)
If in 8055 CO mode (CUSTOM=1) a live tool is selected (M2) and the [O1] key
"live tool counterclockwise" is pressed (DFU B28R561) ...
... the PLC reads in R117 the rpm selected for the live tool (LIVRPM) and it assigns
them to general parameter P100...
... It, then, "tells" the CNC to execute block "M45 SP100" (clockwise turning of
the live tool at the selected rpm).