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

simconnect

  1. Paddy211185

    MSFS How to set COM_STBY_RADIO_SET (TCalc_004)

    Hello I have downloaded the simconnect TCalc_004 example and am trying in vain to change the standby frequency. Can anyone help me? Thats my code: my_simconnect.MapClientEventToSimEvent((Enum)Form1.EVENTS.KEY_COM1SBset, "COM_STBY_RADIO_SET")...
  2. K

    How to debug a DLL in P3D V4?

    Hi all I got some code a few months back to interface my self-made hardware with p3d. It is written in c++ and creates a DLL. I have added a few more buttons and switches and they all work except for one. The person which created this is no longer reachable unfortunately. I do have some basic c...
  3. 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
  4. K

    [Help] Simconnect development in VB6

    HI everybody. I've done an appli in VB6 which works perfectly using "SimConnect_GetNextDispatch" and "SimConnect_RequestDataOnSimObjectType" in a polling mode, BUT when I launch the app before FS2020, I notice important delay between orders I sent (eg.Parking_Break) and the data in return (not...
  5. N

    MSFS MSFS A320neo MCDU

    I've been trying to find a way to remotely press the MCDU buttons, without success. Is there a way to remotely press the MCDU buttons using the MSFS SDK / SimConnect?
  6. W

    P3D v5 How to use SimConnect to create custom variables in Prepar3D v5?

    Hello, I am making a conceptual airplane model, which uses a lot of animation. I want to use custom variables to control them. Can it be achieved through SimConnect API?
  7. W

    P3D v5 I can't set value to PROP ROTATION ANGLE variable...

    Hello, I am adding a propeller rotation animation to a self-made helicopter model. I have linked the animation frame to the PROP ROTATION ANGLE variable. I want to control the propeller animation through the variable value of PROP ROTATION ANGLE. I use the SimConnect_SetDataOnSimObject function...
  8. RED COOL

    MSFS Custom variables

    Hello Is it possible to create custom variables accessible by simconnect app that would be used to control scenery objects ? Msfs docs don't really mention this topic Regards.
  9. I

    FSX FlightLoaded system event delivers previous flight

    Hi all, I have an issue with flight loading via SimConnect. I have regular SimConnect client build as DLL, handling the SimConnect session and gauges for the aircraft. It's built as singleton (if this is important), so all works just fine except "FlightLoaded" subscription. First at all this...
  10. Quazzy

    Delta Time with WASM

    I'm going crazy on trying to figure out how to calculate delta time using WASM, without the use of a local time headers. As you can see down below, FBW derives it from PRE_DRAW but I'm having a hard time converting to C++. Anyone have techniques that they can show to help me out? Thanks...
  11. GardenSnakes

    Setting nametags

    Is it possible to set name tags on an AI plane with simconnect? I am trying to find a function for this, but I can't find it.
  12. GardenSnakes

    Planes not following waypoint when on ground. Holding since ...

    Hey, I am trying to let my airplanes follow a waypoint when on the ground, however they wont move.. When debugging, I see that the plane is holding, but why...
  13. 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...
  14. C

    SETTING CONTROL SIM VARIABLES

    Hey! I am new to MSFS 2020 SimConnect development. I am using C++ to communicate with the SDK server. So far, I am able to read several variables (RPM, altitude, vertical speed, among others). The next step is trying to set the variables of the different controls: throttle, mixture, yoke...
  15. B

    MSFS Ground services missing event IDs

    Hello, I cannot find the event ID for the Ground power unit, Baggage and Catering cars. Can some one help me out which event id and event names these ground services uses? I am thankful for any help!
  16. B

    MSFS Pushback Tug connect and wait issue.

    Hello, The pushback tug is really a tricky one. I am trying to simulate a tug connect and wait scenario but unfortunately the tug starts with the pushback as soon as it is connected. I have also tried to set the tug speed to zero but that doesnt stops the tug from pushing! Can some one help me...
  17. C

    MSFS Event ID's for G1000 and autopilot

    Hello. I'm making a utility in VS2019 C# that shows a flat Garmin G1000 panel on a tablet, which interfaces to a SimConnect client on the computer running FS2020. Idea is to have a solution for the finicky controls trying to click and turn the knobs while flying which is a bit of a PITA. First...
  18. 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...
  19. Quazzy

    (fixed) c++ simconnect overriding sim provided simvars

    Attempting to set RECIP ENG MANIFOLD PRESSURE:1 , but it simply is not setting, even though the debug cout<< is running I can see that the SimConnect_SetDataOnSimObject function is working, so the problem has to be from another part of the code no? If someone can help me find the issue that...
  20. rpmc

    P3D v4 SimConnect_AICreateNonATCAircraft, ITrafficInfo:Filter and SLEEP state

    Hello, How does one create an AI simobject in the AWAKE state vs in the SLEEP state? I am working with some code that successfully creates a simobject using the SimConnect_AICreateNonATCAircraft function but it appears to create it in a SLEEP state. This simobject is a missile, not an aircraft...
Back
Top