Search found 32 matches

by SouthernAtHeart
Thu Feb 11, 2016 3:37 pm
Forum: Velocity and Position Control
Topic: auto tuning
Replies: 2
Views: 4908

auto tuning

When I manually set the PID values to P = 3; I = 1; D = .25; my motor runs quite well. It will turn nicely at slow speeds and fast speeds, though, if I hold it back it will kinda get sluggish, then speed up in excess for a bit before it runs at the speed I'm asking it to run. I tried the auto tuning...
by SouthernAtHeart
Thu Feb 11, 2016 3:26 pm
Forum: Velocity and Position Control
Topic: Full speed command doesn't seem to be 32767
Replies: 1
Views: 3797

Full speed command doesn't seem to be 32767

My setup: Roboclaw 7x2 running 1 motor that has an encoder on it. The encoder is a 600ppr encoder. The settings for the encoder are as follows: //Velocity PID coefficients #define Kp 3.0 #define Ki 1 #define Kd 0.25 #define qpps 57000 I just guessed at the PID values, and they seem to be working goo...