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.

TMDSHVMTRINSPIN: Testing of current reconstruction code

Part Number: TMDSHVMTRINSPIN

Hello team,

We are working on single shunt current sensing, we  refer the " spract7."pdf document,while I am referring through  lab08 in "MotorControl SDK InstaSPIN Lab Guide", it seems like  current reconstruction and phase shift compensation  are implemented, so I changed following code to check is it working,

SVGENCURRENT_MeasureShunt_e measurableShuntThisCycle = SVGENCURRENT_ONE_PHASE_MEASURABLE;
SVGENCURRENT_IgnoreShunt_e ignoreShuntNextCycle = SVGENCURRENT_USE_ALL;
SVGENCURRENT_VmidShunt_e midVolShunt = SVGENCURRENT_VMID_A;

SVGENCURRENT_setMinWidth(svgencurrentHandle, minWidth_counts);
SVGENCURRENT_setIgnoreShunt(svgencurrentHandle, SVGENCURRENT_USE_ALL);
SVGENCURRENT_setMode(svgencurrentHandle, SVGENCURRENT_ONE_PHASE_MEASURABLE);
SVGENCURRENT_setVlimit(svgencurrentHandle, dutyLimit);

Now motor is moving, now I want to know how to check current  reconstruction  code is working?

Can you Please guide me how to check ?