Hello Guest it is April 19, 2024, 04:51:01 PM

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - XYTable

Pages: 1
1
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!

Pages: 1