Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
08/06/01 08:46
Read: times


 
#13851 - RE: Position encoder
Jacek,

Are you sure the encoder is giving you absolute position as opposed to relative! ?

If it is relative, it will probably be the change of possition since the last sent value. Make sure you sign extend the 12th bit into bits 15,14,13 and 12 before doing a 16 bit addition to the previous position. That is, if bit 11 (12th bit) is set, then add 0xf000 to the 12 bit number. Then you can correctly add to a 16 bit absolute position variable.

<>< Lance.


List of 9 messages in thread
TopicAuthorDate
Position encoder            01/01/70 00:00      
RE: Position encoder            01/01/70 00:00      
RE: Position encoder            01/01/70 00:00      
RE: Position encoder            01/01/70 00:00      
RE: Position encoder            01/01/70 00:00      
RE: Position encoder            01/01/70 00:00      
RE: Position encoder            01/01/70 00:00      
RE: Position encoder            01/01/70 00:00      
RE: Position encoder            01/01/70 00:00      

Back to Subject List