Closed phildeg31 closed 3 years ago
In regards to the variable A32NX_FCU_MODE_REVERSION_TRK_FPA_ACTIVE
:
Triggers the FCU to revert to HDG/VS mode
See also https://github.com/flybywiresim/a32nx/blob/master/docs/a320-simvars.md#autopilot-system
In regards to the other variable you‘re right it can be 0 but I don‘t see a „must“ tbh. It‘s not being used when the mode is not active.
For A32NX_FCU_MODE_REVERSION_TRK_FPA_ACTIVE, is there a LVAR permitting to know that the TRK/FPA mode is active or not (if not then we are in VS mode)? It is to display A32NX_AUTOPILOT_FPA_SELECTED value instead of A32NX_AUTOPILOT_VS_SELECTED if I am in TRK/FPA mode.
It’s documented in the link I provided.
I do not find a LVAR for it. I checked some LVAR available thanks to SPAD.next but I do not find one having its value updated when switching in TRK/FPA mode... :/ Maybe I missed it. I thought it was A32NX_FCU_MODE_REVERSION_TRK_FPA_ACTIVE but apparently not.
A search for FPA on the linked document reveals:
A32NX_TRK_FPA_MODE_ACTIVE
Ok I will try thank you.
Aircraft Version
Development
Build info
Describe the bug
When setting 0 for Vertical Speed, the LVAR A32NX_AUTOPILOT_VS_SELECTED is set to 0 and the LVAR A32NX_AUTOPILOT_FPA_SELECTED is set to 0 too:
When setting a value other than 0 for Vertical Speed (for example +400 or +500), the LVAR A32NX_AUTOPILOT_VS_SELECTED is set to this value but the LVAR A32NX_AUTOPILOT_FPA_SELECTED is always set to 9.8999 and not to 0:
Also, it seems that, when changing from VS mode to TRK/FPA mode or vice-versa, the LVAR A32NX_FCU_MODE_REVERSION_TRK_FPA_ACTIVE is always to 0 (This LVAR should indicate if TRK/FPA mode is activated or not right?).
Expected behavior
The LVAR A32NX_AUTOPILOT_FPA_SELECTED should be always 0 when I am in vertical speed mode and only the LVAR A32NX_AUTOPILOT_VS_SELECTED should be updated.
Steps to reproduce
References (optional)
No response
Additional info (optional)
No response
Discord Username (optional)
No response