I've been working on a RNAV approach for a runway I added to KGDJ that isn't natively in the sim. I can get the approach to pull up in the FMS and show the correct waypoints, however, when flying, the aircraft stops descending at DATGE or 1540'
I have the same effect when duplicating the code and replacing the waypoints for the RNAV on 19.
I have tried setting the waypoints as "UNAMED" but it ignores the initial altitude fix INOXE when setting that way. Also I assumed there was no need for transition legs since there is no arrival.
<Approach type="RNAV" runway="01" designator="NONE" gpsOverlay="FALSE" fixType="TERMINAL_WAYPOINT" fixRegion="K4" fixIdent="RIKDE" altitude="2600.0F" heading="14" missedAltitude="3600.0F" lnav="TRUE" lnavvnav="TRUE" lpv="TRUE" lp="FALSE">
<ApproachLegs>
<Leg type="IF" fixType="TERMINAL_WAYPOINT" fixRegion="K4" fixIdent="INOXE" altitudeDescriptor="+" altitude1="3600.0F" verticalAngle="357"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="K4" fixIdent="RIKDE" magneticCourse="14" altitudeDescriptor="+" altitude1="2600.0F" verticalAngle="357"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="K4" fixIdent="DATGE" magneticCourse="14" altitudeDescriptor="+" altitude1="1540.0F" verticalAngle="357"/>
<Leg type="TF" fixType="RUNWAY" fixRegion="K4" fixIdent="RW01" magneticCourse="14" altitudeDescriptor="+" altitude1="840.0F"/>
</ApproachLegs>
<MissedApproachLegs>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="K4" fixIdent="NUWMN" flyOver="TRUE" magneticCourse="14.0" altitudeDescriptor="A" altitude1="3600.0F"/>
<Leg type="HM" fixType="TERMINAL_WAYPOINT" fixRegion="K4" fixIdent="NUWMN" magneticCourse="14.0" turnDirection="R" time="1" speedLimit="210" />
</MissedApproachLegs>
</Approach>
<Waypoint lat="32.257747" lon="-97.890761" magvar="3.2" waypointType="IAF" waypointRegion="K4" waypointIdent="INOXE"/>
<Waypoint lat="32.348797" lon="-97.858056" magvar="3.3" waypointType="FAF" waypointRegion="K4" waypointIdent="RIKDE"/>
<Waypoint lat="32.401967" lon="-97.838919" magvar="3.3" waypointType="FAF" waypointRegion="K4" waypointIdent="DATGE"/>
<Waypoint lat="32.621125" lon="-97.759803" magvar="3.4" waypointType="IAF" waypointRegion="K4" waypointIdent="NUWMN"/>
<Waypoint lat="32.538086" lon="-97.789825" magvar="3.4" waypointType="FAF" waypointRegion="K4" waypointIdent="IDOPY"/>
<Waypoint lat="32.478911" lon="-97.811189" magvar="3.3" waypointType="RNAV" waypointRegion="K4" waypointIdent="SUEZN"/>
I have the same effect when duplicating the code and replacing the waypoints for the RNAV on 19.
I have tried setting the waypoints as "UNAMED" but it ignores the initial altitude fix INOXE when setting that way. Also I assumed there was no need for transition legs since there is no arrival.
<Approach type="RNAV" runway="01" designator="NONE" gpsOverlay="FALSE" fixType="TERMINAL_WAYPOINT" fixRegion="K4" fixIdent="RIKDE" altitude="2600.0F" heading="14" missedAltitude="3600.0F" lnav="TRUE" lnavvnav="TRUE" lpv="TRUE" lp="FALSE">
<ApproachLegs>
<Leg type="IF" fixType="TERMINAL_WAYPOINT" fixRegion="K4" fixIdent="INOXE" altitudeDescriptor="+" altitude1="3600.0F" verticalAngle="357"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="K4" fixIdent="RIKDE" magneticCourse="14" altitudeDescriptor="+" altitude1="2600.0F" verticalAngle="357"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="K4" fixIdent="DATGE" magneticCourse="14" altitudeDescriptor="+" altitude1="1540.0F" verticalAngle="357"/>
<Leg type="TF" fixType="RUNWAY" fixRegion="K4" fixIdent="RW01" magneticCourse="14" altitudeDescriptor="+" altitude1="840.0F"/>
</ApproachLegs>
<MissedApproachLegs>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="K4" fixIdent="NUWMN" flyOver="TRUE" magneticCourse="14.0" altitudeDescriptor="A" altitude1="3600.0F"/>
<Leg type="HM" fixType="TERMINAL_WAYPOINT" fixRegion="K4" fixIdent="NUWMN" magneticCourse="14.0" turnDirection="R" time="1" speedLimit="210" />
</MissedApproachLegs>
</Approach>
<Waypoint lat="32.257747" lon="-97.890761" magvar="3.2" waypointType="IAF" waypointRegion="K4" waypointIdent="INOXE"/>
<Waypoint lat="32.348797" lon="-97.858056" magvar="3.3" waypointType="FAF" waypointRegion="K4" waypointIdent="RIKDE"/>
<Waypoint lat="32.401967" lon="-97.838919" magvar="3.3" waypointType="FAF" waypointRegion="K4" waypointIdent="DATGE"/>
<Waypoint lat="32.621125" lon="-97.759803" magvar="3.4" waypointType="IAF" waypointRegion="K4" waypointIdent="NUWMN"/>
<Waypoint lat="32.538086" lon="-97.789825" magvar="3.4" waypointType="FAF" waypointRegion="K4" waypointIdent="IDOPY"/>
<Waypoint lat="32.478911" lon="-97.811189" magvar="3.3" waypointType="RNAV" waypointRegion="K4" waypointIdent="SUEZN"/>
