0 Members and 1 Guest are viewing this topic.
in standard screen the is no button script in "Spindle CW F5".you have to change OEMCode (i am using machScreen as well)from 110 to 34, the select standard code -> excecute basic script.now you can place the basic script code, same as in M3.
'check spindle is running If GetOEMLed(11) Then 'put code if spindle is ON here MsgBox("spindle is ON") Else 'put code if spindle is OFF here MsgBox("spindle is OFF") End If 'toggle spindle ON/OFF DoOEMButton(110)