Hello Guest it is April 23, 2024, 05:55:18 PM

Author Topic: FeedHold and the Relay!!  (Read 1710 times)

0 Members and 1 Guest are viewing this topic.

FeedHold and the Relay!!
« on: December 16, 2014, 10:01:02 AM »
Hello people..

How i can configure my mach3 that when i hit feedhold button to inactive OUTPUT#1 (plasma off)?

Thanks

Offline Hood

*
  •  25,835 25,835
  • Carnoustie, Scotland
    • View Profile
Re: FeedHold and the Relay!!
« Reply #1 on: December 16, 2014, 04:20:00 PM »
Change the button in one of the screen designers to a VB button. You can then enter VB code into that button when back in Mach.
For example if you have
DeActivateSignal(Output1)
DoOemButton(1001)

That will do what you want I think.

Hood