Temperature PID limit

phil hughes

Lifetime Supporting Member
Join Date
May 2005
Posts
31
We are using a AB Compact Logix L24 ER PLC. Version 20 Logix Software.The process is heating and cooling a tank jacket. We would like to limit the P.V at a rate of 5 deg / min.
I have looked through previous posts and can’t find anything similar. The RMPS Function block looks overkill and the RLIM I am unsure about. Any input would be appreciated.
Regards
Phil
 
Just build a ramp block....
You probably do not want to ramp at adding 5 degrees every minute.

So lets break it down...to seconds.
60/5=1 degree every 12 seconds or 0.5 degrees every 6 seconds or 0.25 degrees every 3 seconds.

For 0.5 degree ramp...
Use a timer and counter to build the ramprate and just add 0.5 degrees to the ramprate every 6 seconds. (The ramp rate is the SP in your PID block.)
Then use a compare function to stop the ramp...When ramprate = soak temperature then stop ramp.
 
in a PID this will mean the D factor goes bezirk, and the I factor will give problems, however simple thinking do not use a PID but just on/off when ramping.
and raise the setpoint slowly with your 5 c/min.
 
non-sense

in a PID this will mean the D factor goes bezirk, and the I factor will give problems,
In motion control we ramp the set point or target position from one position to another all the time and it is done smoothly using the derivative and integrator gains.

however simple thinking do not use a PID but just on/off when ramping.
and raise the setpoint slowly with your 5 c/min.
So how do you determine how long to have the heater on and off?

If the PID is tuned up properly then it should follow the ramp with just a little lag.
 

Similar Topics

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
600
I have an old Chinese Temperature PID controller XMT 8038c2kp that am able to send and receive requests via Modbus poll test center in this format...
Replies
0
Views
441
I have PID temperature control which will connect to Beckhoff EL4004(0v-10v). How I can program it to let EL4004 to control the temperature?
Replies
7
Views
2,630
Hi everyone, Im planning to replace existing temperature controllers with a PLC. The setup will be aprox 8 thermocuples, and the outputs are 8...
Replies
10
Views
5,374
I'm doing PID temperature controller using PLC. I'm doing a cascaded P, and PI controller of both temperature set points. My question is how...
Replies
6
Views
1,732
Back
Top Bottom