Other Parts Discussed in Thread: C2000WARE
Hello,
We are running a project based on C2000ware motor control using the FAST estimator and I have come across something I don't understand. Our inverter is currently running at 500V. One of the output values of the estimator under estOutputData is oneOverDcBus_invV. Which is defined in the est.h file as "the DC Bus inverse, 1/V" as you would expect. However, the value I am getting is 0.0025, instead of 1/500 = 0.002. This is later used by the svgen_setup function and eventually in the svgen_run function therefore, a different value there would affect the maximum voltage vector I could get out of the space vector gen module isn't?
Any ideas why it might be that? Should I do the inverse manually instead of relying on the output of the estimator?
Regards,