CCS C Software and Maintenance Offers
FAQFAQ   FAQForum Help   FAQOfficial CCS Support   SearchSearch  RegisterRegister 

ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

CCS does not monitor this forum on a regular basis.

Please do not post bug reports on this forum. Send them to support@ccsinfo.com

Digital Knob?

 
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion
View previous topic :: View next topic  
Author Message
Floyd
Guest







Digital Knob?
PostPosted: Wed Nov 09, 2005 11:46 pm     Reply with quote

I need a control knob that will emit pulses as it is turned. Would need to be two lines I suppose--one line for left the other for right. I don't want to use a potentiometer and an ADC since some positions would not settle on a specific value. I know something like this must exist, but after searching I can't find one.

Any ideas of the type of device I'm looking for? Keywords?
Thanks
kypec



Joined: 20 Sep 2003
Posts: 54

View user's profile Send private message

Device search keywords
PostPosted: Thu Nov 10, 2005 12:31 am     Reply with quote

Try something like rotary+quadrature+encoder
Companies ALPS & Bourns are producing such encoders.
Humberto



Joined: 08 Sep 2003
Posts: 1215
Location: Buenos Aires, La Reina del Plata

View user's profile Send private message

PostPosted: Thu Nov 10, 2005 6:52 am     Reply with quote

Go to:

http://www.digikey.com

and search for: GH3071-ND
will show you the model 25LB10-Q ENCODER MECHANICAL 36POS made by Grayhill Inc.


Humberto
sseidman



Joined: 14 Mar 2005
Posts: 159

View user's profile Send private message

PostPosted: Thu Nov 10, 2005 7:42 am     Reply with quote

You'll find mechanical and optical encoders of this type. Mechanical may bounce, and thus might need some processing on the input.

Also, they come in types that detent (i.e., you'll feel the clicks), and types that turn smoothly.
rnielsen



Joined: 23 Sep 2003
Posts: 852
Location: Utah

View user's profile Send private message

PostPosted: Thu Nov 10, 2005 9:20 am     Reply with quote

There are encoders that simply put out a quadrature signal (two pulses where one goes up first followed by the other which will tell you which way the encoder is turning). This type should also have a 'home' pulse so you know where you are. Unfortunately, you have to rotate around until you hit this 'mark' before you know just where you are. You would need to find this mark everytime you turned power on.

There are also Absolute encoders. This is a sort of parallel output encoder where you can know exactly which position the encoder is in even when power has just been powered up. It uses a binary type of output that counts up or down like you would in binary.

Ronald
kender



Joined: 09 Aug 2004
Posts: 768
Location: Silicon Valley

View user's profile Send private message Send e-mail Visit poster's website Yahoo Messenger

PostPosted: Thu Nov 10, 2005 10:29 pm     Reply with quote

Take a look at Bourns 3315 mechanical encoder. It's available from DigiKey. The debouncing circuit schematic in the datasheet too.
Display posts from previous:   
Post new topic   Reply to topic    CCS Forum Index -> General CCS C Discussion All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group