Other Parts Discussed in Thread: TMDSHVMTRINSPIN, MOTORWARE, CONTROLSUITE
Hello,
I've a questions for you about my project with TMDSHVMTRINSPIN.
As example I'm using project Lab04 refered to a torque control mode and i've a problem for the voltage output (block M5 on the yellow PCB). I've correctly insert the moto parameters as Rs, Ls, Ld, ..... in the file user.h
Also i've used the following value:
#define USER_IQ_FULL_SCALE_FREQ_Hz (50.0)
#define USER_IQ_FULL_SCALE_VOLTAGE_V (350.0)
#define USER_ADC_FULL_SCALE_VOLTAGE_V (500) // 409.6 hvkit_rev1p1 voltage scaling
#define USER_IQ_FULL_SCALE_CURRENT_A (5.0) // 10.0 Example for hvkit_rev1p1 typical usage
#define USER_ADC_FULL_SCALE_CURRENT_A (19.89) // 19.89 hvkit_rev1p1 current scaling
#define USER_NUM_CURRENT_SENSORS (3)
#define USER_NUM_VOLTAGE_SENSORS (3) // 3 Required
#define I_A_offset (0.991096735)
#define I_B_offset (0.9902896285)
#define I_C_offset (0.9826043248)
#define V_A_offset (0.3237852454)
#define V_B_offset (0.3227902055)
#define V_C_offset (0.3217574358)
#define USER_SYSTEM_FREQ_MHz (90.0)
#define USER_PWM_FREQ_kHz (30.0)
#define USER_MAX_NEGATIVE_ID_REF_CURRENT_A (-2.0)
#define USER_ZEROSPEEDLIMIT (0.2)
#define USER_FORCE_ANGLE_FREQ_Hz (1)
#define USER_MAX_ACCEL_Hzps (20.0) // 20.0 Default
#define USER_MAX_ACCEL_EST_Hzps (2.0) // 2.0 Default, don't change
#elif (USER_MOTOR == MY_MOTOR)
#define USER_MOTOR_TYPE MOTOR_Type_Pm
#define USER_MOTOR_NUM_POLE_PAIRS (1)
#define USER_MOTOR_Rr (NULL)
#define USER_MOTOR_Rs (87)
#define USER_MOTOR_Ls_d (0.3)
#define USER_MOTOR_Ls_q (0.3)
#define USER_MOTOR_RATED_FLUX (2.1)
#define USER_MOTOR_MAGNETIZING_CURRENT (NULL)
#define USER_MOTOR_RES_EST_CURRENT (10)
#define USER_MOTOR_IND_EST_CURRENT (-1)
#define USER_MOTOR_MAX_CURRENT (5)
#define USER_MOTOR_FLUX_EST_FREQ_Hz (20.0)
My control torque can be start using a value of gMotorVarson.IqRef_A on the "expression" tab of my ccs5.
So i've note that the motor can increase the speed when i increase the Iq ref. Naturally, in a torque control when i increase the Iq ref, in the conditions of the same load, there is an increse of the speed. The problem is that when i use a value of Iq ref greater than 0.7 the motor don't increase the speed. I've measured the output voltage (line-line) on the 3-ph pin on the block M5 of my yellow PCB and the value is at max 120VAC. How can i incrresase the value of this voltage at 230VAC? I think that my motor can't increase the speed when i increase the iqref beacuse the value of the output voltage is to low. I'm using a stator with 3-ph star connection.
What do you think about? Do you have any information about the jampers J1 J2 J3 J4 on the block M5? To sole my problem, i'm change any parameter on the file user.h or can i change same electrical connection on the HVMTR kit?
rd@emcmotors.it
felardo@arroweurope.com