Appendix A Runtime Templates Logical NOT
3BUR002418-600 A 271
Logical NOT
The Logical NOT FCM performs the NOT function on its input.
LOGICAL/BITWISE Field
Logical If inp = 0, Result = 1. If inp is not 0, Result = 0.
BIT Individual bits of input are NOTed.
The inputs for bitwise type of FCM are decimal numbers
translated into bit patterns by the FCM. For example, an input of 9
means that bits 0 and 4 are 1 and the rest of the bits are 0.
Exclusive OR
The Exclusive OR FCM performs the exclusive OR function on two inputs.
LOGICAL/BITWISE Field
Logical In logical mode, all non-zero inputs = 1. The result is determined
by the following truth table:
Inp1Inp2 Result
00 0
01 1
10 1
11 0
BIT Bits 1 of the inputs are exclusively ORed together to get Bit 1 of
the result, and so on.
Set/Reset Flip-Flop
The result of the Set/Reset Flip-Flop FCM is determined according to the following
truth table:
Inp1 Inp2 Result
00 prev