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.

Absolute Encoder P2Serial Conversion Question

Status
Not open for further replies.

Sedat-G

Newbie level 6
Joined
Aug 5, 2010
Messages
11
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Location
East Lansing MI
Activity points
1,371
Hello Guys,

Is there any loss on accurency of read signal from an absolute encoder if I use a parallel2serial conversion IC ? Can anyone have experience on this?
 

If you have an absolute encoder providing parallel output data lines, which you then serialize, then there will be no accuracy lost if the interface design is done properly.

Key is to latch/store the output data into a serial shift register and then clock the data out. Otherwize the encoder data would change during readout and you will get wrong results(the encoder is an asynchronous sub-system, which need to be sychronized).

Another option is to use an encoder which has a serial interface, like SSI or BiSS. Here you find more application data to encoder interfacing: https://www.ichaus.de/whitepapers

Enjoy your design work!
 

Hi Sedat,

I also think you will not loose accuracy with a parallel to serial conversion if it is done correct.
An other option is to direct connect an serial encoder with SSI (Synchronous Serial Interface) to your
Micro controller. The SSI interface is a common standard and I found an application note how to interface
SSI encoders with microcontrollers :

http://www.posital.sg/sg/tech/download.php?teamName=posital&resource=%2Fsg%2Fproducts%2FPOSITAL%2FAbsoluteEncoders_Context%2FAbsoluteEncoders_Context_Technology_SSI_AppNote.pdf&productname=SSI+-+Synchronous+Serial+Interface+&docname=SSI+Master+Interface+Application+Note&lang=sg

It evene includes source code for usart and a non uart based implementation.

Regards CWA
 

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top