Electronic Analog Computing For Feedback Control
Electronic Analog Computing For Feedback Control
YongSik Jeon
[email protected]
Samuel Chun
[email protected]
Abstract
2
wire" flight control system. Three microphone, pressure and temperature
computers on the aircraft constantly transducers, chemical sensors)
adjust the flight controls to maintain the An actuator affects the plant. (e.g.
aircraft in flight and reply to the hydraulic, pneumatic, electric motors,
commands from the pilot. pumps, heaters, aircraft control)
4. Feedback Control
3
r is the reference or command input t
u (t ) = K p e(t ) + K i e(τ )dτ
(what we'd like y to be). 0
u (t ) = K p e(t )
K p : proportional gain
d
u (t ) = K p e(t ) + K d e(t )
dt
K d : derivative gain
Graph 1. Response characteristic of a P PD control increases the stability of the
controller system and makes the response time
faster, but with the presence of noise in
Proportional-Integral (PI) controller the system, it can increase the
differential portion of the equation
The equation of the PI controller in time resulting in negative effect for the input.
domain:
4
More than 80% of the feedback
controllers are PID controllers in the
actual fields, because its performance is
good and it is easy to tune.
PID (Proportional-Integral-Derivative)
5
Analog controllers
Generally a control task is performed by specifically combined ICs. Simple controls can
be carried out using analog ICs, such as operational amplifier circuitry. An integrated
circuit (IC) is the basic component of "Control Electronics". IC is a small electronic
device made out of a semiconductor material.
R PF 1 d
VOUT (t ) = V IN (t ) + V IN (t ) dt + R D C D V IN (t ) (1)
R PI RI C I dt
Figure 3. An example of an analog circuit for PID control. This analog circuit calculates
PID control response according to Equation 1. Sensor signal VIN is amplified by IC1 (P
mode), integrated by IC2 (I mode), and differentiated by IC3 (D mode), and all three
modes are summed by IC4 to derive control response VOUT.
6
5. Extended Analog Computer (EAC) the conductive sheet, logic gates can be
Feedback System created.
EAC is a very powerful machine, and at This is the mathematical model of the
the same time it is very simple. It is extended analog computer (this model
easily programmable, unlike General has no boundary conditions):
Purpose Analog Computers (GPAC), by
manipulating the Lukasiewicz logic Ii I
arrays (LLA). Not like GPACs, an EAC V p = − j
sources
d i2 sinks
d 2
j
is a Turing-complete model, and this
simple and powerful machine can be
used to directly solve problems like Voltage at any point p is the sum of all
Partial Differential Equations in systems source (Ii) voltages divided by the
and many more. distances to the point minus the sum of
all sink (Ij) voltages divided by the
EAC implementation distances to the point. Until recently,
people believed EACs were not possible
to implement.
7
There are total of 6 sensor inputs, which converters, and digital signal processors
are from different parts of the floor, to which cost additionally. Even though,
the conductive sheet. The voltage of the the price of digital chips have gone
current from each sensor will reflect the down it is still more expensive. Second,
temperature of that region. This will it consumes less energy. Many feedback
create a gradient manifold of control systems are found in small items,
temperature of the room. such as a MP3 player or a micro robot.
For these kinds of items, power
There are two cooling system connected consumption is a very important issue.
to this EAC by two LLA functions. The Analog feedback control system uses
current from the measure points are fed less power than digital feedback control
into each LLAs. LLAs will decide system. Third, analog system performs
according to its function to turn the better in speed than digital system. Up to
cooler on or not. a certain precision, they can outperform
the digital system.
LLA functions are depicted in Figure 5
in a square box. The x-axis represents There are couple disadvantages of using
the input voltage and the y-axis an analog feedback control system as
represents the output voltage. The LLA well. First, it lacks precision. Analog
function for measure point (S) is feedback control system will outperform
designed to be more sensitive to the digital system, but if the system
temperature change. This can be useful requires higher precision, a digital
if that region is near the window or it is system will be a better solution. Second,
facing south. This region will get heated there is a limitation to apply complicated
faster than other regions of the room due non-linear equations into the systems.
to insulation or the sun. Third, it cannot control a sophisticated
system. It is more efficient to use a
As shown in this example, EAC can be digital system for a sophisticated system
easily used to build a fuzzy cooling such as an electronically controlled
system, which not only saves power but engine that has many sensors and
is efficient and in-expensive. controllers.
8
References
[2] Brion Christine, DongInn Kim. Simulating the Recticular Formation via Extended
Analog Computer. Computer Science Department, Indiana University.
[12] Patricia Mellodge. Feedback Control for a Path Following Robotic Car.
Electrical Engineering, Virginia Polytechnic and State University, 2002.
[15] Heather Roinestad, Camilo H. Viecco, Ian Bobbitt, Adam Miller, Stefan
Obereichholz-Bangert, Ryan R. Varic. Study of a Model of an Extended Analog
Computer. Computer Science Department, Indiana University.