Page 1 of 1

Time delay - indicator iX Developer 2.0

Posted: Tue Apr 16, 2013 5:45 am
by omrr
Hey!
How do you make a indicator time delayed. This is what I want to happen:
1. Operator clicks a button
2. A lamp will change color when the button is clicked, but I want the light to last for only 5 seconds.


Any suggestions ?

omrr

Re: Time delay - indicator iX Developer 2.0

Posted: Tue Apr 16, 2013 8:04 am
by mark.monroe
You need to use a timer and when the user clicks the button you enable the timer. The timer then turns on your light and after 5 seconds the timer turns off as well as your light.

Re: Time delay - indicator iX Developer 2.0

Posted: Tue Apr 16, 2013 8:26 am
by omrr
Thanks!