Calculates the logical XOR (exclusive or) of the two inputs.
|
Logical XOR
|
|
In1
|
In2
|
Out
|
T
|
T
|
F
|
T
|
F
|
T
|
F
|
T
|
T
|
F
|
F
|
F
|
Null
|
T
|
Null
|
T
|
Null
|
Null
|
Inputs
|
|
|
|
|
Slots
|
Type
|
Default
|
Description
|
|
In1
|
Digital
|
Null
|
The first input.
|
|
In2
|
Digital
|
Null
|
The second input.
|
Outputs
|
|
|
Slots
|
Type
|
Description
|
|
Out
|
Digital
|
The result of the calculation. Null inputs are ignored. If either input is Null, the output is also Null.
|
|