Jump to content
The simFlight Network Forums

Mugg21B

Members
  • Posts

    6
  • Joined

  • Last visited

Posts posted by Mugg21B

  1. 21 hours ago, John Dowson said:

    I have fixed this issue in the attached beta release, v7.2.17a: FSUIPC7.exe

    Please download and use to replace your existing FSUIPC7.exe and test with this version.

    John

    So I wonder if being a new account if I was restricted in upload size, but anyway, it looks like I'm good to attach logs now. So I may have success, after installing the WASM module and activating it in the addons menu. Turning the right rotary now changes the ALT value and appears to do it based on speed of the turn (which is what I wanted all along!). The issue now is that it's backwards - turning to the right, INC, actually decreases the values, while turning left, DEC, increases them. But this is much better than where I was at before.

     

    Edit: may have spoken too soon, no luck change HDG or anything or than the ALT setting at the moment.

    Edit edit: Upon further review I can change hdg and IAS but only after i "activate" those knobs in game by using my mousewheel to get, for example, IAS to show up as my current speed. Then rotating the right rotary changes the values. Given the fact the INC/DEC are reversed, I wonder if swapping the values for the INC/DEC in the ini would solve this issue? I added the testflight log to show what was going on during a short flight.

    FSUIPC7.log FSUIPC7.luaoff.log FSUIPC7somewhatsuccess.log

    FSUIPC7testflight.log

  2. I can see 12 and 13 with the rotary button turning. I still can't get the file small enough to upload here. However, I found that even though I shared the link with you I didn't change the permissions to allow others to view the file. It's fixed now so you should be able to view it. https://drive.google.com/file/d/1Pyw5rQ2DCfLQgxFzfhF5qEAsJrv3ulOp/view?usp=sharing If that doesn't work, I also zipped it and you can get it here - https://drive.google.com/file/d/1WF1DnD1gp6XcWnO5x-s8_EzXi5lxRI2i/view?usp=sharing

  3. 22 hours ago, John Dowson said:

    You still have some assignments to the virtual buttons used by the Bravo lua script:

    You should delete this and re-assign to the actual button numbers if you want to use them.

    Did you have an aircraft loaded and ready-to-fly? Luas are only started once in this state (well, 5 seconds after, or longer, depending upon the value WASM ini parameter LvarScanDelay which has a default value of 5 seconds). I can't really tell what is happening from the log you attached as it is a continuation log file (i.e. you selected 'New Log' from the logging menu). Always attach a full log when you need support - there is information at the beginning (and end) that I need to see to diagnose issues correctly.

    Also, did you activate logging in the Rotaries.lua as I advised if you have issues?
     

    If not, and you still have issues, please do that and show me your full log file. The log file you attached has no lua logging so I can only assume it wasn't running for some reason.

    John

    Keys reassigned. I was using a rotaries.lua provided in the fsuipc7 documents folder and it didnt have the logactivity variable, so I downloaded the one you provided in this thread. It's set to true now.

    Still having issues even after being loaded in an aircraft and powered up. Left rotary appears to work as it's logged, right rotary is MIA in the log file and has no affect on values of the left rotary. 

    The forum is telling me I am limited to a 1.8 kB file to attach and the log is 94 kB so here is a google drive link to it - i think this is the full log https://drive.google.com/file/d/1Pyw5rQ2DCfLQgxFzfhF5qEAsJrv3ulOp/view?usp=sharing

  4. 23 hours ago, John Dowson said:

    Why are you using the hidAlphaButtons and hidBravoButtons lua scripts? These were initially useful to access the buttons with numbers > 31, but have not been needed since FSUIPC was updated to recognise up to 128 buttons, in v7.1.0 back in May 2021. I think you should remove those luas, and update the assignments you were using (on the virtual flags used by those scripts) to assignments to the actual button number.

    If you do that, you should be ok, as it seems like the issue is that both the Alpha lua script and the rotaries script are using the same offset/virtual flags (at offset 0x3340).
    If you want to continue using the Alpha/Bravo luas (although I recommend not to), you need to update the Rotaries.lua to use the next virtual device, which will be at offset 0x3348 (the alpha script uses 0x3340 and the Bravo 0x3344), i.e. change line 61 to:
                     offset = 0x3348
    That will be virtual joystick 66, so you would also need to change all your rotary assignments from virtual device 64 to use 66 instead.

    John

     

    I thought I had to, but that was based on information from another post that I now understand was outdated. I reset my .ini and removed all the luas except for the rotaries. The ALT/VS/HDG/CRS/IAS rotary now is logged when I switch between the settings, however the INC/DEC rotary does not log any presses and does not affect the values in MSFS2020. Any thoughts? 

    FSUIPC7.log FSUIPC7.ini

  5. 22 hours ago, John Dowson said:

    What exactly do you mean by this? If you open the Button & Switches assignment panel, do you only see the buttons registered on one direction and not the other? What button numbers do you see in the Btn# field when you rotate fast/slow in each direction?

    Why is it so large? You can generate a smaller one, and it also zips up pretty well, so try that. Make sure that you only have logging enabled for Buttons & Keys and Lua Plugins. Also, please change set the LogActivity variable in the Rotaries.lua to true.

    Then generate a log file, zip it and attach it here, together with your FSUIPC ini file.

    John

    Not sure what was going on that increased my log file size yesterday, i dont seem to have that issue today. edit: nevermind, its back - maybe something to do when I run FSUIPC while the game is running?

    So my left rotary seems to be registering in the buttons & switches panel, in both directions. The right rotary briefly popped up as joy #64 and in the box where it says "choose the action for this button..." it told me something about it being a compound button and needed to be edited in fsuipc.ini. However that was only one time out of 10 that it even showed up - most up the time, the right rotary is not registering in buttons & switches assignment panel. 

    Quote

     815250 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:69
       815250 LUA.4: Local: time = 167643234
       815250 LUA.6: Local: Time = 167643234
       815265 LUA.6: C:\FSUIPC7\Rotaries.lua:51
       815265 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:54
       815265 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:73
       815281 LUA.4: Global: CurrentData = 
       815281 LUA.6: C:\FSUIPC7\Rotaries.lua:133
       815296 LUA.5: Waiting for an event in "C:\FSUIPC7\hidBravoButtons.lua"
       815296 LUA.5: Timer event: calling "Poll" in "C:\FSUIPC7\hidBravoButtons.lua"
       815296 LUA.4: Global: n = 0
       815296 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:46
       815312 LUA.6: Waiting for an event in "C:\FSUIPC7\Rotaries.lua"
       815312 LUA.6: Timer event: calling "poll" in "C:\FSUIPC7\Rotaries.lua"
       815312 LUA.6: C:\FSUIPC7\Rotaries.lua:49
       815312 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:69
       815312 LUA.5: Local: time = 167643296
       815328 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:54
       815328 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:73
       815328 LUA.6: Local: Time = 167643312
       815343 LUA.6: C:\FSUIPC7\Rotaries.lua:51
       815343 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:69
       815359 LUA.4: Waiting for an event in "C:\FSUIPC7\hidAlphaButtons.lua"
       815359 LUA.4: Timer event: calling "Poll" in "C:\FSUIPC7\hidAlphaButtons.lua"
       815359 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:46
       815359 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:73
       815359 LUA.6: C:\FSUIPC7\Rotaries.lua:133
       815375 LUA.4: Local: time = 167643359
       815390 LUA.6: Waiting for an event in "C:\FSUIPC7\Rotaries.lua"
       815390 LUA.5: Waiting for an event in "C:\FSUIPC7\hidBravoButtons.lua"
       815390 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:54
       815390 LUA.6: Timer event: calling "poll" in "C:\FSUIPC7\Rotaries.lua"
       815390 LUA.5: Timer event: calling "Poll" in "C:\FSUIPC7\hidBravoButtons.lua"
       815390 LUA.6: C:\FSUIPC7\Rotaries.lua:49
       815390 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:46
       815406 LUA.6: Local: Time = 167643390
       815406 LUA.5: Local: time = 167643390
       815406 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:69
       815421 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:54
       815421 LUA.6: C:\FSUIPC7\Rotaries.lua:51
       815421 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:73
       815437 LUA.6: C:\FSUIPC7\Rotaries.lua:133
       815437 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:69
       815453 LUA.4: Waiting for an event in "C:\FSUIPC7\hidAlphaButtons.lua"
       815453 LUA.4: Timer event: calling "Poll" in "C:\FSUIPC7\hidAlphaButtons.lua"
       815453 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:46
       815453 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:73
       815468 LUA.6: Waiting for an event in "C:\FSUIPC7\Rotaries.lua"
       815468 LUA.6: Timer event: calling "poll" in "C:\FSUIPC7\Rotaries.lua"
       815468 LUA.6: C:\FSUIPC7\Rotaries.lua:49
       815468 LUA.4: Local: time = 167643453
       815484 LUA.5: Waiting for an event in "C:\FSUIPC7\hidBravoButtons.lua"
       815484 LUA.5: Timer event: calling "Poll" in "C:\FSUIPC7\hidBravoButtons.lua"
       815484 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:54
       815484 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:46
       815484 LUA.6: Local: Time = 167643468
       815500 LUA.6: C:\FSUIPC7\Rotaries.lua:51
       815500 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:69
       815500 LUA.5: Local: time = 167643484
       815515 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:54
       815515 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:73
       815515 LUA.6: C:\FSUIPC7\Rotaries.lua:133
       815531 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:69
       815531 LUA.4: Waiting for an event in "C:\FSUIPC7\hidAlphaButtons.lua"
       815531 LUA.6: Waiting for an event in "C:\FSUIPC7\Rotaries.lua"
       815531 LUA.4: Timer event: calling "Poll" in "C:\FSUIPC7\hidAlphaButtons.lua"
       815531 LUA.6: Timer event: calling "poll" in "C:\FSUIPC7\Rotaries.lua"
       815531 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:46
       815531 LUA.6: C:\FSUIPC7\Rotaries.lua:49
       815531 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:73
       815546 LUA.6: Local: Time = 167643531
       815546 LUA.4: Local: time = 167643531
       815562 LUA.5: Waiting for an event in "C:\FSUIPC7\hidBravoButtons.lua"
       815562 LUA.5: Timer event: calling "Poll" in "C:\FSUIPC7\hidBravoButtons.lua"
       815562 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:54
       815562 LUA.6: C:\FSUIPC7\Rotaries.lua:51
       815562 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:46
       815578 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:69
       815578 LUA.5: Local: time = 167643562
       815578 LUA.6: C:\FSUIPC7\Rotaries.lua:133
       815593 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:54
       815593 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:73
       815609 LUA.6: Waiting for an event in "C:\FSUIPC7\Rotaries.lua"
       815609 LUA.6: Timer event: calling "poll" in "C:\FSUIPC7\Rotaries.lua"
       815609 LUA.6: C:\FSUIPC7\Rotaries.lua:49
       815609 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:69
       815625 LUA.4: Waiting for an event in "C:\FSUIPC7\hidAlphaButtons.lua"
       815625 LUA.4: Timer event: calling "Poll" in "C:\FSUIPC7\hidAlphaButtons.lua"
       815625 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:46
       815625 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:73
       815625 LUA.6: Local: Time = 167643609
       815640 LUA.6: C:\FSUIPC7\Rotaries.lua:51
       815640 LUA.4: Local: time = 167643625
       815656 LUA.5: Waiting for an event in "C:\FSUIPC7\hidBravoButtons.lua"
       815656 LUA.5: Timer event: calling "Poll" in "C:\FSUIPC7\hidBravoButtons.lua"
       815656 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:54
       815656 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:46
       815656 LUA.6: C:\FSUIPC7\Rotaries.lua:133
       815671 LUA.5: Local: time = 167643656
       815671 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:69
       815687 LUA.6: Waiting for an event in "C:\FSUIPC7\Rotaries.lua"
       815687 LUA.6: Timer event: calling "poll" in "C:\FSUIPC7\Rotaries.lua"
       815687 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:54
       815687 LUA.6: C:\FSUIPC7\Rotaries.lua:49
       815687 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:73
       815703 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:69
       815703 LUA.6: Local: Time = 167643687
       815718 LUA.4: Waiting for an event in "C:\FSUIPC7\hidAlphaButtons.lua"
       815718 LUA.4: Timer event: calling "Poll" in "C:\FSUIPC7\hidAlphaButtons.lua"
       815718 LUA.6: C:\FSUIPC7\Rotaries.lua:51
       815718 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:46
       815718 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:73
       815734 LUA.4: Local: time = 167643718
       815734 LUA.6: C:\FSUIPC7\Rotaries.lua:133
       815750 LUA.5: Waiting for an event in "C:\FSUIPC7\hidBravoButtons.lua"
       815750 LUA.5: Timer event: calling "Poll" in "C:\FSUIPC7\hidBravoButtons.lua"
       815750 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:54
       815750 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:46
       815765 LUA.6: Waiting for an event in "C:\FSUIPC7\Rotaries.lua"
       815765 LUA.6: Timer event: calling "poll" in "C:\FSUIPC7\Rotaries.lua"
       815765 LUA.6: C:\FSUIPC7\Rotaries.lua:49
       815765 LUA.5: Local: time = 167643750
       815765 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:69
       815781 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:54
       815781 LUA.6: Local: Time = 167643765
       815781 LUA.4: C:\FSUIPC7\hidAlphaButtons.lua:73
       815796 LUA.6: C:\FSUIPC7\Rotaries.lua:51
       815796 LUA.5: C:\FSUIPC7\hidBravoButtons.lua:69
     

    This is a bit from my log file that gets too large to share, maybe there's something helpful there? 

    FSUIPC7_prev.log FSUIPC7.ini

  6. Hey John,

    Sorry to tagalong in this post, but I'm also having issues with the rotary knobs on my honeycomb bravo TQ. I've followed your directions from you 7/8 post, and my increase/decrease rotary knob is only recognized in one direction (decrease). I'm unable to get it to increase the hdg/IAS/ALT values. Any idea what I might be doing wrong?

    I cant include my log file as its ~3 megabytes and the post wont allow that size attachment. 

    (FSUIPC 7.2.15, registered, trying to use MSFS2020 default a320n)

×
×
  • 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.