Hi! I am playing around with the Connect API in C# and im all sorted now I can connect successfully and set and get states and run commands so that’s all good. Now I want to be able to detect the fpm on touchdown.
Is the best way to simply get the vertical speed every second or so and as well the state wether the aircraft is on the ground or in the air and when I receive it so that the aircraft is on the ground the vs at that request is the fpm for landing?
after investigating some more I found some states in the manifest, one being last landing fpm… But after testing it it said that the landing was 0.01234 something like that which is not true as I absolutely slammed that a321 down. Same with the 708,2,aircraft/0/vertical_speed state, it’s giving me 42.274643 when im doing 8300-8400 vs.
So im a bit confused as to what value im getting but from what im seeing I need to double it and x100 to get the correct value?