home *** CD-ROM | disk | FTP | other *** search
/ The Very Best of Atari Inside / The Very Best of Atari Inside 1.iso / sharew / elektro / divider / divider.doc next >
Encoding:
Text File  |  1988-12-14  |  4.3 KB  |  102 lines

  1.                                   Divider.Prg
  2.                   A program to calculate potential dividers.
  3.  
  4. Intro.
  5. ¯¯¯¯¯¯
  6. If you've ever tried to work out all but the most simple potential dividers,
  7. you'll know what a pain it is.  And anyway, when you end up with some values
  8. off resistor, you've never got them in stock.
  9.  
  10. So, hence this program!
  11.  
  12. It will calculate the most accurate potential divider possible, either from the
  13. standard E12 and E24 ranges of resistors or from a set of resistor values you
  14. have specified.  It also shows the actual output voltage obtained using those
  15. values, and thus the percentage inaccuracy.
  16.  
  17. How to use...
  18. ¯¯¯¯¯¯¯¯¯¯¯¯¯
  19. Run the program.  You are presented with a menu bar at the top of the screen.
  20. To calculate a potential divider, go into the Options menu, and click on
  21. 'Calculate...'.  A window will open and you are prompted to enter the input and
  22. desired output voltages.  Then the program will chug away and calculate the
  23. best way of doing that.
  24.  
  25. To set up your own custom values, click on 'Set stocks' in the Options menu.
  26. A window will open and you are prompted to enter up to 100 values of resistor
  27. to use.  Actually, the program could use many more than 100 values, but after
  28. about this many, the increase in time taken becomes disproportionately large
  29. compared to the further increase in accuracy.  You may now use this set of
  30. custom values for calculations by selecting 'Use custom only' in the Options
  31. menu.
  32.  
  33. The options in the Stock menu are pretty self-explanatory; 'Clear stocks' wipes
  34. any custom resistor values, 'Load stocks' and 'Save stocks' load or save a file
  35. containing all the custom resistor values, to save you typing them in all the
  36. time, and 'Show stocks' shows all the current custom resistor values.
  37.  
  38. That's about all it does, but I find it very handy, and certainly faster than
  39. the old pocket calculator!
  40.  
  41. Possible enhancements for version 2.
  42. ¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯¯
  43.      -    Able to make up serial/parallel resistor networks for greater 
  44.           accuracy.
  45.  
  46.      -    Faster calculations.
  47.  
  48.      -    Able to compensate for loading effects.
  49.  
  50.  
  51. This program is SHAREWARE.
  52. If you use it a lot, then please register it with me, at only £5.00.  Yes,
  53. that's right, just one crinkly fiver.  For this lordly sum of money you get
  54. the next update of the program, the source code ( in Gfa basic and 68k
  55. assembly ) and the satisfaction of knowing that you are helping a good cause 
  56. and supporting the Shareware concept.  Look at it this way - if shareware
  57. authors get rewarded for their time and effort, the big software companies will
  58. not be able to demand such high prices, because the shareware software gets
  59. better and better, so we all gain.
  60.  
  61. To register, print this file and send the below section to the address below.
  62. If you haven't got a printer, just copy the form out.
  63.  
  64. -----------------------------------   Cut   -----------------------------------
  65. Registration form for Divider.
  66.  
  67. SURNAME :________________________________
  68.  
  69. FORENAME(S) :____________________________________________
  70.  
  71. ADDRESS :_____________________________________________________________________
  72. ______________________________________________________________________________
  73. ______________________________________ POSTCODE :_____________________________
  74.  
  75. COMPUTER :____________________
  76.  
  77. IMPROVEMENTS I WOULD LIKE :___________________________________________________
  78. ______________________________________________________________________________
  79. ______________________________________________________________________________
  80. ______________________________________________________________________________
  81. ______________________________________________________________________________
  82. ______________________________________________________________________________
  83.  
  84. WHERE DID YOU GET THE PROGRAM FROM ? :________________________________________
  85.  
  86. WHAT PRICE DID YOU PAY FOR IT ? :_____________________________________________
  87.  
  88. SIGNATURE :_______________________________
  89.  
  90. Don't forgert to enclose your cheque for £5.00 payable to John Naylon.
  91. Send to :
  92.  
  93.      John Naylon,
  94.       Imagesoft ( UK ) PD,
  95.        Smithy House,
  96.         Keele,
  97.          Staffordshire,
  98.           ST5 5AN.
  99.  
  100. -----------------------------------   Cut   -----------------------------------
  101.  
  102.