Other Parts Discussed in Thread: CONTROLSUITE, INSTASPIN-BLDC
The software path I used: D:\ti\controlSUITE\development_kits\DRV830x-HC-C2-KIT_v105\InstaSPIN_BLDC
1. How to use Instaspin BLDC run a new BLDC motor?Motor parameters are as follows:
Nominal voltage V 24
No load speed rpm 60800
No load current mA 282
Nominal speed rpm 57500
Nominal torque (max. continuous torque) mNm 23.6
Nominal current (max. continuous current) A 6.45
Stall torque mNm 561
Stall current A 149
Max. efciency % 91.6
Terminal resistance W 0.161
Terminal inductance mH 0.0171
Torque constant mNm/A 3.76
Speed constant rpm/V 2540
Speed/torque gradient rpm/mNm 109
Mechanical time constant ms 2.04
Rotor inertia gcm 1.79
2. Just modify the following parameters?
#define RS 0.79 // Stator resistance (ohm)
#define RR 0 // Rotor resistance (ohm)
#define LS 0.0012 // Stator inductance (H)
#define LR 0 // Rotor inductance (H)
#define LM 0 // Magnetizing inductance (H)
#define POLES 8 // Number of poles
3.I want to achieve low speed and high torque, and output 70mNm at 300rpm. What parameters should I modify in the program?
4. I use controlSUITE\development_kits\DRV830x-HC-C2-KIT_v105\PM_Sensorless,
To implement the same functions as 1.2.3 above, what are the differences in program modification?
5. InstaSPIN_BLDC support 1 pole pairs motor?I see InstaSPIN-BLDC_GUI_DRV83xx_v104 not support 1 pole pairs motor,right?