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.

Instaspin Voltage Offsets

Hi

How the voltage Offsets are calculated in the User.h

#define VA_OFFSET_V (0.990514159) // ~=1.0

#define VB_OFFSET_V (0.986255884) // ~=1.0

#define VC_OFFSET_V (0.983381569) // ~=1.0

 

Thanks

  • Generally, the lab program runs offset estimation by enabling automatic calculation of bias values(set gMotorVars.Flag_enableOffsetcalc) to 1), and then you can copy gMotorVars.I_bias.value[n] and gMotorVars.V_bias.value[n] from watch window and set them in user.h.