View Single Post
      10-03-2012, 12:56 PM   #964
Frogman
Lieutenant Colonel
United_States
288
Rep
1,892
Posts

Drives: 2012 F30 328i
Join Date: Mar 2012
Location: SoCal

iTrader: (0)

Quote:
Originally Posted by legaleye3000 View Post
If the units are in 0.1 seconds and the value is 50, wouldn't it be 5 seconds rather than 8? Just double checking... If not, please explain what value I should put in if I want it to stay up for an additional 2 seconds from default. Thanks.
E-Sys shows values in hexadecimal (it's a computer thing). 50 is (5 * 16) + (0 * 1) = 80, or 8.0 seconds.

If you want 10 seconds, then try setting the value to 64 (hex). (6 * 16) + (4 * 1) = 100.
Appreciate 0