• 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.

MSFS Approach coding, ILS issue (can't get the ILS frequency)

Messages
27
Country
china
ILS missing.png
Start a flight,I can choose ILS19(my own coding)and star in arrive menu. when I pass GG521(IFA),I turned on LS,with no ILS frequency show up at left corner。
ILS19 M.png
But I can get it work by input the ILS frequency(111.5) manually.

Can someone give some advice?Sorry for my poor English.



Custom air port,build from official zggg,with delete set below.

<DeleteAirport deleteAllApproaches="FALSE" deleteAllApronLights="TRUE" deleteAllAprons="TRUE" deleteAllFrequencies="TRUE" deleteAllHelipads="TRUE" deleteAllRunways="TRUE" deleteAllStarts="TRUE" deleteAllTaxiways="TRUE" deleteAllBlastFences="TRUE" deleteAllBoundaryFences="TRUE" deleteAllJetways="TRUE" deleteAllControlTowers="TRUE" deleteAllDepartures="FALSE" deleteAllArrivals="FALSE" deleteAllPaintedElements="TRUE" deleteAllLightSupports="TRUE" deleteAllTaxiwaySigns="TRUE" deleteAllILSs="TRUE" deleteAllTerminalWaypoints="FALSE" deleteAllTerminalNDBs="FALSE"/>

My arrival and approach code:

<Arrival name="ATA01D">
<EnrouteTransitions>
<EnrouteTransitionLegs>
<Leg type="IF" fixType="TERMINAL_WAYPOINT" fixRegion="ZG" fixIdent="ATAGA"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="ZG" fixIdent="GG541" flyOver="FALSE" magneticCourse="0.0"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="ZG" fixIdent="GG528" flyOver="FALSE" magneticCourse="0.0" altitudeDescriptor="+" altitude1="1800M"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="ZG" fixIdent="GG521" flyOver="FALSE" magneticCourse="0.0" altitudeDescriptor="+" altitude1="1500M"/>
</EnrouteTransitionLegs>
</EnrouteTransitions>
<CommonRouteLegs/>
<RunwayTransitions/>
</Arrival>
<Approach type="ILS" runway="19" fixType="TERMINAL_WAYPOINT" fixRegion="ZG" fixIdent="FI19" altitude="1200M" heading="196" missedAltitude="2000M">
<ApproachLegs>
<Leg type="IF" fixType="TERMINAL_WAYPOINT" fixRegion="ZG" fixIdent="GG566" recommendedType="LOCALIZER" recommendedRegion="ZG" recommendedIdent="IPP" theta="016" rho="16.6N" altitudeDescriptor="+" altitude1="1200M"/>
<Leg type="CF" fixType="TERMINAL_WAYPOINT" fixRegion="ZG" fixIdent="FI19" flyOver="FALSE" recommendedType="LOCALIZER" recommendedRegion="ZG" recommendedIdent="IPP" theta="016" rho="12.3N" magneticCourse="196" distance="4.3N" altitudeDescriptor="A" altitude1="1200M"/>
<Leg type="CF" fixType="RUNWAY" fixRegion="ZG" fixIdent="RW19" flyOver="TRUE" recommendedType="LOCALIZER" recommendedRegion="ZG" recommendedIdent="IPP" theta="016" rho="2.1N" magneticCourse="196" distance="6.0N" altitudeDescriptor="A" altitude1="127.1M"/>
</ApproachLegs>
<MissedApproachLegs/>
<Transition transitionType="FULL" fixType="TERMINAL_WAYPOINT" fixRegion="ZG" fixIdent="GG521" altitude="1500M">
<TransitionLegs>
<Leg type="IF" fixType="TERMINAL_WAYPOINT" fixRegion="ZG" fixIdent="GG521" altitudeDescriptor="+" altitude1="1500"/>
<Leg type="TF" fixType="TERMINAL_WAYPOINT" fixRegion="ZG" fixIdent="GG566" flyOver="FALSE" magneticCourse="0.0" altitudeDescriptor="A" altitude1="1200M"/>
</TransitionLegs>
</Transition>
</Approach>

My runway code:

<Runway lat="23.39272159145361" lon="113.28776414845368" alt="8.21814812906086" heading="194.00000000000000" length="3600.00000000000000" width="45.00000000000000" patternAltitude="304.79998779296875" surface="{2E0DE83F-B79A-4435-905C-DCBBEAC55C59}" transparent="FALSE" number="19" designator="NONE" primaryLanding="TRUE" primaryTakeoff="TRUE" primaryPattern="LEFT" secondaryLanding="TRUE" secondaryTakeoff="TRUE" secondaryPattern="LEFT" primaryMarkingBias="0.00000000000000" secondaryMarkingBias="0.00000000000000" groundMerging="TRUE" excludeVegetationAround="TRUE">
<Markings edges="TRUE" threshold="TRUE" alternateThreshold="FALSE" fixedDistance="TRUE" alternateFixedDistance="FALSE" touchdown="TRUE" alternateTouchdown="FALSE" dashes="TRUE" ident="TRUE" leadingZeroIdent="TRUE" precision="FALSE" alternatePrecision="FALSE" edgePavement="FALSE" singleEnd="FALSE" primaryClosed="FALSE" secondaryClosed="FALSE" primaryStol="FALSE" secondaryStol="FALSE" noThresholdEndArrows="FALSE"/>
<Lights center="HIGH" edge="MEDIUM" centerRed="TRUE"/>
<ApproachLights end="PRIMARY" system="ALSF1" strobes="0" endLights="TRUE" touchdown="TRUE" snapToGround="TRUE" reil="TRUE" offset="30.480000" spacing="30.480000" slope="0.000000"/>
<ApproachLights end="SECONDARY" system="ALSF1" strobes="0" endLights="TRUE" touchdown="TRUE" snapToGround="TRUE" reil="TRUE" offset="30.480000" spacing="30.480000" slope="0.000000"/>
<Vasi end="PRIMARY" side="LEFT" type="PAPI4" biasX="38.927933" biasZ="1383.868164" spacing="90.000000" pitch="3.000000"/>
<Vasi end="SECONDARY" side="LEFT" type="PAPI4" biasX="38.880737" biasZ="1383.657349" spacing="90.000000" pitch="3.000000"/>
<Ils lat="23.37423462563263" lon="113.28277237857250" alt="9.27381023857743" end="PRIMARY" range="50017.00000000000000" ident="IPP" magvar="2.000000" heading="196.00000000000000" frequency="111.50000000000000" width="5.000000" name="ILS19" backCourse="FALSE">
<Dme lat="23.40583203045168" lon="113.29002721466318" alt="8.41819147486240" range="50000.00000000000000"/>
<GlideSlope lat="23.40585162571690" lon="113.29002039523498" alt="8.40622997656465" pitch="3.000000" range="18520.00000000000000"/>
</Ils>
<Ils lat="23.41120478009467" lon="113.29275403080459" alt="8.56841798406094" end="SECONDARY" range="50017.00000000000000" ident="IOO" magvar="2.000000" heading="16.00000000000000" frequency="109.30000000000000" width="5.000000" name="ILS01" backCourse="FALSE">
<Dme lat="23.38010825093091" lon="113.28304934412844" alt="8.39920316915959" range="50000.00000000000000"/>
<GlideSlope lat="23.38011915883428" lon="113.28305033200765" alt="8.37405737768859" pitch="3.000000" range="19000.00000000000000"/>
</Ils>
<RunwayStart end="PRIMARY" lat="23.40786338582226" lon="113.29181146968473" alt="8.34127758536488" heading="193.94856262207031"/>
<RunwayStart end="SECONDARY" lat="23.37739722541076" lon="113.28362045032010" alt="8.33360528293997" heading="13.94831562042236"/>
</Runway>
 

Attachments

  • ataga missing.png
    ataga missing.png
    438 KB · Views: 78
  • ILS19.png
    ILS19.png
    457.6 KB · Views: 71
  • rwy dev.png
    rwy dev.png
    831.5 KB · Views: 72
Messages
27
Country
china
Solved in a different way, deleted my own approach and arrivel code,make it compatible with navigraph beta。
Here is the tricky part,need edit the "Content.xml" in the "C:\Users\<username>\AppData\Local\Packages\Microsoft.FlightSimulator_8wekyb3d8bbwe\LocalCache" folder, make sure “<Package name="navigraph-navdata" active="true"/>” lower than your airport .
In my case like this.

content set.png

This is what I got. Every procedure works fine.
compt navigraph beta.png
 
Top