Jump to content
The simFlight Network Forums

Calculate VS at touchdown - sloped rwys


Recommended Posts

Posted

Hello,

In order to calculate the landing rate I'm using the offset 0x030C.

Apart the known problems of bounces, there is another problem in case of sloped runways.

I've found a variable in Simconnect called "PLANE TOUCHDOWN NORMAL VELOCITY".

https://docs.flightsimulator.com/html/Programming_Tools/SimVars/Aircraft_SimVars/Aircraft_Misc_Variables.htm?rhhlterm=plane touchdown normal velocity&rhsearch=PLANE TOUCHDOWN NORMAL VELOCITY

Can it be implemented also in fsuipc?

Here a sample project using it:

https://github.com/scelts/gees/tree/master

 

Thanks

Umberto

Posted
51 minutes ago, ThePedro said:

Can it be implemented also in fsuipc?

Yes I could add that, and maybe better than using VERTICAL SPEED while on ground. I can switch to using the simvar PLANE TOUCHDOWN NORMAL VELOCITY for offset 0x030C, but if you want to use this now you can add this to a spare/free FSUIPC offset using the facilities provided (i.e. via the myOffsets.txt file).

It may be better to add this to a new distinct offset. If you could add that to an offset and compare the values and let me know if you think offset 0x030C should be replaced or add this to a new offset, that would be great,

Cheers,

John

 

Posted

Thank you John for the quick answer. 

I'll try using a free offset and I'll send u the compared values, in order to see if it deserves to change the original offset simvar

 

Umberto 

Posted
On 1/7/2025 at 8:43 PM, ThePedro said:

I'll try using a free offset and I'll send u the compared values, in order to see if it deserves to change the original offset simvar

I have added the PLANE TOUCHDOWN NORMAL VELOCITY simvar to offset 0x0654 (as a 4-byte float, in Ft/s) in the attached version if you would like to try this.

John

FSUIPC7.exe

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • 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.