Other Parts Discussed in Thread: MOTORWARE
Tool/software: Code Composer Studio
I am new to ccs and Motor Ware, I am doing lab2a as stated in the instaSpin-lab and achieved the first part of this lab
''start the motor identification, Set the variable “gMotorVars.Flag_enableSys” equal to 1. Set the variable “gMotorVars.Flag_Run_Identify” equal to 1. After “gMotorVars.Flag_Run_Identify” is equal to 0, the motor parameters have been identified.'' But the NULL values in user.h (user_j1.h) are not updated(nothing has changed). Should I update them manually ? or they should be automatically changed to
(USER_MOTOR_Rr = gMotorVars.Rr_Ohm’s value (ACIM motors only)
o USER_MOTOR_Rs = gMotorVars.Rs_Ohm’s value
o USER_MOTOR_Ls_d = gMotorVars.Lsd_H’s value
o USER_MOTOR_Ls_q = gMotorVars.Lsq_H’s value
o USER_MOTOR_RATED_FLUX = gMotorVars.Flux_VpHz’s value
o USER_MOTOR_MAGNETIZING_CURRENT = gMotorVars.MagnCurr_A’s value (ACIM
motors only) ) .
One more question is it correct to add the motor parameters into user_j1.h and not on user.h ?since im using boostxl on j1,4 on f28069m
Thanks.