home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / technical / any__rc / !Any / !Help next >
Encoding:
Text File  |  1995-02-03  |  2.1 KB  |  51 lines

  1. Any RC
  2. ~~~~~~~
  3.  
  4. by P.E.Marshall
  5.  
  6.  
  7. Only a finite number of different resistor values are manufactured. 
  8. Low cost ranges in common use have only 12 'preferred' values per 
  9. decade, thus there is a difference between adjacent values of 20%,
  10. although the resistors themselves may have a tolerance of 5% or 
  11. even 2%.
  12.  
  13. Virtually any intermediate value can be obtained by using two 
  14. resistors in series or in parallel. A parallel pair is usually more
  15. convenient for a printed circuit board layout, while series is better
  16. for high voltage applications.
  17.  
  18. The value of resistors in parallel is given by R = 1/(1/r1+1/r2) and
  19. in series simply by   R = r1 + r2.                  
  20.  
  21. This program calculates the two values required to obtain a given 
  22. target resistance. It may be desirable to keep the two values as 
  23. close to each other as possible to aid power sharing or voltage 
  24. distribution, so the option is provided to acheive this, provided
  25. the tolerance of the target value can be relaxed. 
  26.  
  27. In 'Highest Accuracy' mode, the results are only displayed when closer
  28. than 20%, but usually the results are surprisingly accurate.
  29. Another mode allows one of the values to be chosen by the user. This
  30. can be faster if you know near enough what one value will be.
  31.  
  32. The program also the user if a single value would be closer than a pair.
  33.  
  34. Select the various options, then enter the target value in the 'required'
  35. box. Press return, or click on the 'Calculate' icon. The displayed 
  36. results can also be altered to see the result of changing one or both
  37. values.
  38.  
  39. The algorithm used is rather crude - the program simply tries every
  40. combination to see which is best and so is therefore rather slow. No
  41. doubt a proper mathematician could come up with something better!
  42.  
  43. Capacitors can also be calculated, and 12 or 24 values per decade
  44. selected.  When entering the value to be calculated the suffix K, M, 
  45. n or u (for ยต) may be used. Ohms or pf are used by default. Notice 
  46. I didn't use the omega symbol for ohms because there isn't one! The
  47. program redefines system font character 191 to omega (normally an
  48. upside-down question mark!)
  49.  
  50.  
  51. P.E.Marshall   21/11/94.