Other Parts Discussed in Thread: CONTROLSUITE
hi,
How do i measure the rotor angle via instaspin-foc FAST sensorless. which lab provide an good example. i have tried the following to get the rotor angle which is was not correct. (random numbers).
\boards\hvkit_rev1p1\f28x\f2806xF\projects\ccs5\proj_lab05a
void updateGlobalVariables_motor(CTRL_Handle handle)
{
CTRL_Obj *obj = (CTRL_Obj *)handle;
MATH_vec2 phasor;
rotor_ = EST_getAngle_pu(obj->estHandle);
CTRL_computePhasor(rotor_,&phasor);
...
}