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

Primary and Secondary Runway Ends

scruffyduck

Administrator
Staff member
FSDevConf team
Resource contributor
Messages
34,981
Country
unitedkingdom
Working on ADE has caused me to realize that I don't understand how the Primary and Secondary runway ends are defined. Does it relate to the heading given for the runway? Or is the lower number end always the primary (I don't think so). Is it therefore possible to have any number and therfore heading as the primary end?

Dunno why I have never sorted this out in my mind before but it has been triggered by trying to get the offset threshold and overruns placed at the correct end of the runway.
 
The primary end of the runway is the one which matches the true heading of the runway properties - yes I know runway designator numbers match the magentic heading - but the runway position matches the true heading.

In the vast majority of FS airports this is the lower of the two designators.

Even an airport like PAKT which has a true heading of 207.050 in FS2004 - mag 181.1 - is listed as Rwy 18 as the primary end and Rwy 36 as the secondary end.

This is the key:

<Runway number="18" designator="NONE"
lat="N62 19.23075"
lon="W150 5.62116"
alt="109.12M"
length="1063.75M"
width="22.86M"
heading="207.05"

That is the primary. Notice there is no property or place in FS except for an approach code or start spot for Rwy 36. It is defined as the secondary of Rwy 18. Rwy 36 has no properties.

You can reverse the headings and designators making Rwy 36 the primary - however, you can also play havoc with navaids especially loalizers if you are not very careful.

The runway property would need to have a heading of 27.05 to make Rwy 36 the primary.
 
Last edited:
Working on ADE has caused me to realize that I don't understand how the Primary and Secondary runway ends are defined. Does it relate to the heading given for the runway? Or is the lower number end always the primary (I don't think so). Is it therefore possible to have any number and therfore heading as the primary end?

Dunno why I have never sorted this out in my mind before but it has been triggered by trying to get the offset threshold and overruns placed at the correct end of the runway.

The lower number is always the primary EXCEPT when there is no start at the low number end AND there is a start at the high number end.

Reggie's post is the downstream result of this.

There are 18 instances of this in FSX:

ICAO,NUMS
3AK,07/25
3MO,18/36
8U4,14/32
EDDF,18/36
EDGT,11/29
EDRS,04/22
I97D,1/19
I98D,9/27
KCHQ,18/36
LFLJ,05/23
LSZY,07/25
LYVR,16/34
MYZ3,07/25
S90,14/32
SUME,16/34
SVMP,08/26
U60,01/19
UNBB,06L/24R

-Doug
 
Jon

What Doug's list is also saying are those runways are oneway. When the Start Location is deleted from a runway such as the Primary end in FS the runway property record must also say

primaryTakeoff="FALSE"
primaryLanding="FALSE"

I was going to bring this up in a future post when ADE is further along. If some one trys and change a Takeoff or Landing from TRUE to FALSE then a total of 3 records must be changed or some kind of warning issued.

The FALSE may not be honored if that end of the runway also has a ILS or non-precision record in the approach data. It can get confusing.
 
Last edited:
Jon

What Doug's list is also saying are those runways are oneway. When the Start Location is deleted from a runway such as the Primary end in FS the runway property record must also say

primaryTakeoff="FALSE"
primaryLanding="FALSE"

I was going to bring this up in a future post when ADE is further along. If some one trys and change a Takeoff or Landing from TRUE to FALSE then a total of 3 records must be changed or some kind of warning issued.

The FALSE may not be honored if that end of the runway also has a ILS or non-precision record in the approach data. It can get confusing.

Affirmative. The runway data we get from Jeppesen is the individual (i.e. 18 - one way) runway. We have to pair them up (i.e. 18/36). In these cases we only get one end.

-Doug
 
Back
Top