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

    FGCom-mumble radio sim via SimConnect (solved)

    Hello everybody, before asking my question, please let me introduce my topic a little. The upcoming release of the mumble 1.4.0 VOIP software will (most probably) include a new plugin-framework. I developed such a plugin featuring simulation of radio comms. In essence it allows everyone to...
  2. M

    MSFS CJ4 - N1% Throttle Position / Amount

    Currently, I am using the "GENERAL ENG THROTTLE LEVER POSITION:1" variable to get the amount of throttle being used in the CJ4 but the SimConnect values are different than what is displayed in the cockpit. The CJ4 is showing 77.1 in the cockpit (Working-Title-Mod) and the value I am getting...
  3. GIAMPA

    MSFS SimConnect and variable SIMULATION RATE

    Hello everyone, I wanted to ask some of you who program, if it is possible to show the simulation speed variable, SIMULATION RATE, through a number that appears on a form outside the simulator scene, a line of text on a small form that can be launched at will and that connects to the MSFS2020. I...
  4. Quazzy

    Setting engine parameters in simConnect

    After doing some research on how to set recip. manifold pressure, I came across someone saying that setting engine parameters couldn't be done because the sim will continuously try to set its own...
  5. H

    MSFS Find My Plane open API

    By way of introduction I'm quite new to this forum, but looking forward to getting involved. I am a contributor to the Python-SimConnect library and the developer of MSFS2020 Cockpit Companion. I posted earlier in the general forum about my new project called Find My Plane, but I thought I...
  6. F

    MSFS Need help with SimVars in MFS2020

    Hello. I've been developing software that needs to track the plane data from the sim, and I've been having some issues getting the correct values for the SimVars from the sim. My program is in C++ (though I mainly do C-styled coding because it's all I really know. I haven't been able to find...
  7. G

    P3D v4 Is it possible to read SimConnect Variables from First Officer?

    Hello, as the question in the title... I have read from an Thrid Party Add-On the QNH with the Variable "KOHLSMAN SETTING MB". This works for the Captains pfd. But how can I read the F/O QNH? I have tried it with "KOHLSMAN SETTING MB:1". And also with 2, 3 and 4... But nothing worked. Any...
  8. Quazzy

    Setting simVars C++

    Having troubles finding how to set simVars that are not in the EVENT_ID'S (http://www.prepar3d.com/SDKv3/LearningCenter/utilities/variables/event_ids.html). I am wanting to set the "RECIP ENG MANIFOLD PRESSURE:1" which is classified as settable in the simVars documentation...
  9. M

    XCockpit - beta release

    Hello everybody! I am working on a tool to display FS2020 cockpit instruments on a second screen or even second pc via network. I started this project a few years ago for XPlane but now i switched it to the new Microsoft FlightSim. The first beta release is available from the microsoft store...
  10. Quazzy

    Constantly update console using c++ (msfs2020 SimConnect)

    I'm trying to constantly update the console number related to altitude. At the moment its a static number, and does not update while the plane is gaining, or loosing altitude. There is a comment near the bottom of the text referring to the prinf() that im using to send it to console(not sure...
  11. Torealise

    MSFS Camera position

    Is it possible to set a camera (for example drone camera or even developer mode camera) to a specific place using coordinates? Or just to save (remember) existing camera position? My goal is to have ability to open MSFS2020 and look at some specific POI (for example, Empire State Building)...
  12. S

    MSFS FS2020 with arduino

    Hello: I´m developing a interface between Simconnect and Arduino. In the arduino there are the pilot panel with intruments flight controls like in G1000 GPS Anybody know if the G1000 events are working in Simconnet with FS2020? I´m trying to send this commands but i don´t have any response...
  13. N

    LF devs to help on project

    I've used a bunch of different systems over the years (FSEconomy, FSPassengers, VAFS, Just Flight, whatever Delta Virtual uses, and I'm sure some others I'm forgetting), and while they all have their niche none of them have everything to fully immerse yourself, push you to better yourself, and...
  14. H

    MSFS MSFS2020 Cockpit Companion - an http interface for SimConnect

    Find it annoying to click around in the cockpit trying to set the autopilot heading when you’re supposed to be flying the plane? Want to use your laptop or iPad to display secondary instruments so you can soak in all that photo realistic scenery? Struggling to fly over your house because...
  15. frazer380

    MSFS Simconnect on Aircraft Load

    Do developers use SimConnect to program their systems? If so, how do they get their programs to run when the aircraft gets loaded in sim?
  16. R

    Does managed simconnect support tagged data retrieval?

    I saw a really old post that said that beatle hadn't implemented it yet, but maybe things have changed. If it is supported, can anybody point me to a simple code example? I know how to do it in C++, but I'm not really good with C# / data marshalling. I basically need help with code like this...
  17. conver

    SimConnect from beginning

    Hello guys... I have idea to create some external app which will communicate with P3D using SimConnect and change variable values, however... I'm tired of trying to run samples which comes with P3D v4 sdk witch are not working. So many error messages when trying to build a project... So, please...
  18. sniperfull

    C# WPF SimConnect proper way of receiving simulator information.

    Hello, I've been looking at requesting data about the simulator like specific version of the simulator. I have been looking into the SDK Documentation but maybe i just haven't looked into this properly but i couldn't find a way to request this data. I looked into the Simulation Variables, to...
  19. P

    How to get information like number of passengers boarding?

    Hey guys, i would like to ask, how do we get the number of passengers boarding. I would like to get the number of passengers who board my plane like for example stated using GSX. I am planning to develop a small fspassenger type just for myself. Do i need to use FSUIPC or Simconnect?
  20. D

    FSXA How to Read AI Aircraft List of Waypoints?

    Hello again everyone, I want to read the list of waypoints that an AI aircraft is currently following. The "AI WAYPOINT LIST" seems to be what I want but I don't understand how to extract information from it using managed C#. I have a definition with a bunch of other variable that work, only...
Back
Top