RomRaider Logo

RomRaider

Open Source ECU Tools
 FAQ •  Register •  Login 

RomRaider

Documentation

Community

Developers

It is currently Tue Dec 23, 2025 11:13 am

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 89 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next
Author Message
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Sun Dec 10, 2017 10:31 pm 
Offline
Newbie

Joined: Sun Apr 24, 2016 3:42 am
Posts: 6
could someone help on cruise speed limit?
Maximum cruise speed set is 114 km/h
I could not find the right address in a ROM ID EP5I200M


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Mon Dec 11, 2017 11:00 pm 
Offline
Newbie

Joined: Sun Apr 24, 2016 3:42 am
Posts: 6
hata wrote:
could someone help on cruise speed limit?
Maximum cruise speed set is 114 km/h
I could not find the right address in a ROM ID EP5I200M


Here is xml that I use for this ROM including Base xml


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Tue Mar 26, 2019 5:21 am 
Offline
Newbie

Joined: Tue Mar 26, 2019 5:00 am
Posts: 2
Hi, can anyone help with amending the cruise control speed limit on a A2SB000A ECU? (JDM Subaru Legacy 2.0GT). The car's been remapped but the mapper couldn't find where to increase the max cruise limit to something more useable - it's set to 107kph (approx) at the moment.

Thanks very much.


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Thu Mar 28, 2019 3:25 pm 
Offline
Moderator

Joined: Thu May 20, 2010 4:01 am
Posts: 3117
Location: Johannesburg, South Africa
PacoJones wrote:
Hi, can anyone help with amending the cruise control speed limit on a A2SB000A ECU? (JDM Subaru Legacy 2.0GT). The car's been remapped but the mapper couldn't find where to increase the max cruise limit to something more useable - it's set to 107kph (approx) at the moment.

Thanks very much.

Code:
Cruise_Control_Speed_Limit_Minimum_C C227C
Cruise_Control_Speed_Limit_Maximum_C C2280
Cruise_Control_Speed_Limit_Maximum_B C2288
Cruise_Control_Speed_Limit_Minimum_B C228C
Cruise_Control_Speed_Limit_Minimum_A C2290
Cruise_Control_Speed_Limit_Maximum_A C2294
 

_________________
He who dies with the most gadgets wins.

Please do not PM me - use the email option.


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Thu Mar 28, 2019 6:01 pm 
Offline
Newbie

Joined: Tue Mar 26, 2019 5:00 am
Posts: 2
td-d wrote:
PacoJones wrote:
Hi, can anyone help with amending the cruise control speed limit on a A2SB000A ECU? (JDM Subaru Legacy 2.0GT). The car's been remapped but the mapper couldn't find where to increase the max cruise limit to something more useable - it's set to 107kph (approx) at the moment.

Thanks very much.

Code:
Cruise_Control_Speed_Limit_Minimum_C C227C
Cruise_Control_Speed_Limit_Maximum_C C2280
Cruise_Control_Speed_Limit_Maximum_B C2288
Cruise_Control_Speed_Limit_Minimum_B C228C
Cruise_Control_Speed_Limit_Minimum_A C2290
Cruise_Control_Speed_Limit_Maximum_A C2294
 


Thank you very much for the prompt response, I really appreciate it. WIll get it over to my mapper ASAP.

Thanks again.


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Mon Aug 26, 2019 4:41 am 
Offline
Newbie

Joined: Mon Aug 26, 2019 4:30 am
Posts: 11
Hello!

Can someone help me disabling the speed limit from cruise control? My car is 2004 Legacy GT, ROM ID: A2WD010A.


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Wed Aug 28, 2019 2:48 am 
Offline
Experienced

Joined: Sun Oct 26, 2014 2:59 pm
Posts: 244
Location: Russia
sake82 wrote:
Hello!

Can someone help me disabling the speed limit from cruise control? My car is 2004 Legacy GT, ROM ID: A2WD010A.

Code:
      "Cruise Control Speed Limit Maximum A" data "#637AC"

      "Cruise Control Speed Limit Maximum B" data "#637B0"

      "Cruise Control Speed Limit Maximum C" data "#637B4"

      "Cruise Control Speed Limit Maximum D" data "#637B8"

      "Cruise Control Speed Limit Maximum E" data "#637BC"

      "Cruise Control Speed Limit Minimum A" data "#63798"

      "Cruise Control Speed Limit Minimum B" data "#6379C"

      "Cruise Control Speed Limit Minimum C" data "#637A0"

      "Cruise Control Speed Limit Minimum D" data "#637A4"

      "Cruise Control Speed Limit Minimum E" data "#637A8"

