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

Altitude Checks

Messages
490
Country
brazil
FSX_Planner_Build22

Hi, Russel

Congratulations for the new Build 22. Your tool is become better each new build.

I only regret I saw no advice for that new Build (perhaps other people did not, too).

Thanks,

José
 
Last edited by a moderator:
Altitude error for TWR

Hi, Russell

HTML:
An error check has been added to check for altitudes that do not corrispond with the airport altitude.

The new FSXP's function to criticize altitude errors pointed out an error for Tower altitude, but it seems to be not related to airport altitude, as we can see from default FSX code, below:

Code:
   country="Brazil"
   city="Caxias Do Sul"
   name="Campo Dos Bugres"
   lat="-29.1955554485321"
   lon="-51.1897221207619"
   alt="753.465M"
   magvar="14"
   trafficScalar="0.7"
   airportTestRadius="5000.0M"
   ident="SBCX"
   >
   <Tower
      lat="-29.1943984106183"
      lon="-51.1885987222195"
      alt="16.459M">
   </Tower>

Could you take a look at that?

Regards,

José
 
Hi, Russell

HTML:
An error check has been added to check for altitudes that do not corrispond with the airport altitude.

The new FSXP's function to criticize altitude errors pointed out an error for Tower altitude, but it seems to be not related to airport altitude, as we can see from default FSX code, below:

Code:
   country="Brazil"
   city="Caxias Do Sul"
   name="Campo Dos Bugres"
   lat="-29.1955554485321"
   lon="-51.1897221207619"
   alt="753.465M"
   magvar="14"
   trafficScalar="0.7"
   airportTestRadius="5000.0M"
   ident="SBCX"
   >
   <Tower
      lat="-29.1943984106183"
      lon="-51.1885987222195"
      alt="16.459M">
   </Tower>

Could you take a look at that?

Regards,

José

The tower altitude error check lets the tower be within a certain height of the airport altitude. Off hand I can't remember what this allowance is.

But with your post above, do you mean that you did or did not get a warning for the airport tower?

-Russell
 
Hi, Russell

First, I said in my post that there was no notice about the new realease, so some people could not advised of that.


Second, I received the error's message for the Tower's altitude, as it was an error. I think the altitude is correct.

The altitude could be "AGL = above ground level"

Regards,

José
 
Tower Altitude is AGL

Airport header altitude is not AGL but AMSL

Many airports by default in FSX have a zero AGL Tower setting which places the view at airport ground level regardless of the Airport header altitude.

I normally set my Tower Altitude value to 45M as a starting point which gets me 150 ft above the airport ground level. If that view clears the Tower antennas then I leave or tweak up/down as needed. Most small Towers in FSX do not have clear glass like the large airports so the view must be higher then the top of the Tower.
 
Thanks, Jim

Hi, Jim

Thanks for helping.

As I supposed, airport code for Tower altitude is really AGL.

I suggest Russell to remove that item from the errors list.

Regards,

José
 
Tower Altitude is AGL

Airport header altitude is not AGL but AMSL

Many airports by default in FSX have a zero AGL Tower setting which places the view at airport ground level regardless of the Airport header altitude.

I normally set my Tower Altitude value to 45M as a starting point which gets me 150 ft above the airport ground level. If that view clears the Tower antennas then I leave or tweak up/down as needed. Most small Towers in FSX do not have clear glass like the large airports so the view must be higher then the top of the Tower.

Thanks Jim, I stand corrected!

I will check the error checking on the tower to make sure it is taking this into account.

-Russell
 
Back
Top