beautypg.com

HYDAC CMU 1000 User Manual

Page 102

background image

Condition Monitoring Unit CMU 1000

Page 102

Revised 17.12.2009

HYDAC ELECTRONIC GMBH Mat.-No.:

669749

7.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 equivalent.

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: -


7.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 equivalent.

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: -