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.

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

Posted: Fri Mar 28, 2025 1:20 am
by biggstuff
What could be the reason why I do not have this problem with the old script.
I have not changed this script 0303 but my LE Flaps light up on both sides.
What am I missing?

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

Posted: Mon Apr 07, 2025 2:27 pm
by NobbyC_B738
There's nothing missing on your side. You have more (hardware) than the users who have these LE device problems.
From earlier conversation I know that you have a complete hardware AFT OVH configured for your B737. Var 0303 of original script is refering to AFT OVH. It seem that script works fine without modification in the LE device section for users with AFT OVH hardware. Other users like me (I have connected LE device to a FWD OVH device 30 mastercard) may need the modification.