Pitch Knob
-
when turning on att i notice the pitch knob adjusts its self back to the centre i take this is for level flight
I am trying to replicate this when pressing a button on my bravo using spad.next and the pms50 750
This is what i have at the min and the pitchknob -1.3 gets it close but not quite right
watching the settings its a diffract value every time when the button is pressed in the simis there a better way of doing this?
-
Here's the code that does it in the aircraft:
(A:PLANE PITCH DEGREES, degrees) @MaxAutopilotPitch min @MaxAutopilotPitch neg max (>L:var_AP_PitchKnob, number)
The middle line is to clamp the value within the minimum and maximum possible values for the autopilot. Otherwise, it's just setting the knob to the current pitch of the aircraft, rather than a static number which will never be the same for all operating conditions. I hope that helps!