This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Howto Motor Torque Control

Other Parts Discussed in Thread: TMS320F28335, CONTROLSUITE

hi

my environment

TMDSHVMTRPFCKIT + HVACIMTR-AC Induction Motro + TMS320F28335 controlCARD

source : Controlsuite -> Motor -> High-voltage Motor Control + PFC Kit -> Example projects -> ACI:FOC Sensorless for Delfine F2833x -> LEVEL2

Question 1)

i want control torque and speed under Open Loop Operation ( Do not use AD conversion and shunt resistor )

i think idRef is speed control, iqRef is torque control

but level2 is not exist idRef and iqRef

VqTesting, VdTesting  -> what is it?

Question 2)

i want to change ISR_Frequency 10khz -> 2khz

#define ISR_FREQUENCY 2 -> motor not run

how can i do it?