- Messages
- 27
- Country
-
In game shows like this, the final waypoint of the SID doesn't show at the FP, but can see the BUTID TRANS at departures page.
Here is the chart I used.
Here is the code of mine.
PS, I tried to add the lat/long of the BUTID, doesn't works. (I can type the BUTID into the FMC means the waypoint was in the database.) Tried move the Legs from transitionlegs into the runwaytransitionlegs with no luck.
Here is the chart I used.
Here is the code of mine.
XML:
<Departure name="BUT01D">
<RunwayTransitions>
<RunwayTransitionLegs number="06" designator="NONE">
<Leg type="VA" magneticCourse="58.0" altitudeDescriptor="+" altitude1="1970.0F"/>
<Leg type="DF" fixType="VOR" fixRegion="ZY" fixIdent="LJB" flyOver="FALSE" altitudeDescriptor="+" altitude1="7880.0F"/>
</RunwayTransitionLegs>
</RunwayTransitions>
<CommonRouteLegs/>
<EnrouteTransitions>
<EnrouteTransitionLegs>
<Leg type="IF" fixType="VOR" fixRegion="ZY" fixIdent="LJB"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="ZY" fixIdent="BUTID" magneticCourse="108.0"/>
</EnrouteTransitionLegs>
</EnrouteTransitions>
</Departure>
PS, I tried to add the lat/long of the BUTID, doesn't works. (I can type the BUTID into the FMC means the waypoint was in the database.) Tried move the Legs from transitionlegs into the runwaytransitionlegs with no luck.