Jump to content
The simFlight Network Forums

CXA001

Members
  • Posts

    245
  • Joined

  • Last visited

Everything posted by CXA001

  1. This was a big help for me as well. Thanks John! Marc
  2. I figured as much, but I wanted to put it out there. Note that it is being released November 19th. Thanks for the quick response John. Marc
  3. I know it is still some time before its release, but is there any FSUIPC road map with Microsoft Flight Simulator 2024 Compatibility? Regards, Marc
  4. They do not. As this is the only aircraft that has this issue, I am not going to worry about it as I have invested enough time on this already. Thanks anyways John. 🙂 Marc
  5. It seems that we are not the only ones with this issue. It seems that Little Nav Map does the same thing. FBW response: This is not something we can fix as we can't write to the simulator's fuel variables, and we use a custom engine and fuel system model. https://github.com/flybywiresim/aircraft/issues/5876#issuecomment-924586956
  6. I am not sure when this changed, but it seems that FSUIPC no longer returns any data (value of 0) for offsets 0x0918 Engine 1 Fuel Flow PPH & 0x09B0 Engine 2 Fuel Flow PPH with the FBW A320 Neo. All other MSFS 2020 payware & freeware aircraft return data without any issues. Does anyone know of a work around for this? Thanks in advance, Marc
  7. I am not sure when this changed, but it seems that FSUIPC no longer returns any data (value of 0) for offsets 0x0918 Engine 1 Fuel Flow PPH & 0x09B0 Engine 2 Fuel Flow PPH with the FBW A320 Neo. All other MSFS 2020 payware & freeware aircraft return data without any issues. Does anyone know of a work around for this? Thanks in advance, Marc
  8. Excellent news!
  9. Thanks for the reply John. Looks like I have some reading to do. 🙂 Marc
  10. In regards to fuel flow offsets (lbs per hour), there are currently offsets for Engines 1 to 4. Is it possible to offsets for Engines 5 & 6? Thanks in advance, Marc
  11. Will do. Thanks for the response. Marc
  12. In regards to fuel flow offsets (lbs per hour), there are currently offsets for Engines 1 to 4. Are there any plans to add for Engines 5 & 6? Thanks in advance, Marc
  13. Hi John, After generating more logs, I was able to determine that the LUA script was in fact running which was affecting the offset for all other MSFS 2020 aircraft.. I modified the FSUIPC.ini and put the LUA entries in separate profiles for each FBW livery and this seems to have resolved the issue. Thanks for your guidance. Marc
  14. I posted in the programmers form as a habit. It is rare, that I cannot resolve FSUIPC issues myself. Sorry about that! This happens with all MSFS 2020 aircraft except the FBW A320 which works fine with the LVAR script. Regards, Marc
  15. *** Moved from 'FSUIPC Client dll for .NET' sub-forum to FSUIPC7/MSFS sub-forum *** Hello, One of our pilots & I are having an issue w/ FSUIPC7 & MSFS 2020 where none of our software detects the parking brake which uses Offset 0x0BC8. I started a flight with parking brake on and activated logging for the offset. Regardless if I activate or release the parking brake the log shows the following: 104687 Monitor IPC:0BC8 (S8) = 0 I also have some other FSUIPC logging tools that I use and regardless if I release or activate the parking brake I am no longer getting a value of 32767 when the parking brake is on. ***COLLECTING RAW FSUIPC DATA *** FSUIPC version 0x3306: 7.303 WideFS Client client detected: True Parking brake 0x0BC8: 0 I have uninstalled FSUIPC and reinstalled it but we still have the same issue. Any insight as to what may be going on? Marc
  16. I see where you are going with this. Looks like I have some code to update. Thanks for your help Paul. Marc
  17. The reason I use 0X3124 is because I need to know the specific version of a flight simulator platform. For example. 0X3308: Value 12 is P3D 64 Bit 0X3124: 40 to 49 = Lockheed Martin Prepar3D v4 0X3124: 50 to 59 = Lockheed Martin Prepar3D v5 How can I get a specific version of a flight simulator platform using 0X3308? Regards,
  18. I have come across a strange issue with FSX Steam & OffSet 0X3124 with FSUIPC v4.977. The expected returned value should be between 101 to 109 for FSX-SE, however I have one user that is getting a value of 112 which I think is the value range for Microsoft Flight Simulator 2020 (110 and up?). Unfortuantely I do not own FSX-SE, so I am unable to test it on my end., so any assistance regarding this would be appreciated. Regards, Marc
  19. I am not sure why it was not working either, but it is working now and we have some happy pilots that can log flights with the FBW A320. Regards, Marc
  20. Will do John. Again, thanks for your help! Marc
  21. I still could not get it to work with the development version. Switch back to the stable version and still a no go. I completely removed FSUIPC and did a fresh install, enabled WASM like I did before and success. Not exactly sure why it did not work the first time. A clean install of FSUIPC seems to have done the trick. Thanks for the help! Marc
  22. Hi John, By default, I was referring to the latest stable version with no other add-ons or mods. I will install the developer version and run the tests on both. Regards, Marc
  23. Hi John, LUA is installed and I enabled a separate log for it. I loaded up the default FBW A320 Neo and released and enabled the parking brake but the spoofed value is always 0 for offset 0x0BC8. Log is attached. Marc A320ParkBrake.log
  24. Hi John, As always, thanks for the quick reply. We will do some more testing and will advise. I will also have to check to see if those that were doing some testing with me are using registered licenses of FSUIPC. I do have registered versions of WideFS and FSUIPC, so I should be able to look into this further. Regards, Marc
  25. I have been through this thread as we have pilots who would like to be able to log flights with the FBW A320 but are encountering the same issues regarding the parking brake as other Acars systems. I like the idea of having a lua file that those that wish to fly this aircraft can install in order to log flights with this aircraft without having to modify the code of our Acars system as this issue only seems to be with this particular aircraft and only 10% of our pilots actually fly with MSFS 2020. I have tried several of the lua files in this thread and it doesn't seem to work and my knowledge of lua is non existent. Our acars software uses the following offset: Offset<short> FSUIPCParkingBrake = new Offset<short>("FSUIPCParkingBrake", 0x0BC8); The logic to start the flight logs is as follows: if (Convert.ToString(FSUIPCParkingBrake.Value) == "0") ...display warning else ... start flight log How would I (if possible) format the lua script to take the value of A32NX_PARK_BRAKE_LEVER_POS and write it to offset 0x0BC8 or do I absolutely have to change my code in our Acars system? Thanks in advance, Marc
×
×
  • 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.