Page 1 of 1

continuously executing a program

Posted: Sun Feb 10, 2013 9:00 pm
by uniworld
we have a requirement to run a program continuously after the application is downloaded to HMI. How can we trigger the program after download?

what event should be used to continuously execute the program?

regards

Re: continuously executing a program

Posted: Mon Feb 11, 2013 11:06 am
by mark.monroe
You could use a timer and start it using the screen opened event on the startup screen. This forum post details how to write a timer in iX Developer. The timer could execute the program every so many seconds.