Pot Tach
Pot Tach
In this exercise you will explore the use of the potentiometer and the tachometer as
angular position and velocity sensors. In addition, you will have the opportunity to
implement the skills gained in the experiment on operational amplifiers.
Potentiometers
In previous exercises you have used the bench potentiometer to create a controllable
voltage supply. In this experiment, you will use a servo potentiometer to measure
angular position of a DC motor. In either case the principle is the same: the
potentiometer is used as a voltage divider that produces an output voltage linearly
dependent on angular position (note that audio pots are logarithmic). Since the
potentiometer mounted on the motor setup is a servo (continuous) potentiometer, its shaft
can be rotated indefinitely, but there is a small “dead-zone” of about 5-10 degrees that
will produce no output voltage. The bench potentiometer, in contrast, is a single-turn pot
(which is a misnomer since it achieves much less than a full rotation) with physical stops
at the extreme positions. Ultimately, for a servo-pot with a 5 degree dead-zone and 5
volts applied across the pot, we find voltage relationship similar to:
θ θ
Vout = Vin ≅ 5v
θ max 355°
For the above relationship for Vout to be true, we must prevent current from flowing
through the wiper. To assure this, the wiper signal must first be buffered, as shown in
Figure 1. We do not need to buffer the signal connected to the data acquisition board
since the board has a very high input resistance. Since pots often use wire windings, the
wiper produces electrical noise as it travels across the winding, and hence it is especially
important to use a low pass filter when differentiating the signal from a pot. The filter is
placed after the buffer. The filtered signal can then be differentiated to determine angular
velocity. A diagram of this circuit is shown in Figure 1. The most important thing to
avoid when using a pot in this fashion is the possibility of connecting the 5 volt
supply or Ground to the wiper, which will burn out the pot when the wiper
approaches the Grounded or 5 volt supply terminals, respectively.
9. With the differentiated signal from the potentiometer still connected to AI_CH0,
connect the output voltage of the tachometer to AI_CH1 of the DAQ terminal block
via the circuit in Figure 2 so that you can see the signal. Again, make educated
decisions on the cutoff frequency and system gain for your circuit. Set the
appropriate sampling rate and number of samples and start the program. Save the file
to disk. The data file contains three columns. The first column is time, second
column is differentiated potentiometer signal, and third column is tachometer voltage
signal. Use a data-plotting program such as MATLAB or EXCEL to plot your data.
Compare the signal from the tachometer with the information provided by
differentiating the voltage from the potentiometer.
What is the phase difference between these signals?
2. Briefly describe at least two disadvantages of using a potentiometer for both position
and velocity measurement.