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: 53
- 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.
Re: PROBLEM WITH MODULE "LE FLAPS" B 737U
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?
I have not changed this script 0303 but my LE Flaps light up on both sides.
What am I missing?
-
- Posts: 53
- Joined: Mon Nov 28, 2022 7:38 pm
Re: PROBLEM WITH MODULE "LE FLAPS" B 737U
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.
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.
Best Regards
Norbert
(EDDH)
Norbert
(EDDH)