You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FCU_SPD_SET (see a320-events.md) does not work as expected.
Expected behavior
Call the FCU_SPD_SET event when in selected Mach mode and instantly get the new value selected on the FCU. This did work at some point and is currently still working in Speed mode.
Steps to reproduce
Get airborne.
Select (pull) Speed on the FCU.
Call for example Event 78 (>K:A32NX.FCU_SPD_SET)
The selected speed will always be .99 unless a value < 1 is selected. In the latter case the selected speed will always be 0.10 (so min and max selectable values). Possibly some erroneous rounding or casting going on?
References (optional)
No response
Additional info (optional)
No response
Discord Username (optional)
No response
The text was updated successfully, but these errors were encountered:
Oh, yes, you're correct. Simconnect doesn't support floating point parameters passed to K events, so we'll have to use the mach number multiplied by 100 (this is how the sim's own event does it too). Thanks for the report, totally overlooked that!
- Using new variables for barometric settings
- Removed QFE functionality
- Improved accuracy of inHg display
- Using new variables for EFIS ND controls
- Using new variables for FD, LS, APPR, LOC and EXPED buttons
- FD buttons are now separated between CM1 and CM2
- Fixed ECAM STS button behavior
- Using new variables for navaid selectors
- Fixed VS/FPA display for dashes
- Added a workaround for proper altitude selection in sub-1000 steps
- A few under-the-hood improvements
- Known issue: Mach selection does not work (see flybywiresim/aircraft#9881)
Simulator Version
2020
Aircraft Version
Development
Build info
Describe the bug
FCU_SPD_SET (see a320-events.md) does not work as expected.
Expected behavior
Call the FCU_SPD_SET event when in selected Mach mode and instantly get the new value selected on the FCU. This did work at some point and is currently still working in Speed mode.
Steps to reproduce
78 (>K:A32NX.FCU_SPD_SET)
The selected speed will always be .99 unless a value < 1 is selected. In the latter case the selected speed will always be 0.10 (so min and max selectable values). Possibly some erroneous rounding or casting going on?
References (optional)
No response
Additional info (optional)
No response
Discord Username (optional)
No response
The text was updated successfully, but these errors were encountered: