Hello Guest it is March 28, 2024, 09:45:36 AM

Author Topic: About "slow jog" button.  (Read 3050 times)

0 Members and 1 Guest are viewing this topic.

About "slow jog" button.
« on: April 03, 2008, 03:36:54 AM »
Hello everyone!
I need some help related to the slow jog button.
With OEM button 111 and 112, i can change the percentage (%) of the jog speed by steps of 5% up or down.
The guestion is how can i change this step to 10%.
And how can i make a button that will set -lets say- 20%. Then by pressing onother button, to go back to 100%.
Thank you in advance!

Offline jimpinder

*
  •  1,232 1,232
  • Wakefield, West Yorks, UK
    • View Profile
Re: About "slow jog" button.
« Reply #1 on: April 03, 2008, 03:54:14 AM »
Set the "slow jog" at the speed you want when, say, moving the tool to a precise point. I have mine a 10%

To jog at full speed - i.e. that set by your motor settings, press the "shift" key whilst pressing the "jog" key.
Not me driving the engine - I'm better looking.

Offline Greolt

*
  •  956 956
    • View Profile
Re: About "slow jog" button.
« Reply #2 on: April 03, 2008, 04:08:34 AM »
Make two on screen buttons.  One called "100%" and the other called "20%"

Set them to "VB Script function edited in Mach3"

Then in Mach use "Edit Button Script" and insert the following code,

Call SetOEMDRO (3,100)

Call SetOEMDRO (3,20)

Greg

EDIT:  While I slowly typed, Jimpinder answered with a more sensible answer than mine.  :)
« Last Edit: April 03, 2008, 04:10:27 AM by Greolt »
Re: About "slow jog" button.
« Reply #3 on: April 03, 2008, 04:49:45 AM »

Both work very good!
*****************
      Thank you!
*****************