_________________
https://vk.com/cortin_ecu


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Wed Aug 28, 2019 7:05 am 
Offline
Newbie

Joined: Mon Aug 26, 2019 4:30 am
Posts: 11
cortin wrote:
sake82 wrote:
Hello!

Can someone help me disabling the speed limit from cruise control? My car is 2004 Legacy GT, ROM ID: A2WD010A.

Code:
      "Cruise Control Speed Limit Maximum A" data "#637AC"

      "Cruise Control Speed Limit Maximum B" data "#637B0"

      "Cruise Control Speed Limit Maximum C" data "#637B4"

      "Cruise Control Speed Limit Maximum D" data "#637B8"

      "Cruise Control Speed Limit Maximum E" data "#637BC"

      "Cruise Control Speed Limit Minimum A" data "#63798"

      "Cruise Control Speed Limit Minimum B" data "#6379C"

      "Cruise Control Speed Limit Minimum C" data "#637A0"

      "Cruise Control Speed Limit Minimum D" data "#637A4"

      "Cruise Control Speed Limit Minimum E" data "#637A8"


Thank you for your help cortin!

Does anybody know, what those limits A,B,C,D and E means?


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Thu Oct 24, 2019 5:43 am 
Offline
Experienced
User avatar

Joined: Wed Nov 10, 2010 7:56 am
Posts: 418
konan555 wrote:
throttlehappy wrote:
Hex Values for the JDM 2L LGT is 42 14 00 00 42 20 00 00 42 18 00 00 42 14 00 00 42 1C 00 00 43 10 00 00 42 DC 00 00 42 D2 00 00 43 7A 00 00 43 10 00 00 for anyone else looking


I may have taken this a little too literally, but I can't match anything like that in my ROM - A2WD012A


Found Cruise control speed limiting tables string in A2WD012A @ 0x63798..

Can anybody confirm ?

Struggle a big:
what I found is:

Code:
   <table name="Cruise Control Speed Limit Minimum A" address="63798"/>

   <table name="Cruise Control Speed Limit Minimum B" address="637A0"/>

   <table name="Cruise Control Speed Limit Minimum C" address="637A8"/>

   <table name="Cruise Control Speed Limit Minimum D" address="637B0"/>

   <table name="Cruise Control Speed Limit Minimum E" address="637B8"/>

   <table name="Cruise Control Speed Limit Maximum A" address="6379C"/>

   <table name="Cruise Control Speed Limit Maximum B" address="637A4"/>
   
   <table name="Cruise Control Speed Limit Maximum C" address="637AC"/>

   <table name="Cruise Control Speed Limit Maximum D" address="637B4"/>

   <table name="Cruise Control Speed Limit Maximum E" address="637BC"/>



"Cruise Control Speed Limit Minimum D" @0x637B0 gives 110kph
"Cruise Control Speed Limit Maximum D" @0x637B4 gives 105kph
"Cruise Control Speed Limit Maximum C" @0x637AC gives 144kph
"Cruise Control Speed Limit Maximum E" @0x637BC gives 144kph


Car is limited to 110kph, as driver said.. So I expacted something differend, when cruise control is limited to 110kph..

Witch value I need to change to higher the cruise control limit for german autobahn

thanks for help
Jochen

_________________
performence based on engineering..


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Fri Oct 25, 2019 7:43 am 
Offline
Experienced

Joined: Sun Oct 26, 2014 2:59 pm
Posts: 244
Location: Russia
Jochen_145 wrote:
konan555 wrote:
throttlehappy wrote:
Hex Values for the JDM 2L LGT is 42 14 00 00 42 20 00 00 42 18 00 00 42 14 00 00 42 1C 00 00 43 10 00 00 42 DC 00 00 42 D2 00 00 43 7A 00 00 43 10 00 00 for anyone else looking


I may have taken this a little too literally, but I can't match anything like that in my ROM - A2WD012A


Found Cruise control speed limiting tables string in A2WD012A @ 0x63798..

Can anybody confirm ?

Struggle a big:
what I found is:

Code:
   <table name="Cruise Control Speed Limit Minimum A" address="63798"/>

   <table name="Cruise Control Speed Limit Minimum B" address="637A0"/>

   <table name="Cruise Control Speed Limit Minimum C" address="637A8"/>

   <table name="Cruise Control Speed Limit Minimum D" address="637B0"/>

   <table name="Cruise Control Speed Limit Minimum E" address="637B8"/>

   <table name="Cruise Control Speed Limit Maximum A" address="6379C"/>

   <table name="Cruise Control Speed Limit Maximum B" address="637A4"/>
   
   <table name="Cruise Control Speed Limit Maximum C" address="637AC"/>

   <table name="Cruise Control Speed Limit Maximum D" address="637B4"/>

   <table name="Cruise Control Speed Limit Maximum E" address="637BC"/>



