
stgislander (Customer) asked a question.
I'm using the Do-more PID for position control. I am running the PID controller Automatic mode (no transitions to manual).
I am wondering what the Bias value does for me. I'm finding the definition in Help a little lacking. I've recorded a plot of a servo control hydraulic cylinder. My default Bias is 50. As I review the spreadsheet, the BIAS follows the PLC Output but not exactly.
Does changing the Bias value, say from 50 to 49.5, provide an offset to my Output value?
Yes it does. Below is an explanatin from Bob O with HOST:
Bias is added to the proportional term to produce the initial state of output and is effectively just an offset...a bias. The proportional term is essentially just "Output = Gain * Error + Bias".
For loops with 'I' terms, the integral affects the loop's output by integrating error into the bias over time. So the user can change the bias, and the loop can as well.