September 28, 200322 yr Please note : 1) The sidstarrunways optional list of runways in the stars sections follows this rule : if a list of runway in a star is there, and a star or runway or approach is selected, then the FMC will check that the runway is in the list.If not, the message ARR N/A FOR RUNWAY will be displayed, although the wpts will be inserted all the same. If there are no runways listed in the star, it is assumed all runways are compatible with the star.2) To connect without discontinuity, stars and approaches / approach transitions must have common wpts3) Soft constraints inop //////////////////////////////////////////////////////////////////////////////////////////////////// the root of the file////////////////////////////////////////////////////////////////////////////////////////////////// ROOT: customfixessection RNWS runways ENDRNWS sidssection starssection approachessection gatessection {}| error {}; //////////////////////////////////////////////////////////////////////////////////////////////////// non mandatory gates section////////////////////////////////////////////////////////////////////////////////////////////////// gatessection: {}| GATES gates ENDGATES {}; gates: {}| gates gate {}; gate: GATE NAME LAT NB NB LON NB NB {}| GATE NB LAT NB NB LON NB NB {}; //////////////////////////////////////////////////////////////////////////////////////////////////// non mandatory approaches section////////////////////////////////////////////////////////////////////////////////////////////////// approachessection: {}| APPROACHES approaches ENDAPPROACHES {}; approaches: {}| approaches approach {}; approach: APPROACH NAME fixlist RNW RNWEND fixlistMA transitions {}; //////////////////////////////////////////////////////////////////////////////////////////////////// non mandatory custom fixes section////////////////////////////////////////////////////////////////////////////////////////////////// customfixessection: {}| FIXES customfixes ENDFIXES {}| CUSTOMFIXES customfixes ENDCUSTOMFIXES {}; customfixes: {}| customfixes customfix {}; customfix: NAVAIDFIX NAME id COLOCATED NAME NB NB {}| NAVAIDFIX NAME id LATLON LAT NB NB LON NB NB {}; id: {}| ID NAME {}; //////////////////////////////////////////////////////////////////////////////////////////////////// runways section////////////////////////////////////////////////////////////////////////////////////////////////// runways: {}| runways runway {}; runway: RNW RNWEND {}; //////////////////////////////////////////////////////////////////////////////////////////////////// non mandatory stars section////////////////////////////////////////////////////////////////////////////////////////////////// starssection: {}| STARS stars ENDSTARS {}; stars: {}| stars star {}; star: STAR NAME fixentry fixlist transitions sidstarrunways {}; //////////////////////////////////////////////////////////////////////////////////////////////////// nonmandatory sids section////////////////////////////////////////////////////////////////////////////////////////////////// sidssection: {}| SIDS sids ENDSIDS {}; sids: {}| sids sid {} sid:SID NAME fixlist runwaysspecificsonerequired transitions {}; //////////////////////////////////////////////////////////////////////////////////////////////////// other sid stars stuff////////////////////////////////////////////////////////////////////////////////////////////////// transitions: {}| transitions transition {}; transition: TRANSITION NAME fixlistT {}; runwaysspecificsonerequired:runwayspecific runwayspecifics {}; runwayspecifics: {}| runwayspecifics runwayspecific {}; runwayspecific:sidstarapproachrunway sidstarrunways fixentry fixlistRS {}; //////////////////////////////////////////////////////////////////////////////////////////////////// sid stars approaches runways and approaches////////////////////////////////////////////////////////////////////////////////////////////////// sidstarrunways: {}| sidstarrunways sidstarapproachrunway {}; sidstarapproachrunway: RNW RNWEND {}; //////////////////////////////////////////////////////////////////////////////////////////////////// wpt lists / multiple lists to manage different linked lists////////////////////////////////////////////////////////////////////////////////////////////////// fixlist: {}| fixlist fixentry {}; fixlistMA: {}| fixlistMA fixentry {}; fixlistT: {}| fixlistT fixentry {}; fixlistRS: {}| fixlistRS fixentry {}; fixentry: optaltfixentry {}| hdg VECTORS {}| hdg UNTIL NB optspeed {}| hdg UNTIL NB NOTBEFORE NB FROM simplefixentry optspeed {}| hdg UNTIL NB FROM simplefixentry optspeed {}| hdg UNTIL RADIAL NB tofrom simplefixentry optspeed {}| hdg INTERCEPT RADIAL NB tofrom simplefixentry optspeed {}| HOLDAT simplefixentry direction TURN INBOUNDCOURSE NB optalt optspeed holddistancetime {}; optaltfixentry: turn NAVAIDFIX overfly NAME NB optspeed {}| turn NAVAIDFIX overfly NAME AT NB optspeed {}| turn NAVAIDFIX overfly NAME atorbelow atorabove optspeed {}; simplefixentry: NAVAIDFIX NAME {}; optspeed: {}| SPEED NB {}; optalt: {}| ALT NB {}; atorbelow: {}| ATORBELOW NB {}; atorabove: {}| ATORABOVE NB {}; hdg: HDG NB {}| KEEP HDG {}| TRK NB {}| KEEP TRK {}; tofrom: TO {}| FROM {}; holddistancetime: {}| LEGDIST NB {}| LEGTIME NB {}; overfly: {}| OVERFLY {}; turn: {}| TURN direction {} direction: LEFT {}| RIGHT {};Anthony MertonPrecision Manuals Developmenthttp://www.precisionmanuals.com
Create an account or sign in to comment