HYDAC CSI-F-10 User Manual

Page 101

Advertising
background image

GSM Radio Module CSI-F-10

Page 101

Status 29.01.2009

HYDAC ELECTRONIC GMBH

Part.-Nr.:

669752

9.7.4 Or

The Or function links the two Boolean inputs with the "or" operation
and supplies the result to its Boolean output.

The output is "1" if one of the two inputs is "1". If both are "0", then
the output will also be "0".

The following log table makes this function clear.
x

1

x

2

y

0 0 0
0 1 1
1 0 1
1 1 1

Inputs: x

1

: (Boolean)

x

2

: (Boolean)

Outputs: y:

(Boolean)

Parameters: -


9.7.5 Not - Or

The Not - Or function links the two Boolean inputs with the "nor"
operation and supplies the result to its Boolean output.

The output is "0" if one of the two inputs is "1". If both of the inputs
are "0", then the output will be "1".

The following log table makes this function clear.
x

1

x

2

y

0 0 1
0 1 0
1 0 0
1 1 0

Inputs: x

1

: (Boolean)

x

2

: (Boolean)

Outputs: y:

(Boolean)

Parameters: -


Advertising