Difference between revisions of "Motor Control"
Jump to navigation
Jump to search
Etrain Troy (talk | contribs) |
Etrain Troy (talk | contribs) (Wrote some stuff about current regulation) |
||
| Line 18: | Line 18: | ||
| + | The pole of the system can be cancelled out by a an appropriately tuned PI controller. The equation for the entire current controller can then be written as follows: | ||
| + | <math> | ||
| + | G_c(s) = \frac{V_{dq} - V_{EMF,dq}}{I_{e,dq}(s)} = k_p + \frac{k_i}{s} = \frac{1}{s}(k_i + sk_p) | ||
| + | </math> | ||
| + | More explicitly, the desired output voltage at any given point in time can be written as:<br /><math> | ||
| + | V_{dq} = (I_{dq,requested} - I_{dq,measured}) (k_p + \frac{k_i}{s} = \frac{1}{s}(k_i + sk_p)) + V_{EMF,dq} | ||
| + | |||
| + | |||
| + | </math> | ||
| + | |||
| + | |||
| + | The back EMF is estimated using motor parameters and rotational speed. Also note that the entire system simplifies as follows:<br /><math> | ||
| + | |||
| + | |||
| + | G_{open loop}(s) = G(s)G_c(s) = \frac{1}{s}\frac{k_p}{L_{dq}} | ||
| + | |||
| + | |||
| + | </math> | ||
==Surface Mount Permanent Magnet Machines== | ==Surface Mount Permanent Magnet Machines== | ||
==Interior Permanent Magnet Machines== | ==Interior Permanent Magnet Machines== | ||
=Field Oriented Control for Asynchronous Machines= | =Field Oriented Control for Asynchronous Machines= | ||
Revision as of 21:04, 2 June 2020
Contents
DC Brushed Motor Control
Six-Step Control
Field Oriented Control for Synchronous Machines
Transformations
Clarke Transform
Park Transform
Current Regulation
A PI controller is commonly used to regulate the phase currents. This is explained by starting with a simple motor model in the DQ-frame (the motor is represented by a voltage source, resistance, and inductance).
We can then write the equation for the system as follows:
The pole of the system can be cancelled out by a an appropriately tuned PI controller. The equation for the entire current controller can then be written as follows:
More explicitly, the desired output voltage at any given point in time can be written as:
The back EMF is estimated using motor parameters and rotational speed. Also note that the entire system simplifies as follows: