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

  1. E

    Using simconnect with third party airplane

    @FoxtrotScenery - thanks for the response. Yes I'm somewhat familiar with that file. They use a different simconnect api. I wanted to use `SimConnect_TransmitClientEvent_EX1` because it seems more generic - with those KVARS. @MaxPaperno - I have both the calls successively in a keyboard event...
  2. E

    Using simconnect with third party airplane

    Miscommunication - I meant with `SimConnect_AddToDataDefinition` I can get a callback when someone toggles the lights using LOGO_LIGHTS. I'd like to send an event to set the lights using LOGO_LIGHTS_SET and I'll try your suggestion. How does one decipher SIMCONNECT_RECV_EXCEPTION callbacks - I...
  3. E

    Using simconnect with third party airplane

    Yes - something like `SimConnect_AddToDataDefinition(hSimConnect, DEFINITION_LIGHT, "LOGO_LIGHTS", "bool", SIMCONNECT_DATATYPE_INT32);` and then `SimConnect_SetDataOnSimObject(hSimConnect, DEFINITION_LIGHT, SIMCONNECT_OBJECT_ID_USER, 0);` I'm setting an MSFS var -without...
  4. E

    Using simconnect with third party airplane

    Thanks. I was able to set/trigger an event using SimConnect_SetDataOnSimObject() - is that correct? But how do I trigger an event and also pass a parameter value also - e.g. below LOGO_LIGHTS_SET [0]: state, either on (1) or off (0) [1]: light index Set logo lights...
  5. E

    Using simconnect with third party airplane

    I'm trying to do a project with PMDG 737 is FS2020. How does one get a list of all the LVARS and KVARS supported by the airplane. Read somewhere you have to go thru the airplane xml files - but wasn't clear. Also, can I read set them using simconnect? The Simconnect api docs for...
Back
Top