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

MSFS20 ils and dme

Messages
355
Country
italy
Following this tutorial: https://www.fsdeveloper.com/forum/threads/add-ils-and-radio-freq-to-msfs.449447/ I added com and ils to an airport that it doesn't exist on Ms2020....but if I want to add a dme to ils,how can I do?
Can I use this? Es. <Vor lat="47.442569607231775" lon="-2.540676545822612" alt="0.0F" type="HIGH" frequency="115.35" magvar="0.0" region="LF" ident="VOR00" name="VOR NAME" nav="TRUE" dmeOnly="FALSE" dme="TRUE"/> where I put the same ils' frequency but use dmeonly?
 
I think, that in this moment, it is impossible to add the Dme to ils in this simulator...I tried but the file didn't compile.
 
I am able to add an ILS with DME to an airport project and get a successful build. This applies to NDBs and VOR/DMEs. It was done with ADE 2020 Alpha and I can't say whether they are effectively added in sim - just that there were no compiler errors.

This is the xml

1603953288599.png
 
I think, that in this moment, it is impossible to add the Dme to ils in this simulator...I tried but the file didn't compile.
I did it, compiles fine:
XML:
<Ils lat="22.596682" lon="108.161916" alt="126.5M" heading="225.09" frequency="110.9" magvar="-1.7" ident="IUY" width="5.0" name="ILS23">
    <GlideSlope lat="22.615862" lon="108.185702" alt="126.5M" pitch="3" range="27.01N"/>
    <Dme lat="22.615862" lon="108.185702" alt="126.5M" range="27N"/>
</Ils>
 
Back
Top