I have made a very simple script to call button 1007 so that it will automatically Zero my program co-ords during my g-code. The problem is that when i call it from the VB editor it works fine, but just skips over it in the G-code when i call it. Any help would be great!
VB script:
Sub ZeroAll()
DoOEMButton(1007)
End Sub
I saved it as M650.m1s M999.m1s and a bunch of other to see if it worked and same thing. All im doing to call it is typing the M650 or M999 into my g-code script. Is this correct?
Thanks!