- Messages
- 46
Hi all, we've had some success in coding our new procedures but there's a problem between STAR and APPROACH. Both of these work perfectly but when we choose both, for some reason STAR gets simplified/changed (both in the main menu or the aircraft systems like gtn750 or similar).
Here are just 2 examples: RIGMU2A is working fine when automatic approach is chosen
RIGMU2A changes/looses some legs when RNAV12R is chosen (please see attached images).
And here are the codes (everything is inside <Airport>):
<Arrival name="RIGM2A">
<EnrouteTransitions/>
<CommonRouteLegs>
<Leg type="IF" fixType="WAYPOINT" fixRegion="LY" fixIdent="RIGMU" recommendedType="WAYPOINT" altitudeDescriptor="B" altitude1="7000.0F" altitude2="17000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE116" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="111" altitudeDescriptor="+" altitude1="7000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE115" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="117" altitudeDescriptor="+" altitude1="7000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE114" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="117" altitudeDescriptor="+" altitude1="7000.0F"/>
<Leg type="TF" fixType="NDB" fixRegion="LY" fixIdent="IA" flyOver="FALSE" recommendedType="NDB" magneticCourse="207" altitudeDescriptor="+" altitude1="5000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE113" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="297" altitudeDescriptor="+" altitude1="5000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE112" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="297" altitudeDescriptor="+" altitude1="5000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE101" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="207" altitudeDescriptor="+" altitude1="5000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="DEVDA" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="117" altitudeDescriptor="+" altitude1="4000.0F"/>
</CommonRouteLegs>
<RunwayTransitions/>
</Arrival>
<Approach type="RNAV" runway="12" designator="RIGHT" suffix="0" gpsOverlay="FALSE" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="DEVDA" altitude="4000F" heading="116" missedAltitude="3000.0F">
<ApproachLegs>
<Leg type="IF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="DEVDA" recommendedRegion="LY" altitudeDescriptor="A" altitude1="4000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="LAMBA" magneticCourse="118" distance="3.1N" altitudeDescriptor="+" altitude1="3000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="ROGZI" magneticCourse="117" distance="4.0N" altitudeDescriptor="+" altitude1="3000.0F"/>
<Leg type="TF" fixType="RUNWAY" fixRegion="LY" fixIdent="RW12R" flyOver="FALSE" magneticCourse="117" distance="8.1N" altitudeDescriptor="A" altitude1="376.0F"/>
</ApproachLegs>
<MissedApproachLegs>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE180" flyOver="TRUE" magneticCourse="117" distance="2.5N" altitudeDescriptor="A" altitude1="3000.0F"/>
<Leg type="DF" fixType="NDB" fixRegion="LY" fixIdent="OBR" flyOver="FALSE" turnDirection="R" altitudeDescriptor="+" altitude1="3000F"/>
</MissedApproachLegs>
</Approach>
Any idea how to do a proper transition between the 2? Thank you so much!
Here are just 2 examples: RIGMU2A is working fine when automatic approach is chosen
RIGMU2A changes/looses some legs when RNAV12R is chosen (please see attached images).
And here are the codes (everything is inside <Airport>):
<Arrival name="RIGM2A">
<EnrouteTransitions/>
<CommonRouteLegs>
<Leg type="IF" fixType="WAYPOINT" fixRegion="LY" fixIdent="RIGMU" recommendedType="WAYPOINT" altitudeDescriptor="B" altitude1="7000.0F" altitude2="17000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE116" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="111" altitudeDescriptor="+" altitude1="7000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE115" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="117" altitudeDescriptor="+" altitude1="7000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE114" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="117" altitudeDescriptor="+" altitude1="7000.0F"/>
<Leg type="TF" fixType="NDB" fixRegion="LY" fixIdent="IA" flyOver="FALSE" recommendedType="NDB" magneticCourse="207" altitudeDescriptor="+" altitude1="5000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE113" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="297" altitudeDescriptor="+" altitude1="5000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE112" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="297" altitudeDescriptor="+" altitude1="5000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE101" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="207" altitudeDescriptor="+" altitude1="5000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="DEVDA" flyOver="FALSE" recommendedType="TERMINAL_WAYPOINT" magneticCourse="117" altitudeDescriptor="+" altitude1="4000.0F"/>
</CommonRouteLegs>
<RunwayTransitions/>
</Arrival>
<Approach type="RNAV" runway="12" designator="RIGHT" suffix="0" gpsOverlay="FALSE" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="DEVDA" altitude="4000F" heading="116" missedAltitude="3000.0F">
<ApproachLegs>
<Leg type="IF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="DEVDA" recommendedRegion="LY" altitudeDescriptor="A" altitude1="4000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="LAMBA" magneticCourse="118" distance="3.1N" altitudeDescriptor="+" altitude1="3000.0F"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="ROGZI" magneticCourse="117" distance="4.0N" altitudeDescriptor="+" altitude1="3000.0F"/>
<Leg type="TF" fixType="RUNWAY" fixRegion="LY" fixIdent="RW12R" flyOver="FALSE" magneticCourse="117" distance="8.1N" altitudeDescriptor="A" altitude1="376.0F"/>
</ApproachLegs>
<MissedApproachLegs>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="LY" fixIdent="BE180" flyOver="TRUE" magneticCourse="117" distance="2.5N" altitudeDescriptor="A" altitude1="3000.0F"/>
<Leg type="DF" fixType="NDB" fixRegion="LY" fixIdent="OBR" flyOver="FALSE" turnDirection="R" altitudeDescriptor="+" altitude1="3000F"/>
</MissedApproachLegs>
</Approach>
Any idea how to do a proper transition between the 2? Thank you so much!
Attachments
Last edited: