Changes between Version 27 and Version 28 of miniGlobalNotes


Ignore:
Timestamp:
2014-02-27T16:17:46-05:00 (11 years ago)
Author:
warb
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • miniGlobalNotes

    v27 v28  
    3232||Sam Goodman         || O:13862267131  M: 609-442-4786           || ftb
    3333||Chris  Continisio   || (609) 485-5869 || Christopher.CTR.Continisio@faa.gov || NIEC Support
     34
     35
     36=== Generate a sdrr scenario file from a tgf file ===
     37
     38You need a blank scenario with all the sites included ....
     39
     40{{{
     41# import fpx file to gsgt using only NasRoute field
     42importtgf <FPXFile> -n
     43
     44# export sdrr scenario with only non-radar and FP msgs
     45exportsdrr -n -E <sdrrScenName>
     46
     47
     48}}}
    3449
    3550=== Java Debugging ===