"Cruise Control Speed Limit Minimum D" @0x637B0 gives 110kph
"Cruise Control Speed Limit Maximum D" @0x637B4 gives 105kph
"Cruise Control Speed Limit Maximum C" @0x637AC gives 144kph
"Cruise Control Speed Limit Maximum E" @0x637BC gives 144kph


Car is limited to 110kph, as driver said.. So I expacted something differend, when cruise control is limited to 110kph..

Witch value I need to change to higher the cruise control limit for german autobahn

thanks for help
Jochen


Change everything
"Cruise Control Speed Limit Minimum D" @0x637B0 gives 110kph
"Cruise Control Speed Limit Maximum D" @0x637B4 gives 105kph
"Cruise Control Speed Limit Maximum C" @0x637AC gives 144kph
"Cruise Control Speed Limit Maximum E" @0x637BC gives 144kph

_________________
https://vk.com/cortin_ecu


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Mon Jan 20, 2020 9:35 pm 
Offline
Newbie

Joined: Mon May 13, 2019 6:02 pm
Posts: 4
Hi guys.

Looking for these cruise max tables for 2F0A367306 D2ZU200A. Currently I'm limited to the JDM standard 107kmh.

Thanks!


You do not have the required permissions to view the files attached to this post.


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Tue Jan 21, 2020 1:50 pm 
Offline
Moderator

Joined: Thu May 20, 2010 4:01 am
Posts: 3117
Location: Johannesburg, South Africa
calebinglis wrote:
Hi guys.

Looking for these cruise max tables for 2F0A367306 D2ZU200A. Currently I'm limited to the JDM standard 107kmh.

Thanks!

Code:
ROM:00079144 Cruise_Control_Speed_Limit_Minimum_A:.float 37.0 ; DATA XREF: sub_3500C+Ao
ROM:00079144                                         ; ROM:off_35074o ...
ROM:00079148 Cruise_Control_Speed_Limit_Minimum_B:.float 60.0 ; DATA XREF: sub_3902E+22o
ROM:00079148                                         ; ROM:off_390C8o
ROM:0007914C Cruise_Control_Speed_Limit_Minimum_C:.float 38.0 ; DATA XREF: sub_3902E+46o
ROM:0007914C                                         ; ROM:off_390D8o
ROM:00079150 Cruise_Control_Speed_Limit_Minimum_D:.float 37.0
ROM:00079150                                         ; DATA XREF: sub_3902E:loc_3908Eo
ROM:00079150                                         ; ROM:off_390E8o
ROM:00079154 Cruise_Control_Speed_Limit_Minimum_E:.float 39.0 ; DATA XREF: sub_3902E+32o
ROM:00079154                                         ; ROM:off_390D0o
ROM:00079158 Cruise_Control_Speed_Limit_Maximum_A:.float 144.0 ; DATA XREF: sub_3500C+4o
ROM:00079158                                         ; ROM:off_35070o ...
ROM:0007915C Cruise_Control_Speed_Limit_Maximum_B:.float 103.0 ; DATA XREF: sub_3902E+24o
ROM:0007915C                                         ; ROM:off_390CCo
ROM:00079160 Cruise_Control_Speed_Limit_Maximum_C:.float 105.0 ; DATA XREF: sub_3902E+4Ao
ROM:00079160                                         ; ROM:off_390DCo
ROM:00079164 Cruise_Control_Speed_Limit_Maximum_D:.float 250.0 ; DATA XREF: sub_3902E+62o
ROM:00079164                                         ; ROM:off_390ECo
ROM:00079168 Cruise_Control_Speed_Limit_Maximum_E:.float 144.0 ; DATA XREF: sub_3902E+36o
ROM:00079168                                         ; ROM:off_390D4o

_________________
He who dies with the most gadgets wins.

Please do not PM me - use the email option.


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Wed Oct 07, 2020 12:52 pm 
Offline
Newbie

Joined: Sun Dec 22, 2013 2:02 pm
Posts: 47
Location: France !!
I updated table and it's working above 130 Km/h but PID regulation isn't smooth when road is not flat.
Anybody know PID table or some label for tune cruise control?

[/quote]
I may have taken this a little too literally, but I can't match anything like that in my ROM - A2WD012A

