Boe-Bot Duration Issue
Hello all!
I'm new to this forum and hope you can help.· I assembled and tested my new Boe-Bot today!· I'm going through the testing and tuning procedures now.· I have found that when I try to make the Boe-Bot move forward for greater than 6 seconds, it does not stop after the programmed duration.
For instance, when I use:
For counter = 1 to 122, it runs for 3 seconds
For counter = 1 to 244, it runs for 6 seconds
For counter = 1 to 366, instead of running for 9 seconds, it runs indefinitely.
Any suggestions?
·
I'm new to this forum and hope you can help.· I assembled and tested my new Boe-Bot today!· I'm going through the testing and tuning procedures now.· I have found that when I try to make the Boe-Bot move forward for greater than 6 seconds, it does not stop after the programmed duration.
For instance, when I use:
For counter = 1 to 122, it runs for 3 seconds
For counter = 1 to 244, it runs for 6 seconds
For counter = 1 to 366, instead of running for 9 seconds, it runs indefinitely.
Any suggestions?
·
Comments
-Phil
Thanks! You were correct! I need to be more careful coding, I see.