2024-02-06 11:52 PM
Hi Team,
We are using this P-NUCLEO-IHM03 board for our motor control application.
Is the Self-commissioning feature available on the MC 6.2.1 workbench?
If yes, then could you please help us enable the functionality? and help us understand this feature in a better way.
Thanks
Akhilesh
2024-02-07 01:37 AM
Hello,
If you mean how to get characteristics from a motor, please check our motor profiler wiki page.
2024-02-07 02:48 AM
Hi ,
Self Commission means we need to calculate the Rs, Inducatance of the motor, etc during the next start of the motor.
I was going through the code, it has this structure SCC_Handle_t in file mp_self_com_ctrl.h, and also has some functions which are only defined and not called anywhere.
Could you please help me what are these and how to use these.
Regards,
Akhilesh
2024-02-07 06:16 AM
Hello,
As mentioned in motor profiler wiki page "Motor profiler algorithm is provided into the MCSDK firmware as a library". Functions will be called once project generated with motor profiler selected.
This motor profiler should be considered as a standalone feature that helps to characterize the motor prior of motor control processes.
2024-02-11 10:14 PM
Hi,
My question is that how does motor calibrate itself, like the stator resistance, inductance etc will change over time and temperature.
Is there a way we identify these parameters during every motor start or other way.
Regards,
Akhilesh
2024-02-12 02:11 AM - edited 2024-02-20 02:11 AM
Hello,
For current NUCLEO-G431RB MCSDK implementation, motor variables are considered as they have been computed on profiling process and it is not planned, for current SDK FOC feature, to add a way to update these parameters every motor start.