Jump to content
IoX 5.9.1 Firmware released (plus System OS 14.1p6 update) ×

Wait Command Evaluate Option


io_guy

Recommended Posts

Posted

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.

Posted

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

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing

    • No registered users viewing this page.
  • Forum Statistics

    • Total Topics
      37.4k
    • Total Posts
      374.5k
×
×
  • Create New...