collapse

Recomendados

Accesorios 4x4

Accesorios 4x4 y Todoterreno

Autor Tema: Supercharge Mitsubishi Pajero/Montero 6G72.  (Leído 3920 veces)



Desconectado juanche

  • Nuevo Usuario
  • Mensajes: 9
  • Karma: +0/-0
Supercharge Mitsubishi Pajero/Montero 6G72.
« en: Vie, 15 Noviembre 2013, 09:44:12, am »
Hola, todos soy nuevo del foro.
Encontré en otras pájinas un tutorial para enseñaros cómo cambiar el motor.

The Mitsubishi has various models of their full size SUV are using 6G72 engine. This model of motor has been in the market for more than 20 years, way back to the early Dakar racing. There are still large amount of pajeros on road running this engine, v6 3000cc displacement with 12-valve and 24-valve version. The engine is durable but in general lack of power. The 3.0L engine yields about 147 horse power by the spec.

My Montero has ran 400K millage, it still behaves as it should. Along the engine rebuild, I decide to supercharge the engine with a Toyota SC14 supercharger, let’s see how it goes.

6 steps in general,





Desconectado juanche

  • Nuevo Usuario
  • Mensajes: 9
  • Karma: +0/-0
Re:Supercharge Mitsubishi Pajero/Montero 6G72.
« Respuesta #1 en: Vie, 15 Noviembre 2013, 09:47:30, am »
1.   Do the math, it gives you a theoretical validation of what I try to achieve.
2.   Mounting, to put the supercharger mount on the engine, and put on the right pullet and bells.
3.   Piping put on all kind of hose to connect the supercharger to the intake and air filter.
4.   Build the supercharger controller circuit, which includes a microcontroller with a step motor driver, supercharger clutch control, and all kind of input signals (RPM, TPS and etc).
5.   Write a small piece of software to control the air bypass valve (ABV) and supercharger clutch when the accelating pedal is pressed at the right RPM.
6.   Tuning, with different parameters of opening the ABV and engage the supercharger at different RPM and TPS angles.

I bought a SC14 supercharger from a junk yard, it’s easy to aquire and with a reasonable price.





Desconectado juanche

  • Nuevo Usuario
  • Mensajes: 9
  • Karma: +0/-0



Desconectado juanche

  • Nuevo Usuario
  • Mensajes: 9
  • Karma: +0/-0
Re:Supercharge Mitsubishi Pajero/Montero 6G72.
« Respuesta #3 en: Vie, 15 Noviembre 2013, 09:59:11, am »
The mounting was not so difficult, but still take quite a while, as you need to it the mounting on and off to manipulate the position and make the supercharger fit in the engine bay.






Desconectado juanche

  • Nuevo Usuario
  • Mensajes: 9
  • Karma: +0/-0
Re:Supercharge Mitsubishi Pajero/Montero 6G72.
« Respuesta #4 en: Vie, 15 Noviembre 2013, 10:03:03, am »
one the mounting is done, I started to piping and connect the hose in between the intake ,supercharge, air filter and the ABV. I bought a air filter case of the jeep Cherokee, and it’s cheap and narrow enough to fit in the engine bay. Of course, I still need to modify the tube to fit in the airflow sensor.


eventually it looks okay…



I bought and trimmed a 135-degree aluminum tube into 2 pieces, one on the intake side, one on the airfilter size, fully utilized.



I disassembly the supercharger, it’s pretty simple indeed. Two fly wheels with two air blades, 4 bearings and a magnetic clutch, that’s the SC14 all about.






Desconectado juanche

  • Nuevo Usuario
  • Mensajes: 9
  • Karma: +0/-0
Re:Supercharge Mitsubishi Pajero/Montero 6G72.
« Respuesta #5 en: Vie, 15 Noviembre 2013, 10:07:05, am »
The SC14 has equipped with a step motor controlled ABV. Compare with the earlier model, it can control the ABV to open or close with more precision. The problem is, once I got the SC14 from the junk yard, I don’t have the ECU of the engine that runs the supercharger. Even I got that, it just won’t work as a separate independent module with my pajero ECU. In that sense, if I want to control the ABV, I would have to build my own supercharger controller to control the ABV and supercharger clutch. At the same time, I would still need to read the engine data from my parjeo 6g72 engine, and feed the run time data to my supercharger controller.

