Difference between revisions of "Encoder Support"

(Changed categories.)
Line 61: Line 61:
  
 
[[Category:Sensors]]
 
[[Category:Sensors]]
 +
[[Category:Electrical Components]]

Revision as of 20:01, 8 April 2021

Summary

An encoder is a device attached to an actuator or motor that enables you to measure precise movements. The advantages of this are precision movements and speed control. There are two main types of encoders, hall-effect and optical. A hall-effect encoder typically uses an iron mass or magnet, the sensor then 'watches' for changes in the magnetic field. An optical encoder uses layered disks. The disks have symmetrical areas of transparent and opaque material that allows a light source, such as an LED to pass through and strike a photo detector.

encoder1.jpg


Both types of encoders are fundamentally solid. Deciding between the two depends on your budget and your desired CPR (Counts Per Revolution). Hall-effect encoders tend to be less expensive but have a significantly lower CPR. This is not necessarily a bad thing. If you just want to know how far your robot has traveled you do not need the 1,000-2,000 counts for an optical encoder a 98 CPR for a hall-effect encoder provides more than enough resolution for you needs. A standard six inch tire has a circumference of approximately 18.8 inches. At a 98 CPR you have a resolution of 0.19 inches (a little over an eight of an inch). Typically an encoder is put on the motor, which is then geared down. So if you have a 1:10 reduction, your encoder now will read 0.019 inches per count.

Encoder Output

Encoders typically output what is known as a quadrature signal. A quadrature signal is comprised of two channels (Channel A and Channel B). Channel B is 90 degrees out of phase from channel A. This allows the circuitry watching the output signal to know what direction you are traveling. If B trails A then your motor is moving clockwise, if A trails B then your motor is moving counter clockwise.

encoder2.jpg

Picture

Reading an Encoder

There are two basic ways of integrating an encoder into your design. The encoder can either feed back to your motor control circuit or your microcontroller circuit. For feeding the data back to the motor controller itself frees up your microcontroller for other tasks and is incredibly simple to implement. Take Dimension Engineering's Kangaroo x2 Motion Controller. The motion controller attaches to their Sabertooth and SyRen product line and automatically takes care of speed control functions for you. The disadvantage is that it takes your microcontroller out of the loop and misses out of that data so you cannot write a program to move the motor precisely 90 degrees because the microcontroller doesn't know where the motor is. The Kangaroo can be polled for the data, but that is typically not fast enough. Other motor controllers such as the RoboteQ's have encoders built in too.

The other option is to have the encoder output wired to your microcontroller circuit. It is possible to have it directly tied to your microcontroller but you will have to have it constantly sit there and check for the pulses. This will tie up your microcontroller so it will not be able to complete another function while the motor is moving. A solution for this is our LS7366R quadrature buffer breakout. The LS7366R takes care of watching for the encoder pulses and you simply send it a SPI command when you want to know where you are or to reset the encoder counts. This way you can receive precise encoder feedback without having to devote all of your resources to it.

Quick Links to our Encoders and Accessories:

Encoder Buffer and Pull-up Boards:

Motors with Encoders:

Motor Controllers with direct encoder feedback:

Encoder support: