- Messages
- 519
- Country
-
Hello,
I have an autopilot gauge that displays the target speed or mach with a single SPEED mode button, just like in many panels...
It has 2 display modes:
- in IAS mode, you set the target airspeed in KTS and the autothrottle controls the engines to maintain it when you press the SPEED button,
- in MACH mode, you set the target speed in Mach and press the same SPEED button to have the autothrottle maintaining the Mach speed.
The strange thing is when I switch from a IAS speed to Mach mode, with the following scenario :
1) I set a target IAS speed and engage SPEED mode, let's say 250 KTS
Events used : KEY_AP_SPD_VAR_DEC/KEY_AP_SPD_VAR_INC to set target speed, KEY_AP_PANEL_SPEED_HOLD to engage speed mode.
2) I switch to Mach mode display: the Mach target value is displayed but IAS speed mode is still active
I use a custom variable to set the display mode.
3) I set a target Mach value, let's say M0.62, whis is approx 280 KTS at 21000 feet
Events used: KEY_AP_MACH_VAR_DEC/KEY_AP_MACH_VAR_INC to set target Mach value
4) I press the SPEED mode button again. As the display mode is Mach, it engages the autotrottle MACH mode.
Event used: KEY_AP_PANEL_MACH_HOLD to hold Mach speed.
At this time, the target Mach value turns to M0.55, replacing the 0.62 value that was before !!
(this corresponds to 250 KTS, the previously set target speed)
It must be very basic but it drives me mad !! I can't understand why the target value changes when I activate the Mach mode. As soon as the target value is set, it should be taken into account to hold this value.
I saw that on fs9, don't know if FSX reacts the same...
Any help is welcome.
Eric
I have an autopilot gauge that displays the target speed or mach with a single SPEED mode button, just like in many panels...
It has 2 display modes:
- in IAS mode, you set the target airspeed in KTS and the autothrottle controls the engines to maintain it when you press the SPEED button,
- in MACH mode, you set the target speed in Mach and press the same SPEED button to have the autothrottle maintaining the Mach speed.
The strange thing is when I switch from a IAS speed to Mach mode, with the following scenario :
1) I set a target IAS speed and engage SPEED mode, let's say 250 KTS
Events used : KEY_AP_SPD_VAR_DEC/KEY_AP_SPD_VAR_INC to set target speed, KEY_AP_PANEL_SPEED_HOLD to engage speed mode.
2) I switch to Mach mode display: the Mach target value is displayed but IAS speed mode is still active
I use a custom variable to set the display mode.
3) I set a target Mach value, let's say M0.62, whis is approx 280 KTS at 21000 feet
Events used: KEY_AP_MACH_VAR_DEC/KEY_AP_MACH_VAR_INC to set target Mach value
4) I press the SPEED mode button again. As the display mode is Mach, it engages the autotrottle MACH mode.
Event used: KEY_AP_PANEL_MACH_HOLD to hold Mach speed.
At this time, the target Mach value turns to M0.55, replacing the 0.62 value that was before !!
(this corresponds to 250 KTS, the previously set target speed)
It must be very basic but it drives me mad !! I can't understand why the target value changes when I activate the Mach mode. As soon as the target value is set, it should be taken into account to hold this value.
I saw that on fs9, don't know if FSX reacts the same...
Any help is welcome.
Eric