Machsupport Forum

Mach Discussion => Mach4 General Discussion => Topic started by: KatzYaakov on December 13, 2022, 07:33:39 PM

Title: how Fire up the timer on screen set
Post by: KatzYaakov on December 13, 2022, 07:33:39 PM
i use the the timer on screen set to start the grease pump
its real good because can give greaze in pulses according my nedde
but i cant any way how start this timer or how stop it from script or even M function
thanks
Title: Re: how Fire up the timer on screen set
Post by: SwiftyJ on December 14, 2022, 04:28:30 PM
Hi, you can use:

scr.SetProperty(“tmr(1)”, “Command”, “START”)

Be sure to use the name of the timer in your screen. I’m guessing STOP works as well to stop it