Outlander rear motor and inverter

Mitsubishi hybrid drive unit hacking
LRBen
Posts: 474
Joined: Thu Jul 04, 2019 6:35 pm
Location: Somerset, UK
Has thanked: 43 times
Been thanked: 107 times

Re: Outlander rear motor and inverter

Post by LRBen »

Here is my github repo on the controller I made for it, hardware and software. I wouldn't recommend using it though, teensy 3.6s are hard to find and there are some pretty glaring issues in the hardware design to say the least. It was originally designed for controlling the Gen 2 prius open inverter board and repurposed once in the car. But it is a very simple bare bones approach on the software side which might be helpful.

https://github.com/SomersetEV/MG-F-E-VCU
evMacGyver
Posts: 111
Joined: Tue Jun 15, 2021 5:44 pm
Location: Finland
Has thanked: 21 times
Been thanked: 5 times

Re: Outlander rear motor and inverter

Post by evMacGyver »

evMacGyver wrote: Mon Aug 21, 2023 3:38 pm Has anyone looked igbt module model and main capacitor voltage? 400v was verified to work, now looking HV limitations if inverter could do 108s somehow, not needed to get full 4.2v cell voltage - 4.1v (443v) would be nice
I did some research, main capacitor is 700uF 450V and IGBT module is MBB600TV6A, which is 650V 600A. It sounds to me that there could be potential to deliver more than 70kW with good cooling.

What do you think about HW voltage limit? How much voltage spikes IGBT switching makes on DC side? Spikes might depend on the motor, battery and all wiring from and to inverter. For SW side there could be over voltage protection.
User avatar
Romale
Posts: 451
Joined: Fri May 20, 2022 4:16 pm
Location: Romania
Has thanked: 214 times
Been thanked: 49 times

Re: Outlander rear motor and inverter

Post by Romale »

evMacGyver wrote: Sat Sep 02, 2023 9:29 am I did some research, main capacitor is 700uF 450V and IGBT module is MBB600TV6A, which is 650V 600A. It sounds to me that there could be potential to deliver more than 70kW with good cooling.

in the nissan leaf gen 2 inverter, there are also power IGBT modules for 600 volts and 600 amps. at the same time, this inverter is capable of 150 kW!!
this means that the outlander inverter will also be able to with good cooling
evil neodymium :twisted:
User avatar
Romale
Posts: 451
Joined: Fri May 20, 2022 4:16 pm
Location: Romania
Has thanked: 214 times
Been thanked: 49 times

Re: Outlander rear motor and inverter

Post by Romale »

arber333 wrote: Sat Apr 11, 2020 5:25 pm Really nice thanks

By low inertia means low impedance wiring?
I see from rear motor it uses 10 pole resolver ergo it seems to be 10 pole PMSM motor. Yes?

where did you get this information? the other day I successfully launched my outlander rear motor, when I tried to build it by specifying 5 pairs of poles, nothing worked! I opened the lid and saw a very similar resolver to the one in the Nissan leaf engine. and it has exactly the same 4 pairs of poles. I specified 4 pairs of rotor and 4 pairs of resolver in the settings and everything worked perfectly!
evil neodymium :twisted:
arber333
Posts: 3265
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 80 times
Been thanked: 234 times
Contact:

Re: Outlander rear motor and inverter

Post by arber333 »

Romale wrote: Tue Sep 26, 2023 1:40 am where did you get this information? the other day I successfully launched my outlander rear motor, when I tried to build it by specifying 5 pairs of poles, nothing worked! I opened the lid and saw a very similar resolver to the one in the Nissan leaf engine. and it has exactly the same 4 pairs of poles. I specified 4 pairs of rotor and 4 pairs of resolver in the settings and everything worked perfectly!
Hm... this was based on this test
viewtopic.php?p=9197#p9197

I specificaly entered 5 pole pairs for motor and 5 pole pairs for resolver. Of course resolver pole ratio needs to be 1:1 at least for automotive design...
Did you use rear motor or one of the front ones?
User avatar
Romale
Posts: 451
Joined: Fri May 20, 2022 4:16 pm
Location: Romania
Has thanked: 214 times
Been thanked: 49 times

Re: Outlander rear motor and inverter

Post by Romale »

arber333 wrote: Fri Sep 29, 2023 10:58 am Hm... this was based on this test
viewtopic.php?p=9197#p9197

