my name is Alejandro, and is my first time posting on forum.
I have a controller build with a "STM32 V3 mini" development board and a IGBT UPS power unit.
All hardware is working fine, I have already calibrated current sensors, encoder and voltage meter.
On start 2 mode motor turns very nice, but when goes with start 1 only turns at 6 or 7 rpm at max throttle.
I am working with an asynchronous motor, 120V, 4 poles (2 pairs), 50Hz.
My parameter list are:
I already try everything by changing parameters and I can't get it to work even a little bit well."boost": 1700,
"fweak": 34,
"fconst": 180,
"udcnom": 0,
"fslipmin": 2,
"fslipmax": 4,
"fslipconstmax": 5,
"polepairs": 2,
"respolepairs": 1,
"encmode": 0,
"fmax": 200,
"numimp": 1000,
"dirchrpm": 100,
"dirmode": 1,
"snsm": 12,
"pwmfrq": 1,
"pwmpol": 0,
"deadtime": 63,
"ocurlim": 200,
"il1gain": 2.59,
"il2gain": 2,
"udcgain": 3.28,
"udcofs": 0,
"udclim": 200,
"snshs": 0,
"bmslimhigh": 50,
"bmslimlow": -1,
"udcmin": 70,
"udcmax": 120,
"idcmax": 200,
"idcmin": -200,
"tmphsmax": 85,
"tmpmmax": 300,
"throtmax": 100,
"throtmin": -100,
"iacmax": 200,
"ifltrise": 10,
"ifltfall": 3,
"chargemode": 0,
"chargecur": 0,
"chargekp": 80,
"chargeki": 10,
"chargeflt": 8,
"chargemax": 90,
"potmin": 0,
"potmax": 4080,
"pot2min": 15,
"pot2max": 4095,
"potmode": 0,
"throtramp": 100,
"throtramprpm": 20000,
"ampmin": 10,
"slipstart": 50,
"brknompedal": -50,
"regenramp": 100,
"brknom": 30,
"brkmax": -30,
"brkcruise": -30,
"brkrampstr": 10,
"brkhistr": 1000,
"brkhistp": 1000,
"brkout": -50,
"idlespeed": -100,
"idlethrotlim": 50,
"idlemode": 0,
"speedkp": 0.25,
"speedflt": 5,
"cruisemode": 0,
"udcsw": 70,
"udcswbuck": 540,
"tripmode": 0,
"pwmfunc": 0,
"pwmgain": 100,
"pwmofs": 0,
"canspeed": 0,
"canperiod": 0,
"fslipspnt": 0,
"ampnom": 0
I would appreciate very much if someone could take the time to read this and help me.
Thank you very much.