I bought a microcontroller, and step motor driver and relay modules from a website, and start to build the circuit, just like to old days when I was in school.

As I need to read in the RPM data, I tried to capture the PRM signal from the crank sensor.



the 6g72 crank sensor outputs a sequence of pulse, as I tried to read it from an oscilloscope, it shows 3 times faster than the RPM that I read from the dash. Probably the crank has 3 trigger points, so that the crank sensor would be triggered 3 times on 1 rotation.




Desconectado juanche

  • Nuevo Usuario
  • Mensajes: 9
  • Karma: +0/-0
Re:Supercharge Mitsubishi Pajero/Montero 6G72.
« Respuesta #6 en: Vie, 15 Noviembre 2013, 10:09:33, am »
as I read 44Hz from the oscilloscope, that means 44*60 sec./min = 2640, therefore I would have to divide the reading into 3, 2640/3=880 RPM, then it make sense to me.

now is about the TPS,  there are 4 lines connects to the TPS, VCC, GND, TPS signal and a TPS switch signal. I was initially connects the TPS signal only at the beginning, but I lately found the controller would not able to make the right decision when I am pressing the accelerating pedal but the RPM is high (down hill, engine brake), as I would like to have the supercharge clutch to remain engage on this situation, therefore I take the RPM into the calculation.




When the intake shutter is closed, the supercharge drives by the engine, the RPM won’t suddenly stop, pressure in between the intake and the pipe connects to the supercharger. If the pressure cannot be release properly, it would damage the hose, intake or even the engine, that’s why the ABV comes into the play. The supercharger I bought has a ABV drives by a 6-wire step motor. The motor is drive by a sequence of pulse to control the rotation steps in both directions. By using this, I have to find out what are these wires, and what sequence to drive it open or close.






Desconectado juanche

  • Nuevo Usuario
  • Mensajes: 9
  • Karma: +0/-0
Re:Supercharge Mitsubishi Pajero/Montero 6G72.
« Respuesta #7 en: Vie, 15 Noviembre 2013, 10:22:00, am »
it’s not difficult to determine the wires, you could search on the web, there are a few way to identify the wires there. Encode the sequence to drive the motor, here is the first driver program I wrote, it works pretty well, just make it on-and-off, here is the video of the test. TPS APV CONTROLLER—在线播放—优酷网,视频高清在线观看



I soldered a mother board, put the microcontroller, drivers and relays on two layers.


the step motor driver is basically a Darlington driver(on the left), and the relay is on the right.(to control the supercharger clutch)









Desconectado boticario

  • Dakariano
  • ******
  • Mensajes: 6540
  • Karma: +2/-0
Re:Supercharge Mitsubishi Pajero/Montero 6G72.
« Respuesta #8 en: Vie, 15 Noviembre 2013, 10:42:19, am »
no cambian el motor lo que cambian es el turbo



Iveco Massif 5 puertas 146 cv

La muerte está tan segura de su victoria que nos da toda una vida de ventaja



Desconectado juanche

  • Nuevo Usuario
  • Mensajes: 9
  • Karma: +0/-0
Re:Supercharge Mitsubishi Pajero/Montero 6G72.
« Respuesta #9 en: Vie, 15 Noviembre 2013, 10:52:53, am »

5. Software

It’s been more than 10 yrs since last time I wrote microcontroller programs when I was in school, but eventually it proves my poor memory still works somehow.

The nowadays solution is so advance, so convenient. A USB line can link to my macbook and complete the download process, without taking the chip out from the circuit.


so far everything works pretty well,  Pressure test—在线播放—优酷网,视频高清在线观看
Maybe I need a bigger pullet to push the boundary to 10PSI, and change the fuel injectors with a larger volume, maybe next week.




Desconectado Fronty

  • Usuario
  • *
  • Mensajes: 36
  • Karma: +0/-0
Re:Supercharge Mitsubishi Pajero/Montero 6G72.
« Respuesta #10 en: Vie, 15 Noviembre 2013, 21:26:33, pm »
Turbo ? Yo diría que es un compresor volumétrico, es decir accionado por una polea del motor, no un turbocompresor accionado por los gases del escape ??