Other Parts Discussed in Thread: MOTORWARE
Hello,
I am using Instaspin with spintac speed control (motorware 16) to run a custom hardware inverter. I am using project 12b and I have a couple questions about it.
The electrical angle is calculated using the enc.c/enc.h functions, however the speed seems to still be calculated by the estimator as if we were running sensorless. Specifically, if you go to the CTRL_runOnLine_User function in ctrlQEP.h you can see that the feedback speed for the speed controller comes from: fbackValue = EST_getFm_pu(obj->estHandle);.
Also, there is another function CTRL_angleDelayComp that uses the same "EST_getFm_pu(obj->estHandle)" function to get the speed.
If we are running sensored, shouldn't the speed be calculated from the electrical angle using the ENC_run function?
Regards,
Javier