7758
Tool Change Option
Description of the problem:
My setting for "Ignore Tool Change" keeps changing back to "Stop Spindle. Wait for Cycle Start."
Solution:
The Cycle Start macro is likely changing the setting. Follow these steps:
1. Select **Operator -> VB Script Editor**
2. Select **File -> Open File..** and open CycleStart.m1s
3. Check for the presence of the following code:$$$$
_ If GetOEMLED\(53\) Then 'Ignore Tool Change ON LED_
DoOEMButton(168) 'Toggle Ignore Tool Change
End If
4. Delete the above code if present
5. Select **File -> Save** and close the editor