Hi Guys,
thank you very much for your last answers.
Do you have an idea where to implement a fast an reliable limitation of the motor torque - and by the way how does the software know the current-to-torque factor of the motor.
I guess it samples it out when doing the initial tests.
In my eyes it is a miracle because we only give the rated current to system (as user input) and not the rated torque nor the motors inertia. Is it really possible to calculate the torque factor out of the maximum current step response without knowing the mass of the rotor?
May be someone could explain that ;-)
But the main problem remains still the implementation of a fast and reliable torque limit (the motor current should shut down when the limit is reached).
I tried to trigger on the
EST_getTorque_Nm(obj->estHandle);
variable. This works very well until 4.8Nm. The motor limits on every value below this point.
If we raise the load and increase the limit to 5.5 the motor does increase its torque to its maximum (of about 8Nm) and does never stop because the value limits at 4.8Nm.
This value is built in the Estimator which is closed.
Are there any known reasons for such a limitation (e.g. variable overflow etc.)
Thank you very much for your comments.
Ralf, Alex