Other Parts Discussed in Thread: SN74AUP1G74
I am working in Lab 5f - comparing the InstaSPIN-MOTION speed controller against the traditional PI controller. The hardware platform that I am using is the hvkit with the F28069 control card.
I am running my motor with a load. Each time that the current (Iq) reaches the limit defined in my user.h file (USER_IQ_FULL_SCALE_CURRENT_A) the controller stops the motor. I would like to modify this lab so that the controller tries to achieve the requested speed but if unable to do so due to the Iq limit, that it will continue to run the motor at the max allowed Iq limit without stopping. Where should I start?
When I was initially using the InstaSPIN-MOTION GUI to evaluate my motor, I was able to set a target speed and then when the Iq limit was reached the controller would continue to run the motor at the max Iq limit even if the target speed was not achieved. Is there a better Lab/Project that I should start with to implement this behavior?