pid

Not without more information. Nobody here is looking at your system. Nor are we mind readers. Based on what you've told us, the best answer you can expect is, "Configure your controller so it doesn't do that". Try searching your documentation for "bumpless transfer".
 
A general case

Set the SP to the PV so there is no error and load the integrator control signal with the current control signal.

If you must leave the SP alone then the integrator must be modified as follows:

IntgratorControl=LastControl-Kp(Sp-PV)

I am assuming the IntegratorControl is in control output units. Otherwise you need to adjust the accumulated error.

IntgratorControl=Kp*Δt/τi*Σerrors
So
(Kp*Δt/τi)*Σerrors=LastControl-Kp(Sp-PV)

or
Σerrors=(LastControl-Kp(Sp-PV))*τi/Kp*Δt
Easy ;)
 
can you post your program file? ... (note that you'll have to ZIP it first) ...

at this point, we don't even know what brand of PLC you're using (or if you've even using a PLC at all) ... it's impossible to give you detailed answers without more information ...

we'll be glad to try to help - but you've got to give us a lot more to work with than you've posted so far ...

and welcome to the forum ...
 
Of course you want bumpless both ways - Auto to Manual and then Manual to Auto. It depends upon the controller...

With a GE or Siemens PLC my program turns on the Manual bit of the PID loop. When manual is on the manual setpoint is moved into the PID loop. When manual is switched off the PID loop takes off from there - naturally bumpless. Then when in Auto (not manual), the program moves the pid output to the Manual setpoint, making it bumpless the other way.
 
thanks for replying,it is a slc 5/04 and making it bumpless is what i was told to do but how.i have looked up pid control bumpless transfer and still do not understand.
 
Last edited:

Similar Topics

I am working on a large migration of the standard PID instruction to the PlantPAx P_PIDE. Has anyone done a migration like this before and have a...
Replies
0
Views
80
Hey there guys, I'm relatively new to PLC programming. I had a few basic classes in college but since then I have mainly been on the instrument...
Replies
2
Views
150
Hi, I would like to assemble a simulator/practice booster pump system that uses PID to maintain steady water pressure under various outlet demands...
Replies
0
Views
107
Hello, I have a motor that we are sending a RPM Speed Output from 0-100% to the VFD. However, the Motor HP needs to be limited to 6000 HP and the...
Replies
3
Views
109
I have S7 1512C controler for controlling 48 PID temperature loop, the output is PWM. Please I need the best, most efficient way to write the...
Replies
13
Views
650
Back
Top Bottom