InstaSPIN lab7中是否存在可从电源获取总(直流)电机电流的函数调用? 如果没有、我如何计算它?
Alex
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.
InstaSPIN lab7中是否存在可从电源获取总(直流)电机电流的函数调用? 如果没有、我如何计算它?
Alex
float32_t EST_computePower_W (EST_Handle handle)可能会根据转矩和速度估算计算机械功率。
和
motorVars.is_a = sqrt ((idq_in_a.value[0]* idq_in_a.value[0])+(idq_in_a.value[1]* idq_in_a.value[1]));
不会计算输入直流电流。 您需要考虑输出调制+"三相"。 例如、在10% PWM (10%直流电压总线利用率)下、I_MOTOR=10A 将产生1-1.2A 直流电流、我不知道确切的公式。