Page 58 - Clawbot with Controller
P. 58

Controller Exploration - Part 1





                  Ready for Programming!


                  Clawbot is ready for programming with the Controller! This exploration will give you the tools
                  to be able to program some basic movements within a project.

                  VEXcode IQ Blocks that will be used in this exploration:


                     The forever block—this block loops a set of blocks forever. A forever loop can only be
                     exited by using a break block or by stopping the program. The forever block will not stop
                     repeating unless a break block is placed inside of it.













                     Here is an example of a break block being used to exit a forever loop.





































                     The set motor velocity block—sets the speed of the motor.
   53   54   55   56   57   58   59   60   61   62   63