![]() |
Motor Speed Values
What is the max speed value I can give a motor?
Like is Code:
motor.set(10);Code:
motor.set(1); |
No. The motor values go from -1 to 1. Giving it a value of 10 is either going I cause an error or be the same as 1.
|
Re: Motor Speed Values
Quote:
If you look at the source code of this class, you can see that any input is constrained to be between 1.0 to -1.0. Code:
final void setSpeed(double speed) { |
Re: Motor Speed Values
Okay - THANKS!
|
| All times are GMT -5. The time now is 22:39. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi