How to get the spindle output with a tool change
How to get the spindle output with a tool change This is a simple tool-change shutdown macro that starts the spindle immediately following the tool change, despite where the CAM system might actually output the SPINDL command. %L01=$FGET(SPINDL,0,$FGET(GOTO)) IF/%L01.GT.0 TAPEWT TAPEOP/DELETE,%L01 ENDOF/IF To have the spindle command output with the tool [...]