Calculates the logical XOR (exclusive or) of the selected inputs.
The output is True if only one of the selected inputs is True and the other selected inputs are False.
If the calculation requires only two inputs, use the previous Xor block on page for greater efficiency.
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
In1
|
Digital
|
Null
|
The first input.
|
|
In2
|
Digital
|
Null
|
The second input.
|
|
In3
|
Digital
|
Null
|
The third input.
|
|
…
|
Digital
|
…
|
…
|
|
…
|
Digital
|
…
|
…
|
|
In10
|
Digital
|
Null
|
The tenth input.
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Digital
|
The result of the calculation. Null inputs are ignored. If all the inputs are Null, the output is also Null.
|
|