Part Number: LAUNCHXL-F280049C
Other Parts Discussed in Thread: BOOSTXL-DRV8320RS
It seem there may be incorrect interpretation lab 5 as to what change in (speed direction) means. It would seem FAST forced angle enable true, All states motor ID. Yet Rated Flux technically is considered a sudden speed reversal (decelerate) as are other tests in lab 5. Text SPRUHJ1H states FAST does not require forced angle enable after rotor is moving and magnetic Nth pole was found by slow speed observer. It can be observed motor current spikes suddenly during start of rated flux and other speed transitions leading to OC trip conditions of ePWM DC zone actions.
1. Why has forced angle not been disabled prior to current ramp up as slow speed observer transitions into high speed FAST estimator?
2. What slow speed observer flag is set to indicate it no longer enabled and FAST entered high speed observer mode?
• For smooth transitions when changing speed direction, turn the forced angle off the following code example enables forced angle prior to enabling the controller.
// enable the forced angle EST_setFlag_enableForceAngle(obj->estHandle,TRUE);
FAST configuration different for best start-up performance: enable forced angle. Right but what to do next?