Other Parts Discussed in Thread: MOTORWARE
Hi Chris and all,
I am using Instaspin-lab5a to control a PMSM. I am trying to understand the use and the function of some parameters.
1) #define USER_MOTOR_RATED_FLUX
What's the function of USER_MOTOR_RATED_FLUX in motorware ?
2) #define USER_MOTOR_MAX_CURRENT
Does motorware has a current limiter using USER_MOTOR_MAX_CURRENT ? But I could not find that kind of limit in CTRL_runOnLine_User, PID_setMinMax or PID_run. Or is that use only for errorCode generation ?
Thanks