I specificaly entered 5 pole pairs for motor and 5 pole pairs for resolver. Of course resolver pole ratio needs to be 1:1 at least for automotive design...
Did you use rear motor or one of the front ones?

I used exactly the rear motor. and his resolver is guaranteed to have 4 pairs of poles. this can be seen by its design (4 petals), also if you turn on the angle graph and slowly rotate the rotor, it will give 4 changes in one revolution. the exact poles of the rotor are not yet clear, but I will open my motor and check with a third-party magnet later. the first time I set up the syncofs for 4 pairs of poles of the resolver and 4 pairs of poles of the rotor. later I tried to change the setting to 5. if you change the setting of the poles of the motor, it works at any value, but if I made 5 pairs of poles resolver, the motor shakes and does not work.
evil neodymium :twisted:
User avatar
Romale
Posts: 451
Joined: Fri May 20, 2022 4:16 pm
Location: Romania
Has thanked: 214 times
Been thanked: 49 times

Re: Outlander rear motor and inverter

Post by Romale »

arber333 wrote: Fri Sep 29, 2023 10:58 am Hm... this was based on this test
viewtopic.php?p=9197#p9197

I specificaly entered 5 pole pairs for motor and 5 pole pairs for resolver. Of course resolver pole ratio needs to be 1:1 at least for automotive design...
Did you use rear motor or one of the front ones?



I have fulfilled my promise. I disassembled the Outlander's rear motor and counted the pairs of rotor poles using an external magnet. there are 4 of them!!! not 5!
the same applies to his resolver, it has 4 pairs of poles, not 5!

Please convey this information to all interested. in the evening I will try to update the info in the wiki.
evil neodymium :twisted:
arber333
Posts: 3265
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 80 times
Been thanked: 234 times
Contact:

Re: Outlander rear motor and inverter

Post by arber333 »

Romale wrote: Tue Oct 17, 2023 10:36 am

I have fulfilled my promise. I disassembled the Outlander's rear motor and counted the pairs of rotor poles using an external magnet. there are 4 of them!!! not 5!
the same applies to his resolver, it has 4 pairs of poles, not 5!

Please convey this information to all interested. in the evening I will try to update the info in the wiki.
That is great thank you! This will be usefull for my backup in case i dont manage to get the motor to work with OEM inverter and my VCU.
User avatar
Bratitude
Posts: 784
Joined: Thu Jan 02, 2020 7:35 pm
Location: Canada
Has thanked: 59 times
Been thanked: 176 times
Contact:

Re: Outlander rear motor and inverter

Post by Bratitude »

did a little brief tear down of the rear inverter, as id like to de bulk it and save some weight/space.
IMG_0536.JPEG
IMG_0538.JPEG
IMG_0539.JPEG
IMG_0541.JPEG
https://bratindustries.net/ leaf motor couplers, adapter plates, custom drive train components
chentron
Posts: 103
Joined: Mon Feb 22, 2021 3:25 pm
Location: Spain
Has thanked: 42 times
Been thanked: 4 times

Re: Outlander rear motor and inverter

Post by chentron »

Under those mainboards there are some igbt with their classic connectors that can be managed with a classic openinverter setup (gates driver+sensor board) ?
My question may seem strange, but CAN management seems impossible to me at this moment.
Bratitude wrote: Fri Oct 27, 2023 9:02 pm did a little brief tear down of the rear inverter, as id like to de bulk it and save some weight/space.

IMG_0536.JPEGIMG_0538.JPEGIMG_0539.JPEGIMG_0541.JPEG
bigmotherwhale
Posts: 107
Joined: Tue Sep 22, 2020 6:48 pm
Has thanked: 15 times
Been thanked: 22 times

Re: Outlander rear motor and inverter

Post by bigmotherwhale »

chentron wrote: Fri Oct 27, 2023 11:56 pm Under those mainboards there are some igbt with their classic connectors that can be managed with a classic openinverter setup (gates driver+sensor board) ?
My question may seem strange, but CAN management seems impossible to me at this moment.
Yes this is possible, i planned to do this with a Lebowski board before the CAN protocol was available, you would have to keep the mainboard on the top as it handles the isolated voltages, then you would patch into the gate drivers and current sensors.
User avatar
Romale
Posts: 451
Joined: Fri May 20, 2022 4:16 pm
Location: Romania
Has thanked: 214 times
Been thanked: 49 times

Re: Outlander rear motor and inverter

Post by Romale »

