Pages: 1 ... 99 100 [101] 102 103 ... 170
Author Topic: The Volvo ME7 thread:  (Read 911640 times)
turbosundance
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 26


« Reply #1500 on: March 31, 2022, 02:34:43 PM »

Hi

I've been following this thread over the years and I've been slowly trying to absorbe all the knowledge oyn this thread. Thank you for all the contribution.

I have a question. I've seen people mention a few times that they've swapped from an aw55 to a Tf80-sc. Could someone detail what's involved in this swap?  My 05 xc70 is going to get s new motor soon and I would live t to swap to the tf80 at the same time.
Logged

2005 Volvo XC70  Stock.  550,000+km and climbing daily.
turbosundance
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 26


« Reply #1501 on: March 31, 2022, 02:35:24 PM »

Sorry.  Double post
Logged

2005 Volvo XC70  Stock.  550,000+km and climbing daily.
luki743
Newbie
*

Karma: +2/-0
Offline Offline

Posts: 18


« Reply #1502 on: April 01, 2022, 02:58:22 AM »

Is it possible that the ignition map is different on active cruise control? I saw someone Volvo pop and bangs only on cruise control.
Or it is custom routine?
Logged
daniel2345
Full Member
***

Karma: +11/-7
Offline Offline

Posts: 188


« Reply #1503 on: April 01, 2022, 06:31:25 AM »

Custom.

CC Buttons are read into com stsck of ecu for some reasons...
Logged
BaxtR
Full Member
***

Karma: +17/-25
Offline Offline

Posts: 63


« Reply #1504 on: April 04, 2022, 09:52:46 AM »

Hi

I've been following this thread over the years and I've been slowly trying to absorbe all the knowledge oyn this thread. Thank you for all the contribution.

I have a question. I've seen people mention a few times that they've swapped from an aw55 to a Tf80-sc. Could someone detail what's involved in this swap?  My 05 xc70 is going to get s new motor soon and I would live t to swap to the tf80 at the same time.

i havent heard of doing that swap mostly just automatic to manual swaps... im sure its doable but is it worthwhile? probably not..
Logged

2007 Volvo S60R, PT6266 BB, 1700x ID Injectors, Walbro525. Halme Built manifold and exhaust #BaxtrPerformance
prometey1982
Sr. Member
****

Karma: +48/-55
Offline Offline

Posts: 287



WWW
« Reply #1505 on: April 04, 2022, 06:39:05 PM »

i havent heard of doing that swap mostly just automatic to manual swaps... im sure its doable but is it worthwhile? probably not..
I made TF80 swap on Volvo XC90 with 2.5T engine.
Logged

Россия - Великая страна!
turbosundance
Jr. Member
**

Karma: +1/-0
Offline Offline

Posts: 26


« Reply #1506 on: April 09, 2022, 06:41:58 AM »

Quote
I made TF80 swap on Volvo XC90 with 2.5T engine.

Yes.  I saw you did that.  I would prefer a manual swap but I'm having difficulty finding a complete kit for the swap, in good condition, for a reasonable cost.  I've been thinking about the TF80 swap for the greater torque capacity and extra gear. I have a 2005 XC70 that I would like to perform the swap on.  Are there any CEM changes required or it mainly a matter of swapping TCUs and wiring?  Any changes that need to be made in the ECU?  I haven't pulled my bin from my ECU yet but I have all the equipment required to do so.

Thank you!
« Last Edit: April 09, 2022, 06:47:16 AM by turbosundance » Logged

2005 Volvo XC70  Stock.  550,000+km and climbing daily.
fides
Newbie
*

Karma: +0/-0
Offline Offline

Posts: 21


« Reply #1507 on: April 15, 2022, 01:28:27 AM »

Hello you tuning gurus..
I start this post with appoligiase for what I now shall do, BUT, im paying for it off coarse.

I have this Volvo S60 2.5T Man 2004 210hp, Me7.01.

The car are moderate tuned done mostly off my selv (mostly,,, not only) and it gives really good power and the injectors are already calibrated and it works fine...
BUT, car gives me a Fuel cut-off att 6000rpm, sometimes a bit earlier.. If I disconnect the MAF (I know big no but Im desperate) it behaves better but not perfekt, oviusly..

So, I really need someone to help me do the load / tourqe maps for me because thats over my knowlige.. I shall sell the car so if lowering the boost are nesseserly thats more then okey.
I pay in advace, just tell me the price.

Please se atteched file, I have like 15 different but this one are the one that works best so far.
I have map packs and also some damos files for my software number if that is for any help.

Please, help a frustrated Volvo owner out here..

Best requards from Sweden
Logged
BaxtR
Full Member
***

Karma: +17/-25
Offline Offline

Posts: 63


« Reply #1508 on: April 24, 2022, 10:22:15 AM »

How is everyone flashing and logging...? unfortunately there doesn't seem to be a straight forward way of doing so because no one wants to release a program...
Logged

2007 Volvo S60R, PT6266 BB, 1700x ID Injectors, Walbro525. Halme Built manifold and exhaust #BaxtrPerformance
luki743
Newbie
*

