Lineal Potentiometer
willy1067
Posts: 107
Have anyone seen any of this devices?·· they are use in equalizers, volume control, etc.
I need them..
Lineal Potentiometers
http://forums.parallax.com/showthread.php?p=637017
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Fernando Gomez
revinc.us
gomez-rivera.com
Never compare yourself with anyone else, there will always be someone bigger·or·smaller·than you.
Post Edited (willy1067) : 3/28/2007 9:49:40 PM GMT
I need them..
Lineal Potentiometers
http://forums.parallax.com/showthread.php?p=637017
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Fernando Gomez
revinc.us
gomez-rivera.com
Never compare yourself with anyone else, there will always be someone bigger·or·smaller·than you.
Post Edited (willy1067) : 3/28/2007 9:49:40 PM GMT
Comments
Post Edited (TChapman) : 3/25/2007 9:59:08 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Fernando Gomez
revinc.us
gomez-rivera.com
Never compare yourself with anyone else, there will always be someone bigger·or·smaller·than you.
Post Edited (willy1067) : 3/28/2007 9:49:20 PM GMT
Also -- this should have been posted in The Sandbox.
Not that PJ needs any study on this, but for clarification, in audio, a graphic EQ could actually use a linear taper pot, depending on the function i.e., freq select, bandwidth select, cut/boost. Also, in LR pan functions, "dual gang" circuit linears are used often instead of log/antilog pots.
PJ Allen, Now the question is.... Is there a difference between a linear potentiometer and a slider potentiometer? I am sure there is, because on my web search, the result came with regular circular potentiometer when I typed (linear potentiometers)
Thanks guys for all the help, I am new at all this.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Fernando Gomez
revinc.us
gomez-rivera.com
Never compare yourself with anyone else, there will always be someone bigger·or·smaller·than you.
Post Edited (willy1067) : 3/28/2007 9:49:01 PM GMT
Its how the resistance changes as you move the wiper on the pot.
How are you going tomove the slider?? with 2 cords per pot, or a spring loaded pot???
Is it possible to use the flexiforce sensors; [url=http:// http://www.parallax.com/detail.asp?product_id=30056 ] http://www.parallax.com/detail.asp?product_id=30056 [/url]
Bob
Post Edited (Robert Kubichek) : 3/26/2007 3:24:52 AM GMT
Just so this makes sense again, a slider can be linear or log taper(resistance). A rotary can be either linear or log too. The name rotary or slider only depicts the shape and motion of how it is operated. Just as an example, you could design a resistive element in the shape of a horseshoe if you wanted to, and have a wiper that tracked the shape of the element around its travel.
Although this will start to get very expensive, you could have encolders on the motors that are set to a known value on boot up, and would allow you to monitor the position of the motor. I assume you are considering using an ADC for each slider pot to produce a position in the form of a voltage. Pretty soon you are going to need to switch to the Propeller for this project.
Post Edited (TChapman) : 3/26/2007 5:31:38 AM GMT
second, I can't use encoders because my project only uses one motor, and the position will never be the same, not even at boot-up.
Robert, The slider head will be attached to each joint cord (one) as it moves up or down. my travel distance will be less than 1/2"; so the slider doesn't have to be big.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Fernando Gomez
revinc.us
gomez-rivera.com
Never compare yourself with anyone else, there will always be someone bigger·or·smaller·than you.
Post Edited (willy1067) : 3/28/2007 9:48:43 PM GMT
Sounds like a lot of code, but encoder counting/tracking code is far less cumbersome than the hardware and code to read 20 slider pots(ADC or however you intend to do it)!
I can then add the counter engine to keep track of position, without reading the pots. that will reduce timing and then from time to time, read the pots to double check accuracy.
What do you think of that?
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Fernando Gomez
revinc.us
gomez-rivera.com
Never compare yourself with anyone else, there will always be someone bigger·or·smaller·than you.
Post Edited (willy1067) : 3/28/2007 9:48:30 PM GMT
Are you intending to use 20 ADC's to track the sliders, or are you going to multiplex access to the DAC with some switching?
From the pictures you have provided,it is hard to determine what is the best way without more info. I rerally think this is too much task for the Stamp, and that a Propeller is a more suitable platform.
Note that Potentiometers (variable resistors), aka "pots", do suffer some mechanical wear over time and use. That's why an optical solution was suggested, as these have zero wear.
And if your arm has been turned off, who knows what's happened from that time to when it's turned on?
Now, a typical pot is a knob, with a wiper, that moves with the knob over a coil. If the coil is wrapped 'linearly', you have a 'linear taper potentiometer' -- move the knob to the 10% position, you get 1/10 the full resistance, move to 90% you get 90%.
Now, human hearing (for a volume control, say) is logarithmic -- the volume goes as the log of the voltage. So you have "logarithmic" tapers, too, where the coil is wound wider and wider as you move toward the 100% position.
Now you're asking for a 'slider' potentiometer. Instead of the "knob" rotating a 'wiper', these 'slide' the wiper up and down the coil. And you expect to move the slider with strings? Well, the human hand works with tendons, why not?
But the more typical solution to this problem is to add a disk with an optical sensor to each joint. Then the processor monitors the sensor to know the position of the joint. As the joint rotates, it changes the position of the disk. This reduces the amount of mechanical 'strings' and 'pulleys' that have to be managed.
In any event -- if you go with your current design, you probably need a "slider" potentiometer, with a "linear" taper. Probably the 100% resistance should be 10,000 ohms.
Allan, no strings are used in my design, no stoppers either; it's all gears. just like a car transmission. each string pushes and pulls at the same time.
I am also reconsidering the Linear potentiometers, as you say "the wear and tear" Thinking optical now, but not a disk.· I will post a picture tonigh and see what you guys think about it.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Fernando Gomez
revinc.us
gomez-rivera.com
Never compare yourself with anyone else, there will always be someone bigger·or·smaller·than you.
Post Edited (willy1067) : 3/28/2007 9:48:13 PM GMT