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.
 
Hey guys. I have a question related to electricity and alternating current. Say an alien fictional society developed electricity, and settled on a standard like 73V AC current at 46 Hz. How would appliances be designed, and what impact would the lower frequency and voltage have on transformers, wiring, TVs, computers, LEDs, motors, and heating, assuming the laws of physics and technology are the same as on Earth?
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I used to be an HVAC technician. One time I had a service call in which there was no power to the thermostat. The thermostat did not have power because the fuse in the air handler was blown. The fuse in the air handler was blown because there was a low voltage short. The rubber coating on one of the thermostat wires was chewed off by a rodent. The exposed metal in the thermostat wire was touching the metal cabinet of the air handler. This was a low voltage short. This low voltage...
Back
Top