
hkhoanguyen
Members-
Content Count
27 -
Joined
-
Last visited
-
Days Won
1
hkhoanguyen last won the day on November 1 2017
hkhoanguyen had the most liked content!
Community Reputation
1 NeutralAbout hkhoanguyen
-
Rank
Member
Profile Information
-
Gender
Not Telling
-
Location
France
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
Monitor changes in offset/Lvars
hkhoanguyen replied to hkhoanguyen's topic in FSUIPC Client DLL for .NET
HEllo @Paul Henty, Could you help me to find the answer for the question above ? thanks -
"Smoother" braking when only a button is available.
hkhoanguyen replied to spokes2112's topic in User Contributions
Hello @spokes2112, I tried your lua script today with P3D v5, but it does not work, could you confirm that ? Thanks -
Monitor changes in offset/Lvars
hkhoanguyen replied to hkhoanguyen's topic in FSUIPC Client DLL for .NET
Hello Paul, thanks for your reply, Ok, so i will continue using my timer, one question, in the timer, I'm implementing GSX auto selection, and between each GSX selection, I use Thread.sleep(500) : --my timer interval 500 msecs FSUIPCConnection.SendKeyToFS(Keys.F12, SendModifierKeys.Control, null); Thread.Sleep(500); FSUIPCConnection.SendKeyToFS(Keys.F1, SendModifierKeys.None, null); Thread.Sleep(500); FSUIPCConnection.SendKeyToFS(Keys.F1, SendModifierKeys.None, null); Thread.Sleep(500); --my timer interval 500 msecs Do you think it (Thread.sleep) is a good and efficient way to -
Hello, May I ask whether FSUIPC C# has any function to monitor the change in offset/Lvars ? I'm using the timer but I would like to know if it exists like in Lua (event.offset, event.Lvars), if not do you have any idea to implement one ? Thanks
-
Hi John, It is exactly that i was not using the latest version, it is fixed now. I have one more question, do you have any idea of how to prevent the initial load of function when using event.offset ? I just dont want to run my function when the lua is loaded, thanks! Except of using boolean global variable, I can"t think of any other way.
-
my sim is P3D v5 and FSUIPC 6 Sorry if i was not clear enough, Before adding event.key, my ipc.keypress worked normally Yes my loop function is still getting called by the timer, and yes my aftertakeoff function also gets called when I press 191, everything works except the ipc.keypress stops working when I add event.key line
-
Hi John, Thank you for your reply, My lua running, it worked normally for the numer 1-9 of GSX Select Option, only until I added event.key then ipc.keypress stopped working the loop function reads for anti collision light ON and the Ground Call switch on 737 overhead is pushed, then start GSX push back, just when I added event.key to run another function then my push back GSX keypress is not working anymore (that means the GSX Menu is opened but number pressed is not working) Thanks John!
-
I would like to ask if it is possible in FSUIPC to do a sequence of clicks for FMC / MCDU, for example, I would like to access to one page in the MCDU but i have to click many buttons in order to access it, I know and already use the FSUIPC function KeyPress/Macro where we can record a mouse click at a specific location. would it be possible to use Macro for a chain of clicks with FSUIPC ? Or you guys have any other idea to implement this ? Thanks
-
Limit rudder movement
hkhoanguyen replied to hkhoanguyen's topic in FSUIPC Support Pete Dowson Modules
Hi Thomas, is there any other smaller value than 25384 ? how to know which value to set it ? thanks -
Limit rudder movement
hkhoanguyen replied to hkhoanguyen's topic in FSUIPC Support Pete Dowson Modules
Thanks Thomas, I will try tonight,