Category / Domain : | Tools |
SCOL Voy@ger Compatibility : | V 3.5 or above |
Update : | 1998/05 |
This module is used to create a sequence of actions that is either automatic or controlled by events, such as clicking on a button.
Figure 1 : SEQUENCE module interface
(1) : Length => Define the appropriate number of output actions.
(2) : Initiate outputs one after another => Actions (output1, output2, etc.) are activated one after the other only by an event (such as clicking on a button: first click activates output1, second click activates output2, etc.).
(3) : Initiate outputs all at once (but in order) => One event activates all the actions in a single sequence (but always in the order 1, 2, 3…).
Action | Function |
module.event à Sequence.input | Starts the sequence of actions in the SEQUENCE module |
Event | Function |
Sequence.out x à module Action | Activates the x action |
Zone | Function | Interface | Assignment |
None |