by tafoxx » Thu Jun 25, 2009 2:49 pm
by tafoxx
Thu Jun 25, 2009 2:49 pm
Update: The moving speed register can also hold and return a "negative" value. In endless turn mode this determines the direction of turn, but in regular mode the tenth bit is simply ignored.
I guess it's not that surprising. But it means I can just use the same "setSpeed" function for both modes.
Also the max torque value seems to have an effect on speed, for some reason.
And even when at max torque, the moving speed (in RPMs) seems to be exactly half the speed the manual says. That is, when moving speed is 541 (which should be 60 RPMs, according to the manual), each revolution takes about 2 seconds.
Update: The moving speed register can also hold and return a "negative" value. In endless turn mode this determines the direction of turn, but in regular mode the tenth bit is simply ignored.
I guess it's not that surprising. But it means I can just use the same "setSpeed" function for both modes.
Also the max torque value seems to have an effect on speed, for some reason.
And even when at max torque, the moving speed (in RPMs) seems to be exactly half the speed the manual says. That is, when moving speed is 541 (which should be 60 RPMs, according to the manual), each revolution takes about 2 seconds.