Hi,
Can someone help me with this.
I have designed a high voltage board (230VAC) around f2805m instaspin board.
The voltage feedback resistances are 600K + 5.1K||100nf giving
#define USER_ADC_FULL_SCALE_VOLTAGE_V (391.53) &
#define USER_VOLTAGE_FILTER_POLE_Hz (314.72)
The currents are amplified by -ve polarity opamp with Rf = 24K and Ri = 1.6K giving
#define USER_ADC_FULL_SCALE_CURRENT_A (22) & pwm frequency is
#define USER_PWM_FREQ_kHz (15.0)
Currently I am testing two motors with low DC voltage (48V).
One motor which works perfectly well (is wound for high voltage) has follwoing parameters
Rs = 2 ohm, L = 6.8 mH and back emf 1000rmp/30Vrms (V/F = 0.2068). The motor parameter are detected quite close & motor runs very smooth and perfectly.
The other motor which is wound for low (48V) operation, has following parameters
Rs = 0.21ohms, L = 0.5 mH and backemf = 2.8V/1000rpm(V/F = 0.032)
. The motor while parmeter detection, goes through following stages and finally stops in CTRL_State Error &EST_STate_Error. Following states are seen
RoverL, Rs, Ramp_Up, motor smoothly rotates upto 300rpm,-> finally EST_STate_Error. Values detected are also wrong, Rs= 0.27, V/F = 0.042, inductance yet to be determined.
In view of this can anybody suggest what might be going wrong? Is resistance divider too high for low voltage operation?
Also, how to find reason for error -> Are there any parameter(s) for latching error for user to detect reason for this behavior,,,