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

Screen design units

Scott it uses meter offsets. These are calculated from the ARP using latitude and longitude values. I hope that makes sense
 
Last edited:
Hi Folks

Scott it uses meter offsets.
These are calculated from the ARP using latitude and longitude values.

Jon -
Could you please expand on the above -
The ARP is stored as a lat lon value pair.

Are the other components stored as -
a) Lat Lon value pairs
b) Meter offsets from the ARP.

I'm hoping for option b) :)

Reason -
We've potentially got 5000 AFD's to place,
and would prefer to do it programatically.

Currently we intend generating these using Excel,
but would be interested in any alternative approach.

Many thanks
ATB
Paul
 
Could you please expand on the above -
The ARP is stored as a lat lon value pair.

Are the other components stored as -
a) Lat Lon value pairs
b) Meter offsets from the ARP.

I'm hoping for option b)

Well as it happens they are interchangeable. ADE itself uses both. So to place an object in the display it will calculate the meter X,Y, offsets from the ARP. However, as you can probably figure out if you drag something you are actually changing those offsets so the reverse calculation is done since we have to tell the compiler the coordinates. Each object therefore holds it's coordinates as decimal lat/lon and it's x,y offsets in meters (+ve or -ve) from the ARP.

The formulae used are quite simple and seem pretty accurate over the sort of distances involved for a typical airport. There are also nav formuale to calculate the distance and bearing from one point to another.
 
Last edited:
Jon thanks for the reply. I should have just opened NZWD and the answer would be obvious LOL!

scott s.
.
 
Jon thanks for the reply. I should have just opened NZWD and the answer would be obvious LOL!

scott s.
.


No worries - please ask :) sometimes answering questions is the only way to be sure that I understand how things actually work :D
 
Hi Folks

Cheers Jon.
Mat I get back to you at a later date
and pick your brains on this ?

Many thanks
ATB
Paul
 
Are the other components stored as -
a) Lat Lon value pairs
b) Meter offsets from the ARP.

I'm hoping for option b) :)

Reason -
We've potentially got 5000 AFD's to place,
and would prefer to do it programatically.
Why should it matter what ADE does if you are going to create the AFD "programmatically"? All positions can be specified as lat/long, many as bias values.

George
 
Hi Folks

George -
Just exploring every avenue. :D

It'd be a case of generating template AFCADs for each of the model types,
(preferably with relative coords),
then porting these into Excel for the xml generation.

EDIT
Cheers Jon.
Have some other matters to address meantime.

HTH
ATB
Paul
 
Back
Top