Jump to content
The simFlight Network Forums

kingm56

Members
  • Posts

    125
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by kingm56

  1. Thanks, Paul; I assume it has something to do with the increase in LVARS. If there's anything I can help you with, please let me know. -Matt
  2. MSFSVariableSercvices v1.2 does not work with FSUIPC_WAPID.dll and FSUIPC v7.3.5. Program crashes when connecting to MSFS. My program does the same so there appears to be some larger issue I hope John can fix. I reverted back to previous FSUIPC and WAPID and all is good.
  3. Paul, I just tried SPAD and it works flawlessly. Really at a loss why it doesn't work via your .dll.
  4. I have SPAD installed; let me try to manipulate a control and get back with you
  5. Absolutely, all other normal events work; it's simply the events associated with PMDG controls that don't work. It's odd the events work with SPAD and not FSUIPC.
  6. Paul, FSUIPCConnection.SendControlToFS(PMDG_737_NGX_Control.EVT_OH_ELEC_BATTERY_SWITCH, 536870912); //Single left mouse click Maybe it's the mouse flags that's changed? SendControlToFS method sets offsets 3114 and 3110;
  7. Paul, Any reason we can’t send events via your .dll, similar to the video posted. I tried sending multiple events hoping they would work but they appear to have no impact. Manipulating the LVARS only seems to impact the animations without regard to the actual systems. For example, you can ‘flip’ the battery switch but not happens.
  8. Hey Amine, I ended up writing my own class to capture joystick events; I'm not sure why those offsets no longer work. John and Paul could possibly offer an explanation, as well as fix them going forward.
  9. Good evening and happy Easter, John! When reviewing my logs, I notice the following error: Different WASM version: The WASM version is 0.5.8 while the WAPI version is 0.5.6. This may cause issues However, the download page still list FSUIPC WASM Module 0.5.6 as the current version. Is there another section to download 0.5.8? THANK YOU -Matt
  10. kingm56

    hvar

    John, Worked like a charm; thank you! Any chance of including the Airbus A330-900neo.hvar file in your next build? If not, it's not a big deal to simply copy the A320.hvar and rename. Again, thank you for taking the time to help. Matt
  11. kingm56

    hvar

    Good evening, Mr. Dowson. I have a question pertaining to Hvars; specifically, what value does FSUIPC7 use to load Hvars? I thought it could be offset 0x3500, but that doesn't appear to be correct. In short, the headwind A330 shares the exact Hvarsas the FBW A320; I was hoping there was a configuration within FSUIPC to have FSUIPC load the a320 hvars when the Headwind A330 is loaded. Thank you for the great customer service and always being there to answer my questions. Truly appreciate you and your dad. Matt
  12. kingm56

    WASM

    FSUIPCLog.txt Thank you, sir! Log attached
  13. kingm56

    WASM

    Hey John! Is it possible to manually install WASM? I'm trying to install (clicking WASM) but it's not installing. Any ideas on why it might not be installing? Thank you! Matt
  14. Mr Dowson, That worked perfectly...thank you!
  15. Sir, Is there a control or offset to manipulate the window heat (787 and 747)? The option is available via MSFS control options; so, I'm hoping there's a control I'm missing.
  16. Hey Paul 1. Joystick is registering as 0 2. Button is 1 3. Offsets are 0 and 56 Don't worry, my friend. I went a head and wrote my own class using SharpDX dll. Thank you as always though! -Matt
  17. Hey Paul, I assumed it doesn't work because I tested with your FSUIPCExampleCode_CS 1.2.0 with .dll 3.2.17. Clicking on Listen for Joystick Button Presses, and clicking on Button 1, does not impact the counter at all.... there's no exception thrown. The Respond to Key Presses' class/methods work perfectly; so, it could have something to do with the device ID; I know windows changed this methodology in Win10. I tried to change the Joystick ID from 0 to 5...no joy. -Matt
  18. Paul, Checked with John, he states the offset x2910 is active and functioning properly. Any plans to update your dll to take advantage of said offset? -- Hot Button test at offset 0x2910 -- First, write to offset to signal the button I am interested in -- I will use my joystick #1 button #6 for both off to on and in to off ipc.writeUD(0x2910, 0x000681) -- where 0x81 (129) is joystick 1, 06 is button 6 and 00 is for off-to-on -- function to register change function hotButtonActivated(offset, value) if value ~= 0 then ipc.log("Hot button changed: " .. value) -- clear flag ipc.writeUB(offset, 0); end end -- event on trigger event.offset(0x2913, "UB", "hotButtonActivated")
  19. Thanks for checking, John. I'm accessing via Paul's dll; so, it's probably on that end.
  20. Good evening, Mr Dowson I am having issues with FSUIPC and WASM; specifically, I have installed FSUIPC with the WASM module (attachment 1), which connects successfully to MSFS. However, when I attempt to go to FSUIPC > Addons > List LVARS/HVARs, it's greyed-out. Typically when this happens, it's because FSUIPC cannot access the module folder; however, my module folder is placed in the correct location (attachment 1 and 2). Can you offer any suggestions I'm missing?
  21. Hey John! It doesn't appear to be working. I confirmed with Paul over at his .dll forum; if you could add to your long list of offsets to work Id be grateful. Matt
  22. John, Any plans to include joystick inputs via Offset x2910? The current documentation states untested; hoping you have plans to test and implement. Thank you, sir! Matt
  23. Evening Paul! First, I hope you're doing well. Concerning the title, do you know if this method works for MSFS? It seem to work for P3D, but does not register a button input in MSFS. Appreciate all your support, sir.
  24. kingm56

    LVARs

    John, I wanted to provide you with a little more clarity on I was referring to. 1. MSFS launched with my last aircraft, the Aerosoft CRJ 2. I switched aircraft to the FBW A320 before starting my flight 3. In the attached text file, you'll note both the FBW and CRJ LVARs are still listed. This is causing some anomalies for the LVARs that share nomenclatures. Also, is there a max number of LVARs that FSUIPC will load? I suspect there is as you'll note not all the FBW A320 LVARS were loaded. MattLvars.txtLvars.txt
×
×
  • 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.