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.
PROBLEM WITH MODULE "LE FLAPS" B 737U
-
- Posts: 47
- Joined: Mon Nov 28, 2022 7:38 pm
Re: PROBLEM WITH MODULE "LE FLAPS" B 737U
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
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)
Norbert
(EDDH)
Re: PROBLEM WITH MODULE "LE FLAPS" B 737U
Thank you very much ,the problem is solved.