40 Potentiometers measuring
ronnar
Posts: 2
Hi:
Is there anyone who can help me?
I need to manipulate the data from 40 potentiometers (angle positions) measured at the same time,·in a PC program under XP.
I think I need an analog digital converter, to convert the analog information into binary one and then convert it in decimal and finally in degrees (the angles to measure are less than 200 degrees)...but this is good for a single POT...
But this is not the only problem...I also need measuring those angle positions in a 1/20 second lapse (aprox), so it must be 20 measured positions per second,·for each sensor...·800 per second·in total...
My question is : Can I do this with the Basic stamp?, and· Exist an A/D converter with all those channels?..and for the lapsed time measuring Can I use some kind of clock like the 555??....
thanks very much
Is there anyone who can help me?
I need to manipulate the data from 40 potentiometers (angle positions) measured at the same time,·in a PC program under XP.
I think I need an analog digital converter, to convert the analog information into binary one and then convert it in decimal and finally in degrees (the angles to measure are less than 200 degrees)...but this is good for a single POT...
But this is not the only problem...I also need measuring those angle positions in a 1/20 second lapse (aprox), so it must be 20 measured positions per second,·for each sensor...·800 per second·in total...
My question is : Can I do this with the Basic stamp?, and· Exist an A/D converter with all those channels?..and for the lapsed time measuring Can I use some kind of clock like the 555??....
thanks very much
Comments
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
This question brings a thought....
Is there any ADC's that offer triggered capturing?· Basically, if I have 3 ADC's with a whack of I/O's, and sensors connected to those inputs, if I send a read command or an enable (whatever the event to cause them to read their inputs) will the ADC(s) hold the info there until I tell it to read again?
I'm thinking of doing 'snapshots' of system performance.· Where I could get a number of readings captured at once and then take my time reading them with the stamp until I determine it's time for another reading. (twice a second? maybe once a second!)....
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
·
Steve
http://members.rogers.com/steve.brady
http://www.geocities.com/paulsopenstage
"Inside each and every one of us is our one, true authentic swing. Something we was born with. Something that's ours and ours alone. Something that can't be learned... something that's got to be remembered."
You allso could use 4 x TLC2543 (Texas Instruments), they give you 11 channels of 12 bit accuracy each. So in total 44 cannels. You will need 7 Stam pins in total.
You will have to do something clever with you data and/or memory. 40 Words will not fit into the normal ram of a Basic Stamp.
Regards,
Klaus
Can you describe your application in a little more detail? What exactly are you calling a "potentiometer"? (maybe a PN?) If you're just trying to measure the angular position of, say, a wheel, you COULD use just one.
What you'd like to do is kick off conversions on multiple channels, wait a while, then read each of the multiple channels.
Read the ADC specs carefully to get the scenario you want.
I have a few questions for you:
Instead the three ADC0838, Can I use three ADC0817 (8 bit A/D converter with 16 channels multiplexer)?
Or handling 40 channels used at the same time, is too much for the Basic Stamp?
And, remembering that I need (only input to PC, not output) data acquisition with a "capturing rate" between 1/10 sec and 1/20 sec (aprox), Can I use the BS2, or the BX24 (BasicX24) instead the BSp2? Or there are too slow for the job??
Thank you very much and best regards for you
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Tracy Allen
www.emesystems.com