Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

PID controller, integral?

Status
Not open for further replies.

c1235366

Newbie level 5
Joined
May 26, 2012
Messages
9
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,339
Hi all:

I want to design a discrete PID controller.

Question: The out of integral item will overflow.:-(

Somebody can give me some suggestion?

Thanks!
 

The out of integral item will overflow.
Only in certain situations. Do you understand when it's the case?

Any real integrator has a limit. It should be also implemented in a digital controller, saturation rather than wrap around.

There are different methods to implement anti-windup in digital controllers.
Generally speaking, you'll want to stop integrator action when the manipulated values is reaching the actual limit defined by the actor. Special PID topologies like "velocity algorithm" are offering an easy way to achieve this. https://en.wikipedia.org/wiki/PID_controller#Discrete_implementation
 
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top