2024-07-11 04:53 AM - edited 2024-07-11 04:55 AM
hello sir
I am using motor control workbench 5.4.6 and EVSPIN32F0602S3 kit. Is there any function to get individual phase ( R,Y,B) current and total average power of motor ?
2024-08-06 04:23 AM
Hello @JPate.7
I suggest to download the new version of STM32 Motor Control SDK (X-CUBE-MCSDK6)
In the "Motor Pilot" --> tab "Registers" you have access to all variables: you can read or plot them.
The current phase are I_A e I_B (the I_C can be obtained because the sum of all three is zero) the MOTOR_POWER is the total power of motor.