A controller that activates SW_A depending on the states of several consecutive input switches. Supported logical links are AND and OR. The first index of the input switches has to be set as SW_B and the number of total consecutive switches has to be specified by Obj_arg0.
Name | Type | Games | Required? | Description | Values |
---|---|---|---|---|---|
Obj_arg0 | Integer | Both | False | Number of Switches: The number of switches to be evaluated. | |
Obj_arg1 | Integer | Both | False | Logical Link: Specifies how the input switches are evaluated. |
|
Obj_arg2 | Integer | Both | False | Activation Type: How the output switch (SW_A) should be activated or deactivated. |
|
Name | Games | Required? | Description |
---|---|---|---|
SW_A | Both | True | The switch that should be activated or deactivated depending on the result. |
SW_B | Both | True | The first index of the input switches to be evaluated. |