Hello Guest it is March 28, 2024, 08:37:56 PM

Author Topic: Shuttle Pro2  (Read 4484 times)

0 Members and 1 Guest are viewing this topic.

Shuttle Pro2
« on: July 04, 2010, 02:20:19 PM »
I have a shuttle pro 2 that I have setup with Mach3, I have made a zero touch probe and it works great. Does anyone have a script
for the shuttle pro that will engage the Auto Zero Tool button for Mach3

gfilyaw@triad.rr.com
Re: Shuttle Pro2
« Reply #1 on: July 11, 2010, 11:09:15 PM »
I think there needs to be short cut key for that function.

Here I have done screen set with short cuts for functions for laser cross hair and touch off and they work on my Logitech game pad.
http://www.cnczone.com/forums/showthread.php?t=100594
Thomas

Thank you for your support in developing better cnc experiance.
 Scan my avatar with smart pnone .......
http://big-tex.tk/

Offline Greolt

*
  •  956 956
    • View Profile
Re: Shuttle Pro2
« Reply #2 on: July 12, 2010, 02:59:11 AM »
I have a shuttle pro 2 that I have setup with Mach3, I have made a zero touch probe and it works great. Does anyone have a script
for the shuttle pro that will engage the Auto Zero Tool button for Mach3

Place your Auto Tool Zero script in a text file and name it M1001.m1s or any number that suits you.

Put that in the macro folder for the profile you use.  Mach3Mill probably.

Then set the Shuttle Pro button of your choice to call that macro.

And while you are at it, change your button script to Code "M1001"

From then on any alterations you make to the macro will be consistent, wherever they are called from.

Greg
Re: Shuttle Pro2
« Reply #3 on: July 12, 2010, 08:09:24 AM »
Thanks , that really works great.

Now how do I do the same to a button on the shuttle pro to start the video window?

George

www.gfilyaw.com

Offline Greolt

*
  •  956 956
    • View Profile
Re: Shuttle Pro2
« Reply #4 on: July 12, 2010, 04:40:52 PM »
George

This is the code I use to open the video window, SendKeys "+%(P)V"

I have never tried to do this from the Shuttle but the same process should work.

Greg