bigmotherwhale wrote: Sat Oct 28, 2023 12:48 pm Yes this is possible, i planned to do this with a Lebowski board before the CAN protocol was available, you would have to keep the mainboard on the top as it handles the isolated voltages, then you would patch into the gate drivers and current sensors.
do you have a scheme for this? could you draw a pinout of the connectors of these boards? thanks
evil neodymium :twisted:
chentron
Posts: 103
Joined: Mon Feb 22, 2021 3:25 pm
Location: Spain
Has thanked: 42 times
Been thanked: 4 times

Re: Outlander rear motor and inverter

Post by chentron »

the great would be that Bratitude will send a photo with all motherboard unmounted, so we can see the naked igbt
Bratitude wrote: Fri Oct 27, 2023 9:02 pm did a little brief tear down of the rear inverter, as id like to de bulk it and save some weight/space.

IMG_0536.JPEGIMG_0538.JPEGIMG_0539.JPEGIMG_0541.JPEG
bigmotherwhale
Posts: 107
Joined: Tue Sep 22, 2020 6:48 pm
Has thanked: 15 times
Been thanked: 22 times

Re: Outlander rear motor and inverter

Post by bigmotherwhale »

Romale wrote: Sat Oct 28, 2023 2:32 pm do you have a scheme for this? could you draw a pinout of the connectors of these boards? thanks
I dont have the pinouts anymore, but i can tell you that the signals you need are on the white connector.
The black side needs to be plugged in to supply the gate drivers isolated voltage.
User avatar
Romale
Posts: 451
Joined: Fri May 20, 2022 4:16 pm
Location: Romania
Has thanked: 214 times
Been thanked: 49 times

Re: Outlander rear motor and inverter

Post by Romale »

chentron wrote: Sat Oct 28, 2023 2:45 pm the great would be that Bratitude will send a photo with all motherboard unmounted, so we can see the naked igbt
IMG_20231118_173320.jpg
IMG_20231118_173127.jpg
as you can see. the driver power is on the top board. However, I could not identify the main entrances at random.
I also have a desire to saw off the extra part of the case and try to get at least 150 kW from this invertor using the OI v3 board, but the main difficulty is not knowing where the input is.

Is there someone here who knows exactly the purpose of all the pins on this inverter?
evil neodymium :twisted:
arber333
Posts: 3265
Joined: Mon Dec 24, 2018 1:37 pm
Location: Slovenia
Has thanked: 80 times
Been thanked: 234 times
Contact:

Re: Outlander rear motor and inverter

Post by arber333 »

Romale wrote: Sat Nov 18, 2023 2:39 pm IMG_20231118_173320.jpg

IMG_20231118_173127.jpg

as you can see. the driver power is on the top board. However, I could not identify the main entrances at random.
I also have a desire to saw off the extra part of the case and try to get at least 150 kW from this invertor using the OI v3 board, but the main difficulty is not knowing where the input is.

Is there someone here who knows exactly the purpose of all the pins on this inverter?
Hm... would it be possible to simply connect Leaf motor to Outlander rear inverter and connect resolver. Maybe several tries would be required but it seems Leaf resolver is so similar it could work :twisted: .
You could cut casing and TIG weld alu plate on the end. You would just have to make new glands to connect DC and phase wires.
OEM firmware goes only up to 200Nm but since IGBTs are 600A Leaf motor would drive i think... minimal input and maximal output...
I may try top replace inverter in my Pug when i am done with Mazda. Outlander parts are so plentiful it would be a shame not to use them..
User avatar
Romale
Posts: 451
Joined: Fri May 20, 2022 4:16 pm
Location: Romania
Has thanked: 214 times
Been thanked: 49 times

Re: Outlander rear motor and inverter

Post by Romale »

I figured out a bit about the pins on the board.
IMG_20231118_193544.jpg
it remains to find out where the output of information about HIGH volts, temperature and which numbers to give a low sig to open the drivers?

Is anyone familiar with this information?

I'm sure it can easily be connected to a leaf motor or any similar one.
evil neodymium :twisted:
User avatar
Romale
Posts: 451
Joined: Fri May 20, 2022 4:16 pm
Location: Romania
Has thanked: 214 times
Been thanked: 49 times

Re: Outlander rear motor and inverter

Post by Romale »

IMG_20231119_000313.jpg
having investigated something by the method of scientific poke (at random) I found out anyway)))
evil neodymium :twisted:
Leo M
Posts: 88
Joined: Fri Oct 30, 2020 9:48 am
Been thanked: 2 times

