|
Additional Spindles in the Machine Simulator
Some machines use a secondary spindle for special tools or functions. To support these additional spindles in the machine simulator, the GPP2 variable SIM_SPINDLE_NUM (format 6) is used. Its default value is 0.
If its value is changed to other than zero, for example 1, the following line is added to the SIM file: "MW_TOOL_ID 1". This will instruct the machine simulator to mount the tool on spindle number 1 (holder_transform1). If the value is zero, no line is output (so the simulator uses the default spindle).
It is recommended to change the variable inside the TOOL CHANGE block (depending on the tool number).
|