Lookout

cancel
Showing results for 
Search instead for 
Did you mean: 

Is there timers down up 1 sec?

Hi Engineer,
My name is Juan Barron, I’m working with Lookout and I want to do an application with timers, for example I want to use a timer which I could manipulate the output time, and I want to handle little pieces of time, for example milliseconds.

I have been using “Delay off” and “Delay on”, but I don’t know how to do the timers start in certain time value, they always starts in a different value I want, and they just refresh each second,

How can I do timers start in the value I want and they refresh with a different time base (in milliseconds)
0 Kudos
Message 1 of 2
(2,909 Views)
So you are trying to set multiple timer starts with multiple starting points

Start Time 1 would use State Input 1
Start Time 2 would use State Input 2
etc??

Set an Expression for the Timer, MyExpression=if(not(TimerInput),DynamicTime,MyExpression)
The above would only update the expression when the timer is turned off (Works for the Delay On, off)
Mike Crabtree - Lead Developer
Destek of Nevada, Inc. / Digital Telemetry Systems, Inc.
(866) 964-6948 / (760) 247-9512
0 Kudos
Message 2 of 2
(2,878 Views)