Jump to content
The simFlight Network Forums

quintinm

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by quintinm

  1. Here included my .log When I scroll the VS nothing updated I have added this to .ini : 3=Lua FBW-Vs I have added this to myoffsets.txt : 0x2744, 2, AUTOPILOT VERTICAL HOLD VAR, F64, Feet per minute I have created this file FBW-Vs.lua function FBWVsUpdate(offset, value) ipc.log("Vertical speed updated: " .. value) ipc.execCalcCode(value .. " (>K:A32NX.FCU_VS_SET)") end event.offset(0x2744, "UW","FBWVsUpdate") FSUIPC7.log
  2. Hello, it's seems working ! thank you ! do you know what simvar is for the autopilot vertical speed ? because I didn't see which could be thanks Michel
  3. Mr. Dowson, can I use another offset rather than A000 ? do you have a range of offset for that ? thank you Michel
  4. Yes you are right, I changed for U32 and it's working Now I will change my VB and keep you in touch soon thank you again Michel
  5. I didn't start Linda Yet ! Does it starts automatically wight FSUIPC ? and how doing this ?
  6. Here included my log file since the beginning when I start MSFS until I close the simulator We can see the Heading changed with Lua. My issue is the offset A000 still 0.00000 when I put in Log->offsets ... (I can see on top of my screen and it's written Monitor IPC:A000 (FLT64) = 0.000000 thank you Michel FSUIPC7.log
  7. Hi Mr. Dowson, here included my log file. And yes we can see the adding simvar thank you Michel FSUIPC7.log
  8. You are right (again) .. thank you ! Michel
  9. this is my file ... I dont use DontLogThese because it was working 2-3 days ago .. I had no event in my log thanks Michel FSUIPC7.1.log
  10. Mr. Dowson, Since I made the changes for my HDG (see the other topic you answered me) the log continues to log some events (see file here included). My Log->Custom value is clear Do you have any idea ? FSUIPC7.3.log
  11. Hi Mr. Dowson, I did everything and before changing my VB, I noticed that the A000 offset didn't change. I tough I was the same value than the heading ? but still valued 0.000 see picture here included thank you
  12. I presume I have to put this in my fsuipc7.ini ? and where I put your .lua file ? thanks!
  13. Long story short : I have a Flightdecksolution FCU. With FSX I used the Wilco Offsets by writing and reading each of them (thru VB) and my display's FCU showed the right numbers. Now with MSFS2020 I use FBW A320 and, of course, those offsets dont work anymore ;( I got the AP altitude thru 0818. When I turn my knob (from my FCU) the number increases or dec in the FBW cockpit. So it's working. Now I have tried to do the same thing but for the AP HDG but it's doesn't work. thank you in advance Michel
  14. Mr Dowson, I copied the .evt file to the fsuipc installation folder. According to you it's better to use the calculator code but I dont know how. Can you help me (again) ? thank you Michel
  15. great it's working thanks !
  16. Hello, I added this line to my fsuipc7.ini and the system continues to log those control DontLogThese=66387,66981,66978,66388,66818 1500735 *** Event from SimC EV: Cntrl= 66387 (0x00010353), Param= 13114 (0x0000333a) AXIS_LEFT_BRAKE_SET (CalibOnly=0) 1500735 *** Intercepted AXIS (from dispatch): Cntrl= 66387 (0x00010353), Param= 13114 (0x0000333a) AXIS_LEFT_BRAKE_SET 1500735 *** Event from SimC EV: Cntrl= 66388 (0x00010354), Param= 13114 (0x0000333a) AXIS_RIGHT_BRAKE_SET (CalibOnly=0) 1500735 *** Intercepted AXIS (from dispatch): Cntrl= 66388 (0x00010354), Param= 13114 (0x0000333a) AXIS_RIGHT_BRAKE_SET Did I do something wrong ? thank you Michel
  17. I'm using Fsuipc 7.3.21 and 0x07CE value is 0 ... even spad.next doesn't recognize it. However he finds every of your offsets thank you mr. Dowson I'm gonna wait after you a+ Michel
  18. Hi Mr Dowson, thank you for your quick answer ! I'm using A32NX A320-251N vers 0.10.1 (stable) You're right 07C8 (lock) is value 1 and I can't write 0 to unlock it but LAVR:A32NX_AUTOPILOT_LOC_MODE is 0 (so unlock) 07CE I didn't find it I know that they use LVAR:A32NX_AUTOPILOT_HEADING_SELECTED and this variable moves (incr/dec) with the mouse into the cockpit. The issue is that I dont understand and "connect" 07C8 with this Lvar (or vice versa) Afterall (at the end of the day) I need : LVAR:A32NX_AUTOPILOT_HEADING_SELECTED changes when 07C8 changes, BUT currently 07C8 changes when LVAR:A32NX_AUTOPILOT_HEADING_SELECTED changes do you have any idea ?
  19. Hi, I'm wondering why when I write to the offset 07CC the A32NX (fly-by-wire) doesn't change in the cockpit ? With my mouse, when I scroll the HDG (autopilot) 07CC changes but not the contrary ? It's seems be one way only. Maybe it exists another offset that makes the bridge between. thank you Michel
  20. Hi Pete, i just buy wilco airbus vol 1 and your fsuipc (last version). I know that you have more offsets for the airbus from wilco (i have this list) But my problem is when i want use one of this offset (like Altitude value 5648) i enter in your module (section logging) and ask to view this offset in my screen ... every offset that i use (for wilco only) everytime the same respond (ex: 5648 = 0) like fsuipc can't read the offset. and i chosse every kind of data (U8, S8, FLT32, etc ...) Do you have any idea ? thank you Michel Quebec, Canada
×
×
  • 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.