If...
|
Then...
|
---|---|
Y = 1
|
Y_POS = 1
Y_NEG = 0
|
Y = 0
|
Y_POS = 0
Y_NEG = 0
|
Y = -1
|
Y_POS = 0
Y_NEG = 1
|
Feedback
|
LAG_NEG
|
LAG_POS
|
---|---|---|
3-Point-Behavior (without feedback)
|
= 0
|
= 0
|
negative feedback
|
> 0
|
= 0
|
negative + positive feedback
|
> 0
|
> LAG_NEG
|
Warning, regeneration (neg. feedback with LAG_POS)
|
= 0
|
> 0
|
Warning, regeneration (pos. feedback switched off)
|
> LAG_POS
|
> 0
|
Operating mode
|
MAN
|
HALT
|
Meaning
|
---|---|---|---|
Automatic
|
0
|
0
|
The function block will be handled as described above.
|
Manual mode
|
1
|
0 or 1
|
The outputs Y_POS and Y_NEG are set to the values YMAN_POS and YMAN_NEG. A priority logic - Y_NEG is dominant over Y_POS - prevents both outputs being simultaneously set.
xf1 and xf2 are calculated using the following formula:
![]() |
Halt
|
0
|
1
|
The outputs Y_POS and Y_NEG are held at their last respective values. xf1 and xf2 are set to GAIN * Y.
|