PROBLEM WITH MODULE "LE FLAPS" B 737U

The forum for all issues related to the new OC4BAv5 and the new OCP4NGXu driver for PMDG B737NGXu.
Post Reply
XAID104
Posts: 14
Joined: Thu Feb 04, 2021 12:27 pm

PROBLEM WITH MODULE "LE FLAPS" B 737U

Post 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.
NobbyC_B738
Posts: 47
Joined: Mon Nov 28, 2022 7:38 pm

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

Post 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
Best Regards
Norbert
(EDDH)
XAID104
Posts: 14
Joined: Thu Feb 04, 2021 12:27 pm

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

Post by XAID104 »

Thank you very much ,the problem is solved.
Post Reply