Part Number: TMS320F28069F
Hello,
I have a question on the InstaSPIN Projects and Labs.
Specifically it is on Lab11a- A feature rich example without controller module.
The code snippets from the line number 266 are as follows:
// disable Rs recalculation by default
gMotorVars.Flag_enableRsRecalc = true;
EST_setFlag_enableRsRecalc(estHandle,false);
It is shown that the flag is true on the line# 267, whereas it is false on the line# 268.
Is there any reason for this discrepancy?
In addition, when I execute this Lab11a with the code snippets modified as listed below, in order to use the motor parameters given in the file of user.h,
// disable Rs recalculation by default
gMotorVars.Flag_enableRsRecalc = false;
EST_setFlag_enableRsRecalc(estHandle,false);
My ACIM rotates very slowly at around 15 rpm.
What is the problem?
Thank you for your guidance.
With regards,
JS Yoo