home *** CD-ROM | disk | FTP | other *** search
/ HAM Radio 1 / HamRadio.cdr / math / grid / grid.doc next >
Text File  |  1988-08-31  |  4KB  |  73 lines

  1.  
  2.      ** N4AZI Memory Resident Maidenhead Grid Square Locator System **
  3.                  Copyright <C>1988 David C. Eanes, N4AZI
  4.  
  5.                            4866 Drusilla Lane
  6.                          Baton Rouge, La. 70809
  7.  
  8.  
  9. -------------------------------------------------------------------------------
  10. This program is offered solely for the private, non-commercial use of Amateur
  11. Radio Operators.  The program may be distributed to others provided that there
  12. is no commercial interest or payment of any kind involved.
  13.  
  14.     *** THIS IS NOT PUBLIC DOMAIN SOFTWARE AND IS FULLY COPYRIGHTED ***
  15.  
  16. If you find this program useful and are so inclined a $5.00 donation to the
  17. author will be greatly appreciated and will help to promote the development of
  18. other tools that are helpful to the Radio Amateur.
  19.  
  20. -------------------------------------------------------------------------------
  21.  
  22. GRID.EXE is an MS-DOS terminate and stay resident (TSR) program that calculates
  23. maidenhead grid squares for any given latitude and longitude or it will
  24. calculate longitude and latitude for any given grid square.  In addition to the
  25. location calculations, the program also provides data on bearing and distance
  26. between any two locations.
  27.  
  28. To load GRID.EXE into memory, simply enter 'GRID' at the DOS prompt.  From this
  29. point the program can be called up at anytime by simultaneously pressing the
  30. <CTLR><ALT><G> key combination.
  31.  
  32. OPERATION
  33.  
  34. Once the program has been activated by pressing <CTRL><ALT><G>, there are 4
  35. possible commands.
  36.  
  37. The 'H' command puts the user into the Home or Source data entry mode.  The
  38. cursor moves to the Home Grid Square entry and at this point the user enters
  39. the Home Grid Square.  The program will pad or fill in incomplete grid squares
  40. so that entries such as 'EM' or 'EM4' will be accepted.  An entry such as
  41. 'EM40' is padded to 'EM40LL'.  After the grid square has been entered the
  42. program then calculates the longitude and latitude for the supplied Grid
  43. Square.  By simply keying <RETURN> at the Grid Square entry the cursor is moved
  44. to the Longitude entry position and next to Latitude entry position.  Once both
  45. have been entered the program will calculate the correct Grid Square for that
  46. location.
  47.  
  48. * Important note: All longitude and latitude information is entered in decimal
  49.                   degrees (ie -91.2 Long   30.5 Lat  | NOT in degrees,minutes,
  50.                   seconds).  West longitudes and south latitudes are entered as
  51.                   negative numbers.
  52.  
  53. The 'D' command functions exactly the same as the 'H' command except that the
  54. user is entering data for the Destination location.  Once there is data entered
  55. for both Home and Destination the program will automatically calculate distance
  56. and bearing.
  57.  
  58. The 'Q' command simply halts execution of GRID.EXE and returns the user to
  59. whatever program he was running previously.  The program remains resident in
  60. memory and can be re-activated at anytime with the <CTRL><ALT><G> combination.
  61.  
  62. The 'U' command Uninstalls or removes the program from memory.  After a 'U'
  63. command the program cannot be activated again until it is reloaded.
  64.  
  65.  
  66. WINDOW POSITIONING
  67.  
  68. Upon initial activitation the Pop Up Window will be positioned near the upper
  69. left hand corner of the display.  Window position may be adjusted through the
  70. use of the Arrow, PgUp, PgDn, Home, and End keys.  Subsequent activations will
  71. maintain the window position that has been selected by the user.
  72.  
  73.