HYDAC CSI-F-10 User Manual
Page 102

GSM Radio Module CSI-F-10
Page 102
Status 29.01.2009
HYDAC ELECTRONIC GMBH
Part.-Nr.:
669752
9.7.6 Exclusive Or
The Exclusive Or function links the two Boolean inputs with the "xor"
operation and supplies the result to its Boolean output.
The output is "1" if precisely one of the two inputs is "1". If both of
the inputs are "0" or if both of the inputs are "1", then the output will
be "0". One can also say that the output is then precisely "1" if the
two inputs are not equal.
The following log table makes this function clear.
x
1
x
2
y
0 0 0
0 1 1
1 0 1
1 1 0
Inputs: x
1
: (Boolean)
x
2
: (Boolean)
Outputs: y:
(Boolean)
Parameters: -
9.7.7 Not Exclusive Or
The Not Exclusive Or function links the two Boolean inputs with the
"nxor" operation and supplies the result to its Boolean output.
The output is "0" if precisely one of the two inputs is "1". If both of
the inputs are "0" or if both of the inputs are "1", then the output will
be "1". One can also say that the output is then precisely "1" if the
two inputs are equal.
The following log table makes this function clear.
x
1
x
2
y
0 0 1
0 1 0
1 0 0
1 1 1
Inputs: x
1
: (Boolean)
x
2
: (Boolean)
Outputs: y:
(Boolean)
Parameters: -