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
 
Thread Tools Display Modes
Old 25th June 2008, 01:06 PM   (permalink)
Default Custom Resistance Calculator

When creating filters, i come up with weird resistor values - i guess that's pretty common. Is there an online website or a program that shows you the combination of commercially available resistors u can use in parallel or series to achieve the resistance u need?

thanks in advance
transistance is offline   Reply With Quote
Old 25th June 2008, 01:35 PM   (permalink)
Default

It's easy to write yourself a little computer program that does this for you, I did one years ago under DOS - don't know where it's gone now?.

Store the preferred values in an array, then use a simple loop to parallel all the different values and check the percentage of error for each combination against your required target value, then display the best result.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 25th June 2008, 01:51 PM   (permalink)
Default

Quote:
Originally Posted by Nigel Goodwin View Post
...a simple loop to parallel all the different values...
can u expand on this part? btw i have no experience programming or compiling code under dos.. oh well, i got ubuntu to solve that problem now...

what would be the logic behind creating a combination of series and parallel connections to achieve perfect results though? create connection in series, get result very close (but less) to the value you are trying to achieve, then connect a parallel connection to achieve the smaller value to get close to the perfect total?

btw where can i obtain a list of commonly commercially available resistor values?
transistance is offline   Reply With Quote
Old 25th June 2008, 03:08 PM   (permalink)
Default

Quote:
Originally Posted by transistance View Post
can u expand on this part? btw i have no experience programming or compiling code under dos.. oh well, i got ubuntu to solve that problem now...
I used Turbo Pascal, but any language would be fine.

Quote:

what would be the logic behind creating a combination of series and parallel connections to achieve perfect results though? create connection in series, get result very close (but less) to the value you are trying to achieve, then connect a parallel connection to achieve the smaller value to get close to the perfect total?
I just wrote a program to work out the best parallel connection using just two standard resistors, it gave the closest match, and the percentage of error. It could easily be applied to three or more in parallel.

Quote:

btw where can i obtain a list of commonly commercially available resistor values?
Look at what values are available, the E12 series has 12 per decade, and the E24 has 24 per decade.

E12 is

1
1.2
1.5
1.8
2.2
2.7
3.3
3.9
4.7
5.6
6.8
8.2
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 25th June 2008, 03:37 PM   (permalink)
Default

Here are two small programs I did in Visual Basic to calculate 1% resistor values and to optimize a parallel combination for a desired resistor value Advertisement
__________________
Carl
crutschow is offline   Reply With Quote
Old 26th June 2008, 05:31 AM   (permalink)
Default

I tried to upload a superb electronic calculating software just only 1.25mB.But it takes hell of a time to upload them.So I coudn't upload it.

Here is another good one.

Info about MiscEl
__________________
Gayan

My Website
http://gsmicro.blogspot.com/
Gayan Soyza is offline   Reply With Quote
Old 26th June 2008, 06:17 AM   (permalink)
Default

whats the name of the software you were tryıng to upload? uploading 1.25 mb takes long time..? hello 80's??
transistance is offline   Reply With Quote
Old 26th June 2008, 06:20 AM   (permalink)
Default

Did you visit the link that I posted? I think it is what you need.
__________________
Gayan

My Website
http://gsmicro.blogspot.com/
Gayan Soyza is offline   Reply With Quote
Old 26th June 2008, 06:25 AM   (permalink)
Default

i just did... i wan wondering if you had something better u wanted to share but couldn't. Looks like that one you posted a link to is gonna work out for me as well though...

thanks for your contribution
transistance is offline   Reply With Quote
Old 26th June 2008, 06:27 AM   (permalink)
Default

actually looks pretty damn nice with that 555 timer based oscillator configuration
transistance is offline   Reply With Quote
Old 4th July 2008, 10:03 PM   (permalink)
Default

I wish people would release the source code to these programs - they're not selling them so there's no reason not to.

Another thing that people forget is component tollerences reduce the accuracy more when you start connecting them in series or parallel. For example connect two 5% 100k resistors in parallel for 50k and you end up with 50k +-10% which is

