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.

Help About Rotary Encoder in Positioning and velocity (Programming)

Status
Not open for further replies.

abdalrhman

Newbie level 2
Newbie level 2
Joined
Feb 15, 2015
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1
Visit site
Activity points
12
Help About Rotary Encoder in Positioning and velocity (Programming) without interrupt and display of result on lcd
 

Your question has not enough info
I agree that a specific question woul be helpful.

General you can read the actual position from an absolute encoder at any time without tracking each individual step. It's assumed to use gray encoding to get consistent position data.

Speed can be determined if you have a timer available, just calculate the position difference over a known time interval.

P.S.: With an incremental (quadrature) encoder it's essential not to miss a step. If the rotation is slow, this may work without interrupts. The best option is a processor with hardware quadrature encoder interface which can track position without code interaction.
 

Help About Rotary Encoder in Positioning and velocity (Programming) without interrupt and display of result on lcd

If you are planning to do this using an incremental model, the speed of rotation multiplied by the encoder resolution can become virtually impossible to do this task due to overhead and therefore will remain no uC processing to handle the LCD driver and other tasks.
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top