Jump to content
The simFlight Network Forums

roland_lfor

Members
  • Posts

    21
  • Joined

  • Last visited

  • Days Won

    1

roland_lfor last won the day on March 8 2022

roland_lfor had the most liked content!

Profile Information

  • Gender
    Male
  • Location
    france

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

roland_lfor's Achievements

Apprentice

Apprentice (3/14)

  • Reacting Well Rare
  • Collaborator Rare
  • Conversation Starter Rare
  • Dedicated Rare
  • First Post Rare

Recent Badges

1

Reputation

  1. Sorry, I misunderstood I have to do the same for the Fenix, is E_FCU_ALTITUDE the correct variable to increase/descrease altitude on the FCU ? Which format are we supposed to use ? (Word, Dword ...) Thanks
  2. Can you share your setting? I've made something similar on the B247D to drive oil shutter and carb heat, and I did not use myevent.txt, but only declared [LVaroffsets] and [Buttons] sections in FSUIPC7.ini It's working well and has no link with window focus. [Buttons.B247D] 0=CR(-F,6)F,4,Cx2100A001,x0000000A -{offset ubyte decrement, offset A001 (Decr=10, Limit=0)}- 1=CR(-F,6)F,4,Cx2100A002,x0000000A -{offset ubyte decrement, offset A002 (Decr=10, Limit=0)}- 2=CR(-F,6)F,5,Cx1100A001,x0064000A -{offset ubyte increment, offset A001 (Incr=10, Limit=100)}- 3=CR(-F,6)F,5,Cx1100A002,x0064000A -{offset ubyte increment, offset A002 (Incr=10, Limit=100)}- 4=CR(+F,6)F,4,Cx1100A003,x0064000A -{offset ubyte increment, offset A003 (Incr=10, Limit=100)}- 5=CR(+F,6)F,4,Cx1100A004,x0064000A -{offset ubyte increment, offset A004 (Incr=10, Limit=100)}- 6=CR(+F,6)F,5,Cx2100A003,x0000000A -{offset ubyte decrement, offset A003 (Decr=10, Limit=0)}- 7=CR(+F,6)F,5,Cx2100A004,x0000000A -{offset ubyte decrement, offset A004 (Decr=10, Limit=0)}- [LvarOffsets.B247D] 1=L:LEVER OIL SHUTTER 1=UBA001 2=L:LEVER OIL SHUTTER 2=UBA002 3=L:LEVER CARBURETOR HEAT 1=UBA003 4=L:LEVER CARBURETOR HEAT 2=UBA004 5=L:ENG THROTTLE 1=UB0xA010 6=L:ENG THROTTLE 2=UB0xA011 7=L:ENG MIXTURE 1=UB0xA012 8=L:ENG MIXTURE 2=UB0xA013 9=L:ENG PROPELLER 1=UB0xA014 10=L:ENG PROPELLER 2=UB0xA015
  3. For those of you who are interested, you can find the discussion thread here on Avsim: https://www.avsim.com/forums/topic/615876-runway-awareness-and-advisory-system-raas-beta-test/
  4. He has just disabled the Lua Plugin log option, and for the first time RAAS worked on his side , without any code change on my side. I replicated on my computer that once Lua Plugins log is enabled, RAAS is exiting during runway parsing loop. (I never used this log option during devpt). Nothing urgent 🙂
  5. It seems that when Lua Plugin is enabled, but Log lua separately is Disabled then the overflow occurs (and lua script exits). If both are enabled the issue is gone. (I have to verify myself) Actually I'm not sure if that user had Lua Plugin ON since the beginning, but I guess yes.
  6. John, I don't know if you will trust me, but the issue on my script is caused by the "Lua Plugins" log option itself. My understanding is that your logging capacity is overflown during my RegionalRwy() search function, as it goes through the 90 000 lines of R4.csv. Funny to see that the debugging tool is causing the issue!
  7. John, A user has the same issue - RAAS script starts but seems frozen after - however he doesn't use hidBravoButtons or Alpha scripts. Symptoms are: - RAAS starts ("test Ok" annoucement is played correctly). This correspond to the initialization of my program - No other annoucements are heard, making the user think the program does not work. As after initialization, my program starts an infinite while true do / end loop, paused using ipc.sleep(Timer) call, I believe that ipc.sleep() never returns for some reason. I don't have the issue myself so I can't put some debug trace to understand. Any help or advice is welcome Thanks
  8. I released my RAAS module (lua) for MSFS here : https://flightsim.to/file/29119/runway-awareness-and-advisory-system-simulation-raas-in-lua I hope you'll find it useful 🙂 Let me know
  9. Sorry, I don't see what "virtual flag" means in lua scripts. Ok, I'll copy your explanation to the Beta user who is using it, thanks.
  10. Hi, I've open a Beta phase for my RAAS lua project on Avsim forum. It appears that RAAS lua script execution is blocked if hidBravoButtons is active at the same time. I have no clue of what I'm supposed to modify to grant compatibility with other lua scripts, any tips? For your information, here is the Avsim thread: https://www.avsim.com/forums/topic/615876-runway-awareness-and-advisory-system-raas-beta-test/?do=findComment&comment=4733509 Thanks
  11. I'll probably release my RAAS system as a freeware when I'll be happy with it 🙂
  12. Finally I have my code for searching nearest airport and runway ready. Before deep optimization it's quite fast. I've not measured precisely but it takes no more than around 1/3 sec. to return results. So it's very suitable with my app needs. At script start I load the whole CSV content into a lua string to avoid I/O access.
  13. I realized that this issue came out since I maximised (by error), then minimised my output window (from Wnd library). In FSUIPC7.ini, I have deleted the entries in [ExtWindow] section to solve the issue. It seems that the Wnd library does not like Wnd.text() calls when the output window is minimised.
  14. And no error is written in fsuipc7.log after the CTD. How can I know what is wrong with my script? I'm using the MSFS beta 1.23.9.0, is FSUIPC build linked to a specific MSFS version (then not compatible with beta)? Thanks
×
×
  • 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.