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. In this case, the built in priority logic - Y_NEG is dominant over Y_POS, which prohibits both outputs from being set simultaneously.
xf1 and xf2 are calculated using the following formula:
xf1 = xf_man * gain /100
xf2 = xf_man * gain /100
|
Halt
|
0
|
1
|
In Halt mode, both outputs Y_POS and Y_NEG will be held at the last value.
xf1 and xf2 are set to gain * Y.
|