View Single Post
Old 11-13-2014, 01:10 PM   #1305 (permalink)
cts_casemod
EcoModding Apprentice
 
Join Date: Nov 2012
Location: East Midlands
Posts: 180
Thanks: 13
Thanked 81 Times in 52 Posts
Quote:
Originally Posted by thingstodo View Post
I'm with Astro on this one. The differential case of going around the corner, and allowing one wheel to 'slip' is OK with the same torque setpoint to each wheel.

If one wheel loses traction, the torque setpoint will accelerate the wheel quickly. Depending on the acceleration rate, I don't know if the current will go down in an obvious way?

Maybe a limit on the difference between the frequency output for the two wheels? That would imply sharing the output frequency between the paralleled controllers.

I see a solution in having the same controller develop outputs for both AC motors - twice the calculations and twice the outputs ... but less complicated to co-ordinate? I don't like that solution but I can't come up with anything better right now.
Not quite. Yes the wheel will accelerate, but by the time you gain traction, if nothing is done, it will kick all the mechanical inertia of the motor to the pavement. Dangerous with icy/rainy conditions.

Most new controllers can drive two motors from the same CPU with little overhead. ST has a few. Then you need to implement a differential in software. The torque is only the same if both wheels are in sync, otherwise kill torque to allow the wheel to adhere to the road again. Once they are synced apply torque again.

EDIT: Kill torque is the wrong expression:
To clarify:
Imagine two DC motors connected in series. As one wheel slips, torque will be lost, therefore the current is reduced. At this point the second motor will also loose torque as the current is shared between them. This is exactly how a mechanical differential works. So its just a case of adapting the control of the AC motor to follow the same path.

Last edited by cts_casemod; 11-15-2014 at 06:32 PM..
  Reply With Quote
The Following 2 Users Say Thank You to cts_casemod For This Useful Post:
e*clipse (11-15-2014), thingstodo (11-13-2014)