Jump to content
The simFlight Network Forums

cellular55

Members
  • Posts

    301
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by cellular55

  1. Hi, when I try to change the tool's options I get an error screen (in the attachment). How could I solve the issue? Thanks and kind regards Joe
  2. Hi Adrem, thanks a lot.. that is a great trick. Now it works prefectly. KR Joe
  3. Hi, @adrem, I have tried again for curiosity your script with the last suggested modification and now the script does what it should do.. the only strange problem is that the steering seems now to act in 'reverse' mode. Joe
  4. Hi Pete, yes.. you are right.. I have now assigned rudder and steering to same axis and things are fine. I was thinking that doing that i could find troubles at high speed during takeoff anf landing, but is not the case Thanks also to @adrem: for sure I will test that for other stuffs I have in mind. Thanks again and KR Joe
  5. Hi, I think I'm misisng something. This is what I wrote following @adrem suggestions, but it seems to not properly run: STEERING_SET = 66818 function onRudderAxis(_, value) ipc.control(STEERING_SET, value) end function disconnectRudderAxis() ipc.setbitsUB(0x310A,4) end function reconnectRudderAxis() ipc.clearbitsUB(0x310A, 4) end function onGroundFlag(value) local onGround = value == 1 if onGround then event.timer(5000, "disconnectRudderAxis") event.offset(0x332C, "SW", "onRudderAxis") else event.cancel("disconnectRudderAxis") event.cancel("onRudderAxis") reconnectRudderAxis() end end event.offset(0x0366, "UB", "onGroundFlag") Thank and KR Joe
  6. Hi, Thanks a lot for the replies!!!!!!!!!! I will give it a try. At the end I think that I will substitute the ailerons with the rudders, but I think that the concept should be the same. Thanks again and KR Joe
  7. Hi, is there the possibility to dynamically assign different controls to an axis? For example: is it possible to have an axis assigned to the steering on the ground and to ailerons when airborne? Thanks and KR Joe
  8. Hi Pete, thanks a lot.. but I do not undestand where I have to specify the number of seconds KR Joe
  9. Hi, I need to find a way to simulate a keypress for a specific number of seconds. Seems that ipc.keypress do not have that kind of option. Is there a sort of workaround or another method to use in lua? Thanks and KR Joe
  10. HI, thnaks for the inputs... yes.. the issue was caused by a wrong type of double quotes... writing the statement with the right quotes everything is fine now. KR Joe
  11. HI, hope that someone can help me with a strange issue I'm finding in a LUA file I'm doing. At these specific lines: event.key(119,3,"APUON”) event.button("H",21,1,“IRSON”) I get in the FSUIPC log the following error message: *** LUA Error: E:\FSUIPC6\FSLAB1.lua:92: unexpected symbol near 'â' This happens for each line where i put the event.key or even.button calls. Any idea about which could be the problem? Overall that character is not part of the lines Thanks in advance and KR Joe
  12. Hi, you should read the Appendix 3 of the FSUIPC Advancer User Guide to see what I'm referring to.. there you can find all the details and steps to follow. KR Joe
  13. Hi, honestly I do not know what changed last time I uninstalled and reinstalled the drivers. By the way after several attempts the connection went suddenly fine after re-executing the drivers setup. For sure what you have to check and recheck is the right COM where the VR device results installed (in Device manager - Ports - USB Serial Port entries) and the consequent coupling (I use VSPE software for that) KR Joe
  14. Hi, I solved the issue uninstalling and reinstalling the drivers coming with VRI software. KR Joe
  15. Hi, I have just installed the new P3D 5.2 and I have noticed several and repetitive disconnetcions of my devices managed by FSUIPC 6.12. To have them reconnected I have to pull them out and after pulled in again. I have uninstalled 5.2 and reisntalled P3D 5.1: after that no more disconnections. Are you going to release a specific version of FSUIPC for the new P3D hot fix? Thanks and KR Joe
  16. Hi John, thanks for the prompt reply. Things are now better: generic commnds are norìw back, only some swap on devices (i.e between the 2 quadrants) . What is still missing are the commands related profile. Could you please have a look at the specific profile ini file attached to drive me to the soultion also here. Thanks a lot for your support and patience Joe B738U.ini
  17. Hi, thanks for the prompt reply. Yes I have used the install_FSUIPC, I have copied only macros, luas and profiles. Attached the 2 files.. hope it will be easy to adjust 🙂 KR Joe fsuipc6.ini FSUIPC6.log
  18. Hi, I have installed P3D v5.1 on a new PC nand after I have copied all the content of my FSUIPC folder (macros, lua scripts, profile, etc.). The problem is that all configurations and definitions (axis, buttons, keys, etc) are now completely empty: I think that the issue could be due to that the devices identification in the ini files are no more valid and the related commands are no more associated to them. How can I solve the problem? Thanks and KR Joe
  19. Hi, thanks for the replay. That is valid also fpr P3D? By the way I do not get any result trying to assign a joystick button: it seems that the push on the button is not taken by the tool even if the device appears in the list. I have also problem with the automatic recording below a certain altitude: it does not start. May be I'm doing something wrong? KR Joe
  20. Hi Pete, as usual you were right. I do not know why, but the firewall was active and that was the problem: selecting on the firewall the right ports settings now everything is ok. Thanks a lot and happy Easter Joe
  21. Hi, that's strange I have the firewall disabled ... by the way all the 3 connected PCs are no more able to connect.
  22. HI, after years of runs without any issue, suddendly today I'm no more able tohave WIDEFS connecting to P3D v5. I'm running FSUIPC 6.0.13 and Widefs 7.1.57, attached the logs. Thanks for the support and KR Joe WideClient.log WideServer.log FSUIPC6.log
  23. Hi, running FlightControl Replay 4.5 pn P3d v5 I have problem with keys/device button assignments. If I try to assign a button on the joke, I see the device in the list, but when I push a button to assign it for the recording, nothing happens. If I try the keyboard, I'm able to assign the keys sequence (i.e. S+D), but when I press it the recording does not start The only way to have the recording running is to click with the mouse on the red button of the interface (that I would not have on the screen while flying) What am I doing wrong? How to solve the issue? Thanks and KR Joe
  24. Hi John, an update on the point. I noticed that I did not have installed the last update of PMDG, after the installation of the last version of the plane things seem to be fine now. Thanks again for your support KR Joe
  25. Hi John, thnaks again for your support.. I will look around for a possible solution. KR Joe
×
×
  • 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.