From 317272d3d7311daaa4be428b456b9accf7594963 Mon Sep 17 00:00:00 2001 From: Waveif <82508269+Waveif@users.noreply.github.com> Date: Tue, 28 Jan 2025 16:28:26 +0100 Subject: [PATCH 1/4] Vapp wind component fix --- fbw-a380x/src/systems/shared/src/OperatingSpeeds.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fbw-a380x/src/systems/shared/src/OperatingSpeeds.tsx b/fbw-a380x/src/systems/shared/src/OperatingSpeeds.tsx index 373c06c8af5..1b8dea85975 100644 --- a/fbw-a380x/src/systems/shared/src/OperatingSpeeds.tsx +++ b/fbw-a380x/src/systems/shared/src/OperatingSpeeds.tsx @@ -463,7 +463,7 @@ export class A380OperatingSpeeds { } else { this.vls = SpeedsLookupTables.getApproachVls(fPos + 1, cg, m); } - this.vapp = this.vls + addWindComponent(wind); + this.vapp = this.vls + addWindComponent(Math.round(wind / 3)); this.vref = this.vls = SpeedsLookupTables.getApproachVls(ApproachConf.CONF_FULL, cg, m); this.gd = SpeedsLookupTables.GREEN_DOT.get(altitude, m); From def437cda50546fd1a01de4834d0aed8e3a4944a Mon Sep 17 00:00:00 2001 From: Waveif <82508269+Waveif@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:03:34 +0100 Subject: [PATCH 2/4] Vapp Wind omponent fix From aca488f9f90c6c0b0ebecdc3ec390054e6486881 Mon Sep 17 00:00:00 2001 From: Waveif <82508269+Waveif@users.noreply.github.com> Date: Tue, 28 Jan 2025 18:06:17 +0100 Subject: [PATCH 3/4] Vapp Wind Correction Calculation fix From 7a708e862dc2a4b85f965c6c4e436939179dc584 Mon Sep 17 00:00:00 2001 From: Waveif <82508269+Waveif@users.noreply.github.com> Date: Wed, 29 Jan 2025 07:37:05 +0100 Subject: [PATCH 4/4] fix(a380x/fms): Vapp wind correction --- .github/CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index cb838a49cb1..f162c996682 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -140,6 +140,7 @@ 1. [EFB] Set EFB Auto Brightness to default to On - @MrJigs7 (MrJigs) 1. [FMS] Allow airport to be loaded as fixes in instrument procedures - @tracernz (Mike) 1. [A380X/ND] Fix Terr text wrong position on terrain radar - @MrJigs7 (MrJigs.) +1. [A380X/FMS] Vapp wind correction calculation fix - @Waveif (waveif) ## 0.12.0