Results 1 to 9 of 9
Thread: Auto Brake DECEL Green light
-
04-13-2016, 10:06 PM #1
Auto Brake DECEL Green light
Hi all,
Has anyone had the DECEL Green led ON at landing?
I had all 3 DECEL light green up OK when testing all light from OVHD sw , however with autobrake low/med armed after touchdown DECEL is not on.
I am using MobiFlight with Arduino.
Thanks,
-
05-09-2016, 01:10 AM #2
Re: Auto Brake DECEL Green light
Hi JL,
I follow your instruction:
"IF (DECEL = ON)AND(ABRK_LO = ON) THEN DECEL_LO_LED=ON ELSE DECEL_LO_LED=OFF"
I press Test Light (on Overhead) and DECEL led turn on (There are an FSUIPC output in Mobiflight=32)
However after towndown, reverse Green, the LED not come ON (There are no output for DECEL, output=0 )
Test Light (DECEL output =32 OK)
AutoBrake LOW Armed, then Touchdown and reverse green, the DECEL green led did not come ON.
I am wondering is there any action that I miss when landing that made the Decel did not come on?
Thanks
-
10-06-2017, 05:06 PM #3
- Join Date
- Nov 2015
- Location
- Krefeld, GER
- Posts
- 243
Re: Auto Brake DECEL Green light
Hi Vu,
in the mobilflight forum I have seen, that you figured out, how to set the conditions in Mobiflight.
Would you mind sharing screenshots of your mobilflight config?
Do I have to write some value to a free offset, as well? Never done that before. Appreciate your help!
Thanks,
Michael
-
10-16-2017, 11:20 PM #4
Re: Auto Brake DECEL Green light
Hi Michael, sorry for late response. I was having problem in reaching mycockpit forum.
Example for AB Low button. Assuming you have AB Low Blue assigned.
1. Create an output config with name DECEL...assign the fsuipc for this config. (7393-1-5)
2. Create a config AB Decel On.
- FSUIPC not required.
- Display: select Decel Green Led
- Precondition: Select DECEL>0 and AB Low Blue >0
3. Create a config AB Decel Off
- FSUIPC not required.
- Display: select Decel Green Led
- Precondition: Select DECEL=0 or AB Low Blue =0
The same method with 2 other AB positions.
Hope it helps you
Regards,
Vu
-
10-25-2017, 05:23 AM #5
- Join Date
- Nov 2015
- Location
- Krefeld, GER
- Posts
- 243
Re: Auto Brake DECEL Green light
Hi Vu,
thank you very much for your help!
I still do not understand your step 1. What do you mean with the output config named "DECEL"? Which LED does it refer to? The AB Low? Or none?
This is, what I have configured in Mobiflight today:
- "AB set" LED (blue) for all 3 AB modes
- Decel LED (7393, green) for all 3 AB modes > they all light up currently, when one of the AB modes becomes active after landing
Could you maybe send a screenshot of your Mobiflight config?
Thanks a lot!!!
Michael
-
11-09-2017, 04:24 AM #6
Re: Auto Brake DECEL Green light
Michael,
DECEL config (in Output Tab of MF) does not required to assign any output LED. Just need this config for the signal from FMGS.
so please create 3 configs as below for your testing. I will try to take a screen shot of my config later.
1. DECEL config created with offset assigned (7393-1-5)
2. Create config : Decel_Low_On with output of your decel green led (At Low button)
Precondition: (AND) DECEL > 0 AND AB_Low >0
3. Create config: Decel_Low_Off with output of your decel green led (At Low button)
Precondition: (OR) DECEL=0 OR AB_Low=0
With this setup, when you touchdown (with AB LOW armed) there will be an output from DECEL Config (value >0)
then the decel green led will be turned on
after manual braking, The AB_LOW (Blue led) will be off (AB_LOW=0), then the decel green led will be off.
-
11-11-2017, 07:58 PM #7
- Join Date
- Nov 2015
- Location
- Krefeld, GER
- Posts
- 243
Re: Auto Brake DECEL Green light
Hi Vu,
it's working nicely now! Thank you very much!
Michael
-
01-04-2018, 12:39 PM #8
- Join Date
- Nov 2015
- Location
- Krefeld, GER
- Posts
- 243
Re: Auto Brake DECEL Green light
Hi Vu, all,
somehow the Decel LED does not go on anymore. Not sure, if it came with B49 or if I changed something unconsciously.
Can't get it back to work. Is this feature still working for you with B49?
Michael
-
05-29-2018, 10:22 PM #9