home *** CD-ROM | disk | FTP | other *** search
/ World of Ham Radio 1997 / WOHR97_AmSoft_(1997-02-01).iso / formulas / eef / amsoft.iii next >
Text File  |  1997-02-01  |  13KB  |  247 lines

  1. Electrical and Electronic Formulas version 2.02
  2. Copyright (C) 1990 - 1992 Miller
  3.  
  4. Introduction:
  5.  
  6.       This program contains a collection of basic electrical and electronic
  7.       formulas, which can be found in any electrical engineering handbook.
  8.       The software was developed, in an effort, to alleviate the necessity
  9.       of looking up individual formulas each time they are needed. This
  10.       software includes the most commonly used electrical formulas.
  11.  
  12.       The software was complied to include the use of a math coprocessor,
  13.       if one is present. The coprocessor will be emulated if one is not
  14.       found in your system.
  15.  
  16. Differences:
  17.  
  18.       This release contains all the features of version 1.00, plus a new 
  19.       on-screen calculator. Some additional minor maintenance changes
  20.       were also put into effect in this version.
  21.  
  22. File Index:
  23.  
  24.       EEF    .EXE : 76816 Bytes, Electrical and Electronic Formula program
  25.       EEF    .DOC : 13373 Bytes, file containing general program information
  26.       EEFELEC.DBF : 21280 Bytes, file containing the world wide voltage chart
  27.       EEFHELP.DBF : 12880 Bytes, file containing general help information
  28.  
  29. System Requirements:
  30.  
  31.       The program minimum requirements are as follows...
  32.       
  33.       Any XT compatible computer
  34.       DOS version 3.0 or later
  35.       256K memory
  36.       A color monitor
  37.       A floppy or hard disk drive
  38.       
  39. Installation:
  40.  
  41.       The program, including support files, is compact enough that it will
  42.       run satisfactorily on a floppy disk. If a hard disk is available it
  43.       should be used, this will allow faster access to the data files as
  44.       they are needed. Type each of the following lines into the computer,
  45.       at the DOS prompt, to install on a hard disk system.
  46.  
  47.       MD FORMULA                  <ENTER>    Make a directory
  48.         
  49.       COPY A:EEF*.* C:\FORMULA /V <ENTER>    Copy files to new directory
  50.  
  51.       CD\FORMULA                  <ENTER>    Change to new directory
  52.  
  53.       EEF                         <ENTER>    Execute the program
  54.  
  55.       A batch file can be created to allow easier loading of the program.
  56.       This file should be located in the root directory of the hard drive.
  57.       Type each of the following lines into the computer, at the DOS
  58.       prompt, to create a batch file.
  59.         
  60.       COPY CON C:\EEF.BAT <ENTER>
  61.  
  62.       CD\FORMULA          <ENTER>
  63.  
  64.       EEF.EXE %1 %2 %3    <ENTER>
  65.  
  66.       ^Z                  <ENTER>
  67.  
  68.       To execute the program, change to the root or formula directory, and
  69.       type EEF, followed by any of the command options available. 
  70.       If the DOS path is set to include the root and formula directories,
  71.       changing to a particular directory will become unnecessary. Refer to
  72.       your DOS manual for instructions on using the path command.
  73.  
  74. Command Line Options:
  75.  
  76.       When loading the program, you have several options available. By
  77.       including /Fxx and /Bxx, on the command line, the colors you want to
  78.       use will be set automatically. If you include /NB the sounds,
  79.       generated when an error is made, will be suppressed. The color codes
  80.       can be copied from the color select screen, they are displayed in the
  81.       box marked "Current Choice". The /FXX option sets the foreground
  82.       color, while /Bxx sets the background color. Following are several
  83.       examples  of valid command line entries...
  84.  
  85.       EEF/F11           Set foreground light blue                                     
  86.                                                                                 
  87.       EEF/F11/B01       Set foreground light blue / background blue                   
  88.                                                                                 
  89.       EEF/F11/B01/NB    Set foreground light blue / background blue
  90.                                        / suppress sound  
  91.  
  92. GENERAL INFORMATION:                                                            
  93.                                                                                 
  94.       Select the proper subject from the main menu. Once the new menu is
  95.       displayed you will have to select an appropriate topic. The computer
  96.       will then display this screen. The first few lines, starting at the
  97.       top of the monitor will give a brief description of the area you have
  98.       accessed. If a prompt will require more than a one character
  99.       response, then a window will be displayed. The window has a wrap
  100.       feature, which works as follows; as the window becomes filled,
  101.       characters on the left will be dropped, as new characters are added
  102.       on the right side of the window. The BACKSPACE key can be used to
  103.       eliminate characters, from the right side of the window, one at a
  104.       time. When you are sure that you have entered the data properly,
  105.       press the ENTER key, this will allow the computer to read and store 
  106.       the data. When all the necessary data has been entered the computer
  107.       will solve for the unknown value, or perform a conversion, and
  108.       display the result. The escape (ESC) key is always enabled, and can
  109.       be used in any area, to exit and return to the most recent menu. Use
  110.       this method to exit the program, and return to DOS, from the main
  111.       menu.                                          
  112.                                                                               
  113. ELECTRONIC:                                                                     
  114.                                                                                 
  115.       This section of the program will calculate various electronic related  
  116.       formulas as listed below...                                                     
  117.                                                                                 
  118.              Ohms law (DC)                 Coupled inductance                 
  119.              Ohms law (AC)                 Impedance                          
  120.              Resistance total              Resonance                          
  121.              Capacitance total             Admittance                         
  122.              Inductance total              Susceptance                        
  123.              Mutual inductance             Conductance                        
  124.  
  125.       Most sections will calculate several different derivatives of a
  126.       formula, for instance, the resonance area has the capability of
  127.       solving not only for resonance, but also capacitance, or inductance
  128.       in a resonant circuit. In the areas where this is possible, you will
  129.       be given several choices then, by user selection, the formula for the
  130.       specified quantity will be performed. The formula used to arrive at
  131.       the result is displayed on the screen at the end of any calculation.
  132.       The standard print screen function can be used to obtain a hard copy,
  133.       the screen is also time and date stamped, as a further aid to the
  134.       user.
  135.                                                                        
  136. ELECTRICAL:                                                                     
  137.                                                                                 
  138.       This section of the program will calculate various electrical related  
  139.       formulas as listed below...
  140.                                                      
  141.              Efficiency                    Required fuse, wire size           
  142.              Power factor                  Wire resistance                    
  143.              Amperes from horsepower       Voltage drop                       
  144.              Amperes from kilowatts        Conduit fill                       
  145.              Amperes from kva              Kvar sizing                        
  146.              Kilowatts and KVA             Supply systems                     
  147.                                                                                 
  148.       The left column represents formulas that can be used for calculating   
  149.       both single and three phase circuits. The other formulas are not
  150.       phase dependant and can be used for any circuit configuration.
  151.       Efficiency and Power Factor are calculated and displayed on the    
  152.       screen as a percent. Also, when entering data at an Efficiency or
  153.       Power Factor prompt, the data must be input as a percent. The supply
  154.       system area calculates the current draw, by a load, on any
  155.       conventional power system. This is convenient for 60hz to 50hz
  156.       conversions. The formula used to arrive at the result is displayed on
  157.       the screen at the end of most calculations. The standard print screen
  158.       function can be used to obtain a hard copy, the screen is time
  159.       stamped, as a further aid to the user.
  160.   
  161. NUMBER SYSTEMS:                                                                 
  162.                                                                                 
  163.       This section of the program will evaluate, and change a quantity in
  164.       one number system to an equivalent value in another system. The
  165.       number systems used in this section are as follows...
  166.  
  167.                              Decimal (base 10)                                
  168.                              Hex     (base 16)                                
  169.                              Octal   (base 08)                                
  170.                              Binary  (base 02)                                
  171.                                                                                
  172.       The current lower and upper conversion limit is:
  173.  
  174.                              Decimal:+/-1048575
  175.                              Binary :1111 1111 1111 1111 1111
  176.                              Octal  :3777777
  177.                              Hex    :FFFFF
  178.  
  179.       If a value outside these limits is entered, or calculated, an error
  180.       message will be displayed indicting an overflow has occurred.
  181.                                                                         
  182. WORLD WIDE VOLTAGE DATABASE:                                                    
  183.                                                                                 
  184.       This section of the program provides a current list of the worlds      
  185.       electric power supplied to consumers. The list covers a wide range of
  186.       countries, and includes frequency, system (wye/delta), single phase
  187.       voltage, and three phase voltage, when available. All voltages listed
  188.       are alternating current (AC). A wye or star system will have a high
  189.       voltage that is 1.732 times the low voltage, for example 120/208. A
  190.       delta system will have a high voltage that is 2 times the low
  191.       voltage. If a single voltage is listed under the single phase
  192.       column, then it can be assumed that the consumer has only the one
  193.       voltage available, and that it is a two wire service, (one phase wire
  194.       and one neutral). Two voltages listed under the same column would
  195.       indicate that the consumer has a three wire service, and both are
  196.       available, (two phase wires and one neutral). A three phase service,
  197.       when available, will normally be furnished with four wires, (three
  198.       phase wires and one neutral). The higher voltage listed can be either
  199.       single or three phase, but the lower voltage will always be single
  200.       phase.
  201.  
  202. Calculator:
  203.  
  204.       An on-screen calculator is available most everywhere, while the
  205.       program is running. To access this feature just press the F(1) key.
  206.       A short list of special functions will be displayed, along with the
  207.       calculator itself. The capabilities include the normal four basic
  208.       functions, plus squaring, square root, reciprocal, and exponential 
  209.       math. The current result in the display can also be exported back to
  210.       the main program.
  211.  
  212. Disclaimer:
  213.  
  214.       The author accepts no responsibility for the application of this
  215.       software, the result obtained, any errors or omissions contained
  216.       herein. This material is subject to change without notice.
  217.  
  218. Comments:
  219.  
  220.       The author welcomes comments good or bad, input from users is very
  221.       important to future releases of this software. Please feel free to
  222.       contact me on Compuserve (73407,546), or at the address below.
  223.  
  224. Registration:
  225.         
  226.       This program is copyrighted, and is offered as shareware software. If
  227.       you find this software useful, and plan to retain and use it, then
  228.       please register the program, by doing so you will be assured of being
  229.       informed of any updates. Please send the form below, along with 
  230.       $20.00, to the address shown.
  231.  
  232.       Name:___________________________________________________________
  233.  
  234.       Address:________________________________________________________
  235.  
  236.       City, State:____________________________________________________
  237.  
  238.       Zip Code:_______________________________________________________
  239.  
  240.       Country:________________________________________________________
  241.  
  242.       Version You Are Using:__________________________________________
  243.  
  244.       Gregory J. Miller
  245.       2303 Bennington Place
  246.       Maryland Heights, Mo. 63043
  247.