Page 1 of 1

PROBLEM WITH MODULE "LE FLAPS" B 737U

Posted: Fri Jan 10, 2025 1:38 pm
by XAID104
Hi

I have a strange problem with the module "LE FLAPS" on overhead AFT .The left led s [11-26] light up normally but the right ones [27-42] do not. With the SIOC monitor everything is OK, even with the test button on the module. The numbers seem to be in the correct position .All modules are from Open Cockpits. Any ideas

Thank you.

Re: PROBLEM WITH MODULE "LE FLAPS" B 737U

Posted: Fri Jan 10, 2025 5:32 pm
by NobbyC_B738
Hi,
this is a well-known problem. See thread "LE Devices AFT-OVHD PMDG738" where I posted a solution. This was for previous scrips . When you are on script 7.0, you now have to change the C0 booleans variable within the command for variable 0303:

from:
Var 0303, name FlapsDisplayR, Link SUBRUTINE
{
C0 = &OVH_AFT_POW_ON = 0

to:
Var 0303, name FlapsDisplayR, Link SUBRUTINE
{
C0 = &AUDI3_POWER_ON = 0

Change script, compile and have fun

Re: PROBLEM WITH MODULE "LE FLAPS" B 737U

Posted: Sun Jan 12, 2025 4:32 pm
by XAID104
Thank you very much ,the problem is solved.