View Full Version : Changing jog rate


wildcat
01-14-2007, 03:03 PM
Could some suggest how I might go about configuring a key on on a numeric pad to toggle the jog rate between 50% and 5%? I keep having to run back to the full keyboard to change this setting. It probably is not all that hard I just am not sure where to start.

Thanks

Barker806
01-14-2007, 09:51 PM
Yes.. you will need to make two buttons that have some VB code in them. The code will look like this:

Call SetOEMDRO(3,5) 'This will set the Jog rate to 5%

Put that in a button and you are good to go :)

Thanks
Brian

wildcat
02-19-2007, 11:16 PM
Brian - It has taken me over a month to understand your response but I finally do. Works great! Is there a reference that lists all the VB hooks? Thanks

fabiodronero
03-09-2007, 05:07 AM
Kindly could you explain me better how to do, in which windows to write the VB code and how to associate it to a numeric pad USB button??

Thank