PiBoSo Official Forum

GP Bikes => Mods => Plugins => Topic started by: HornetMaX on September 23, 2021, 01:20:24 PM

Title: Question on m_iECUState [SOLVED]
Post by: HornetMaX on September 23, 2021, 01:20:24 PM
@PiBoSo:

looking at some telemetry I have a run by Vini in which he had engine brake at 3 and TC at 0 (off) according to m_iEngineBraking and m_iTractionControl respectively.

However, in telemetry m_iECUState the 1st bit (TC active) and the 2nd bit (EB active) are always identical, as if whenever EB is active, TC is also flagged as active (even if it was switched off).

EB fires on as expected during heavy braking (and I clearly see its impact on Throttle vs ThrottleInput), but it seems TC fires on too ?!

Is this normal / intended ?
Title: Re: Question on m_iECUState
Post by: HornetMaX on September 23, 2021, 01:59:20 PM
Oups, nevermind: problem was in my own code  :-[