Contrologix PID Vs PIDE

The Plc Kid

Member
Join Date
Feb 2009
Location
Macon, Georgia
Posts
3,233
What is the difference between the pid and pide instruction? Where and why would i use one as opposed to the other. My equipment has pid instructions but a new oven that we are getting soon has PIDE.
 
PIDE - We migrated for the built-in Auto Tune

From Google Search:
"The PIDE (Enhanced PID) is an Allen Bradley Logix5000 family (ControlLogix, CompactLogix, FlexLogix, SoftLogix) function block that improves on the standard PID found in all their controllers. First impressions of this function block are quite intimidating. If you try to dive into it head first you may just end up banging your head against a wall. Many will be quite happy to stick with the tried and true PID instruction but to compete with the more advanced process control applications the PIDE boasts the following.
  • It uses the velocity form of the PID algorithm. This is especially useful for adaptive gains or multiloop selection.
  • Control of the instruction can be switched between Program and Operator modes.
  • Better support for cascading and ratio control.
  • Built in autotuner (requires extra key)
  • Support for different timing modes
  • More limiting and fault handling selections. "
My $0.02 worth:

We integrated many electic heating applications using PID, Works Great. Previously, we would manually enter PID values, and manually adjust if necessary.

Later, we migrated to PIDE, and implemented the Auto-Tune function. The Auto-tune is started from a STATIC, steady state, and applies a CV output, and measures the ACTUAL physical dynamics of the installed system. The auto tune will learn the thermal-lag, and the thermal SLOPE (system capability), and return three sets of PID terms, that you can choose from to implement.

In general, we were pleased with the PIDE.
 

Similar Topics

Hello, I have a flow control PID that keeps locking up. It seems to control fine but after a while the output no longer moves. For instance...
Replies
4
Views
967
HI ALL, I am trying to write a program with rslogix 5000 for contrologix is there any other ways to modulate a valve with out using PID blocks...
Replies
15
Views
8,476
What is the safe max amount of pid loops that i can put into a contrologix processor without overloading it? These will all be steam valve...
Replies
14
Views
3,340
What is the best method of temperature controls single loop controlers or pid loops in a plc? What are the primary differences between the pid...
Replies
4
Views
7,877
I am using a PID instruction to control system speed reference to two drives, based on the end of line machine current load. The requirements are...
Replies
2
Views
6,347
Back
Top Bottom