Karma: +2/-0
Offline Offline

Posts: 18


« Reply #1509 on: April 26, 2022, 12:45:52 PM »

How is everyone flashing and logging...? unfortunately there doesn't seem to be a straight forward way of doing so because no one wants to release a program...

Clone repo with submodules:

Code:
git clone --recursive git@github.com:prometey1982/VolvoTools.git

+

Install Microsoft Visual Studio 2019

+

Download boost:
https://sourceforge.net/projects/boost/files/boost-binaries/1.75.0/
boost_1_75_0-msvc-14.0-64.exe

install in:
Code:
C:\boost_1_75_0


run:
Code:
C:\boost_1_75_0\bootstrap.bat


and:
Code:
b2.exe -j8 toolset=msvc-14.0 address-model=32 architecture=x86 link=static threading=multi runtime-link=static --build-type=minimal stage --stagedir=stage

after that compile the project in VS
Logged
BaxtR
Full Member
***

Karma: +17/-25
Offline Offline

Posts: 63


« Reply #1510 on: April 26, 2022, 07:35:59 PM »

Clone repo with submodules:

Code:
git clone --recursive git@github.com:prometey1982/VolvoTools.git

+

Install Microsoft Visual Studio 2019

+

Download boost:
https://sourceforge.net/projects/boost/files/boost-binaries/1.75.0/
boost_1_75_0-msvc-14.0-64.exe

install in:
Code:
C:\boost_1_75_0


run:
Code:
C:\boost_1_75_0\bootstrap.bat


and:
Code:
b2.exe -j8 toolset=msvc-14.0 address-model=32 architecture=x86 link=static threading=multi runtime-link=static --build-type=minimal stage --stagedir=stage

after that compile the project in VS

For the last bit - i assume i launch CMD and run the code in the file location of boost.. i do that, launch studio and i get error about tool set not being for XP.. so then i download tool set for 19 and i get 323 errors when building Grin
Logged

2007 Volvo S60R, PT6266 BB, 1700x ID Injectors, Walbro525. Halme Built manifold and exhaust #BaxtrPerformance
BaxtR
Full Member
***

Karma: +17/-25
Offline Offline

Posts: 63


« Reply #1511 on: April 26, 2022, 07:59:10 PM »

also says i dont have access rights (public key) when i clone..
« Last Edit: April 26, 2022, 08:04:55 PM by baxtr98 » Logged

2007 Volvo S60R, PT6266 BB, 1700x ID Injectors, Walbro525. Halme Built manifold and exhaust #BaxtrPerformance
BaxtR
Full Member
***

Karma: +17/-25
Offline Offline

Posts: 63


« Reply #1512 on: April 28, 2022, 07:15:52 PM »

Hello you tuning gurus..
I start this post with appoligiase for what I now shall do, BUT, im paying for it off coarse.

I have this Volvo S60 2.5T Man 2004 210hp, Me7.01.

The car are moderate tuned done mostly off my selv (mostly,,, not only) and it gives really good power and the injectors are already calibrated and it works fine...
BUT, car gives me a Fuel cut-off att 6000rpm, sometimes a bit earlier.. If I disconnect the MAF (I know big no but Im desperate) it behaves better but not perfekt, oviusly..

So, I really need someone to help me do the load / tourqe maps for me because thats over my knowlige.. I shall sell the car so if lowering the boost are nesseserly thats more then okey.
I pay in advace, just tell me the price.

Please se atteched file, I have like 15 different but this one are the one that works best so far.
I have map packs and also some damos files for my software number if that is for any help.

Please, help a frustrated Volvo owner out here..

Best requards from Sweden

if you have defined file i can assist, i dont have maps for 40LPHJ...
Logged

2007 Volvo S60R, PT6266 BB, 1700x ID Injectors, Walbro525. Halme Built manifold and exhaust #BaxtrPerformance
prometey1982
Sr. Member
****

Karma: +48/-55
Offline Offline

Posts: 287



WWW
« Reply #1513 on: May 11, 2022, 02:12:38 AM »

S60R with K24 hybrid turbo and 630cc Bosch injectors. Stock MAF has not enough range, after 5700 RPM shows 1240 kg/h. Owner will install more performance fuel pump (which is also finished) and MAF from RS4.
Logged

Россия - Великая страна!
SparkyR
Full Member
***

Karma: +17/-21
Offline Offline

Posts: 77



« Reply #1514 on: May 11, 2022, 08:54:37 AM »

S60R with K24 hybrid turbo and 630cc Bosch injectors. Stock MAF has not enough range, after 5700 RPM shows 1240 kg/h. Owner will install more performance fuel pump (which is also finished) and MAF from RS4.

Have you ever tried a cross between feed forward and the method volvo uses for boost control, i find it much easier to manipulate and keep the resolution I desire.
Logged

2005 S60R m66, Xona Rotor 7864, turbosmart 45mm wastegate, id1700cc injectors
Pages: 1 ... 99 100 [101] 102 103 ... 170
  Print  
 
Jump to:  

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