Hello Guest it is April 23, 2024, 04:39:16 AM

Author Topic: Is pokeys save to use for jogging?  (Read 3391 times)

0 Members and 1 Guest are viewing this topic.

Offline c+c

*
  •  17 17
    • View Profile
Is pokeys save to use for jogging?
« on: August 25, 2009, 05:38:09 AM »
Is it save to use pokeys for jogging?
The reason I aks is this:
When I jog using the arrow buttons on the keyboard it some times happens that (when jogging fast by
pressing the shift plus arrow button) mach keeps jogging even when releasing the keys! This can lead to dangerous situations.
Can such I thing happen when using pokeys? Is it possible the release of a button is not correctly reported to Mach3?

Offline borisz

*
  •  220 220
    • View Profile
    • www.poscope.com
Re: Is pokeys save to use for jogging?
« Reply #1 on: September 12, 2009, 05:44:45 AM »
PoKeys communicating correctly and it is made totaly compatible with HID standard.

regards

Boris
www.poscope.com home of PoKeys USB HID, IO, USB, Ethernet controler and PoScope USB PC oscilloscope

Offline poppabear

*
  • *
  •  2,235 2,235
  • Briceville, TN, USA
    • View Profile
Re: Is pokeys save to use for jogging?
« Reply #2 on: September 12, 2009, 09:13:29 AM »
If you want to do Keyboard Jogging, then use the native mach3 hotkeys for jogging since the stop code is already in that.

if you want to control jogging from an external source, then use the PoKeys (one option).

You can bring in your jogging keys, and speed reference inputs on the PoKeys. Then map those to USER LEDs (see the plugin configuration screen).
Read the Help me file, (see button same name on the config pokeys).

Once you map your inputs to ULEDs, then use a "Brain"

i.e. here is a few rungs that would fool with the X axis

ULED2000->NoOp->Button Jog X++
ULED2000->INvert->Button stopJog X++
ULED2001->NoOp->Button Jog X--
ULED2001->INvert->Button stopJog X--
ULED2002->Fromula (A*50)->JogSpeedDRO   (this will make the jog speed 50%)

scott

fun times