Go Back   EcoModder Forum > EcoModding > Fossil Fuel Free
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 12-12-2014, 11:44 AM   #1431 (permalink)
Master EcoModder
 
P-hack's Avatar
 
Join Date: Oct 2012
Location: USA
Posts: 1,408

awesomer - '04 Toyota prius
Thanks: 102
Thanked 252 Times in 204 Posts
it is an igbt half bridge on the prius, but yah, pretty simple. For high power charging (to reduce charge times) you do need the pfc stage though (or if your battery voltage is too high relative to the wall).

I'm not worried about software errors, that is a testing issue. I posted a link to hobbits page where he gets into some control details a few posts back. Personally I think avoiding regen unless the brake pedal is touched is simplest algorithmically and has its benefits in driving efficiency (it glides by default, encouraging gliding behavior). the brake light narrows it down to the battery buck or battery boost quadrant, and could be controlled by slip alone probably (just turn the top switch on) for regen (but not AC power).

<50 is about $22 apiece, >10000 is about $6. Add your own wire.

Edit: only talking about induction motors here, I don't know much about PM/reluctance regen, other than it is gonna be putting out some volts weather you want it to or not in regen, so the top buck switch is probably needed there, but single variable slip seems easier to implement otherwise.


Last edited by P-hack; 12-12-2014 at 12:01 PM..
  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 12-12-2014, 01:24 PM   #1432 (permalink)
EcoModding Apprentice
 
Join Date: Nov 2012
Location: East Midlands
Posts: 180
Thanks: 13
Thanked 81 Times in 52 Posts
Looking forward for some progress then
  Reply With Quote
Old 12-12-2014, 04:33 PM   #1433 (permalink)
Permanent Apprentice
 
Join Date: Jul 2010
Location: norcal oosae
Posts: 523
Thanks: 351
Thanked 314 Times in 215 Posts
That's why I really like those SOT-227 modules. They're much smaller than the "bricks" and they still use bolt-on busbars.

Regarding SiC diodes, my old spreadsheets (this was done about 10 years ago) indicate a forward voltage of 0.86V for a 1kW boost converter. I know parts have improved since then, for example I can't wait till this is available:
All-SiC and Si IGBT + SiC Rectifier CoPack from GeneSic Semiconductor

That Infineon IC that I used was truly amazing. It tracked the input current and adjusted the output so that the Power Factor was always near 1. The switching frequency I designed for was 100kHz, and I used a torroidal inductor.
In addition, Infineon also provided some good information for designing boost converters.
http://www.infineon.com/dgdl/Product...12b427caa43ccf
http://powerelectronics.com/site-fil...g/410pet21.pdf
ICE2xXXX ... - Datasheet Search Engine Download

- E*clipse



Quote:
Originally Posted by cts_casemod View Post
You're not the only one there. The brick modules make life much easier. No issues paralleling devices or crazy DC-LINK inductance calculations.

And for that, one has to stick with 30KHz or less, although for a charger the smaller modules may be a good option. Say a modular approach with 2KW per converter or so.

e*clipse what was the voltage drop of the SiC PFC diode on your boost converter?

Speaking of which, my PIC has two additional PWM channels for PFC correction (or whatever else you feel you want then for), in addition to the motor controller. Perhaps your device has an option to do the same, Paul
  Reply With Quote
Old 12-12-2014, 04:42 PM   #1434 (permalink)
EcoModding Apprentice
 
Join Date: Nov 2012
Location: East Midlands
Posts: 180
Thanks: 13
Thanked 81 Times in 52 Posts
Quote:
Originally Posted by e*clipse View Post
That's why I really like those SOT-227 modules. They're much smaller than the "bricks" and they still use bolt-on busbars.

Regarding SiC diodes, my old spreadsheets (this was done about 10 years ago) indicate a forward voltage of 0.86V for a 1kW boost converter. I know parts have improved since then, for example I can't wait till this is available:
All-SiC and Si IGBT + SiC Rectifier CoPack from GeneSic Semiconductor

That Infineon IC that I used was truly amazing. It tracked the input current and adjusted the output so that the Power Factor was always near 1. The switching frequency I designed for was 100kHz, and I used a torroidal inductor.
In addition, Infineon also provided some good information for designing boost converters.
http://www.infineon.com/dgdl/Product...12b427caa43ccf
http://powerelectronics.com/site-fil...g/410pet21.pdf
ICE2xXXX ... - Datasheet Search Engine Download

- E*clipse
Thats quite good.
High frequency PFC diodes I had have a drop of at least 1.1V unloaded.

I use this converter in my 1.5KW modules. Current is set via a shunt resistor.

MC34262-D
  Reply With Quote
The Following User Says Thank You to cts_casemod For This Useful Post:
e*clipse (12-12-2014)
Old 12-12-2014, 06:07 PM   #1435 (permalink)
EcoModding Apprentice
 
Join Date: Nov 2012
Location: East Midlands
Posts: 180
Thanks: 13
Thanked 81 Times in 52 Posts
Quote:
Originally Posted by P-hack View Post

