Qu-Bot, A Quickly Programmable Robot User’s Manual
Page
31
of
52
4.4. Moving Qu-Bot
4.4.1. Characteristics of Motor Block
Motor Block Controls direction and speed of motors individually or combined.
4.4.2. Changing Attributes
Left Click on the Motor block in code flow to see attributes.
“Select Motor”:
Selects motor and motor Direction.
Options in drop down menu are TURN LEFT, TURN RIGHT, MOVE FORWARD, MOVE
BACKWARD, LEFT MOTOR FORWARD, LEFT MOTOR BACKWARD, RIGHT MOTOR
FORWARD, RIGHT MOTOR BACKWARD, STOP, LEFT MOTOR STOP and RIGHT
MOTOR STOP
“Speed”:
Speed of motor can be selected from drop down menu ranging from 0 to
10. 10 is maximum speed.
4.4.3. Moving Qu-Bot in a circle
Arrange the blocks and set attributes as shown in the figure.
The program will execute as below when downloaded to Qu-Bot.
Left motor will move at half speed of right motor for 60 seconds. Hence Qu-Bot
moves in anti-clockwise circle for 60 seconds.
Motors will stop and Qu-Bot will stand still after 60 seconds.
Buzzer will beep thrice indicating end of program.