Temperature Ramp

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 in our P.I.D 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.
Thanks
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.
 

Similar Topics

I’m attempting to send a temperature from a SLC-5/02 to an EZiMarquee display. The vendor said to use a MSG instruction to send the data to the...
Replies
1
Views
60
Hi!! I'm looking for Temperature rise calculation software from Rockwell, I just download "Product selection toolbox 2022" but this software is...
Replies
1
Views
209
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
591
I am looking for temperature/humidity sensor recommendations. Would like the sensor to display temp and humidity. Need to connect to a Contrologix...
Replies
4
Views
223
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
Back
Top Bottom