From c63a47c275048662de46cfa60f41c4af1ec2d3c7 Mon Sep 17 00:00:00 2001 From: "B.Fatih KOZ" Date: Mon, 1 Jan 2024 09:33:45 +0300 Subject: [PATCH 1/3] Update B748_by_Super.sacfg Fixed author name (it needs a space at the end) Corrected vapp check logic, (I hope) --- aircraftConfigs/B748_by_Super.sacfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aircraftConfigs/B748_by_Super.sacfg b/aircraftConfigs/B748_by_Super.sacfg index 472926d..5457c1e 100644 --- a/aircraftConfigs/B748_by_Super.sacfg +++ b/aircraftConfigs/B748_by_Super.sacfg @@ -2,7 +2,7 @@ "enabled": true, "acf": { "icao": "B748", - "author": "Supercritical Simulations Group" + "author": "Supercritical Simulations Group " }, "speed": { "taxi": 30 @@ -171,7 +171,7 @@ { "name": "Vref not set", "type": 2, - "primaryCondition": "$SSG/B748/FMC/land_speed > 50", + "primaryCondition": "$SSG/B748/FMC/land_speed < 100", "beginConditionMarker": "#CH", "endConditionMarker": "#TD-3000ms", "description": "Approach VREF should be set in the CDU" @@ -362,4 +362,4 @@ ] } ] -} \ No newline at end of file +} From e9d09aa527e4fd844cb93b82851e7133290c8a5a Mon Sep 17 00:00:00 2001 From: Axel R Date: Mon, 1 Jan 2024 19:52:24 +0100 Subject: [PATCH 2/3] Fixed speedbrakes --- aircraftConfigs/B748_by_Super.sacfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircraftConfigs/B748_by_Super.sacfg b/aircraftConfigs/B748_by_Super.sacfg index 5457c1e..c23d89b 100644 --- a/aircraftConfigs/B748_by_Super.sacfg +++ b/aircraftConfigs/B748_by_Super.sacfg @@ -281,7 +281,7 @@ { "name": "Speedbrake not armed", "type": 2, - "primaryCondition": "$SSG/CTRL/spdbrk_arm_sw < 1", + "primaryCondition": "$SSG/CTRL/spdbrk_arm_sw > 0.95", "beginConditionMarker": "#CH", "endConditionMarker": "#TD-3000ms", "secondaryCondition": "$analysis.rollout.go_around == 0", From dcf54c9296073ebf08922f8fa99d48a4de555e6c Mon Sep 17 00:00:00 2001 From: Axel R Date: Mon, 1 Jan 2024 21:46:47 +0100 Subject: [PATCH 3/3] Update B748_by_Super.sacfg --- aircraftConfigs/B748_by_Super.sacfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aircraftConfigs/B748_by_Super.sacfg b/aircraftConfigs/B748_by_Super.sacfg index c23d89b..e9fa451 100644 --- a/aircraftConfigs/B748_by_Super.sacfg +++ b/aircraftConfigs/B748_by_Super.sacfg @@ -171,7 +171,7 @@ { "name": "Vref not set", "type": 2, - "primaryCondition": "$SSG/B748/FMC/land_speed < 100", + "primaryCondition": "$SSG/B748/FMC/land_speed > 50", "beginConditionMarker": "#CH", "endConditionMarker": "#TD-3000ms", "description": "Approach VREF should be set in the CDU"