Search the Community
Showing results for tags 'fsuipcclient.dll'.
-
hello everyone , i just wanted to know how to make the tug of the pushback attach to the aircraft without move , i need to make the speed 0 so tried this code Private TugS As New Offset(Of UInteger)("tug", &H31FC, True) Dim SPD as UInteger = TextSPD.text TugS.Value = SPD FSUIPCConnection.Process("tug") it didn't work the aircraft just move forward when it's not attached to the tug . need help with that thank you at all . stay safe
-
Hi! I try read the 0x0AF4 offset (Fuel weight as pounds per gallon; size: 2) and the simulator write, the fuel weight is 6.7 Lbs/Gal, the Client read in 6 Lbs/Gal. It's my code: Offset<double> fuelWeight = new Offset<double>("fuel", 0x0AF4); How I can read the real weight value in double/float/decimal? The double result is Which type should I use to work in correctly? Thank you!
- 2 replies
-
- fuel weight
- client
-
(and 1 more)
Tagged with:
-
Good morning and Happy New Year! I am suddenly running into issues with FSUIPC client where I create a new Visual Studio 2015 winforms project in C# and now when I attempt to open a connection I get the exception "Additional Information Group '' does not exist". Here is the stack trace: at FSUIPC.FSUIPCConnection.Process(Byte ClassInstance, IEnumerable`1 GroupNames) at FSUIPC.FSUIPCConnection.Process(Byte ClassInstance, String GroupName) at FSUIPC.FSUIPCConnection.Process() at XPlaneCommNavFMS.frmRadio.timer1_Tick(Object sender, EventArgs e) in D:\Workspace\XPlaneC