Tool/software:
What is the gMotorVar variable name to monitor the online phase current of BLDC motor ?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
What is the gMotorVar variable name to monitor the online phase current of BLDC motor ?
Hey Bruce,
Let me direct your question to our C2000 team for support on INSTASPIN.
Best,
Akshay
InstaSPIN-FOC samples the three phase current and voltage for estimator. The sample data with ADC are in gAdcData object. The data values are PU format, not the real current with SI unit.
How can I compute the real time current which is through the phase winding of the motor?
It's real current just using the PU format. You may just need to multiply the value with USER_IQ_FULL_SCALE_CURRENT_A. The current is instantaneous value, not a RMS value as measure by a meter. The motor control doesn't need the RMS.