This repository has been archived by the owner on Apr 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 72
Wait for motor to finish #24
Comments
If memory serves, the OutputReady command is designed for this. It will toggle when the motor starts and stops. |
Where is the OutputReady command? I did not see one by that name.
Nathan Sokalski
njsokalski@hotmail.com<mailto:njsokalski@hotmail.com>
http://www.nathansokalski.com/
…________________________________
From: Brian Peek <notifications@github.com>
Sent: Tuesday, February 28, 2017 2:06 PM
To: BrianPeek/legoev3
Cc: njsokalski; Author
Subject: Re: [BrianPeek/legoev3] Wait for motor to finish (#24)
If memory serves, the OutputReady command is designed for this. It will toggle when the motor starts and stops.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#24 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AGA_R409W2ufV9MIYprkJUgkmxC8rPMGks5rhHAZgaJpZM4MOq5V>.
|
I believe it only exists in source, you'd have to pull down the project and build yourself...I haven't had the time to dedicate to keeping this maintained with release packages, unfortunately. :( |
Is there anywhere that I can get instructions on how to do that? I have never really used anything from GitHub where I need to build and install the code directly (I have only done stuff where it is installed as a package or some other automated fashion). I don't mind if I need to do it directly, but I don't want to do something wrong that messes up my current configuration. Thanks.
Nathan Sokalski
njsokalski@hotmail.com<mailto:njsokalski@hotmail.com>
http://www.nathansokalski.com/
…________________________________
From: Brian Peek <notifications@github.com>
Sent: Tuesday, February 28, 2017 2:53 PM
To: BrianPeek/legoev3
Cc: njsokalski; Author
Subject: Re: [BrianPeek/legoev3] Wait for motor to finish (#24)
I believe it only exists in source, you'd have to pull down the project and build yourself...I haven't had the time to dedicate to keeping this maintained with release packages, unfortunately. :(
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#24 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AGA_RxNm4FhzKK5eD_PxCQ7U-AKYTt35ks5rhHsugaJpZM4MOq5V>.
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I want to send a command (to turn a motor) and then wait for the motor to finish before doing anything else. Is there any way to:
OR
Without a way to be notified when a motor finishes, I'm not sure how to determine when I should start turning the next motor. Is there any way to do either of these things, or do you have any suggestions as to determine when to start the next motor (I don't have enough sensors to use that to determine when the motor finishes)? Thanks.
The text was updated successfully, but these errors were encountered: