Pages: 1 ... 123 124 [125] 126 127 ... 174
Author Topic: The Volvo ME7 thread:  (Read 943241 times)
s60rawr
Full Member
***

Karma: +19/-878
Offline Offline

Posts: 151



« Reply #1860 on: November 08, 2022, 11:34:08 PM »

found on S60&V70's T5&R

'01 MAN-20FWHJ AT-20KTHJ
'02 AT-20KTHJ
'03 MAN-50QGHJ
'04 AT-50QKHJ
'05 AT-50GSHJ/50GMHJ MAN-50QGHJ/50GSHJ
'06 AT-50WRHJ
'08 AT-50WRHJ
'09 AT-50WRHJ

TYPO IN MY FILE NAME
the "WinOLS (Volvo S60 R auto (Original) - 359462) 50GPHJ.xdf " is actually an 50QKHJ
-------------------------------------------------------------------------------------------


ik some are the same SW version but they have different use cases.
i should have merged them so theres not like 4214235 different gphj but i did it quick.

to check can always side by side with ols but should be good

http://nefariousmotorsports.com/forum/index.php?topic=340.msg156157#msg156157

Logged


There is a free flash suite in progres
OpenMoose https://drive.google.com/file/d/1GiNXfjKyLvzotT5v9Knyw0CExRMOoiHG/view?usp=drive_link
--------------------------------------------------------------------------------------------------------
2005 M66 S60R 4T5 /w Shims FID 1100cc RS4 Maf 75mm Hybrid 1.9 Bar

appreciate the -karma bomb, but could you plz keep it at -666. im cool with that, it's iconic
prj
Hero Member
*****

Karma: +916/-428
Offline Offline

Posts: 5853


« Reply #1861 on: November 09, 2022, 04:53:41 AM »

Have you tried to implement launch control for automatic transmissions?
On VAG yes.
But you have to keep in mind also how well the automatic transmission can handle it.
If it is not very strong, you can easily break the input shaft.
Basically find the transmission stall speed, and then retard ignition + cut X amount of cylinders to stay a little below the stall speed or a lot below the stallspeed if you don't need so much stored energy in the flywheel and engine can produce boost.

Very interesting idea with this redsol. I need to dig more in IDA and discover more variables and routines and rethink this strategy.
As i understand redsol is the number of cylinders cutting fuel? So when i set it for example to 3, ECU will cut fuel on 3 cylinders? But how is it going to do it? I mean does ECU cut the same 3 cylinders every engine cycle (2 rotations) or pick some random ones? Cutting for example first 3 cyls (out of 5 in my example) sounds like much stress on the engine (very rough).
For flatshift just set it to 5, there is never any point to do anything else. This will keep the throttle open and the respool will be instant as soon as you complete the shift.
If you set it to less than 5, then there are cylinder cutting patterns defined in the binary, and it will use this rotating pattern. These patterns are optimized to reduce vibration.
But during flatshift the RPM will drop way too slowly and you will get wheelspin, wear the clutch unneccessarily and wear the synchronizers in the transmission.
The whole idea of the flatshift logic is to instantly take the stress out of the transmission, so you can shift much faster and keeping the throttle open for respool.

This is if you want to go fast. If you want to make stupid noises then do whatever you want to make the stupid noises.
« Last Edit: November 09, 2022, 04:57:19 AM by prj » Logged

PM's will not be answered, so don't even try.
Log your car properly.
fragolas
Jr. Member
**

Karma: +16/-0
Offline Offline

Posts: 39


« Reply #1862 on: November 09, 2022, 03:11:26 PM »

@s60rawr you should make a thread about your tool, so it becomes more easy to find it.

Enviado do meu M2102J20SG através do Tapatalk

Logged
s60rawr
Full Member
***

Karma: +19/-878
Offline Offline

Posts: 151



« Reply #1863 on: November 09, 2022, 04:22:31 PM »

@s60rawr you should make a thread about your tool, so it becomes more easy to find it.

Enviado do meu M2102J20SG através do Tapatalk


« Last Edit: November 10, 2022, 12:05:40 PM by s60rawr » Logged


There is a free flash suite in progres
OpenMoose https://drive.google.com/file/d/1GiNXfjKyLvzotT5v9Knyw0CExRMOoiHG/view?usp=drive_link
--------------------------------------------------------------------------------------------------------
2005 M66 S60R 4T5 /w Shims FID 1100cc RS4 Maf 75mm Hybrid 1.9 Bar

appreciate the -karma bomb, but could you plz keep it at -666. im cool with that, it's iconic
athlon
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 5


« Reply #1864 on: November 10, 2022, 12:58:30 AM »

By the way flash can be read by checksum calculation command. For example for TCM module 7A:
1. Start sending sleep message for 2 secs with 100 ms interval:
0xFFFFE 0xFF 0x86 0x00 0x00 0x00 0x00 0x00 0x00
2. Switch TCM module to programming mode:
0xFFFFE 0x7A 0xC0 0x00 0x00 0x00 0x00 0x00 0x00

