PI Control Resources: Best Books, Websites & More

AI Thread Summary
The discussion focuses on finding resources for implementing PI control in embedded systems, distinct from PID control. Key recommendations include understanding feedback control theory and transitioning to the z domain for digital applications, emphasizing stability criteria related to the unit circle in pole-zero plots. Suggested literature includes "Feedback Control Systems" by Phillips and Harbour, and "Signals and Systems" by Ziemer, Tranter, and Fannin. Participants express a desire for insights from experienced users rather than generic online searches. Overall, the conversation highlights the importance of foundational knowledge and practical resources for effective PI control implementation.
mdjensen22
Messages
161
Reaction score
0
Does anybody know of any good resources they can point me to for implementing PI control in an embedded system? I'm not necessarily looking for PID control - just PI.

Books, websites, etc. - any suggestions are welcome.
 
Engineering news on Phys.org
Use Google or Google Scholar
 
You need to understand feedback control theory, and then you can shift into the z domain for your emebedded system application. You have a different set of criteria for stability that is the digital versions of your analog controller criteria (you need to be within the unit circle of your z-domain pole zero plot). Your sampling period determines your criteria, and it is a compromise between stability and computation/number precision. You will need to come up with z domain equivalents of your plant system transfer function and your controller's transfer function, and then the z domain transfer function easily synthesize into a very simple 1 code line equation, since its basically a digital filter.

I can suggest the book: feedback control systems by phillips and harbour and also the book: signals and systems continuous and discrete by ziemer, tranter, and fannin.
 
chrischak - if only I had thought of searching google first...
:rolleyes:

I wanted to get recommendations from those who use these systems regularly as to what they find to be the most insightful resources. Google is just the shotgun approach.


Thank you DragonPetter.
I am relatively familiar with feedback control theory, but I haven't put any PI/PID systems into practice in quite a while.
Thank you for the recommended literature. It is much appreciated.
 
mdjensen22 said:
chrischak - if only I had thought of searching google first...
:rolleyes:

I wanted to get recommendations from those who use these systems regularly as to what they find to be the most insightful resources. Google is just the shotgun approach.


Thank you DragonPetter.
I am relatively familiar with feedback control theory, but I haven't put any PI/PID systems into practice in quite a while.
Thank you for the recommended literature. It is much appreciated.

Since you are already familiar with feedback control theory, you might just want to read about the bilinear z transform. This is the step you take to get from an analog controller+plant feedback system to a digital one.

It is pretty much the exact same approach as a digital filter, except now you are held to other criteria to ensure it is stable.
 
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Hello dear reader, a brief introduction: Some 4 years ago someone started developing health related issues, apparently due to exposure to RF & ELF related frequencies and/or fields (Magnetic). This is currently becoming known as EHS. (Electromagnetic hypersensitivity is a claimed sensitivity to electromagnetic fields, to which adverse symptoms are attributed.) She experiences a deep burning sensation throughout her entire body, leaving her in pain and exhausted after a pulse has occurred...
Back
Top