Changes between Version 1 and Version 2 of GSGT/GSGT_9.2.0


Ignore:
Timestamp:
2017-11-09T12:04:33-05:00 (8 years ago)
Author:
Ryan Hepp
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSGT/GSGT_9.2.0

    v1 v2  
    99=== Setup & Initialization ===
    1010GSGT uses several environment variables for its configuration, such as to control location of scenarios and adaptation files.
    11 ||= '''Adaptation Path''' =|| Path to where adaptation is located ||
     11||= '''ADAPTATION_PATH''' =|| Path to where adaptation is located ||
    1212||||  Default location is '''/opt/adaptation'''  ||
    13 ||= '''GSGT Work Path''' =|| Path to where scenarios are located ||
     13||= '''GSGT_WORK_PATH''' =|| Path to where scenarios are located ||
    1414||||  Default location '''/usr/local/gsgt'''  ||
    15 ||= '''WX Work Path''' =|| Path to where weather scenarios are located ||
     15||= '''WX_PATH''' =|| Path to where weather scenarios are located ||
    1616||||  Default location '''/opt/wx'''  ||
    1717
     
    3535||Version ||-v, --version||Displays GSGT version.||
    3636||Help ||-h, --help||Display application parameters.||
     37
     38== Scenario Generation ==
     39
     40When GSGT is started, it is necessary to open an existing scenario or to create a new scenario.
     41|| = Selection = || = Response = ||
     42||Open || Choose an existing scenario from $GSGT_WORK_PATH ||
     43||New || 1. Choose (1 or more ERAM and TBFM) adaptation from $ADAPTATION_PATH. 2. Choose a location in $GSGT_WORK_PATH, and enter a name for the new scenario. NOTE: Optionally, a weather scenario can be associated at this time. (This can also be added or changed after the scenario is created.) ||
     44
     45
     46=== Target Commands and Target Attributes ===
     47
     48|| = '''Name''' = || = '''Command''' = || = '''Description''' = ||
     49|| Change Altitude || ->A150 || Set targets altitude in hundreds of feet. ||
     50|| Change Speed || ->V255 || Set targets speed. Default is TAS ||
     51|| Change Heading || ->H090 || Set targets heading ||
     52|| Change Beacon || ->B4537 || Set targets beacon ||
     53|| Drop Target || ->DROP || Set targets beacon ||
     54|| Set Handoff Margin || ->set:hoMargin=20 || Set targets handoff in miles. 'set' is case sensitive. ||
     55|| Set Handoff Duration || ->set:hoDuration=90 || Set targets handoff duration in seconds. 'set' is case sensitive. ||
     56|| Set target to coast || ->set:zab:state=coast || Set targets coast indicator. 'set' is case sensitive. ||
     57|| Clear targets coast indicator || ->clear:zab:state || Clear the targets coast indicator. 'clear' is case sensitive. ||
     58|| Drop target from center || ->set:zab:state=drop || Drop target from listed center. 'set' is case sensitive. ||
     59