A package for analysis of electric machinery.
The package can be installed via pip.
pip install emachinery
The package requires the following free softwares to work as expected:
- qtconsole (can be installed via pip, see also https://github.com/jupyter/qtconsole)
- gmake.exe (can be installed with TI's CCS, it is located at D:\ti\ccs930\ccs\utils\bin\gmake.exe)
- pylab (numpy, matplotlib, ...)
- pyqt5
- [Optional] Qt Designer (can be download from https://build-system.fman.io/qt-designer-download)
- Field oriented control is an asymptotic input-output linearizing (IOL) control. This means the IOL is achieved only when flux modulus is regulated to its reference. So before motor start, we must wait for the motor to build up its magnetic air gap field or else the start transient would be disturbed. Refer to the figure below.
- The inductance of the motor matters. For a small "DC" servo PM motor, the inductance is relatively designed to be low because the DC source is usually only 24 V or 48 V. However, an induction motor usually has higher inductance, which limits the bandwidth of the current loop, I think. For example, this is what happens to d-axis current regulation when I set desired velocity loop bandwidth from 50 Hz up to 100 Hz. Refer to the figure below.
This package is published to PYPI following https://www.youtube.com/watch?v=Qs91v2Tofys