I'm working on a project that has to function correctly before I can install it, so I'm testing with the simulator, so I don't know if this problem will repeat on real hardware.
I have a PID control set up with the error deadband enabled. If I manipulate the PV=SP, and switch the control to auto, the output stays fixed, as expected.
Now, if I move the PV outside the deadband, the output responds accordingly, but, once I bring PV back inside the deadband, the output keeps going in the same direction, until PV reaches the opposite end of the deadband, then the output will change directions and keep going until PV hits the other end, it will oscillate like that as many times as I keep moving PV back and forth.
If I stop manipulating PV, the output will keep moving until it hits max or min.
If I toggle the control to manual and back to auto, while PV is inside the deadband, the output will stay fixed, until I manipulate PV, then the process starts over.
Shouldn't the output stop moving once PV is inside the deadband?
I called AD support with this problem earlier, I was hoping someone here might have a fast answer....