Edit: only talking about induction motors here, I don't know much about PM/reluctance regen, other than it is gonna be putting out some volts weather you want it to or not in regen, so the top buck switch is probably needed there, but single variable slip seems easier to implement otherwise.
We're on the same boat then.

The voltage rise on a PM is more contained than that on an IM as the rotor flux is constant and the generated emf is mainly dependent on the rotor speed.

With an IM flux is dependent on the slip as well. If the generated waveform commands a negative slip of enough amplitude the voltage shoots to an undefined value. And as the voltage boosts, more current flows into the motor. One needs a very fast voltage sampling similar to that used on dynamic bus ripple compensation, sampled at every PWM cycle.

That would ideally be achieved by the same micro as the motor control so that both are in sync.
  Reply With Quote
Old 12-12-2014, 06:32 PM   #1436 (permalink)
Master EcoModder
 
P-hack's Avatar
 
Join Date: Oct 2012
Location: USA
Posts: 1,408

awesomer - '04 Toyota prius
Thanks: 102
Thanked 252 Times in 204 Posts
Quote:
Originally Posted by cts_casemod View Post
That would ideally be achieved by the same micro as the motor control so that both are in sync.
Yup, I'm experimenting with a 72mhz 100 pin STM32F103VCT6 (huebner code compatible) dev board. Hoping to integrate everything BMS/Charger/controller/instrumentation feed (maybe buck/boost), someday, for no good reason So at least my experiments should be more port-able, someday. I doubt it will be timely though as there are far less challenging ways for me to get rolling.
  Reply With Quote
Old 12-12-2014, 06:44 PM   #1437 (permalink)
EcoModding Apprentice
 
Join Date: Nov 2012
Location: East Midlands
Posts: 180
Thanks: 13
Thanked 81 Times in 52 Posts
Quote:
Originally Posted by P-hack View Post
Yup, I'm experimenting with a 72mhz 100 pin STM32F103VCT6 (huebner code compatible) dev board. Hoping to integrate everything BMS/Charger/controller/instrumentation feed (maybe buck/boost), someday, for no good reason So at least my experiments should be more port-able, someday. I doubt it will be timely though as there are far less challenging ways for me to get rolling.
Huebner setup is cool. I never got to past the toolchain configuration, tough. Are you using his code?

I proposed him to make a compatible setup with some stuff I was working in the past to incorporate charger and EVSE communication. Since he wasn't very receptive I decided to roll my own.

Have you had a look at the piccolo series from Texas?
  Reply With Quote
Old 12-12-2014, 10:39 PM   #1438 (permalink)
PaulH
 
MPaulHolmes's Avatar
 
Join Date: Feb 2008
Location: Maricopa, AZ (sort of. Actually outside of town)
Posts: 3,832

Michael's Electric Beetle - '71 Volkswagen Superbeetle 500000
Thanks: 1,368
Thanked 1,202 Times in 765 Posts
What is a toolchain configuration?
__________________
kits and boards
  Reply With Quote
Old 12-13-2014, 05:02 AM   #1439 (permalink)
EcoModding Apprentice
 
Join Date: Nov 2012
Location: East Midlands
Posts: 180
Thanks: 13
Thanked 81 Times in 52 Posts
Quote:
Originally Posted by MPaulHolmes View Post
What is a toolchain configuration?
The toolchain is like MPLAB for PIC (The IDE).
ST doesn't provide a supported compiler, so one needs to use a 3rd party compiler, debugger, linker, peripheral libraries, (hence toolchain) etc. and set them up for that particular CPU.

Unless one has a degree on programing or some good links with someone who has its kinda tricky to get started.
  Reply With Quote
Old 12-13-2014, 05:46 AM   #1440 (permalink)
Master EcoModder
 
P-hack's Avatar
 
Join Date: Oct 2012
Location: USA
Posts: 1,408

awesomer - '04 Toyota prius
Thanks: 102
Thanked 252 Times in 204 Posts
@paul, it is all the tools you need for edit/compile/run(flash) for a given microcontroller, technically. Though most just think of it as a cross platform compiler.

@cs, yup, I managed to compile his source with the gnu compiler and libraries and flash it on the ST, did some minor hacking, saw there wasn't much left in the way of i/o pins, grabbed the 100 pin version of the cpu. The piccolo is interesting, but the ST is more than adequate for now, and a very popular platform, so I'll probably stay with ST till I get some sense of mastery of it.

  Reply With Quote
Reply  Post New Thread




Similar Threads
Thread Thread Starter Forum Replies Last Post
Paul & Sabrina's cheap DIY 144v motor controller MPaulHolmes Open ReVolt: open source DC motor controller 7381 08-02-2023 10:55 PM
Paul & Sabrina's Cheap EV Conversion MPaulHolmes Fossil Fuel Free 542 11-12-2016 09:09 PM
Contest! Name Paul & Sabrina's controller MetroMPG Forum News & Feedback 120 10-22-2011 01:59 PM



Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com