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

Recent content by Andi1982

  1. A

    How to Read out Gear Position

    Now it works fine... I think i underestimated the parameter "units name".
  2. A

    How to Read out Gear Position

    Now i have another Problem. I try to read out the "ENG N1 RPM:1". in the sdk it is described like that: Now I have a N1 of 24% when i take a look on the displays in the Cockpit. So I think I should get a value of 3944 or something like that (24 % of 16384). But i get a value of...
  3. A

    How to Read out Gear Position

    Hey, thank you very much. I tried to use a double instead an integer. Now i get the value 0 and 1 back. 0 means gear is up and 1 means gear is down. I don't know why the variables-documentation in the sdk says that there are three values: The change from "enum" to "number" had no effect...
  4. A

    How to Read out Gear Position

    No ideas? Always get an result of 0
  5. A

    How to Read out Gear Position

    Hello everybody, i try to read out the Gear Position via SimConnect. I use VB.NET and tried the example on the MSDN page Here This works very fine, but know i tried to Add the gear-position. In the Variable-description it is declared as enum (0, 1, 2 as value). So i added following...
Back
Top