iriSequence 1.0
Category / Domain: |
Tools |
SCOL Voy@ger Compatibility: |
V 3.5 or above |
Update: |
12/2002 |
Function
The iriSequence
module creates a chain of actions in the same client, either automatic
or controlled by events such as clicking on a button, for example.
to carry out a series of actions whose command of the clients imports, use
Sequence provided by Cryo-Networks.
Configuration
Figure 1: Sequence Module Interface
|
Length |
Enter number
of “output” actions here. |
|
Initiate
outputs one after the other |
Actions (output1,
output2,…) are triggered one after the other only through an event (such as
clicking on a button: first click initiates output1, second click initiates
output2, etc.). |
|
Initiate
outputs all at once (but in order) |
An event
triggers all actions at once in the same sequence (but always in order:
1,2…). |
Implementation
Action |
Function |
module.event
à Sequence.input |
Initializes
chain of actions in Sequence module. |
æWarning! Do NOT use the following action with Sequence module events:
sequence.out x à
sequence.input
Event |
Function |
Sequence.out
1 à module.action |
Triggers
first action. |
Sequence.out
2 à module.action |
Triggers
second action. |
Sequence.out
n à module.action |
Triggers
last action n. |
Area |
Function |
Interface
|
Assignment |
None |
|
|
|