PID tuning constants conversion

jkerekes

Member
Join Date
Aug 2007
Location
NJ
Posts
2,362
I'm doing a PLC5 to CLX conversion. There are several PIDs in it. Are there any conversion factors that I could use to "translate" the tuning constants used in the PLC5 to the CLX. BTW I'm using the standard Ladder PID instruction in the CLX. Thanks!
 
I believe there was a thread about this maybe 2 months ago. If you try a search I believe the PID gurus have been through this with another patient.
 
I did read the link provided. This will be a conversion run through the new conversion utility. All the existing 1771 I/O will be used, so the scaling of inputs & outputs should be the same. The PID gains are independant however.
 
you still need to consider whether the "triggering/timing" of the original PID was correct ... quite often this is NOT set up correctly - and the original programmer just "fudges" the tuning values to compensate ... (this post about Bubba's paycheck explains the concept) ...

what this means to you ...

suppose that your original PLC-5 has been improperly executing the PID "once per scan" (a very common problem) and the scan had been happening 200 times per second ... suppose that your original tuning values had been "fudged" to make the PID function adequately well ...

now then ...

suppose that you simply convert the "faulty" logic from the PLC-5 over to the ControlLogix platform ... suppose that now your new ControlLogix system begins scanning the PID 800 times per second (it's much faster) ... if you keep the same "fudged" tuning factors, then the TIME-BASED components (Integral and Derivative) will be "skewed" and the tuning will certainly be wrong ...

what all this means to us ...

we really need to see the OLD program from the PLC-5 – and the NEW proposed/converted program for the ControlLogix in order to give you a concrete detailed answer to your question ...

can you post the code we're asking for? ...
 
Last edited:

Similar Topics

Hello, I am using a AB SLC5/05 PLC & using the PID insrtuction for a single loop control. I have assigned N10:0 as the control block starting...
Replies
4
Views
4,956
Hello, I am attempting to tune a PID loop on a process. The process involves a valve with electronic actuator that has quite a high deadband...
Replies
10
Views
2,150
so i have 4 25gpm wells feeding a 1000gal tank (T-1), with an additional 15gpm from a decant tank for 3hrs every 12hrs. P1 and P2 both controlled...
Replies
154
Views
35,841
Hi everyone, yet another PID problem. I'm hoping I understand enough of the process I'm controlling that my request for help is reasonable. If a...
Replies
113
Views
27,831
A few months ago, I started to look into PID controllers and the tuning of first order processes. This has, partly thanks to you, resulted in a...
Replies
162
Views
61,972
Back
Top Bottom