Other Parts Discussed in Thread: MOTORWARE
PowerWarp is an incredbile technology that dramatically reduces the power consumption of induction motors during their operation. For dynamic applications, especially those that often run at only partial load / low torque output requirements (ventilation fans, traction machines) induction motors can now be even more efficient, practical, and offer a lower cost / longer lifetime alternative to rare earth permanent magnet machines.
The InstaSPIN-FOC GUI that comes with the kits does allow for enabling of PowerWarp for demonstration, but as we have communicated we recommend moving to the MotorWare projects as soon as possible. Unfortunately, with the first release of MotorWare (1_01_00_05) the lab (proj_lab08) that demonstrates PowerWarp was not yet included.
If you would like to enable PowerWarp
1. First, check if there is an update to MotorWare that includes proj_lab08
2. If not yet, I have updated proj_lab09 with the necessary function call that allows you to toggle the PowerWarp function (Flag_enableEpl)
simply copy the 3 attached files: main.h, proj_lab09.c, proj_lab09.js into your latest copy of MotorWare, ex: C:\ti\motorware\motorware_1_01_00_05\sw\solutions\instaspin_foc\src
Build and load proj_lab09 (making sure you take the proper steps regarding Motor ID vs. user.h params and ReCal of Rs and Offsets) and you will now have
gMotorVars.Flag_enableEpl
which is set to 0 when disabled and 1 when you want to enable on the fly.
This project also allows you - like the GUI - to change the overmodulation index (set initially as full modulation 2.0) by changing
gMotorVars.OverModulation




