Replies: 1 comment 1 reply
-
Did you try Or, can you use |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've made a rolling ball clock in Lego and the motor that powers it is programmed to run at 120 RPM / 720 degrees per second. (Geared down so the clock part runs at 1 RPM). I want the motor to run for 10 minutes and stop in an exact position. Another action is triggered, then the motor starts again and runs for another 10 minutes. I'm coding with blocks.
Seems I can't use a high figure of 432,000 degrees but rather I have to loop 10 times using 43,200 or 5 times at 86,400. Problem here is, there is a slight pause between each iteration of the loop. Not a major deal but if I could do away with the pause would be great.
Beta Was this translation helpful? Give feedback.
All reactions