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

csharp

  1. F

    MSFS Issues retrieving CDU text from PMDG 737-NG3 using SimConnect

    Hey everyone! A couple of years ago I've assembled an Arduino with a TFT display that shows the CDU text from PMDG's 737-NGX for P3D. I recently bought the NG3 for MSFS and was porting my code to the MSFS SimConnect, but I'm having some issues retrieving the CDU display data. I can send the...
  2. Bert Laverman

    January 2022 update for CsSimConnect

    Been silent for a while, but here is the update on what was happening: https://cssimconnect.wordpress.com/2022/01/30/january-2022-update-events-and-data-flying-around/ Cheers, Bert
  3. N

    MSFS2020 -Aircrafts change from country when I set ""HEADING_BUG_SET"

    I tried for now two aircrafts (Cessna 172 Skyhawk G1000 and Carenado PA44 Seminole ) and the result is the same. My c# code taken from example at WWW: sim.AddToDataDefinition(DEFINITIONS.Struct2, "HEADING_BUG_SET", "degrees", SIMCONNECT_DATATYPE.FLOAT64, 0.0f...
  4. Bert Laverman

    New SimConnect API for C#

    [If the below feels like I am a "Grumpy old man" then please humor me. 57 years and developing since before the 8086 and 8088 came around should entitle me to that. I still have the TRS-80 version of Flight Simulator somewhere, if the floppy is still readable] I am a reasonably experienced...
  5. D

    Mapping Like Little nav map

    I am trying to create a program somewhere simlar to little nav map so far my sucess has been quite good. I am developing the application in winforms c# .net 4.7 1. I am using open street maps.org provider with GMAP.net 2. I have my plane positioned in the direction of the true heading...
  6. RED COOL

    C# Error after compile / Simconnect

    Hello i made a simple test app that request speed alt hdg and ptitch of the user with the simconnect "C#" P3D v4 i compile without error but once i lunch it i get this (image attached) in the pic i use the debug mode to let you see the LOG any ideas thnx in advance :)
  7. sniperfull

    P3D v4 Simconnect returning incorrect data in WPF c# application.

    when using same code from the managed data request sample from the SDK i do not receive the same results. simconnect.AddToDataDefinition(DEFINITIONS.Struct1, "Plane Altitude", "feet", SIMCONNECT_DATATYPE.FLOAT64, 0, SimConnect.SIMCONNECT_UNUSED); // IMPORTANT...
Back
Top