User Tools

Site Tools


getting_started:tutorials:sequencer2

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revisionBoth sides next revision
getting_started:tutorials:sequencer2 [2020/12/03 17:36] – [Subsequence Has Timeout Monitor with Resume] ursgrafgetting_started:tutorials:sequencer2 [2020/12/03 17:38] – [Subsequence Has Timeout Monitor with Restart] ursgraf
Line 78: Line 78:
 </code> </code>
  
-The main sequence does its steps and starts the second sequence. The timeout monitor of the subsequence fires. The monitor causes an exception sequence to run. After that the subsequence continues from where it was interrupted as its timeout behavior is set to ''resume''. After the subsequence has terminated the main sequence will continue until it is done.+The main sequence does its steps and starts the second sequence. The timeout monitor of the subsequence fires. The monitor causes an exception sequence to run. After that the subsequence restarts from the beginning as its timeout behavior is set to ''restart''. This would go on forever. After three restarts the behavior is set to ''abort'' which causes the subsequence to terminate. After this, the main sequence will continue until it is done.
  
 [{{ :getting_started:tutorials:sequencetest26.png?500 | //Resuming the subsequence// }}] [{{ :getting_started:tutorials:sequencetest26.png?500 | //Resuming the subsequence// }}]
 \\ \\
  
getting_started/tutorials/sequencer2.txt · Last modified: 2021/03/31 15:33 by ursgraf