jbalat
10 kW
No max PWM duty and EPRS is not hit yet
If FOC is wrong then the motor could lose timing at high RPM
Thank you
I will check this and report back
I see value should be 80 for 36v
Just wondering if you need to advance or retard the timing with less load. I noticed on a small descent I could peddle at a higher rpm before the motor lost the plot
If FOC is wrong then the motor could lose timing at high RPM
Thank you
I will check this and report back
I see value should be 80 for 36v
Code:
// 36V motor: L = 76uH
// 48V motor: L = 135uH
// ui32_l_x1048576 = 142; // 1048576 = 2^20 | 48V
// ui32_l_x1048576 = 80; // 1048576 = 2^20 | 36V
// ui32_l_x1048576 = 142 <--- THIS VALUE WAS verified experimentaly on 2018.07 to be near the best value for a 48V motor,
// test done with a fixed mechanical load, duty_cycle = 200 and 100 and measured battery current was 16 and 6 (10 and 4 amps)
ui32_l_x1048576 = 142;
Just wondering if you need to advance or retard the timing with less load. I noticed on a small descent I could peddle at a higher rpm before the motor lost the plot