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.
Hello -
Are there any helpers built into Motorware that would allow me to enable speed and acceleration limiting while using torque control? I want to command IqRef_A, but have motor acceleration limited like when using speed control. Also, when the motor reaches a predefined speed I want to stop adding any more torque (chop).
Any insight is appreciated.
Thanks,
-asifjahmed
Hi Yanming -
I'm not sure I understand your response. What you describe sounds like using the speed control loop. My questions specifically entail not using the speed control loop, as I want to request torque (IqRef_A). However, I want to limit the acceleration of the motor, as well as the maximum speed.
Please advise.
-asifjahmed
Thanks, Yanming - I understand what you are proposing now!
How do I go about using the speed PI controller without having it feed the IqRef_A? Can I disable the speed controller (CTRL_setFlag_enableSpeedCtrl(ctrlHandle, false);) and still use it for this purpose? Or do I have to create another speed and trajectory PI loop?
Thanks Yanming, I think what you are proposing is exactly what I need. Any tips on how to actually implement this (using lab 5a, 5b, or 10a)?
Much appreciated!
-asifjahmed