home *** CD-ROM | disk | FTP | other *** search
/ Current Shareware 1994 January / SHAR194.ISO / calculat / navlog.zip / NAVLOG.DOC < prev    next >
Text File  |  1993-09-01  |  2KB  |  59 lines

  1.                              INTRODUCTION
  2.  
  3.     NAVLOG is a program for mariners that make blue water passages.  
  4. It enables easy calculations and recording of navigation data.  Using 
  5. the inputs of latitude, longitude, and time, it calculates distance, 
  6. course, and average speed between two navigational fixes.  It also 
  7. records each set of position data, thereby providing a permanent 
  8. record of a passage.  I have found this information to be very useful, 
  9. but it is often been too much work to do manually.  NAVLOG easily 
  10. provides this information, and it saves wear and tear on navigational 
  11. charts.  NAVLOG is written in MicroSoft Quick Pascal.
  12.  
  13.      The navigation calculations used in NAVLOG assume a flat earth 
  14. resulting in rhumb lines and true courses.  The program assumes north  
  15. latitudes and west longitudes.  In comparing navigation calculations  
  16. with my GPS navigator, I found the results are very accurate.
  17.  
  18.                               LIMITATIONS
  19.  
  20.        [1]  Maximum time between fixes is 23 hours and 59 minutes.
  21.  
  22.        [2]  Latitude 0 to 60 degrees, Longitude 0 to 100 degrees.
  23.  
  24.        [3]  Maximum distance in edit mode -- 99.9 nm.
  25.  
  26.        [4]  Maximum number of logs in program directory -- 50.
  27.  
  28.        [5]  You must use the proper format for data entry. i.e.,
  29.        for time use the space bar between hours and minutes.
  30.       
  31.        Example:            09 00     Do not use 09:00         
  32.       
  33.        The same applies for position coordinates.  You must also enter
  34.        tenths of minutes. 
  35.  
  36.        Example:            18 05 2   Do not use 18 05.2
  37.  
  38.        [6]  If you use the edit feature, entering "=" will preserve 
  39.        the original data.  If you change a time or position by 
  40.        editing, the program does not recalculate.   Adding a new 
  41.        position (Update mode) to a log with an edited last time or 
  42.        position will result in normal calculations.  However, unlike 
  43.        normal data entry, you must enter a period  between minutes and 
  44.        tenths of minutes in edit mode.  
  45.  
  46.        Example:  18 05.2
  47.  
  48.        [7]  This program is not intended for navigational planning.
  49.  
  50. I would appreciate your comments or suggestions to improve the
  51. program.
  52.  
  53.                                         Joel R. Graffman        
  54.                                         2855 SW Lakemont Place   
  55.                                         Palm City, FL 34990
  56.  
  57.  
  58.  
  59.