Other Parts Discussed in Thread: MOTORWARE
Hello,
I am using the DRV8301-69M-KIT with the latest motorware (1_01_00_12) and i want to drive a pmsm motor under load with the maximum efficiency possible. In order to do that, and since the Ls changes wiith speed and load, i have to measure the Ls and create a lookup table.
Is there any way to do the measurements through the instaspin projects? I mean can i use a function already created for the initial identification while program is already running? I was thining something like that: In main function on a project (e.g lab4)
if (gMotorVars.Speed_krpm>some_value){
measurement_1_for_lookup_table = EST_computeLr_H(handle, USER_MOTOR_IND_EST_CURRENT(?))
}
Is this the correct function that does the computation of the inductance and can i use it like this? Is there any precaution that i may need to consider?
I cannot afford to damage the motor, that is why i post prior to experimenting.
Thank you in advance,
Alexandros Amargianos