home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 3 / hamradioversion3.0examsandprograms1992.iso / tech / ohms20 / ohmslaw.doc < prev   
Text File  |  1988-03-12  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.                              Ohms Law Calculations
  8.  
  9.                                   VERSION 2.0
  10.  
  11.  
  12.          This program takes the basic Ohm's Law expressions and
  13.          allows you to calculate Watts, Ohms, Volts, and Amperes with
  14.          any 2 known values.
  15.  
  16.          You may enter a number of up to 6 digits.  The output will be
  17.          calculated to the nearest 1/100TH.
  18.  
  19.          The expressions used to calculate are as follows:
  20.  
  21.                   TO OBTAIN WATTS:
  22.  
  23.           1.  (E SQUARED), DIVIDED BY R;
  24.  
  25.           2.  (I SQUARED), MULTIPLIED BY R;
  26.  
  27.           3.  E MULTIPLIED BY I [Single Phase];
  28.  
  29.           4.  (E MULT BY I), MULTIPLIED BY 1.732 [3 Phase];
  30.  
  31.  
  32.                   TO OBTAIN OHMS:
  33.  
  34.           5.  (E SQUARED), DIVIDED BY W;
  35.  
  36.           6.  W, DIVIDED BY (I SQUARED);
  37.  
  38.           7.  E, DIVIDED BY I;
  39.  
  40.  
  41.                  TO OBTAIN VOLTS:
  42.  
  43.           8.  I MULTIPLIED BY R;
  44.  
  45.           9.  W DIVIDED BY I;
  46.  
  47.          10.  SQUARE ROOT OF (W, MULTIPLIED BY R);
  48.  
  49.  
  50.  
  51.                   TO OBTAIN AMPS:
  52.  
  53.          11.  E, DIVIDED BY R;
  54.  
  55.          12.  SQUARE ROOT OF (W, DIVIDED BY R);
  56.  
  57.          13.  W, DIVIDED BY E [Single Phase];
  58.  
  59.          14.  (W, DIVIDED BY E), DIVIDED BY 1.732 [3 Phase];
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.          WHERE E = VOLTS; I = AMPS; R = OHMS; W = WATTS.
  74.  
  75.          1.732 represents the square root of 3, used in calculating
  76.          3 phase circuits.
  77.  
  78.          The Program is completley menu driven, additional documentation
  79.          should not be necessary.
  80.  
  81.          To give you a example, start the program at the DOS prompt by
  82.          typing "Ohms" and press the Enter key.  A brief sign-on screen
  83.          will appear, as well as the version number.
  84.  
  85.          Let's say you want to know how many Amps an electric heater
  86.          draws.  You know how many Watts it consumes, as well as the
  87.          operating voltage.  You are calculating for Single Phase.
  88.  
  89.          At the MAIN MENU, press "4", and at the SUB-MENU press "3",
  90.          to calculate Amps when the Watts and Volts are known.
  91.  
  92.          Enter the value for Watts.  For our example, lets say 1200
  93.          Watts.  Next enter the value for Volts.  Let us assume 120
  94.          Volts.
  95.  
  96.          The program will take the correct expression and calculate
  97.          the Amps.  For this example, the expression = W, Div by E.
  98.          1200 Watts, Divided by 120 Volts = 10.00 Amps.
  99.  
  100.          You may calculate another similar value, return to the sub-
  101.          menu, or return to the main menu to calculate a different
  102.          value, or quit the program.
  103.  
  104.          Please notice the result is for DC or AC resistive circuits.
  105.          Also for AC circuits, the results may be for single or 3 phase
  106.          circuits in the "Watts" and "Amps" SUB-MENUS.
  107.  
  108.          You are free to copy and distribute the program as long as
  109.          you do so by copying the program and documentation together
  110.          without alteration, and without charge.  If you find the
  111.          program useful, a contribution would be appreciated.
  112.  
  113.          The author assumes no responsibility for inaccuracies
  114.          obtained from using the for-mentioned program.
  115.  
  116.          Please report any problems to the author.
  117.  
  118.  
  119.          C. Eldridge
  120.          2829 N. Russet St.
  121.          Portland, OR. 97217-6247                     88-03-15
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.