io_guy Posted May 2, 2010 Posted May 2, 2010 How about an option when using the WAIT command in programs... Choice of the standard method (re-evaluate IF statement after WAIT period is expired) or a "continue" option which would continue the THEN/ELSE execution without IF re-evaluation. This would allow for a lot cleaner sequential programming.
Michel Kohanim Posted May 2, 2010 Posted May 2, 2010 Hello io_guy, I like this option and it shall be included in our requirements. Currently, you can do the same thing with two programs: If some condition Then Run program 2 (Then Path) Program 2: If no condition Then Wait (as much as you want) Program 2 is not going to be interrupted. With kind regards, Michel
Recommended Posts
Archived
This topic is now archived and is closed to further replies.