Standard function blocks
292
Bitstring
AND
(10010)
Illustration
Execution time 1.55 µs (when two inputs are used) + 0.60 µs (for every additional input). When all
inputs are used, the execution time is 19.55 µs.
Operation The output (OUT) is 1 if all the connected inputs (IN1…IN32) are 1. Otherwise the
output is 0.
Truth table:
The inputs can be inverted.
Inputs The number of inputs is selected by the user.
Input (IN1…IN32): Boolean
Outputs Output (OUT): Boolean
NOT
(10011)
Illustration
Execution time 0.32 µs
Operation The output (O) is 1 if the input (I) is 0. The output is 0 if the input is 1.
Inputs Input (I): Boolean
Outputs Output (O): Boolean
AND
56
TLA1 1 msec (1)
IN1
IN2
OUT
OUT(56)
NOT
57
TLA1 1 msec (1)
I
O
O(57)