The E12 series has an accuracy of 10% which is good enough for most applications and in the case of the example above you're no better of using two 100k resistors than you are using one 47k resistor.

Connecting resistors in series or parallel is handy when you use a precision resistor for most of the resistance and a less accurate resistor to get that little bit closer to the desired value.

For example, suppose you want 50k.

You have a 0.5% resistor in the e48 value of 48.7k, you can easily get near enough exactly 50k by adding a cheap 5% 1.2k resistor in series.
__________________
I also post at the following sites:
http://www.stop-microsoft.org http://www.heated-debates.com
Screen name: Aloone_Jonez
Hero999 is offline   Reply With Quote
Old 5th July 2008, 11:13 AM   (permalink)
Default

Quote:
Originally Posted by Hero999 View Post
Another thing that people forget is component tollerences reduce the accuracy more when you start connecting them in series or parallel. For example connect two 5% 100k resistors in parallel for 50k and you end up with 50k +-10% which is
Wrong...me thinks????

Worst cases for two 100K 5% resistors:

105K (+5%) paralled with 105K (+5%) = 52.5K (50K +5%)
95K (-5%) paralled with 95K (-5%) = 47.5K (50K -5%)
105K (+5%) paralled with 95K (-5%) = 49.875K (50K -0.2%)

Ken
__________________
"To invent, you need a good imagination and a pile of junk."
Thomas A. Edison (1847 - 1931)
KMoffett is offline   Reply With Quote
Old 5th July 2008, 11:44 AM   (permalink)
Default

Quote:
Originally Posted by KMoffett View Post
Wrong...me thinks????
Yes he was, completely wrong!

Tolerence remains the same, and (assuming the resistors are from different batches) is more likely to be improved than not.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Old 6th July 2008, 11:12 AM   (permalink)
Default

I agree with Nigel's statement from a statistical standpoint. But to follow up on it a little more, does anyone know how the "tolerance" for passive components is defined?

That is, is the "+/-5%" (etc.) related to a coefficient of variation (i.e., the standard deviation divided by the mean as a percentage), with the limit set at 2, 3 or some other number of standard deviations, or is it more like a manufacturing tolerance for which one would expect all (>99.999%) of the components to fall within?

Apropos his comment, "assuming the resistors are from different batches," I have noticed that within a single apparent lot (e.g., a section of cut tape), the values are pretty close to each other, but not randomly distributed with respect to the expected mean. That observation is just anecdotal, but does relate to how one would calculate the expected error for a combination of components from the same lot.

John

Last edited by jpanhalt; 6th July 2008 at 11:13 AM.
jpanhalt is offline   Reply With Quote
Old 6th July 2008, 03:26 PM   (permalink)
Default

As you have found, resistors from the same batch are normally very close in value, but can obviously be anywhere within the stated tolerence. If you need specific accuracy, then use better tolerence resistors, or handpick them from a number of different batches.

Certainly though in recent years, 5% resistors are generally much better than 5%, presumably manufacturing techniques have improved?.
__________________
PIC programmer software, and PIC Tutorials at:
http://www.winpicprog.co.uk
Nigel Goodwin is offline   Reply With Quote
Reply

Bookmarks

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Latest
custom usb keyboard kutalinelucas Electronic Projects Design/Ideas/Reviews 6 21st November 2007 02:24 AM
Custom ICs Souper man Electronic Projects Design/Ideas/Reviews 3 13th July 2007 07:20 PM
Custom Cases bh00 Electronic Projects Design/Ideas/Reviews 3 20th March 2007 06:40 PM
Custom enclosures DragonMaster0121 Electronic Projects Design/Ideas/Reviews 1 27th August 2005 11:12 PM
Custom IR to RF and RF to IR... Please help jcloninger Electronic Projects Design/Ideas/Reviews 6 23rd June 2005 12:55 AM



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


Electronic Circuits  |  Electronics Wiki
Powered by vBulletin® Version 3.7.0
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.