Found Cruise control speed limiting tables string in A2WD012A @ 0x63798..

<table name="Cruise Control Speed Limit Minimum A" address="63798"/>

<table name="Cruise Control Speed Limit Minimum B" address="637A0"/>

<table name="Cruise Control Speed Limit Minimum C" address="637A8"/>

<table name="Cruise Control Speed Limit Minimum D" address="637B0"/>

<table name="Cruise Control Speed Limit Minimum E" address="637B8"/>

<table name="Cruise Control Speed Limit Maximum A" address="6379C"/>

<table name="Cruise Control Speed Limit Maximum B" address="637A4"/>

<table name="Cruise Control Speed Limit Maximum C" address="637AC"/>

<table name="Cruise Control Speed Limit Maximum D" address="637B4"/>

<table name="Cruise Control Speed Limit Maximum E" address="637BC"/>[/code]


"Cruise Control Speed Limit Minimum D" @0x637B0 gives 110kph
"Cruise Control Speed Limit Maximum D" @0x637B4 gives 105kph
"Cruise Control Speed Limit Maximum C" @0x637AC gives 144kph
"Cruise Control Speed Limit Maximum E" @0x637BC gives 144kph


Car is limited to 110kph, as driver said.. So I expacted something differend, when cruise control is limited to 110kph..

Witch value I need to change to higher the cruise control limit for german autobahn

thanks for help

Change everything
"Cruise Control Speed Limit Minimum D" @0x637B0 gives 110kph
"Cruise Control Speed Limit Maximum D" @0x637B4 gives 105kph
"Cruise Control Speed Limit Maximum C" @0x637AC gives 144kph
"Cruise Control Speed Limit Maximum E" @0x637BC gives 144kph[/quote]


Last edited by kiki86 on Wed Oct 07, 2020 12:55 pm, edited 1 time in total.

Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Thu Oct 15, 2020 4:28 am 
Offline
Newbie

Joined: Wed Nov 23, 2011 6:57 pm
Posts: 5
A2WD012B

Values (A,B,C,D,E) km/h
Minimum: 37,40,38,37,39
Maximum: 144,110,105,250,144

Code:
   
   <table name="Cruise Control Speed Limit Minimum A" category="Miscellaneous - Limits" address="63798" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Minimum B" category="Miscellaneous - Limits" address="6379C" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Minimum C" category="Miscellaneous - Limits" address="637A0" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Minimum D" category="Miscellaneous - Limits" address="637A4" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Minimum E" category="Miscellaneous - Limits" address="637A8" type="1D" level="1" />

   <table name="Cruise Control Speed Limit Maximum A" category="Miscellaneous - Limits" address="637AC" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Maximum B" category="Miscellaneous - Limits" address="637B0" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Maximum C" category="Miscellaneous - Limits" address="637B4" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Maximum D" category="Miscellaneous - Limits" address="637B8" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Maximum E" category="Miscellaneous - Limits" address="637BC" type="1D" level="1" />


Top
 Profile  
 
 Post subject: Re: Request: Cruise control speed limiting tables
PostPosted: Tue Oct 27, 2020 11:41 am 
Offline
Newbie

Joined: Mon Aug 24, 2020 10:34 am
Posts: 66
norwn wrote:
A2WD012B

Values (A,B,C,D,E) km/h
Minimum: 37,40,38,37,39
Maximum: 144,110,105,250,144

Code:
   
   <table name="Cruise Control Speed Limit Minimum A" category="Miscellaneous - Limits" address="63798" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Minimum B" category="Miscellaneous - Limits" address="6379C" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Minimum C" category="Miscellaneous - Limits" address="637A0" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Minimum D" category="Miscellaneous - Limits" address="637A4" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Minimum E" category="Miscellaneous - Limits" address="637A8" type="1D" level="1" />

   <table name="Cruise Control Speed Limit Maximum A" category="Miscellaneous - Limits" address="637AC" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Maximum B" category="Miscellaneous - Limits" address="637B0" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Maximum C" category="Miscellaneous - Limits" address="637B4" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Maximum D" category="Miscellaneous - Limits" address="637B8" type="1D" level="1" />
   <table name="Cruise Control Speed Limit Maximum E" category="Miscellaneous - Limits" address="637BC" type="1D" level="1" />


I have raised all the Max values to 250 and lowered the Min values to 0, I can now engage cruise control over 105kph, but I cant engage below 40kph, any idea why?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 89 posts ]  Go to page Previous  1, 2, 3, 4, 5, 6  Next

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: DarkMIKE and 13 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group
Style based on FI Subsilver by phpBBservice.nl