pid min setting and windup

drewcrew6

Member
Join Date
Apr 2002
Location
allentown, Pa
Posts
418
Using an AB 5/05 if the pid is using min and max for output does the pid have to calculate from zero up and across the min setting or does it start calculations at the min setting?

I believe this is enough info but if not let me know.

Drewcrew6
 
I believe it starts from the Min setting (scaled to 16383). I used to have an SCR that wouldn't respond to anything below about 20% so I used the MIN as a quick and dirty fix and the loop still performed well. However, in the SLC family, if the rung in which the PID is located ever goes false the integral sum is reset - that I assume would produce 0 output. (Which is why SLC PIDs should be on unconditonal rungs. Note that PLC5 PID is different, the rung should be conditioned unless its in an STI.)
 

Similar Topics

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,369
I have a client that is asking to control the minimum and maximum speed of a 2 HP VFD controlled motor. Yes, it can be done on the VFD itself, but...
Replies
2
Views
1,816
I am working with a FB 58 TCONT_CP with sample time set to 1 second P GAIN set to 10, I to .13, D to .79. I am controlling a process...
Replies
2
Views
2,066
I am working on a large migration of the standard PID instruction to the PlantPAx P_PIDE. Has anyone done a migration like this before and have a...
Replies
0
Views
82
Hey there guys, I'm relatively new to PLC programming. I had a few basic classes in college but since then I have mainly been on the instrument...
Replies
2
Views
152
Back
Top Bottom