Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: Bill_O on October 19, 2011, 09:38:15 AM

Title: button to jog x and y
Post by: Bill_O on October 19, 2011, 09:38:15 AM
I want to make a button on my pendant that jogs both the x and y simultaneously.
Can I do this in vb script?
Maybe something like;
DoOEMButton(307)
DoOEMButton(309)

Bill
Title: Re: button to jog x and y
Post by: Tweakie.CNC on October 20, 2011, 08:45:20 AM
Certainly a good question Bill, i would like to know the answer to this one as well  :)

Tweakie.
Title: Re: button to jog x and y
Post by: BR549 on October 20, 2011, 08:59:22 AM
OK, So no one is going to bail you out(;-)

It is a yes and no question. Yes it can be done but not directly, you have to go all the way around the block to get it done. You have to use the LPT inputs for those functions and then use a brain to activate deactivate them as a pair.

That I know of it cannot be done directly from the screen. You Can from a plugin .

IF you do a search on the Yahoo site you will find references to the process.

(;-) TP
Title: Re: button to jog x and y
Post by: Bill_O on October 20, 2011, 09:18:50 AM
thanks for the replys
i am using a pokeys so for a pendant so i can not use the brain
i will work on it some and see if i can find a way around it