home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 26 / CD_ASCQ_26_1295.iso / vrac / bglana.zip / BGLANA.DOC next >
Text File  |  1995-10-19  |  2KB  |  44 lines

  1. -------------------------------------------------------------------------------
  2. BGLANA.EXE 
  3. BGL-File Analysis Program V1.0  -  (c) R.Schmid 1994
  4. -------------------------------------------------------------------------------
  5. The BGLANA program allows to extract the following data out of FS5-BGL Files :
  6.  
  7. -    VOR information (location (Lat,Lon), frequency, identifier, name)
  8. -    ILS information (location (Lat,Lon), frequency, course, identifier, name)
  9. -    NDB information (location (Lat,Lon), frequency, identifier, name)
  10. -    ATIS information (location, (Lat,Lon), frequency, Text)
  11. -    Airport/Runway settings, which appear in the World/Airport menu of FS5
  12.              (location (Lat,Lon), altitude (in feet), heading, name)
  13.  
  14. Syntax : BGLANA <BGL-file> <output-file> <options>
  15.  
  16. Example : --> BGLANA EURNAV.BGL
  17.       This command type gives a short summary of the BGL-File content. It
  18.       informs which type of information (see above) is included in the 
  19.       BGL file.
  20.        
  21.       --> BGLANA EURNAV.BGL EURNAV.TXT /12345
  22.       This command type lists all available type of information which can
  23.       be decoded in the file EURNAV.TXT. If a output-file name is missing,
  24.       output will be put to screen.
  25.  
  26. Options : /xxxxx with x=1 : Listing of all VORs
  27.               x=2 : Listing of all ILSs
  28.               x=3 : Listing of all NDBs
  29.               x=4 : Listing of all ATIS info
  30.               x=5 : Listing of all airport/runway info
  31.       Using the options, the information can be extracted selectively out 
  32.       of the BGL-Files.
  33.  
  34. This program has been created based on the famous FS5STRUCT text file from 
  35. Maurizio M. Gavioli.  Thanks very much for his work !
  36.  
  37. Any comments to the program can be sent to the FDFAN.FSF area or better to
  38. ny following Internet address :
  39.             
  40.             ris@hardy.hl.siemens.de
  41.  
  42. Richard Schmid, Munich, Germany
  43. June 1994
  44.