Hello,
I have a motor with a stall current of 50A, running on a 24V rail. If the motor is under full load, I want to supply the stall current, without exceeding the motor power rating of 50W.
The control scheme is trapezoidal. The speed PI controller output feeds a reference to the current PI controller, which outputs a PWM modulation index (from 0.0 to 1.0).
We’re starting our motor under full load. The speed PI controller output is limited to our stall current. Then the reference to the current PI controller is 50A. In this situation, we don’t want the current PI controller to have an output > 1/24 otherwise the power drawn will exceed the 50W limit.
How do I limit the power? I haven't seen anyone else implement "power limiting". Maybe I am misunderstanding something.
Kind Regards,
Malcolm Mackay