Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Is this encoder suitable for my project?

Status
Not open for further replies.

amit88

Newbie level 2
Joined
Mar 21, 2011
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,303
Hi

I need to use an encoder in my final year project. I need the encoder to record the movement of a voltage control knob. The knob will be rotated clockwise and anti-clockwise several times during its operation. The range of its movement will be limited between 0 - 70 degrees ( I am trying to achieve a resolution of 0.5 degrees, I understand this encoder will only be able to give upto 64'').

Now, I am planning to use the EAW- Absolute Contacting Encoder (ACE)
(Part no: EAW0J-B24-AE0128L), could you please tell me if this encoder will be able to give me the correct position if I first rotate the knob clockwise and then a few degrees anti-clockwise ? Not sure if the absolute encoder has a sense of direction.

Thanks

Amit

P.S Here is the datasheet for the encoder :View attachment 54569
 

Attachments

  • ace.pdf
    263.3 KB · Views: 98

A simple approach might be to use a single-turn potentiometer, then simply read the voltage on the wiper pin. The range rotation is on the order of 270 degrees, so 0.5 degree increments would correspond to 270/0.5 = 540 points. If you connected a 5K pot (potentiometer) from +5V to ground, you'd have one increment equal 5V/540 steps = 9.26 mV/step. A microcontroller with a 10-bit ADC resolution would get you 5V / (2^10) = 5/1024 = 4.9 mV of resolution. That could be acceptable, depending on your design constraints.
 
  • Like
Reactions: amit88

    amit88

    Points: 2
    Helpful Answer Positive Rating
Yes, is possible detect direction with encoder.
The sequence of values on chanels A and B are different according it direction.

Regarding precision, seems be not enough to perform 0,5 Degrees ( 360 / 256 = 1,4 Degres per pulse )

+++
 
  • Like
Reactions: amit88

    amit88

    Points: 2
    Helpful Answer Positive Rating
Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top