Up to After LDG

This commit is contained in:
Kilian Hofmann 2025-11-18 11:53:05 +01:00
parent 920768aa33
commit 4161b91fc9

View File

@ -791,8 +791,8 @@
<Checkpoint>
<Clue name="Set local altimeter setting" />
<CheckpointDesc SubjectTT="Altimeter" ExpectationTT="Set" />
<Instrument Id="MD11_LECP_BAROSET_KB" />
<Instrument Id="MD11_RECP_BAROSET_KB" />
<Instrument Id="MD11_LECP_BAROSET_CAP" />
<Instrument Id="MD11_RECP_BAROSET_CAP" />
<Instrument Id="knob_kohlsman">
<OnlyIf>
<Val Code="(L:MD11_OPT_ANALOG_STBY) 1 ==" />
@ -1406,12 +1406,12 @@
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Set the Flaps/Slates to the calculated TO Setting" />
<Clue name="Set the Flaps/Slats to the calculated TO Setting" />
<CheckpointDesc SubjectTT="Flaps/Slats" ExpectationTT="SET for TO" />
<Instrument Id="MD11_FLAP_LATCH" />
<Test>
<TestValue>
<Val Code="(L:MD11_FLAP_RNG) 0 !=" />
<Val Code="(L:MD11_FLAP_RNG) 20 &gt;" />
</TestValue>
</Test>
</Checkpoint>
@ -1449,43 +1449,366 @@
<Step ChecklistStepId="FLIGHT_RUNWAY">
<Page SubjectTT="Before Takeoff">
<Checkpoint>
<Clue name="Verify the EIS/Bugs are set as required" />
<CheckpointDesc SubjectTT="EIS/Bugs" ExpectationTT="VERIFY" />
</Checkpoint>
<Checkpoint>
<Clue name="Verify the Runway" />
<CheckpointDesc SubjectTT="RUNWAY" ExpectationTT="VERIFY" />
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Anti-ice system is set up " />
<CheckpointDesc SubjectTT="Anti-Ice" ExpectationTT="Wings OFF, Engines AS REQUIRED" />
<Instrument Id="MD11_OVHD_AICE_ENG1_BT" />
<Instrument Id="MD11_OVHD_AICE_ENG2_BT" />
<Instrument Id="MD11_OVHD_AICE_ENG3_BT" />
<Instrument Id="MD11_OVHD_AICE_WING_BT" />
<Instrument Id="MD11_OVHD_AICE_TAIL_BT" />
<Test>
<TestValue>
<Operator OpType="AND">
<Val Code="(L:MD11_OVHD_AICE_WING_ON_LT) 0 ==" />
<Val Code="(L:MD11_OVHD_AICE_WING_DISAG_LT) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Stabilizer Trim is in the Green Band" />
<CheckpointDesc SubjectTT="Stabilizer Trim" ExpectationTT="VERIFY Green Band" />
<Instrument Id="MD11_THR_LONG_TRIM_SW" />
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Spoilers are Armed" />
<CheckpointDesc SubjectTT="Spoilers" ExpectationTT="ARMED" />
<Instrument Id="MD11_SPDBRK_HANDLE" />
<Test>
<TestValue>
<Operator OpType="AND">
<Val Code="(L:MD11_SPDBRK_HANDLE) 1 ==" />
<Val Code="(L:MD11_SPDBRK_RNG) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Verify the Auto Brakes are set to RTO" />
<CheckpointDesc SubjectTT="Auto Brake Switch" ExpectationTT="RTO" />
<Instrument Id="MD11_CTR_AUTOBRAKE_SW" />
<Test>
<TestValue>
<Val Code="(L:MD11_CTR_AUTOBRAKE_SW) 0 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Verify the Flaps/Slats are set for Takeoff" />
<CheckpointDesc SubjectTT="Flaps/Slats" ExpectationTT="SET for TO" />
<Instrument Id="MD11_FLAP_LATCH" />
<Test>
<TestValue>
<Val Code="(L:MD11_FLAP_RNG) 20 &gt;" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Verify all Takeoff Data and their associated Bugs" />
<CheckpointDesc SubjectTT="Takeoff Data and Bugs" ExpectationTT="VERIFY" />
</Checkpoint>
<Checkpoint>
<Clue
name="Ensure all Engine Parameters are within limits and any remaining alerts are expected or noted" />
<CheckpointDesc SubjectTT="EAD" ExpectationTT="CHECKED" />
</Checkpoint>
<Checkpoint>
<Clue name="Turn on the Landing Lights when entering the runway" />
<CheckpointDesc SubjectTT="Landing Lights" ExpectationTT="ON" />
<Instrument Id="MD11_OVHD_LTS_NOSE_SW" />
<Instrument Id="MD11_OVHD_LTS_LDG_L_SW" />
<Instrument Id="MD11_OVHD_LTS_LDG_R_SW" />
<Test>
<TestValue>
<Operator OpType="AND">
<Operator OpType="AND">
<Val Code="(L:MD11_OVHD_LTS_NOSE_SW) 2 ==" />
<Val Code="(L:MD11_OVHD_LTS_LDG_L_SW) 2 ==" />
</Operator>
<Val Code="(L:MD11_OVHD_LTS_LDG_R_SW) 2 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Turn on the High Intensity Lights when entering the runway" />
<CheckpointDesc SubjectTT="High Intensity Lights" ExpectationTT="ON" />
<Instrument Id="MD11_OVHD_LTS_HI_INT_BT" />
<Test>
<TestValue>
<Val Code="(L:MD11_OVHD_LTS_HI_INT_LT) 0 ==" />
</TestValue>
</Test>
</Checkpoint>
<Block SubjectTT="Flight Modes">
<Checkpoint>
<Clue name="Ensure all Flight Modes are set as required" />
<CheckpointDesc SubjectTT="Flight Modes" ExpectationTT="AS REQUIRED" />
</Checkpoint>
<Checkpoint>
<Clue name="Ensure NAV is armed" />
<CheckpointDesc SubjectTT="NAV" ExpectationTT="ARMED" />
<Instrument Id="MD11_CGS_NAV_BT" />
<Test>
<TestValue>
<Val Code="(L:MD11_CGS_NAV_BT) 1 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure PROF is armed" />
<CheckpointDesc SubjectTT="PROF" ExpectationTT="ARMED" />
<Instrument Id="MD11_CGS_PROF_BT" />
<Test>
<TestValue>
<Val Code="(L:MD11_CGS_PROF_BT) 1 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Autoflight ATS is armed once lined up on the runway" />
<CheckpointDesc SubjectTT="AUTOFLIGHT" ExpectationTT="PRESS after LINEUP" />
<Instrument Id="MD11_CGS_AUTOFLIGHT_BT" />
<Test>
<TestValue>
<Val Code="(L:MD11_CGS_AUTOFLIGHT_BT) 1 ==" />
</TestValue>
</Test>
</Checkpoint>
</Block>
</Page>
</Step>
<Step ChecklistStepId="FLIGHT_TAKEOFF">
<Page SubjectTT="After Takeoff">
<Page SubjectTT="Takeoff">
<Checkpoint>
<Clue name="Set Takeoff Power by advancing the thrust levers beyond 70% N1" />
<CheckpointDesc SubjectTT="TOGA Power" ExpectationTT="SET" />
</Checkpoint>
</Page>
<Page SubjectTT="After Takeoff">
<Checkpoint>
<Clue name="Retract the Gear" />
<CheckpointDesc SubjectTT="Gear" ExpectationTT="UP" />
<Instrument Id="MD11_MIP_GEAR_SW" />
<Test>
<TestValue>
<Val Code="(L:MD11_MIP_GEAR_SW) 0 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Spoilers are disarmed" />
<CheckpointDesc SubjectTT="Spoilers" ExpectationTT="DISARMED" />
<Instrument Id="MD11_SPDBRK_HANDLE" />
<Test>
<TestValue>
<Operator OpType="AND">
<Val Code="(L:MD11_SPDBRK_HANDLE) 0 ==" />
<Val Code="(L:MD11_SPDBRK_RNG) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Auto Brakes are disarmed" />
<CheckpointDesc SubjectTT="Auto Brake Switch" ExpectationTT="OFF" />
<Instrument Id="MD11_CTR_AUTOBRAKE_SW" />
<Test>
<TestValue>
<Val Code="(L:MD11_CTR_AUTOBRAKE_SW) 1 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Retract the Flaps/Slats according to retraction schedule" />
<CheckpointDesc SubjectTT="Flaps/Slats" ExpectationTT="UP and RETRACTED" />
<Instrument Id="MD11_FLAP_LATCH" />
<Test>
<TestValue>
<Val Code="(L:MD11_FLAP_RNG) 0 ==" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue
name="Ensure all Engine Parameters are within limits and any remaining alerts are expected or noted" />
<CheckpointDesc SubjectTT="EAD" ExpectationTT="CHECKED" />
</Checkpoint>
</Page>
<Page SubjectTT="Passing above 10000ft">
<Checkpoint>
<CheckpointDesc SubjectTT="Sterile Cockpit" ExpectationTT="CHIME" />
</Checkpoint>
<Checkpoint>
<Clue name="Turn off the Landing Lights" />
<CheckpointDesc SubjectTT="Landing Lights" ExpectationTT="OFF" />
<Instrument Id="MD11_OVHD_LTS_NOSE_SW" />
<Instrument Id="MD11_OVHD_LTS_LDG_L_SW" />
<Instrument Id="MD11_OVHD_LTS_LDG_R_SW" />
<Test>
<TestValue>
<Operator OpType="AND">
<Operator OpType="AND">
<Val Code="(L:MD11_OVHD_LTS_NOSE_SW) 0 ==" />
<Val Code="(L:MD11_OVHD_LTS_LDG_L_SW) 0 ==" />
</Operator>
<Val Code="(L:MD11_OVHD_LTS_LDG_R_SW) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
</Page>
<Page SubjectTT="Passing Transition Altitude">
<Checkpoint>
<Clue name="Set STD altimeter setting" />
<CheckpointDesc SubjectTT="Altimeter" ExpectationTT="STD" />
<Instrument Id="MD11_LECP_BAROSET_CAP" />
<Instrument Id="MD11_RECP_BAROSET_CAP" />
<Instrument Id="knob_kohlsman">
<OnlyIf>
<Val Code="(L:MD11_OPT_ANALOG_STBY) 1 ==" />
</OnlyIf>
</Instrument>
<Instrument Id="MD11_MIP_ISFD_BARO_KB">
<OnlyIf>
<Val Code="(L:MD11_OPT_ISFD) 1 ==" />
</OnlyIf>
</Instrument>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Dial-a-Flap is set to 15" />
<CheckpointDesc SubjectTT="Dial-a-Flap" ExpectationTT="15" />
<Instrument Id="MD11_DIALAFLAP_WHEEL_RNG" />
<Test>
<TestValue>
<Val Code="(L:MD11_DIALAFLAP_IND_RNG) 33 ==" />
</TestValue>
</Test>
</Checkpoint>
</Page>
</Step>
<Step ChecklistStepId="FLIGHT_CRUISE">
<Page SubjectTT="Cruise">
<Checkpoint>
<Clue name="Periodically verify the FMA modes" />
<CheckpointDesc SubjectTT="FMA" ExpectationTT="VERIFY" />
</Checkpoint>
<Checkpoint>
<Clue name="Set up the FMS for descend, approach, and landing" />
<CheckpointDesc SubjectTT="FMS" ExpectationTT="SETUP for DESCEND" />
</Checkpoint>
</Page>
</Step>
<Step ChecklistStepId="FLIGHT_DESCENT">
<Page SubjectTT="Passing Transition Level">
<Checkpoint>
<Clue name="Set local altimeter setting" />
<CheckpointDesc SubjectTT="Altimeter" ExpectationTT="Set" />
<Instrument Id="MD11_LECP_BAROSET_CAP" />
<Instrument Id="MD11_RECP_BAROSET_CAP" />
<Instrument Id="knob_kohlsman">
<OnlyIf>
<Val Code="(L:MD11_OPT_ANALOG_STBY) 1 ==" />
</OnlyIf>
</Instrument>
<Instrument Id="MD11_MIP_ISFD_BARO_KB">
<OnlyIf>
<Val Code="(L:MD11_OPT_ISFD) 1 ==" />
</OnlyIf>
</Instrument>
</Checkpoint>
</Page>
<Page SubjectTT="Passing below 10000ft">
<Checkpoint>
<Clue name="Turn on the Landing Lights" />
<CheckpointDesc SubjectTT="Landing Lights" ExpectationTT="ON" />
<Instrument Id="MD11_OVHD_LTS_NOSE_SW" />
<Instrument Id="MD11_OVHD_LTS_LDG_L_SW" />
<Instrument Id="MD11_OVHD_LTS_LDG_R_SW" />
<Test>
<TestValue>
<Operator OpType="AND">
<Operator OpType="AND">
<Val Code="(L:MD11_OVHD_LTS_NOSE_SW) 2 ==" />
<Val Code="(L:MD11_OVHD_LTS_LDG_L_SW) 2 ==" />
</Operator>
<Val Code="(L:MD11_OVHD_LTS_LDG_R_SW) 2 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<CheckpointDesc SubjectTT="Sterile Cockpit" ExpectationTT="CHIME" />
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Auto Brakes are set as required" />
<CheckpointDesc SubjectTT="Auto Brake Switch" ExpectationTT="AS REQUIRED" />
<Instrument Id="MD11_CTR_AUTOBRAKE_SW" />
<Test>
<TestValue>
<Val Code="(L:MD11_CTR_AUTOBRAKE_SW) 0 !=" />
</TestValue>
</Test>
</Checkpoint>
</Page>
</Step>
<Step ChecklistStepId="LANDING_APPROACH">
<Page SubjectTT="Before Landing">
<Checkpoint>
<Clue name="Extend the Gear" />
<CheckpointDesc SubjectTT="Gear" ExpectationTT="DOWN" />
<Instrument Id="MD11_MIP_GEAR_SW" />
<Test>
<TestValue>
<Val Code="(L:MD11_MIP_GEAR_SW) 0 !=" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Extend the Flaps/Slats according to extension schedule" />
<CheckpointDesc SubjectTT="Flaps/Slats" ExpectationTT="AS REQUIRED" />
<Instrument Id="MD11_FLAP_LATCH" />
<Test>
<TestValue>
<Val Code="(L:MD11_FLAP_RNG) 82 &gt;=" />
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Spoilers are armed" />
<CheckpointDesc SubjectTT="Spoilers" ExpectationTT="ARMED" />
<Instrument Id="MD11_SPDBRK_HANDLE" />
<Test>
<TestValue>
<Operator OpType="AND">
<Val Code="(L:MD11_SPDBRK_HANDLE) 1 ==" />
<Val Code="(L:MD11_SPDBRK_RNG) 0 ==" />
</Operator>
</TestValue>
</Test>
</Checkpoint>
<Checkpoint>
<Clue name="Ensure the Missed Approach Altitude is set" />
<CheckpointDesc SubjectTT="Missed Approach Altitude" ExpectationTT="SET" />
<Instrument Id="MD11_CGS_ALT_KB" />
</Checkpoint>
</Page>
</Step>