FAULT_CODE_ABS_OVER_CURRENT @HW6 hi ich have the same problems like @rich. The Motors are cogging when starting in offroad conditions, slightly uphill only cogging, no start up is possible. On flat concrete nice start up with slight cogging. ...
1FAULT_CODE_OVER_VOLTAGE, 2FAULT_CODE_UNDER_VOLTAGE, 3FAULT_CODE_DRV, 4FAULT_CODE_ABS_OVER_CURRENT, 5FAULT_CODE_OVER_TEMP_FET, 6FAULT_CODE_OVER_TEMP_MOTOR, 7FAULT_CODE_GATE_DRIVER_OVER_VOLTAGE, 8FAULT_CODE_GATE_DRIVER_UNDER_VOLTAGE, ...
GPD_OUTPUT_MODE_CURRENT } gpd_output_mode; typedef enum { FAULT_CODE_NONE = 0, FAULT_CODE_OVER_VOLTAGE, FAULT_CODE_UNDER_VOLTAGE, FAULT_CODE_DRV, FAULT_CODE_ABS_OVER_CURRENT, FAULT_CODE_OVER_TEMP_FET, FAULT_CODE_OVER_TEMP_MOTOR, FAULT_CODE_GATE_DRIVER_OVER_VOLTAGE, FAULT_CODE_GATE_DR...
Then I changed switching frequency to 50kHz-70kHz with 10% saturation compensation because without those 10% it was cogging instantly with minimum load and giving me abs current fault codes. From now on I used 15% saturation compensation. At 60kHz it was little bit better than before (as s...
Search code, repositories, users, issues, pull requests... Provide feedback We read every piece of feedback, and take your input very seriously. Include my email address so I can be contacted Cancel Submit feedback Saved searches Use saved searches to filter your results more quickly C...
Over voltage. I ran the battery down just a little. Now it saysABS_OVER_CURRENT when the motor stops. The voltage seems to stay stable throughout the test. When the motor current excedes 45-50A it stops and the fault code says ABS_OVER_CURRENT. ...
I am getting realtime data. The fault code says "Overcharge". The Battery voltage reading is 60v on the money. I'm using a 16s8p battery. When I try to do the FOC wizard I get the result that I mentioned above, but when I do it under the FOC tab, the motor hums and turns a...
DRV8301: over current protection settings added to configuration. DRV8301: Reset command andded to terminal. DRV8301: Log fault code read over SPI. DRV: Check for faults in ADC interrupt to catch the state as fast as possible. Send phase samples as well with the sampling function. New samp...