Mitsubishi Outlander The new crossover from Mitsubishi, mixing the usefulness of an SUV with the size and convenience of a sport wagon.

ETACS options customization

Thread Tools
 
Search this Thread
 
Old Jul 25, 2012 | 06:56 AM
  #381  
Vadimus's Avatar
Thread Starter
|
Senior Member
Joined: Sep 2010
Posts: 1,390
From: Ottawa, ON
Default

Originally Posted by Gen-8
Ok we have loaded it onto a virtual computer using xp as the pc platform,then I'll run it from there basically.

Now it asked for some personal info,ie dealer etc, I put in a bunch of gibberish, is this the right thing to do?

Once the virtual pc is confirmed ready for me then I need to learn how to use this device,any help available for this? VADIMUS??? lol
Citroen - C-crosser - Repair - BSI - Configuration - Manual.
Be careful not to select "Set configuration automatically"
 
Old Jul 25, 2012 | 02:26 PM
  #382  
Gen-8's Avatar
Senior Member
Joined: Mar 2012
Posts: 391
From: New Zealand
Default

What do I use that for?
I thought the citreon was Lexia and we use pp2000?
 
Old Jul 25, 2012 | 02:32 PM
  #383  
galant2003's Avatar
Member
Joined: Dec 2011
Posts: 73
Default

Originally Posted by Vadimus
OK guys, I confirm DiagBox 6.19 working with no code requests for all 3 sections (vehicle, defaults, customer).

You need to delete lines containing

<Door Name="TLCD_ASSISTANCE_CODE" Number="4"/>

from C:\AWRoot\dtrd\comm\XMLTLCD\I3_I4_BSI.xml

I remind Out Sport/RVR/ASX owners than your vehicles are now in Diagbox as a Peugeot 4008 (Outlander is 4007). Though you can still manage your vehicles through selection of 4007/C-crosser, some ECUs (electric steering, push button start etc) will be shown only for 4008.
Hello all,

this hint of vadimus works well. But for 2011 Outlander it is necessary to delete the lines in the XML: "I3_I4_ETACS_SUV" to. Because the ETACS is no longer shown as BSI. It is now shown as ETACS-SUV.

Regards
 

Last edited by galant2003; Jul 25, 2012 at 02:35 PM.
Old Jul 25, 2012 | 03:44 PM
  #384  
Vadimus's Avatar
Thread Starter
|
Senior Member
Joined: Sep 2010
Posts: 1,390
From: Ottawa, ON
Default

Originally Posted by galant2003
Hello all,

this hint of vadimus works well. But for 2011 Outlander it is necessary to delete the lines in the XML: "I3_I4_ETACS_SUV" to. Because the ETACS is no longer shown as BSI. It is now shown as ETACS-SUV.

Regards
Correct. Anyway, delete TLCD_ASSISTANCE_CODE wherever you find this nasty words
 
Old Jul 27, 2012 | 03:41 AM
  #385  
Gen-8's Avatar
Senior Member
Joined: Mar 2012
Posts: 391
From: New Zealand
Default

Hey guys so I have it working now on virtual xp mode lol..
Now I can talk to my car but am finding it difficult to u dear stand the system..Can someone help in guiding me to change so e etacs options, turn rear mmcs res on,and a few other options, on planet pegeot wich do I select to open the correct page etc please
 
Old Jul 29, 2012 | 02:29 PM
  #386  
galant2003's Avatar
Member
Joined: Dec 2011
Posts: 73
Default

Originally Posted by Vadimus

I remind Out Sport/RVR/ASX owners than your vehicles are now in Diagbox as a Peugeot 4008 (Outlander is 4007). Though you can still manage your vehicles through selection of 4007/C-crosser, some ECUs (electric steering, push button start etc) will be shown only for 4008.
I test Diagbox 6.19 in the 2012 ASX (Outlander Sport) as Peugeot 4008. This does not work well. All ECUs are unknown. Can anybody confirm this?

Using 4007 the ETACS and some other ECUs are known and can be customized equal to my 2011 Outlander.
 
Old Jul 29, 2012 | 03:26 PM
  #387  
Vadimus's Avatar
Thread Starter
|
Senior Member
Joined: Sep 2010
Posts: 1,390
From: Ottawa, ON
Default

Originally Posted by galant2003
I test Diagbox 6.19 in the 2012 ASX (Outlander Sport) as Peugeot 4008. This does not work well. All ECUs are unknown. Can anybody confirm this?

Using 4007 the ETACS and some other ECUs are known and can be customized equal to my 2011 Outlander.
Do not pay much attention to "ECU not recognized" message, you can still manage most of them.

BTW Do you guys know that many available ETACS settings are just absent from DiagBox?
Like front differential can be open, helical, ELSD yet only 2 of them are shown. Or sunroof auto-closing from remote needs the parameter value unavailable in DiagBox too.
A few guys on Russian Outlander website (including myself) now try to update missing data DiagBox's database.
If someone here has experience in SQL DB (Firebird 1.5 if that matters) reverse-engineering, you are welcome to join us too
 

Last edited by Vadimus; Jul 29, 2012 at 08:22 PM.
Old Jul 29, 2012 | 04:13 PM
  #388  
Vadimus's Avatar
Thread Starter
|
Senior Member
Joined: Sep 2010
Posts: 1,390
From: Ottawa, ON
Default

SQL base analysis brought first results.
Hooray! Now I can close the sunroof from my remote!
Just press and hold lock button 2nd time, and sunroof is closing if it was opened.

Here is how to do it:
1. Connect to C:\AWRoot\dtrd\comm\data\DSD.FDB. I use Firebird Maestro, they have a free trial version.
2. Execute this command: UPDATE STATES SET STATES.STAVALUE = '0001' WHERE STATES.STASNAME = 'Type_S1_2861'
3. In Vehicle options change Sunroof type from Unknown to LIN.


 

Last edited by Vadimus; Jul 31, 2012 at 05:23 PM.
Old Jul 30, 2012 | 03:44 AM
  #389  
galant2003's Avatar
Member
Joined: Dec 2011
Posts: 73
Thumbs up

Originally Posted by Vadimus
SQL base analysis brought first results.
Hooray! Now I can close the sunroof from my remote!
Just press and hold lock button 2nd time, and sunroof is closing if it was opened.

Here is how to do it:
1. Connect to C:\AWRoot\dtrd\comm\data\DSD.FDB. I use Firebird Maestro, they have a free trial version.
2. Execute this command: UPDATE STATES SET STATES.STAVALUE = '0001' WHERE STATES.STASNAME = 'Type_S1_2861'
3. In Vehicle options change Sunroof type from Unknown to LIN.
Thanks for sharing this infos.

Is there any way to close the door windows by remote? The only option in Diagbox for my car is Type D (open/close mirrors)...
 
Old Jul 30, 2012 | 05:36 AM
  #390  
Vadimus's Avatar
Thread Starter
|
Senior Member
Joined: Sep 2010
Posts: 1,390
From: Ottawa, ON
Default

Originally Posted by galant2003
Thanks for sharing this infos.

Is there any way to close the door windows by remote? The only option in Diagbox for my car is Type D (open/close mirrors)...
If you car is pre-2010 (all auto windows).
 



All times are GMT -5. The time now is 05:04 PM.