Pages: [1]
Author Topic: 8D0907551D 0261206382 350243 VMAXNB  (Read 467 times)
M.Mischler
Full Member
***

Karma: +0/-0
Offline Offline

Posts: 51


« on: October 29, 2024, 09:38:48 AM »

I would like to know where I can find the fixed value VMAXNB (maximum permissible vehicle speed in normal operation) in 8D0907551D 0261206382 350243. Does anyone know the address?

If necessary, I would be willing to pay for this information.
Logged
gremlin
Hero Member
*****

Karma: +194/-9
Offline Offline

Posts: 650


« Reply #1 on: October 29, 2024, 12:47:13 PM »

There are 4 values concerning Vmax control
0x132F2
0x132F4
0x132F6
0x132F8

Logged
M.Mischler
Full Member
***

Karma: +0/-0
Offline Offline

Posts: 51


« Reply #2 on: October 30, 2024, 12:31:18 AM »

There are 4 values concerning Vmax control
0x132F2
0x132F4
0x132F6
0x132F8



Thank you for your message and for taking the time to listen to my request Smiley

If I understand you correctly, this means the following values:

VMax0 --> 0x132F2 --> 80 81 --> 32897 * 0.007813 = 257.02 km/h
VMax1 --> 0x132F4 --> 00 82 --> 130 * 0.007813 = 1.02 km/h
VMax2 --> 0x132F6 --> 00 83 --> 131 * 0.007813 = 1.02 km/h
VMax3 --> 0x132F8 --> 00 83 --> 131 * 0.007813 = 1.02 km/h

The values of VMax1, VMax2 and VMax3 irritate me. Are they really correct? Aren't they too low?

The values in the G-Box are as follows
VMax0 --> 0x1E4C2 --> 83 00 --> 33536 * 0.007813 = 262.02 km/h
VMax1 --> 0x1E4C4 --> 83 00 --> 33536 * 0.007813 = 262.02 km/h
VMax2 --> 0x1E4C6 --> 83 00 --> 33536 * 0.007813 = 262.02 km/h
VMax3 --> 0x1E4C8 --> 83 00 --> 33536 * 0.007813 = 262.02 km/h
VMax4 --> 0x1E4CA --> 83 00 --> 33536 * 0.007813 = 262.02 km/h


The values in the K-Box are as follows
VMax0 --> 0x1F0FA --> 83 00 --> 33536 * 0.007813 = 262.02 km/h
VMax1 --> 0x1F0FC --> 83 00 --> 33536 * 0.007813 = 262.02 km/h
VMax2 --> 0x1F0FE --> 83 00 --> 33536 * 0.007813 = 262.02 km/h
VMax3 --> 0x1F100 --> 83 00 --> 33536 * 0.007813 = 262.02 km/h
VMax4 --> 0x1F102 --> 83 00 --> 33536 * 0.007813 = 262.02 km/h


Could it be that the 4 VMax values in the D-Box start one byte later? I mean the following:
VMax0 --> 0x132F3 --> 81 00 --> 33024 * 0.007813 = 258.02 km/h
VMax1 --> 0x132F5 --> 82 00 --> 33280 * 0.007813 = 260.02 km/h
VMax2 --> 0x132F7 --> 83 00 --> 33536 * 0.007813 = 262.02 km/h
VMax3 --> 0x132F9 --> 83 C0 --> 33728 * 0.007813 = 263.52 km/h
Logged
gremlin
Hero Member
*****

Karma: +194/-9
Offline Offline

Posts: 650


« Reply #3 on: October 30, 2024, 03:34:33 AM »

Thank you for your message and for taking the time to listen to my request Smiley

If I understand you correctly, this means the following values:

VMax0 --> 0x132F2 --> 80 81 --> 32897 * 0.007813 = 257.02 km/h
VMax1 --> 0x132F4 --> 00 82 --> 130 * 0.007813 = 1.02 km/h
VMax2 --> 0x132F6 --> 00 83 --> 131 * 0.007813 = 1.02 km/h
VMax3 --> 0x132F8 --> 00 83 --> 131 * 0.007813 = 1.02 km/h

Incorrect interpretation - swap bytes. The data are 16-bit lo-hi (low byte first) must start at an even address.
Also D-box have another structure of Vmax calibrations comparing to G or K boxes

$13272 VABSCH    Vmax-Regler-Abschaltschwelle
$13274 VHYST      Vmax-Hystereseschwelle
$13276 VMAXO     Vmax-Begrenzungswert
$13278 VVORH      Vmax-Vorhaltschwelle


« Last Edit: October 30, 2024, 03:59:32 AM by gremlin » Logged
M.Mischler
Full Member
***

Karma: +0/-0
Offline Offline

Posts: 51


« Reply #4 on: November 02, 2024, 09:37:52 PM »

Incorrect interpretation - swap bytes. The data are 16-bit lo-hi (low byte first) must start at an even address.
Also D-box have another structure of Vmax calibrations comparing to G or K boxes

$13272 VABSCH    Vmax-Regler-Abschaltschwelle
$13274 VHYST      Vmax-Hystereseschwelle
$13276 VMAXO     Vmax-Begrenzungswert
$13278 VVORH      Vmax-Vorhaltschwelle




Thank you very much!
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by SMF 1.1.21 | SMF © 2015, Simple Machines Page created in 0.017 seconds with 19 queries. (Pretty URLs adds 0s, 0q)