The digital output is selected from one of the two inputs based on the value of the Select slot.
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
In0
|
Digital
|
0
|
The value to output when 'Select' is True.
|
|
In1
|
Digital
|
0
|
The value to output when 'Select' is False.
|
|
Select
|
Digital
|
Null
|
Determines which input is selected as follows:
▪True selects In1 ▪False selects In2 ▪Null sets Out to Null |
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Digital
|
The output of In0 or In1, depending on the value of the input ‘Select’. If Select is set to null the block will set Out to Null.
|
|