• Which the release of FS2020 we see an explosition of activity on the forun and of course we are very happy to see this. But having all questions about FS2020 in one forum becomes a bit messy. So therefore we would like to ask you all to use the following guidelines when posting your questions:

    • Tag FS2020 specific questions with the MSFS2020 tag.
    • Questions about making 3D assets can be posted in the 3D asset design forum. Either post them in the subforum of the modelling tool you use or in the general forum if they are general.
    • Questions about aircraft design can be posted in the Aircraft design forum
    • Questions about airport design can be posted in the FS2020 airport design forum. Once airport development tools have been updated for FS2020 you can post tool speciifc questions in the subforums of those tools as well of course.
    • Questions about terrain design can be posted in the FS2020 terrain design forum.
    • Questions about SimConnect can be posted in the SimConnect forum.

    Any other question that is not specific to an aspect of development or tool can be posted in the General chat forum.

    By following these guidelines we make sure that the forums remain easy to read for everybody and also that the right people can find your post to answer it.

Custom RNAV won't descend past the final waypoint.

Messages
3
Country
unitedstates
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"/>



1719588506640.png
 
Back
Top