Problems to get the leds light up during traveling aso.
Is the FlapposL for the gauge with just one neddle and does the Aft Ovh Audiopanel be tuned on someway for it to work? See C0 below.
Why different C0 and C1 compare to the servo flap script? See part of it below.
Doesn´t that scrip has to contain &FlapposL somehow?
My Flap gauge is working and so is the LE leds Transit and fully ext. on the MIP.
The LEDS lights up during test.
Var 0419, name FlapPosL, static // Flaps needle left 0 to 40000
{
CALL &FlapsDisplayL
}
Var 0106, name FlapsDisplayL, Link SUBRUTINE
{
C0 = &AUDI3_POWER_ON = 1
C1 = &FlapPosL < 10
IF C0 OR C1
{
CALL &AllOffL
}
ELSE
{
IF &FlapPosL < 990
{
CALL &Trans1L
}
ELSE
{
IF &FlapPosL < 5010
{
CALL &Ext1L
}
ELSE
{
IF &FlapPosL < 9990
{
CALL &Trans2L
}
ELSE
{
CALL &Ext2L
}
}
}
}
}
Var 0418, name servo_flaps, Link USB_SERVOS, Device 36, Output 1, PosL 140, PosC 511, PosR 1023
Var 1328, name flaps, static, Value 0
{
L0 = &flaps
L2 = L0
C0 = L0 >= 0
C1 = L0 <= 1000
IF C0 AND C1
{
&flaps_low_val = 0
&flaps_high_val = 1000
&servo_high_val = 125
&servo_low_val = 191 // 0 and 1Var 0418, name servo_flaps, Link USB_SERVOS, Device 36, Output 1, PosL 140, PosC 511, PosR 1023
Var 1328, name flaps, static, Value 0
{
L0 = &flaps
L2 = L0
C0 = L0 >= 0
C1 = L0 <= 1000
IF C0 AND C1
{
&flaps_low_val = 0
&flaps_high_val = 1000
&servo_high_val = 125
&servo_low_val = 191 // 0 and 1
AFT OVH LE Device leds does not work[SOLVED]
Re: AFT OVH LE Device leds does not work
I believe you have an old OCP4NGX_OVH-AFT.txt script part in the ssi script you are using.
Are you using the latest script OCP4NGX_v4.5.ssi?
I know there was some missing Variables numberings in the OCP4NGX_OVH_AFT.txt used in the beta OCP4NGX_v4.4.ssi.
The OCP4NGX_v4.5.ssi uses the corrected OCP4NGX_OVH-AFT_01.txt that has the correct Variable numbering.
Are you using the latest script OCP4NGX_v4.5.ssi?
I know there was some missing Variables numberings in the OCP4NGX_OVH_AFT.txt used in the beta OCP4NGX_v4.4.ssi.
The OCP4NGX_v4.5.ssi uses the corrected OCP4NGX_OVH-AFT_01.txt that has the correct Variable numbering.
Re: AFT OVH LE Device leds does not work
Roar
Changed to 4.5 but still no LE Devices leds are lighted up during flaps in transit on my OVH AFT panel. Works in SIOC monitor pushing the output numbers when not flying.
When watching sioc monitor when flying during landing/takeoff and moving the flaps the leds does not light up on my OVH AFT panel. Otherwise all flaps on the MIP and aircraft works ok.
Could not see any different in between the 4.4 post beta 2 and 4.5 regarding the scripts concerning LE Device leds.
How about the servo script and &flaps_low_val = 0 &flaps_high_val = 100?
Could be something I have overlooked offcoure. Could my scriped for the Throttle stand have some impacked?
Var 3000, name FLAPS_LE_Pot, Link USB_ANALOGIC, Device 36, Input 1, PosL 20, PosC 127, PosR 130
Please advice
Changed to 4.5 but still no LE Devices leds are lighted up during flaps in transit on my OVH AFT panel. Works in SIOC monitor pushing the output numbers when not flying.
When watching sioc monitor when flying during landing/takeoff and moving the flaps the leds does not light up on my OVH AFT panel. Otherwise all flaps on the MIP and aircraft works ok.
Could not see any different in between the 4.4 post beta 2 and 4.5 regarding the scripts concerning LE Device leds.
How about the servo script and &flaps_low_val = 0 &flaps_high_val = 100?
Could be something I have overlooked offcoure. Could my scriped for the Throttle stand have some impacked?
Var 3000, name FLAPS_LE_Pot, Link USB_ANALOGIC, Device 36, Input 1, PosL 20, PosC 127, PosR 130
Please advice
Re: AFT OVH LE Device leds does not work
New updated OCP4NGX_V4.5.ssi script has been sent you.
Please test and report back.
Please test and report back.
Re: AFT OVH LE Device leds does not work
Roar
Last mod. did it. It all works now.
Thanks case closed
Last mod. did it. It all works now.
Thanks case closed
Re: AFT OVH LE Device leds does not work
I mark this as SOLVED and will upload a modified OCP4NGX_v4.5.ssi script to the Server.