SEL
Selects one of two variables and assigns it to the output variable.
Input
Name | Type | Description |
|---|---|---|
G | BOOL | Toggles the selection |
IN0 | ANY | Input |
IN1 | ANY | Input |
Output
Name | Type | Description |
|---|---|---|
OUT | ANY | OUT := IN1, if G = TRUE; else OUT := IN0 |
Selects one of two variables and assigns it to the output variable.
Name | Type | Description |
|---|---|---|
G | BOOL | Toggles the selection |
IN0 | ANY | Input |
IN1 | ANY | Input |
Name | Type | Description |
|---|---|---|
OUT | ANY | OUT := IN1, if G = TRUE; else OUT := IN0 |