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.
Hi there,
I am using lab13a as a reference design for my position controller, however I also need to be able to control the velocity. Ideally I would use the velocity control for the majority of the movement and only position control for the accuracy of the position. Is there a way to add velocity control to this lab without removing position control?
Thanks!
Shiran,
You should be able to add in the velocity control into the project. The code for MotorWare is fairly similar between all of the projects. The key trick will be the make sure the hand-off between the velocity control and the position control is smooth.
Another thing you should look at is lab 13e. This lab uses the profile generator in order to run the position controller in speed mode. I think this would be a pretty simple approach to combining speed and position.