Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: rrc1962 on June 02, 2016, 04:41:37 PM

Title: Run From Here
Post by: rrc1962 on June 02, 2016, 04:41:37 PM
Is there a way to determine if the Run From Here button has been pushed?  I need to do that or initiate RFH with a script where I can trun on an LED at the same time.  Then later on I can look for the state of the LED.  I see RFH as an option for button actions, but can't find a function in the API for Run From Here.

Thanks
Title: Re: Run From Here
Post by: DazTheGas on June 02, 2016, 05:55:20 PM
Multitask the Run From Here button, just add what code you also need in the left up script and then both script and command will both execute at same time.

DazTheGas
Title: Re: Run From Here
Post by: rrc1962 on June 02, 2016, 06:32:33 PM
Cool...Didn't even think to try that.