Control System Projects with Computer Interface Ideas

AI Thread Summary
Control system projects with computer interfaces can enhance performance in slow or nonlinear systems, such as oven controllers. Utilizing a PID controller allows for precise temperature management, where programming can adapt the control algorithm dynamically to minimize overshoot and settling time. One user shared their experience designing a molten wax tank controller that effectively prevented overshooting by incorporating derivative control. Another suggested projects like the inverted pendulum or levitating magnetic balls, emphasizing the need for a computer interface. These discussions highlight the versatility and effectiveness of computer-based control systems in practical applications.
asad1111
Messages
51
Reaction score
0
can someone please give me some ideas of control system projects which have someinterface with computer?
 
Engineering news on Phys.org
This is an interesting project. The author did it with a quad op amp. He refers to another solution using Fuzzy Logic. You may want to develop your own solution.

http://electronicdesign.com/article/embedded/what-s-all-this-ball-on-beam-balancing-stuff-anyho.aspx
 
Last edited by a moderator:
I've found that slow systems and nonlinear systems can be best dealt with in a computer. A good example is an oven controller.
An oven is typically so slow, that analog components are not suited to the long time constants. In addition, people generally desire the oven to settle at temperature promptly.

Through utilizing a PID controller, one can get an oven tuned in, but it will either be slow or overshoot (or likely both). Through the magic of programming, you can change the nature of the control algorithm as the oven heats.

Start with open loop control and a maximum call for heat until the oven reaches a specific setpoint.

Switch in a PID loop with a reduced D coefficeint and a preset integrator value (such that you are targeting a sever overshoot). Continue this until you are quite close to the target setpoint and then...

Switch over to a PID loop with sufficeint D to ensure little overshoot and again preset the integrator.

Not an easy task in analag, but great for a computer. And, it has a practical application in that you can bake your brownies faster :D

- Mike
 
Good suggestion Mike_in_Plano (and I've been to Plano). I designed a similar controller to keep a tank of molten wax between 170 and 190 deg. The controller could not overshoot 190 because above 190 deg. the wax would deteriorate.

My design was the reverse of yours. I added D to P without any I, and compared the sum to the reference to prevent overshoot regardless of how much or how little wax was in the tank. At the time D + P crossed the reference, I was added in which not only maintained the temperature at the reference but because it was out of phase with D, it prevented oscillation.

Clarification: I added the derivative of the measured temperature to the temperature and compared that sum to the reference. This presumes there is a lag between applying or suspending heat and that change being measured. By adding the derivative, the heating element will be shut off earlier if the temperature is rising faster compensating for the time lag. The integral of the set point minus the temperature was added only after the temperature plus derivative reached the set point in order to avoid lengthening the settling time.
 
Last edited:
The inverted pendulum is always good, or the levitating magnetic balls.
 
levitating magnetic balls look like a good chalenging project but i need a project which have some kind of interface with computer
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I have recently moved into a new (rather ancient) house and had a few trips of my Residual Current breaker. I dug out my old Socket tester which tell me the three pins are correct. But then the Red warning light tells me my socket(s) fail the loop test. I never had this before but my last house had an overhead supply with no Earth from the company. The tester said "get this checked" and the man said the (high but not ridiculous) earth resistance was acceptable. I stuck a new copper earth...
Thread 'Beauty of old electrical and measuring things, etc.'
Even as a kid, I saw beauty in old devices. That made me want to understand how they worked. I had lots of old things that I keep and now reviving. Old things need to work to see the beauty. Here's what I've done so far. Two views of the gadgets shelves and my small work space: Here's a close up look at the meters, gauges and other measuring things: This is what I think of as surface-mount electrical components and wiring. The components are very old and shows how...
Back
Top