Logical Not; Exclusive Or; Set/Reset Flip-Flop - ABB 800xA Operation

For mod 300
Hide thumbs Also See for 800xA:
Table of Contents

Advertisement

Appendix A Runtime Templates

Logical NOT

The Logical NOT FCM performs the NOT function on its input.
LOGICAL/BITWISE Field

Exclusive OR

The Exclusive OR FCM performs the exclusive OR function on two inputs.
LOGICAL/BITWISE Field

Set/Reset Flip-Flop

The result of the Set/Reset Flip-Flop FCM is determined according to the following
truth table:
3BUR002418-600 A
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.
Logical
In logical mode, all non-zero inputs = 1. The result is determined
by the following truth table:
Inp1 Inp2
0
0
0
1
1
0
1
1
BIT
Bits 1 of the inputs are exclusively ORed together to get Bit 1 of
the result, and so on.
Inp1
0
Result
0
1
1
0
Inp2
Result
0
prev
Logical NOT
271

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents