You can create a condition for controls and devices. This allows you to make a control or a device perform different actions depending on whether the condition is fulfilled or not.
There are four models:
|
Model |
Logic |
Illustration |
|---|---|---|
|
1 |
If a condition is fulfilled, an action must be performed. Otherwise nothing happens. |
|
|
2 |
If a condition is fulfilled, an action must be performed. Otherwise a different action must be performed. |
|
|
3 |
If condition 1 is fulfilled, an action must be performed. If condition 2 is fulfilled, a different action must be performed. Otherwise nothing happens. |
|
|
4 |
(for a push button) If a condition is fulfilled, an action must be performed. This action will depend on the status of the push button: normal or shift. More information: see Shift function. |
|
What controls and devices can you use?
|
IF |
THEN/ELSE |
|---|---|
|
|