| Home
Automation FAQ Sponsored by Creative Control Concepts |
|
||||||||||||||||||
|
|
|
How does the WAIT Statement work? |
| When a WAIT statement is inserted in the Sequential section of an XPRESS
program, is only code in the Sequential section suspended and not code
in the Continuous section? In other words, do commands in the
Continous section continue to be executed during the WAIT period? Yes. The WAIT statement only affects code in the Sequential section. Code outside the section will continue to execute. | |
Append to This Answer |
| Previous: |
|
| Next: |
|
| ||||||||||