Hello,
I've downloaded last version of FSUIPC 7.0.6 (1st march 2021) and try to set AUTOBRAKES LO/MED/MAX working with DECEL lights on MSFS 2020 (1.14.5.0 last version).
But I have two troubleshooting :
When I set AUTOBRAKES from OFF to MED or MAX it always set firsto to LOW. I have to set again to MED or MAX and it works fine at the second times.
I don't have DECEL light even if in MSFS 2020 it lights on.
I use the exactly same configuration than asessa (excepted for LED ON but normaly no impact on my issues) :
INPUT
ABRK LO = FSUIPC Offset 0x2F80 , Set Value = if($=0,2,0)
ABRK MED = FSUIPC Offset 0x2F80 , Set Value = if($=0,3,0)
ABRK MAX = FSUIPC Offset 0x2F80 , Set Value = if($=0,4,0)
OUTPUT
ABRK LO ON= FSUIPC Offset 0x0260 , Trasform = if($=1,1,0)
ABRK MED ON= FSUIPC Offset 0x0260 , Trasform = if($=2,1,0)
ABRK MAX ON = FSUIPC Offset 0x0260 , Trasform = if($=3,1,0)
ABRK LO DECEL= FSUIPC Offset 0x0C46 , Trasform = if($=1,1,0) , PRECONDITION ABRK LO ON = 1
ABRK MED DECEL= FSUIPC Offset 0x0C46 , Trasform = if($=1,1,0) , PRECONDITION ABRK MED ON = 1
ABRK MAX DECEL = FSUIPC Offset 0x0C46 , Trasform = if($=1,1,0) , PRECONDITION ABRK MAX ON = 1
Thanks for your help,
Alexis