AFT OVH LE Device leds does not work[SOLVED]
Posted: Mon Sep 18, 2017 5:19 am
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
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