3. Send start add for checksum: AABBCCDD - addr from 0xF0000 down
0xFFFFE 0x7A 0x9C 0xAA 0xBB 0xCC 0xDD
4. Send get checksum with next byte:
0xFFFFE 0x7A 0xB4 0xAA 0xBB 0xCC 0xDD+1
5. Read response from TCM.

6. After all flash is read send CAN reset message.
0xFFFFE 0xFF 0xC8 0x00 0x00 0x00 0x00 0x00 0x00

Looks like this approach can also be used for ECM module read.
Would this potentially work for writing back to TCM? Have you tried if other modules are able to dump ROM? e.g. DIMM
Logged
prometey1982
Sr. Member
****

Karma: +57/-58
Offline Offline

Posts: 306



WWW
« Reply #1865 on: November 10, 2022, 01:57:37 AM »

Would this potentially work for writing back to TCM? Have you tried if other modules are able to dump ROM? e.g. DIMM
No, it don't. In normal mode flash is write protected. I didn't try to read other modules.
Logged

Россия - Великая страна!
https://youtu.be/fup5GzIFdXk
daniel2345
Full Member
***

Karma: +11/-7
Offline Offline

Posts: 188


« Reply #1866 on: November 10, 2022, 02:06:21 AM »

Checksum function is different on most other P2 modules.
At some modules only partial areas are allowed to be checked or only big chunks allowed.
CEM needs seed/key before check.

So you will need custom SBL on most, since factory SBLs doesn't support reading.
« Last Edit: November 10, 2022, 02:08:04 AM by daniel2345 » Logged
t6
Full Member
***

Karma: +0/-5
Offline Offline

Posts: 54


« Reply #1867 on: November 10, 2022, 04:36:27 AM »

Does anyone know why the engine won't start on this modified QHHJ? The original QHHJ works
Logged
dikidera
Full Member
***

Karma: +8/-8
Offline Offline

Posts: 136


« Reply #1868 on: November 10, 2022, 12:40:55 PM »

Ugh, so after patching the ftd2xx driver I was dumbfounded why it was not working well. After pondering for a day it occurred to me. Calling conventions. GCC uses cdecl I believe whereas the ftd2xx project was likely stdcall and this was correct.

Logged
SparkyR
Full Member
***

Karma: +18/-21
Offline Offline

Posts: 77



« Reply #1869 on: November 11, 2022, 09:20:56 AM »

Does anyone know why the engine won't start on this modified QHHJ? The original QHHJ works


bin you posted is a manual file. .ols is an auto

try this one
Logged

2005 S60R m66, Xona Rotor 7864, turbosmart 45mm wastegate, id1700cc injectors
t6
Full Member
***

Karma: +0/-5
Offline Offline

Posts: 54


« Reply #1870 on: November 11, 2022, 09:48:56 AM »


bin you posted is a manual file. .ols is an auto

try this one


I have a manual,and is there an option to change to manual?
bin is my original ,ols modified
« Last Edit: November 11, 2022, 10:00:25 AM by t6 » Logged
SparkyR
Full Member
***

Karma: +18/-21
Offline Offline

Posts: 77



« Reply #1871 on: November 11, 2022, 10:54:41 AM »

I have a manual,and is there an option to change to manual?
bin is my original ,ols modified

i suspect the modified bin you have posted is vin locked to a car... have you tried the original man of this file
Logged

2005 S60R m66, Xona Rotor 7864, turbosmart 45mm wastegate, id1700cc injectors
t6
Full Member
***

Karma: +0/-5
Offline Offline

Posts: 54


« Reply #1872 on: November 11, 2022, 11:12:50 AM »

i suspect the modified bin you have posted is vin locked to a car... have you tried the original man of this file

The bin from the ols is not locked, only I have a manual transmission and the bin from the ols is for an automatic transmission ,doesn't that make the engine unable to start?

The modified bin ols is from you(automatic transmission), I have a manual transmission and is it possible to convert this modified bin to manual?
« Last Edit: November 11, 2022, 11:24:52 AM by t6 » Logged
SparkyR
Full Member
***

Karma: +18/-21
Offline Offline

Posts: 77



« Reply #1873 on: November 11, 2022, 11:41:59 AM »

yes transfer all values from manual bin to auto
Logged

2005 S60R m66, Xona Rotor 7864, turbosmart 45mm wastegate, id1700cc injectors
t6
Full Member
***

Karma: +0/-5
Offline Offline

Posts: 54


« Reply #1874 on: November 12, 2022, 05:04:35 AM »

0 - manual
1 - auto
For both 50GPHJ and 50WRHJ versions addr is 0x18029.

That is, it will not be as beautiful as it is described here?

do you know what maps to copy from manual to auto ?
I understand that I have to copy maps regarding the transmission yes?
Logged
Pages: 1 ... 123 124 [125] 126 127 ... 174
  Print  
 
Jump to:  

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