L:MSATR_FGCP_SELALT is presumably a way to read the selected altitude.
The profile I've seen suggests that L:MSATR_FGCP_TGT_DELTA should work the same for speed, though it didn't seem to, at least on the ground. The profile shows A:AUTOPILOT AIRSPEED HOLD VAR with units knot as how to read it; this may correspond to a scaled version of some other LVar.
If the autopilot doesn't respond to standard events (another profile suggests that (>K:AP_MASTER) works), you can toggle it via L:MSATR_FGCP_AP. I think L:MSATR_FGCP_STAT_AP gives its state, though we don't show that anywhere.
You can press the Yaw Damper button by setting L:MSATR_FGCP_YD - presumably it resets after the state changes. The current state is probably L:MSATR_FGCP_STAT_YD.
Similarly, the FD1 state can be ready with L:MSATR_FGCP_STAT_FD1.
They've mapped MSATR_FGCP_STAT_MAN_SPD to the speed dot (i.e. managed speed). Does putting 1 in L:MSATR_FGCP_SPEED_TGT_SEL reliably set managed speed regardless of the current mode?
What is L:MSATR_FGCP_STAT_NAV equivalent to? Managed Nav?
L:MSATR_FGCP_SELALTis presumably a way to read the selected altitude.The profile I've seen suggests that
L:MSATR_FGCP_TGT_DELTAshould work the same for speed, though it didn't seem to, at least on the ground. The profile showsA:AUTOPILOT AIRSPEED HOLD VARwith unitsknotas how to read it; this may correspond to a scaled version of some other LVar.If the autopilot doesn't respond to standard events (another profile suggests that
(>K:AP_MASTER)works), you can toggle it viaL:MSATR_FGCP_AP. I thinkL:MSATR_FGCP_STAT_APgives its state, though we don't show that anywhere.You can press the Yaw Damper button by setting
L:MSATR_FGCP_YD- presumably it resets after the state changes. The current state is probablyL:MSATR_FGCP_STAT_YD.Similarly, the FD1 state can be ready with
L:MSATR_FGCP_STAT_FD1.They've mapped
MSATR_FGCP_STAT_MAN_SPDto the speed dot (i.e. managed speed). Does putting1inL:MSATR_FGCP_SPEED_TGT_SELreliably set managed speed regardless of the current mode?What is
L:MSATR_FGCP_STAT_NAVequivalent to? Managed Nav?