Question
OPEN_LOOP_VOLTAGE_d parameter
Posted on August 19, 2017 at 13:34
debugging motor in open loop mode
#define OPEN_LOOP_VOLTAGE_d 6000 /*! < Three Phase voltage amplitude in s16 format */
- What is the formula for the value of
If I want to output a fixed voltage value, how to determine the S16 value
?
PhaseVoltage(V) = [PhaseVoltage(s16V) * Vbus(V)] /[sqrt(3)*32767].
If I want to output a fixed voltage value, how to determine the S16 value?