Machsupport Forum

Mach Discussion => General Mach Discussion => Topic started by: FiberglassMan on September 12, 2024, 10:43:55 AM

Title: External button for X axis jog wont stop
Post by: FiberglassMan on September 12, 2024, 10:43:55 AM
I have done a bunch of searches and no answers that work.
I have installed a external button to jog X++ and after being pushed 1 time it just keeps running
I have tried several different ways using the following.
Brains using Jog++ for X
OEM Triggers using Code 307
Input 1 with hotkeys
Nothing works to keep it from running away
Standard hotkeys using keyboard right arrow works perfect.

It seems like it would be something very simple, but I cant figure it out.

Version 3.043.062
Windows 10 on a I7

Thank in advance.
Title: Re: External button for X axis jog wont stop
Post by: atmospherechildhood on September 13, 2024, 12:24:07 PM
Momentary buttons are designed to send a signal only while pressed, and stop when released. If your button is toggle, it might stay "on" after being pressed, causing continuous movement. Make sure the button is momentary, so it stops sending a signal when released. 
Title: Re: External button for X axis jog wont stop
Post by: FiberglassMan on September 13, 2024, 12:56:40 PM
Yes, When I go into the diagnostics you can see the light flash once for a split second.

CT-
Title: Re: External button for X axis jog wont stop
Post by: TPS on September 15, 2024, 12:33:56 PM
here is a brain i have made year's ago, shows the principal.
you also have to use JogOffX to stop the axis.
Title: Re: External button for X axis jog wont stop
Post by: TPS on September 16, 2024, 09:10:01 AM
here a simple brain to jog A-axis positive by OEMTrigger1
Title: Re: External button for X axis jog wont stop
Post by: FiberglassMan on September 16, 2024, 09:51:55 AM
Thank you so much, everything is working perfect