Hello ,
I have a question about setting the motor parameters in the DMC library examples. I am using the FOC example for the PMSM. In the parameter.h header file, the motor parameters can be adapted. My first question is how to calculate the base values. In SPRA494, I found out that the calculation should be done as follows. E.g. Ibase = Irated* 2^(1/2). Is that the right way for calculating the values?
The second problem I am facing is that I can`t see where the defined motor parameter values are used in the program. If I use the search function in Code Composer Studio, I see that the base frequency is used for some calculations. However, important values like the base current and base voltage are not used. Now I would like to know if it is Ok to adjust the motor parameters in the parameter.h file and that these values are considered during the control process.
The hardware site of the application is working. The current sensor delivers a signal from 0 to 15V for Imin to Imax. This signal is scaled with OP circuits to 0-3 V to feed the ADC of the F2833 controller.
Thank you very much for the help!