• 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 how to set the Kollsman Setting (barometric pressure of altimeter) in a landing challenge?

Messages
12
Country
unitedkingdom
I'm trying to make a landing challenge in FS2020 but the barometric pressure is defaulted to 29.92, whereas the landing challenge area should have the pressure set to 29.76 (otherwise when the challenge starts at 1000ft, you're really not at 1000ft but lower)

I see in an example LandingChallenge.FLT there is an option of:

```
[Gauges.0]
KollsmanSetting=29.921342849731445313
```

Which I've tried putting in my landing challenge file (changing the setting accordingly) but it doesn't set the pressure of the altimeter (using a Cessna 152), if I press the set altimeter key (b) then it does nothing unless i twiddle the altimeter knob then press (b) and it resets back to 29.92

Does anyone know how you can set this barometric pressure so the altimeter is correct automatically in a landing challenge?
 
Not tackling your specific question but note that this may be a "display issue": I have found on multiple aircraft that many gauges and controls of the Virtual Cockpit update in an inconsistent way when sim events take place.
Just for example: on the 747 when you toggle the autothrottle using the keyboard shortcut, the Virtual Cockpit switch doesnt move but the EICAS display shows the A/T warning.
Back to your case, you may want find a variable you can query directly to confirm if the setting is at the intended value or not.
 
how do you query and set variables via the landing challenge FLT file? Or is there another way of doing what you suggested?
 
how do you query and set variables via the landing challenge FLT file? Or is there another way of doing what you suggested?
Do you mean to confirm this suspicion? If they are SimConnect variable, you may get lucky and try to query them via several utilities available including the SimConnect sample on the FS2020 SDK.
 
Back
Top