Hi everyone I hope you are having a fantastic day!
well, in my project I'm using a dc motor with an encoder that is connected to a timing belt and is moving laterally to position my drill bit. the user is supposed to enter the desired position and speed of the travel and my drill bit has to move to that point with the speed that the user entered. I searched relentlessly on the web and I came across something called PID control that could help me out, but there is one problem. all the PID examples I saw online were only on either position control or speed control. I was wondering if anyone has any idea how I can implement both speed and position control at the same time?
here is the motor I'm using: 5202 Series Yellow Jacket Planetary Gear Motor (50.9:1 Ratio, 117 RPM, 3.3 - 5V Encoder - ServoCity
p.s. not that it matters much but I'm converting the position from cm to number of encoder counts and my speed is m/s.
Thanks