Hello to everybody,
I'm currently working with a PMSM (1 pole pair, sensorless) with the InstaSpin solution. It works really good until 127999 rpm, but I must achieve 200000 rpm.
The Universal GUI reports the following UserErrorCode: "USER_ErrorCode_iqFullScaleFreq_Hz_High" because my user.h parameters fulfill the following condition:
(USER_IQ_FULL_SCALE_FREQ_Hz >= (128.0 * (float_t)USER_MOTOR_NUM_POLE_PAIRS * 1000.0 / 60.0)
I understand that this is because the IQ24 speed variable overflows.
Is there any way to reach more than 127999 rpm? In case not, Is there any other solution that will allow achieve the final speed I need?
Thank you all very much!
Juan Pablo