PIDE vs PID in CLX for speed control?

Paul351W

Member
Join Date
Mar 2008
Location
Northern Illinois
Posts
154
I have an application using an eddy current coupling to transmit torque from an AC motor to a brake module. The coupling is needed so the AC motor can be disconnected from the drive line for inertia reasons during stop tests.

Due to the eddy coupling characteristics, there will be a large speed delta between input and output when load is applied. The operator wants to maintain output speed while load is applied, so I will have to ramp up the input speed as the coupling begins to slip under load.

Question is: which would be better for this application, a ladder logic PID instruction, or the function block PIDE instruction? All I've ever used the PIDE for is some pressure control, and that was mostly feed-forward activated.
 
In almost all circumstances, I prefer the PID instruction. The PIDE is overly complicated, and has occasional issues.

Eddy current? Wow... it's been a long time.
 
Yeah, they had the coupling in use on a similar test previously so they decided to use it again.

I wasn't sure if the alternative PID formula that the PIDE uses would provide better performance or not, as I've never seen any comparisons between the two on the same circuit. It would save me adding a function block routine to the program if I just used the regular PID...
 
I don't think the algorithm at the heart of the PIDE is any better or worse than that in the PID. The PIDE just gives you alot more bells and whistles. I think they tried to make one instruction that could do everything. So, as rdrast said, she be a complicated beast.

Keith
 

Similar Topics

I have a PID instruction in the ladder logic with tag name pid1 I was trying to follow the youtube to create the PIDE faceplate, however, the...
Replies
0
Views
1,185
In control logix I have come across a few programs where the PID is setup in 1/sec, but most are 1/min. Where would this configuration be and when...
Replies
5
Views
1,363
Hi everyone, I have a project start up coming up in the next few weeks that I have 4 PID routines in my program. I have never used PID in a...
Replies
6
Views
3,879
Hi, I am working on control level project using PLC 1756-L62 (Rockwell). I put the same parameters on a MATLAB PID and PIDE of Logix5000...
Replies
1
Views
1,652
When using a PID you have access to a bit .MO What is the equivalent to .MO in the Pax P_PIDE Thanks
Replies
11
Views
4,579
Back
Top Bottom