Jump to content
The simFlight Network Forums

DLuis

Members
  • Posts

    28
  • Joined

  • Last visited

Everything posted by DLuis

  1. And what about that. It works like a charm ๐Ÿ˜€. Thanks a lot for the answer John, it really helped me in what I needed. I would never guest this possibility without your help. Thanks again ๐Ÿ˜€ David
  2. Hi Pete and John, I want to know if there is one way to "exit" FSUIPC7 by command line or something that can be scripted. I start MSFS with some add-ons and to never forget any, I script the start and shutdown process. With FSUIPC7, I can't exit the program. If I click the X or try to close the main window, the program goes to the tray icon, but doesn't exit. I need to manually select File -> Exit. I also try to use the option to exit FSUIPC when MSFS does, it works, but sometimes the MSFS crash (can you believe?) in startup and then I forgot to restart FSUIPC7. Is there any option (I didn't find) that when I click the X or close the main window, to "exit" the program instead of "close" to tray icon? I don't think that using the "task kill" it's a good idea... Thanks, David
  3. Hi John, Sorry for my late feedback, but I confirm, this is fixed in this beta version. I also was struggling to enable at first time, I need to try 2 or 3 times until Wide Server starts, but now, I only start FSUIPC7 and everything is working just fine. Thanks a lot John, this was the only bug that I found so far and now is fixed ๐Ÿ™‚
  4. Hi John, Great news. Cant wait to see ๐Ÿ˜€ Thanks for the help
  5. Hi John, So I'm not alone with this one ๐Ÿ˜ In my case, it's all the time. I open FSUIPC7, Enable WideFS, Close FSUIPC7. In the .ini file I have WideFSenabled=yes. Open again and the option is again, Enable. Maybe I'm 100% unlucky all the time ๐Ÿ˜„ I will wait for your feedback and thanks for the attention. Like I said, it's not blocking. I just wanted to know if it's by design or not.
  6. Hi John, The installation is in D:\FSUIPC. I've tried with disabled firewall, defender and same result. In the situation that the aircraft is ready-fly, WidedFS connects correctly. My problem is just every time that I start FSUIPC, I need to enable the server. Can you just confirm, that starting the FSUIPC, with or without MSFS, you don't need to enable everytime? Not sending the logs because this is not blocking, so don't loose time on this one. Just confirm that it should not be necessary to enable WidedFS every time I start the program an this should be automatically, or not.
  7. When I'm saying controlling, I mean requesting ground services. I just saw that Pushback Express can request ground services, like the Jetway, Stairs, Catering, Luggage and Ground Power automatically. Not really, since I already manage to request all this ground services with a lua script. You gave me the idea for keypress to that control in MSFS, and with the ipc.control, everything is now working. When I open the doors of the aircraft, it calls the ground power and catering, after a while luggage and jetway/stairs. Boarding simulated with ipc.sleep, then the jetway/stairs and ground power are disconnected, without the need for ATC and everything automatically. Thanks a lot for the help John.
  8. Hi, I've seen a lot of programs controlling the native ground services of MSFS. Searching the topics where, I didn't find anything about this functionality. Is there any way to control the ground services with FSUIPC, that can be coded in one Lua script? Thanks, David
  9. Hello, I'm trying FSUIPC7 with the trial license and I have the same issue. In the FSUIPC7.ini file, I have the WideFSenabled=yes, but I need to enable it every time I start the program. It looks like is not reading the ini settings. Another problem that I'm facing is the WideFS starting. With MSFS up and running, I start FSUIPC7 for the first time, enable WideFS and see the message (with WideServer) in the title of MSFS, great. But if I close and reopen FSUIPC again, it never connects. Need to Disconnect FSUIPC, enable WideFS and then connect option again. But the most important now is to enable WideFS automatically. I'm testing without autostart. Anyone with this behavior? Thanks, David
  10. Hi John, Thanks a lot for the quick reply. I've search in Active Sky docs and in the WX radar facilities docs and didn't notice this information in the offsets documentation. Now I know where to start :D About the offsets length, yes, they are bytes. Once again, thank you for the help.
  11. Hi, I'm developing a little software with environment sounds, but I'm stock with two of them. I would like to have turbulence and rain sounds. For Turbulence, I would like to play a sound every time the airplane "shakes". For the rain, play a loop sound, but only when the rain hit's the cockpit "below the clouds". I've Active Sky 4, so does anyone know what offsets can I use to achieve this? I've used 0x0E88 and 0x0E98 for turbulence, but doesn't give me the expected result. For the rain, doesn't have a single idea. Is there any API of AS4 to achieve this? Thanks in advance.
  12. Hi Pete Please donยดt sorry. The problem is with me, I need to move forward. I'm not going to give up, after the update I will try again this facility to make the key press a son as the GSX Menu appears and give the feedback to you. Thanks a lot for this amazing piece of software and for all your attention and effort to the community.
  13. Hi Pete, Still using version 4.1 If the script works fine with you, means that probably the problem is in P3D4 version. I really don't have anything with the Debug=Please and TestOptions=X8000๏ปฟ I will try to update P3D and then use the script again. Thanks a lot for your time Pete, really appreciate for your effort.
  14. Pete, Totally right, copy/paste did put some non-ASCII in the code. About the types, this it's just for testing probably just need 2 for menu popup. Now i don't have errors, but also nothing happens when opening GSX menu... I've "Waiting for an event in "...GSX.lua" in the log, but no "Menu Opened" or function called. Using last version of GSX and FSUIPC 5.15.
  15. Pete, Little help please ๐Ÿ˜ž Trying this facility with only this lua script: function GSXMenu(type, colour, scroll, delay, id, n, msgs) ipc.log("Menu Opened") end event.textmenu(0, "GSXMenu")๏ปฟ but I'm having this error starting the script: *** LUA Error: ...GSX.lua:5: unexpected symbol near 'รฏ'
  16. Hi Pete, Last version for me is 5.15, but I was looking for something different and didn't notice that event.textmenu now works without WideFS I will try this facility and give feedback later. Thanks a lot for all your work and effort on this.
  17. Hello Pete, I've downloaded last version, but I can't find anything in the documentation for check if the GSX menu is Active or not. Can you tell me what the reference in lua to check this?
  18. Hi Pete, What can i say, thanks a lot for this new feature. For me FSUIPC5 it's more than fine ๐Ÿ˜„ Days or weeks doesn't matter, take your time. Thanks again for the help.
  19. Hi Pete, Yes, I just rely on L:Vars, not in the text of the GSX Menu. I tried the event.๏ปฟtextmenu, but it gives me one a "null" error, so i see that this is a WideClient function (it's documented, my bad). Well, if you are able to do that, for me would be great and be very appreciated, because my goal is to do something like this to call boarding/deboarding and all other stuff: ipc.keypressplus(123, 3, 4) -- CTRL + Shift + F12 while GSXMenuflag == 0 do -- Wait until GSX Menu appears ipc.sleep(100) end ipc.keypressplus(49, 0, 4)๏ปฟ -- Press 1 This would make almost one invisible GSX Menu ๐Ÿ™‚
  20. Hello, Sorry for my delay answer and thanks a lot for the replies. This image is a print from P3D main window with "panel only" view (the reason for the black background), as nothing to do with Prosim, EFC or network gauge. It's just GSX Menu in P3D. Yep, I'm using the new L:Vars of GSX to check the state of the services. I'm using this code in lua to call for deboarding and works great: repeat ipc.keypressplus(123, 3, 4) ipc.sleep(1000) ipc.keypressplus(49, 0, 4) until DEBOARDING < 2 DEBOARDING = L:VAR (FSDT_GSX_DEBOARDING_STATE) but not for pushback because are more option after selected, so I have to delay the keypress. To be safe, the delay must be long (but the menu stays there...). I just need a flag that tells me that the GSX Menu is open to make the keypress just after the menu appears, this is my goal. In the Lua Library, I notice the event.textmenu, but only works in the WideClient.
  21. Hi, I'm trying to make Lua script to automatically handle all the GSX services. It's possible to extract the text from the GSX Menu to know if it's visible or even better, possible to get the services page? I'm asking this because I don't want to use timers to press the keys so that the menu barely appears. Using last 5.14 and P3Dv4.1 without WideFS
  22. Hi, I've tested my software and the "wideFS Test.exe" with the WideClient7140 and guest what??? IT WORKS, WOW, EVERYTHING WORKS NOW :D So, what can I say, you are the one that invented one of the "must have" Add-ons and still keeps this project alive and running. AMAZING. Maybe is just me that don't like to see a "process.exe * 32" in the Taskbar Manager, but you make it possible, a 64-bit talking with a 32-bits and it's working like a charm. I'm going to still test my software and if I find something, will let you know. All that I can say now is a big thank you Pete, from now on It's possible to have 64-bit compiled software working with FSUIPC and WideFS.
  23. Hi Pete, I'm really sorry, the private message stay in the drafts. Meanwhile, I've tested with the WideClient7130, but the result is the same. It just work if I made one FSUIPC_Process for each FSUIPC_Read. I've compiled a 64-bit program (no password protected...) with all the reads that a make in my software, 11 FSUIPC_Read in a total of 18 Bytes. It display the returned values once. In the server side, work great, but not with WideClient. Try to test and tell me if works with you, because can be something wrong with my setup. WideFS Test.zip
  24. Hi Pete, I send you the password in a private message right after my post. Tomorrow I will test with the new wideclient and let you know how many FSUIPC_Reads are possible before the FSUIPC_Process. So far, only one, the reason why V2 works.
  25. Hi Pete I've finished my program and it's a privilege to share with you. There are two version. V1 is the one that only works in the "server side". V2 works in server and client with WideFS. The source code that is reference to FSUIPC is also in the attachments and a "how it works" explanation. The difference between V1 and V2 are the number of FSUIPC_Process calls. https://1drv.ms/f/s!Aso3Tkv5pPmGar6mvGQRhMsvQY4 Thanks a lot for the attention.
×
×
  • 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.