Вы находитесь на странице: 1из 4

3rd International Conference on Computers and Devices for Communication (CODEC-06) CIS

Institute of Radio Physics and Electronics, University of Calcutta, December 18-20, 2006.

Incremental Encoder Reader Circuit with Error Detection and


Correction using FPGA
1
Arindam Sanyal, 2Snehasish Das, 3Sonai Ray, 4P.Venkateswaran, 5S.K.Sanyal and 6R.Nandi
1,2,4,5,6
Department of Electronics & Tele-Communication Engineering
Jadavpur University, Kolkata – 700 032.
3
Department of Computer Science & Engineering
Indian Institute of Technology Kharagpur
Kharagpur – 721 302.
( email ids : arindam_3110@yahoo.co.in, snehasishetce@yahoo.co.in, pvwn@yahoo.co.in, s_sanyal@ieee.org,
robnon@ieee.org )

Abstract- Design of incremental encoder interface


involves designing a circuit to decode the positional and
directional data embedded in the output signals of the
encoder , as well as designing a counter circuit to count
the number of pulses. This can be done either by using a channel A
custom IC or 5-10 discrete ICs. Four monostable
circuits would be needed to implement the direction
sensing unit. However, with the increase in number of
components, system reliability is reduced. Also, systems
are easily susceptible for interference by noise. This
paper presents a way of implementing the above channel B
functions using software only. In addition, the paper
provides a mechanism for efficient error correction, thus
making it suitable for servomotor control designs, even
under noisy conditions.

Keywords : Biphase , Control system , Encoder reader Fig. (1) Typical encoder waveform showing channel
circuit , Error correction , Forward pulse train , FPGA . B being 900 offset from channel A

I. INTRODUCTION
An incremental biphase encoder is the most
Whenever mechanical rotary motions have to commonly used device in computer-controlled
be monitored, an encoder is the most important feedback system. The microcomputer actuates
interface between the mechanical and the control several final control elements based on the
unit. Encoders transform rotary movement into a information obtained from the encoder. In addition
sequence of electrical pulses. As only increments of to providing positional and directional information,
rotation are detected by a single channel, a second the encoder interface circuit must also perform some
signal, phase shifted by 90 degrees is also generated. special functions to maintain proper operations, such
This second signal, along with the first signal, as missing pulse correction, error correction, reseting
enables the direction of rotation to be determined. the position counter based on control signal from the
The two signals from channel A and B are shown in microcomputer, etc. It requires 5-10 discrete ICs to
Fig. (1) . implement all the above functions. Also certain
types of combinational logic are error prone due to
gate delays or threshold offsets and multivibrator
imprecisions. This paper tries to do away with these
errors as well as reducing drastically the amount of
hardware needed. The scheme is explained in
section II and the implementation details are given in
section III.

134
3rd International Conference on Computers and Devices for Communication (CODEC-06) CIS
Institute of Radio Physics and Electronics, University of Calcutta, December 18-20, 2006.

00

II. PROPOSED SCHEME


S1
A. Edge Detection algorithm
The change of states of signals A and B as 00
01
Fig. (1) can be represented in the form of the
following state diagram: 10
00

00
10 S4 S2 01

01
11

10 01 11
10
S3

11 11
Fig. (2b) State diagram of the encoder reader circuit

Fig. (2a) State transition diagram of a biphase


incremental encoder dashed lines indicate erroneous
transition. B. Error Handling algorithm
There may be errors introduced into the
signals A and B due to noise. The effect of the noise
The above state diagram has been formed taking is to change the input voltage level so that a 1 may
the value of channel A as the msb ( most significant appear as a 0 or vice versa. Any erroneous state
bit ) and the value of channel B as the lsb ( least transition can be found as shown in Fig. (2a).
significant bit ). The state transition from Depending on the direction of the previous state
00→01→ transitions, the program then takes the input signals
11 →10 is denoted by FPT( forward pulse train ) and to their correct states, for example in fig. 2b), if the
the state transition from 00→10→11→01 is denoted current state is S1 and the input is 11 then the
by RPT( reverse pulse train ). The erroneous state program will sense an error and send the next state to
transitions are shown by dotted lines. The above either S4 or S2 depending on the direction of the
state diagram has been used to obtain the following previous transitions. Also, the effect of the noise
state model : A counter is incremented at every may be such that it does not trigger any invalid
forward transition and decremented at every reverse transition. This can happen if there are spikes
transition of the signals A and B. Thus the value of between two cycles of signals A and B. The effect
the counter at any instant gives the total number of of a spike is to trigger an fpt and an rpt in succession,
edges detected. thus resulting in no change in the counter. Thus the
algorithm can effectively correct any error due to
noise.

III. IMPLEMENTATION
The program was simulated using ModelSim
XE III 6.a. We give below two snapshots of our
simulations in Fig.s (3a) and (3b). For the first
waveform Fig. (3a), error free signals phase-shifted
by 90 degrees applied to the inputs of the encoder
reader circuit, and the count value is taken after 8
cycles. The counter rightly indicates the value as 32.
For the second waveform Fig. (3b) a test bench was

135
3rd International Conference on Computers and Devices for Communication (CODEC-06) CIS
Institute of Radio Physics and Electronics, University of Calcutta, December 18-20, 2006.

designed to simulate the effect of noise. The signals 32 after 8 cycles, thus indicating that the algorithm
distorted by noise are applied to the inputs of the works even if the inputs are corrupted by noise.
encoder reader circuit, and again the count value is
taken after 8 cycles. Once again, the counter reads

Fig. (3a) Snapshot of the simulated waveform in the absence of noise

Fig. (3b) Snapshot of the simulated waveform in the presence of noise

136
3rd International Conference on Computers and Devices for Communication (CODEC-06) CIS
Institute of Radio Physics and Electronics, University of Calcutta, December 18-20, 2006.

IV. CONCLUSION [1] E. S. Tez, “Interfacing bi-phase incremental encoders”, IEEE


Trans. Ind. Electron, Vol. IE – 33, No. 3, Aug. 1986, pp. 337-
An efficient error correcting mechanism for 339
[2] Bernard Hebert, Michel Brule and Louis- A. Dessaint, “A
biphase encoder interface has been described. The high efficiency interface for a biphase incremental encoder
implementation details and the simulation results with error detection” , IEEE Trans. Ind. Electron, Vol. 40,
have been given above. Using this implementation No. 1, Feb.1998, pp. 155
the system reliability can be increased thus making it [3] J Bhasker A VHDL Synthesis Primer, Star Galaxy Publishing,
Revised 2nd Edition
a favourable tool for automatic control system. [4] Xilinx Spartan 3 FPGA Trainer User Manual, Vi
Microsystems Pvt Ltd, Chennai-600096
REFERENCES

137

Вам также может понравиться