7 boolean links – HYDAC CSI-F-10 User Manual
Page 100

GSM Radio Module CSI-F-10
Page 100
Status 29.01.2009
HYDAC ELECTRONIC GMBH
Part.-Nr.:
669752
9.7 Boolean Links
9.7.1 Not
The Not function supplies the negated Boolean input value at its
Boolean output.
If x = "0", then a "1" is output, otherwise a "0".
Inputs: x:
(Boolean)
Outputs: y:
(Boolean)
Parameters: -
9.7.2 And
The And function links the two Boolean inputs with the "and"
operation and supplies the result to its Boolean output.
The output is then "1" only if both inputs are "1", otherwise it is "0".
The following log table makes this function clear.
x
1
x
2
y
0 0 0
0 1 0
1 0 0
1 1 1
Inputs: x
1
: (Boolean)
x
2
: (Boolean)
Outputs: y:
(Boolean)
Parameters: -
9.7.3 Not - And
The Not - And function links the two Boolean inputs with the "nand"
operation and supplies the result to its Boolean output.
The output is then "0" only if both inputs are "1", otherwise it is "1".
The following log table makes this function clear.
x
1
x
2
y
0 0 1
0 1 1
1 0 1
1 1 0
Inputs: x
1
: (Boolean)
x
2
: (Boolean)
Outputs: y:
(Boolean)
Parameters: -