Electronic Projects, forums and more.

Go Back   Electronic Circuits Projects Diagrams Free > Electronics Forums > General Electronics Chat


General Electronics Chat This forum is for general chat about electronics, eg: Dont know what a part does? Dont know how to read a circuit? Want to get an opinion?

Reply
 
Tools
Old 6th November 2009, 03:08 AM   #1
Default Thumbwheel switch

Hi... Can i know what is a Thumbwheel switch for?
And if so, how do you read the pin configuration
Tuck3rz is offline  
Old 6th November 2009, 03:17 AM   #2
Default

It's usually used for scrolling navigation in handheld devices. You can figure out the pins by reading the datasheet or simply using a multimeter to find out what they do when you operate it.
__________________
Mark Higgins
DirtyLude is online now  
Old 6th November 2009, 03:26 AM   #3
Default

BCD Thumbwheel Switch is used to input-set data in digital form, this can be read by digital circuits, uC and uP systems and PLC-SCADA Interfaces.
__________________
http://malfam.googlepages.com/
PatM is offline  
Old 6th November 2009, 04:05 AM   #4
Default

I use two thumbwheel switches to select stall/service tracks for a model railroad roundhouse and turntable. Here is how to read the two switches using a PicAxe controller with the switch commons tied to + voltage.

cnt1 = pins & $0F
cnt1 = pin4 * 10 + cnt1
cnt1 = pin5 * 20 + cnt1

If the switch commons are grounded and b0 can be used
then use the following:

b0 = pins ^ $3F
cnt1 = b0 & $0F
cnt1 = bit4 * 10 + cnt1
cnt1 = bit5 * 20 + cnt1

cnt1 is the decimal value of the two switches.

Al
alhoop is offline  
Reply

Tags
switch, thumbwheel

Thread Tools
Display Modes


Similar
Title Starter Forum Replies Latest
Is ADG406 from analog device an electronic switch or mechanical switch? overgift General Electronics Chat 4 1st April 2009 02:40 PM
Fan controlled by Air flow switch or Temp Switch sllimbri Electronic Projects Design/Ideas/Reviews 6 11th March 2009 07:21 PM
Junebug Tip & Trick #1, Using the DIP switch as a 4 bit mode switch blueroomelectronics Micro Controllers 2 15th May 2008 11:43 PM
Thumbwheel? computer Datasheet/Parts Requests 5 19th March 2005 08:52 PM
Thumbwheel lock project Lizo Electronic Projects Design/Ideas/Reviews 1 8th May 2004 03:38 PM



All times are GMT. The time now is 02:01 AM.


Electronic Circuits  |  Learning Electronics
eXTReMe Tracker