Time delay - indicator iX Developer 2.0

Discussion of application development using iX Developer, including but not limited to getting started, using the functions tab, properties, objects and installation.
Post Reply
omrr
Posts: 3
Joined: Tue Apr 16, 2013 5:36 am

Time delay - indicator iX Developer 2.0

Post 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

mark.monroe
Posts: 824
Joined: Tue Mar 13, 2012 9:53 am

Re: Time delay - indicator iX Developer 2.0

Post 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.
Best Regards,
Mark Monroe

Beijer Electronics, Inc. | Applications Engineer

omrr
Posts: 3
Joined: Tue Apr 16, 2013 5:36 am

Re: Time delay - indicator iX Developer 2.0

Post by omrr »

Thanks!

Post Reply