Introducing the Programming Actions

The first menu in the Programming tab is the Programming menu. This mainly contains actions that allow you to control the order in which actions are played. The actions can broadly be categorised as follows:

(i)  Conditional actions – these are actions that will only play a group of actions when a condition is true or false. The conditional actions are the: If, Else, Select and Case actions.

(ii) Loop action – the Loop action will repeat a group of actions a particular number of times based on a condition that you set (e.g. the condition could be as simple as play the loop 4 times or it may be play the loop until a specified variable reaches the number 4).

(iii) Sequencing actions – these are actions that either play the group of actions simultaneously (i.e. Simultaneous Actions Group action) or consecutively (i.e. Consecutive Action Group action).

(v) Custom action – the Custom Action allows you to activate a customised trigger you have created using the Custom Trigger.

Note:
Although these are called Programming actions they do not require programming knowledge or skills to use.

Related Topics:

the If action

the Else action

the Select action

the Case action

the Loop action

Consecutive Actions Group

Simultaneous Actions Group

Custom Actions