Jump to content
The simFlight Network Forums

roa

Members
  • Posts

    35
  • Joined

  • Last visited

Posts posted by roa

  1. image.thumb.png.42616e82eb4e954cbcfc97479e3981a0.png

     

    AS seen in the image above, I try to read the ELECTRICL info via FSUIPC's Offsets function, but I do not get the correct values as I get by reading directly via SimConnect( I am using the Simvar Watcheer client).

     

    What am I doing wrong here?

     

    I am also only getting the last offset to display in MSFS top bar.

  2. Thanks for the answers, something new to learn every day:)

    Quote

    I've checked VNV and FLC and these don't log any events, so I'm afraid that they are currently not assignable.

    I checked again in MSFS and found that a "Toggle Autopilot Flight Level Change"  binding to a keypress or a button works.

    Did't find anything for the VNAV.

    But, as there is a FLC control that can be accessed via keypress or button binding in MSFS, should that be possible in FSUIPC as well?

     

  3. 1 hour ago, John Dowson said:

    It has been reported to Asobo that many events for the G1000 are missing, and many of those currently documented (as 'Responded') don't actually work (also for the GNS430/GNS530). Asobo are aware of the issue and have said that this is work in progress.

    John

    Thanks for letting us know. It is hard to know what is known issues and what is not when you are not in the MSFS developer beta team.

  4. I don't believe that any of the Simconnect  G1000 Events that can  seen via  FSUIPC's binding function are working. In addition the GA in MSFS use the newer version G1000 and some of these buttons, like VS, is only in live in the A1000 JAVASCRIPTS. 

  5. I have asked myself the same question. 

    VS button plus many other buttons are only implemented in the Javascript code for the A1000 and not Simconnect. 

     

    In order to send a command to trigger the VS button function in the Javascript you need another interface than Simconnect. 

  6. 28 minutes ago, wmcmahon said:

    Hey guys, I'm working on creating my own autopilot hardware using an Arduino and Mobiflight.

    I've got most of the buttons mapped, however it seems Vertical Speed toggle isn't working.

    When I open the FSUIPC console and push the VS button on the G1000 I see no log messages, where-as if I do it with other buttons I see the eventID.

    Any help?  Am I missing something? 

    I believe you don't see it, because it is a LVar that is not implemented in Simconnect. 

  7. Hi, I just wondered if someone could give a hint if it is possible to read and write to the MSFS's airplanes LVars that are using the G1000 or specific airplane type avionics ( B747, B787 A320)?

    None of the G1000 and other specific avionics (B747,B787) knobs and buttons , but the "standard" HDG, ALT etc. are read or write able via SimConnect.

  8. But, the Microsoft.Flightsimulator.Simconnec.dll in the SDK's \lib\managed\ folder. I use this in my managed code and it is working, but I still need the SimConnect.dll in my app folder.

     

    I thought this was the static library that could be embedded in the app code, but probably misunderstood. I see now that you meant the SimConnect.lib.

    Bear with my questions, as I am just a hobby programmer.

     

    I find it odd that if all apps that use managed code should need to have the SImConnect.dll included in the app folder to work.

     

    There must be a common folder that can be used or a way to embed the dll.

  9. John, could you give me a hint on how to compile the static library into a C# program to avoid that the user must have the Simconnect.dll in the app folder.. I though I new how to do it, but was wrong. I have added Microsoft.FlightSimulator.Simconnect.dll to my Reference and have a "using Microsoft.FlightSimulator.SimConnect;

    in my managed code c#

     

  10. 8 minutes ago, zfehr said:

    I am curious if developer mode needs to be turned on for FSUIPC 7 to work and if that may be part of the frame rate  degredation?

    It has nothing to do with that. The problem is in the rendering code in FS2020. The code in FS2020 detects the Simconnect Client Events sent to it, but, go to sleep for a period before executing the Event. It is the same for all Simconnect clients at the moment.

     

    Very frustrating bug and not that very professional handling by MS/ASOBO in the process between beta and release if you ask me.

  11. 10 hours ago, Pete Dowson said:

     

    But I must ask. If you can detect them in FSUIPC why not just assign them there? There's a much wider choice in FSUIPC, and you can have different assignments for different aircraft types, using Profiles.

    Pete

     

    Thanks for your fast replay:)

    Changed to DirectInput method in P3D, and now both axes and buttons are detected.

    Do you know if there is less performance using the DirectInput than the RawInput method? 

    The reason for not using FSUIPC is that I have my own built app that uses Simconnect. This app is a special joystick button and keyboard shortcut binding app for PMDG Events. I know I can use FSUIPC also for PMDG Events, but my app is easier and better for PMDG airplanes. 

  12. Hi,

     

    I have some Opencockpits USB Axes Cards connected to my PC. They are advertised as standard Joystick compatible.

    Both Axes and Buttons are all detected by Windows and FSUIPC. So with FSUIPC, everything is OK.

    But, in Prepar3D's Control setup, only the cards axes are detected, no buttons are detected when I try to bind a button to an event?

    I know I should ask Opencockpits about this, but no answer yet.

    Is there a known fact that some joysticks will only be detected by FSUIPC and not in P3D, or is there something I miss in my P3D configuration?

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use. Guidelines Privacy Policy We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.