You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to accels...@googlegroups.com
The speed at which the motor stops when stop() is called is governed by the previously defined acceleration setting. Is there a faster way to stop - other than setting the acceleration to an incredibly high number?
I have microswitches that designate the end of a track. If the device being powered by the motor hits one of these, it must stop absolutely immediately.
Sandy Noble
unread,
May 18, 2013, 10:24:55 AM5/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to accels...@googlegroups.com
motor.setSpeed(0);
will do it.
sn
the_ether
unread,
May 18, 2013, 11:48:00 AM5/18/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to accels...@googlegroups.com
I just saw another post about a similar problem. According to that, I need to also call motor.moveTo(motor.currentPosition); after setting the speed to zero.
On Saturday, May 18, 2013 4:48:00 PM UTC+1, the ether wrote: