Other Parts Discussed in Thread: DRV8353
Hey yall,
I'm having trouble with a DRV8353/ F28069M custom board with a modified Lab05a to work with our hardware. In our experiment we have a VFD putting a constant forward load on our motor. We apply negative torque to brake and that current recharges a battery. Here are some of our user.h parameters:
USER_IQ_FULL_SCALE_FREQ_Hz (678.0)
USER_IQ_FULL_SCALE_VOLTAGE_V (200.0)
USER_ADC_FULL_SCALE_VOLTAGE_V (66.08745)
USER_IQ_FULL_SCALE_CURRENT_A (127.0)
USER_ADC_FULL_SCALE_CURRENT_A (165.0)
USER_MOTOR_MAX_CURRENT (120.0)
When IqRef_A is set to a value above 43.0 A the motor starts making a grinding sound and we lose control over our software, we can see the current waveform on a phase wire is going wild. No faults in EST or CRTL but once we tripped an OCP fault from the SPI.
40A is around -6.0 Nm of torque. Our target is about -9.0 Nm for our application. Bus voltage should never go above 60 V.
My suspicion is that this is a IQ value being oversaturated somewhere, that might explain the software going haywire.
Any suggestions would be much appreciated.