justin_le said:Well it's not always an obvious call if you want [plug braking] or not. Regen is a no brainer, put energy into your battery pack and save wearing your mechanical brakes? Hell yeah. But when it comes to consuming battery energy in order to stop, versus just switching over to mechanical brakes at that point, then it's not so clear cut. Great if you want uniform and maximum stopping power via regen, less great if you are trying to maximize your range and wh/km.
Anyways had a rare break of nice weather today so I decided to do a little run on a flat straight stretch of road near here, cruising up to 40kph (where my kinetic energy 1/2m*v^2 = ~1.8 Wh) and then coming to a stop under purely regenerative brake control. I had my Phaserunner controller set to ~40A of max regen phase current, and then used the CA3's ebrake output setting to adjust this value in 8 different levels (0.7V, 0.6V 0.5V etc. to 0.0V) using the analog regen throttle mapping.
Here's the trip analysis view with all the intermediary data removed:
http://www.ebikes.ca/tools/trip-analyzer.html?trip=Jcjcxv
View attachment 2
Unfortunately we don't show enough digits of precision to use this tool for comparison of individual stops, so I used excel to do the comparison analysis and got this:
It's interesting to see how over such a wide range of regen intensity levels, the total amount of watt-hours returned to the battery remains roughly constant at ~0.8 Wh. But at the highest intensity braking, we then consume 0.129 Wh during the plug braking portion towards the end of the stop (starting at about 12 kph), so the net wh back into the pack is reduced by some 17%. Here's the same data shown graphically
![]()
Alan B said:Engine braking is normally a light regen level when the throttle is released, simulating engine compression. Also called slip regen. Works nicely on the Sabvoton.
The amount of power consumed by powered braking is very low, much less than the energy recovered during the regen phase of the stop. The value of eliminating it is thus very small. In my case it is on a separate control so I have the option of releasing it and using the front friction brakes. The powered braking only occurs at the very low speed portion of a stop. There is often a setting that adjusts the speed at which ebraking drops out, so by raising this setting you could avoid the power usage as well.
Alan B said:In the interest of safety it is probably better to cease braking at a fixed low speed than when the current reverses.
If you want every nuance of the controller to match your ideal you need a more programmable controller (such as a Sevcon), or to build one from modules or components. Today's programmable controllers and modules make that very possible. I have a TI kit here that would allow you to do that, send me a PM if you are interested. They have software library packages to do all the FOC complexity so you just add your own algorithms wrapped around theirs.
Did you solve the problem with high current flow into the batteries during regen braking? Part of the requirement for good regen energy capture in a vehicle is having a battery pack that can take high charge currents and efficiently capture them in increased charge state. Many ebike packs and BMS's are not designed to do this.
tightbox said:https://www.youtube.com/watch?v=ljoA8xznXb0&feature=youtu.be
Sounds like an updated version is coming soon!
justin_le said:Here's a better scaled closeup. It seems to average a steady 3% improvement in efficiency right across the board once both controllers are in their current limited regime. And 3% is still no small matter when it comes to overall system efficiency. Trying to eek that much improvement via copper fill, thinner laminations, higher grade steel etc. would be a lot of work compared to just changing the controller's drive scheme.
FluxZoom said:justin_le said:Here's a better scaled closeup. It seems to average a steady 3% improvement in efficiency right across the board once both controllers are in their current limited regime. And 3% is still no small matter when it comes to overall system efficiency. Trying to eek that much improvement via copper fill, thinner laminations, higher grade steel etc. would be a lot of work compared to just changing the controller's drive scheme.
There are plenty of controllers out there that do sinusoidal commutation without field oriented control (FOC). Any chance you might or have done a similar comparison with this non-FOC type of controller to trapezoidal and FOC? I would assume that the non-FOC type would be the least efficient, but I've wondered more than once by how much. I think this sort of idea might help others see a tangible distinction between these types of ideas.
Alan B said:FOC is just one way to determine the rotor position. Other sinusoidal controllers must measure/estimate rotor position in some way. The accuracy of this estimate will determine how well (and how efficiently) they work.
toolbag said:I'm not sure what non-FOC 'sinusoidal' controllers are doing.
toolbag said:Alan B said:FOC is just one way to determine the rotor position. Other sinusoidal controllers must measure/estimate rotor position in some way. The accuracy of this estimate will determine how well (and how efficiently) they work.
FOC is not a method of rotor angle estimation; it is a method of directly controlling the magnetic field in the stator (which is proportional to the current), thus the term "Field Oriented Control". This is achieved by measuring the phase current and modulating the duty cycle of the switches to achieve the ideal current waveform (typically sinusoidal) using a PID controller or similar.
The frequency of the current waveform (proportional to motor RPM) is informed by something in the system. Often it is using an encoder, hall sensors, or a sensorless method (like a Sliding Mode Observer or by watching the BEMF).
I'm not sure what non-FOC 'sinusoidal' controllers are doing.
madin88 said:toolbag said:I'm not sure what non-FOC 'sinusoidal' controllers are doing.
i think they work very simple: the PWM duty cycle has been altered so that phase voltage looks like a sine wave form instead of square wave.