View Single Post
      12-04-2016, 02:10 PM   #11248
theyard
New Member
Spain
0
Rep
12
Posts

Drives: F36 430i
Join Date: Jan 2015
Location: Canary Islands - Spain

iTrader: (0)

Quote:
Originally Posted by shawnsheridan View Post
That is why. With NBT2 ID5 you cannot get unlimited speed due to the shortened Bit Mask of SPEEDLOCK_SPEEDVALUE_MAX:

HU_NBT2 => VIDEO_HANDBRAKE => nicht_aktiv
HU_NBT2 => VIDEO_FRONT_LOCKED => nicht_aktiv
HU_NBT2 => VIDEO_SPEEDLOCK_CONDITION => none
HU_NBT2 => SPEEDLOCK_CAR_STANDSTILL => none

HU_NBT2 => SPEEDLOCK_X_KMH_MAX => Werte = FF
HU_NBT2 => SPEEDLOCK_X_KMH_MIN => Werte = FF
HU_NBT2 => SPEEDLOCK_SPEEDVALUE_MIN => nicht_aktiv for ID4 or 1F for ID5
HU_NBT2 => SPEEDLOCK_SPEEDVALUE_MAX => nicht_aktiv for ID4 or 3F for ID5 (63 kmh or 39 mph)
Ok, understood, no video speed unlocking for ID5 by now ...(and I understand that few hopes in the future ¿?).

But only for understanding purposes: when trying to modify the Ausgelesen values only options are nice_aktiv / 8_kmh / 3_kmh. If I change the Ausgeselen to nich_aktiv and edit manually the werte values to those indicated, receive several errors when coding. Looking after Ausgelesen appears as UNKNOWN, but werte values are as manually modified. What is happening?

Thanks
Appreciate 0