Re: Outlander rear motor and inverter

Post by Leo M »

про полюса 4 на 4 однозначно проверяно. по инверторам купил и передний и задний. давно к ним пррсматривался все руки не доходили. Переделать более чем реально.придут займемся.))
FFMan
Posts: 321
Joined: Mon Jul 25, 2022 7:59 pm
Location: Bicester, Oxfordshire
Has thanked: 8 times
Been thanked: 46 times

Re: Outlander rear motor and inverter

Post by FFMan »

Hi

new caller to this thread as am working on this combo (Outlander rear motor and inverter) to replace my prius inverter coupled to outlander rear which has died after 1000 miles of use and refuses to resurrect. rather than buying a new prius openinverter board I'm here :-)

I have 2 outlander rear motors (one in the car, not working on prius inverter) and one on the bench. I have the rear inverter and that is powered and spitting out can messages etc. I have the resolver cable to join the motor to the inverter which is handy. I have sample code which all looks fairly straightforward (ha).

What i don't know and doesn't appear to be marked on either end, is which way to connect the motor phases. I have the short motor cable which claims to be the right one https://www.ebay.co.uk/itm/314893460508 but the clamp on one end is wrong so i'm not convinced. The cable can be made to work if i know the phasing.

thanks
E46 touring
Phev rear motor, OEM inverter cabin heater and charger
BMW 9kwh & 12kwh packs
User avatar
Bigpie
Posts: 1595
Joined: Wed Apr 10, 2019 8:11 pm
Location: South Yorkshire, UK
Has thanked: 75 times
Been thanked: 304 times

Re: Outlander rear motor and inverter

Post by Bigpie »

Giving up on the Prius inverter?
VW Beetle 2003
Outlander front generator
Prius Gen 3 inverter (EVBMW logic board)
Outlander charger
3x Golf GTE batteries
Chademo Charging
Outlander water heater
User avatar
crasbe
Posts: 243
Joined: Mon Jul 08, 2019 5:18 pm
Location: Germany
Has thanked: 44 times
Been thanked: 107 times

Re: Outlander rear motor and inverter

Post by crasbe »

The cable you have linked is from the Front Motor, therefore the incorrect connector.

The service manual however has a nice schematic and in the lower section it has the pinout of the connectors.
http://mmc-manuals.ru/manuals/outlander ... C00ENG.pdf

For the actual cable glands, you can use my 3D printed ones: viewtopic.php?t=3563
FFMan
Posts: 321
Joined: Mon Jul 25, 2022 7:59 pm
Location: Bicester, Oxfordshire
Has thanked: 8 times
Been thanked: 46 times

Re: Outlander rear motor and inverter

Post by FFMan »

crasbe wrote: Tue Dec 05, 2023 1:26 pm The cable you have linked is from the Front Motor, therefore the incorrect connector.

The service manual however has a nice schematic and in the lower section it has the pinout of the connectors.
http://mmc-manuals.ru/manuals/outlander ... C00ENG.pdf

For the actual cable glands, you can use my 3D printed ones: viewtopic.php?t=3563
thanks - i had come across that diagram, and i see the motor phasing, but is it possible to identify each phase on the inverter and the motor. Obs the central one is fine, but i can't see any marks anywhere that help get the other 2 the right way round ?
E46 touring
Phev rear motor, OEM inverter cabin heater and charger
BMW 9kwh & 12kwh packs
User avatar
crasbe
Posts: 243
Joined: Mon Jul 08, 2019 5:18 pm
Location: Germany
Has thanked: 44 times
Been thanked: 107 times

Re: Outlander rear motor and inverter

Post by crasbe »

The schematic has U V W with 1 2 3 and the lower pinouts of the connectors has the according 1 2 3 markings. That way you can identify the phases and it says "Harness side" as an identifcation from where to look.
Bild_2023-12-05_151821977.png
User avatar
crasbe
Posts: 243
Joined: Mon Jul 08, 2019 5:18 pm
Location: Germany
Has thanked: 44 times
Been thanked: 107 times

Re: Outlander rear motor and inverter

Post by crasbe »

Oh, I linked the wrong PDF. The one I liked is for the front motor. You need this one:
http://mmc-manuals.ru/manuals/outlander ... C00ENG.pdf

Same idea though.
Post Reply