__header__
Description
Waits for a Digital IO before running the rest of the program.
The Digital Input Tool can have a time out or an abort IO as well.
Need to be run async so the IO are read
Parameters
IO
When the tool is run it will wait for the selected IO to
activate (or deactivate, depending on the settings) before continuing
with the program.
IOAbort
sets an abort IO. If the Digital
Input Tool is run and the selected Abort IO is activated, the program
will stop.
Stopped
- 0 the IO was set
- 1 aborted
- 2 timed
WaitFor
"Off|On|Rising|Falling
Time Out
If the Time Out is set to 0
the tool will wait for the IO indefinitely. Otherwise the time in msec
__footer__