Home→Forums→MonoBrick EV3 Firmware→Motor.On: strange behaviour→Reply To: Motor.On: strange behaviour
May 13, 2014 at 14:45
#4325
Anders Søborg
Keymaster
Hi Henrik
I think that you sould forget about the On() will be replace by one function call SetSpeed. MovTo will be replaced by our own PID controller (which can be tuned for depending on the load you have on the motors).
For motor position you should stick to the SpeedProfileStep function. Hope this makes sense
Anders
Follow