HOME
FUNDAMENTALS
SETUP
MOVEMENT
REMOTE CONTROL
SENSING
---
-
-
-
Exit
- :
...
...
Check Your Understanding:
1. Why is a While Loop required when using the VEXnet remote control?
That’s the way the VEXnet is programmed
So that the information to the robot is continuously updated
Without a While Loop, the robot would drive around in circles
A While Loop is used to keep the batteries from running low
2. How do you know which joystick movement is Channel 2 and Channel 3?
You have to memorize it
It is labeled on the VEXnet remote control
You don’t know. You have to try it out with your robot
Channel 2 and Channel 3 are always horizontal movements
While()
Loops
Boolean Logic
Boolean Logic Pt 1
Boolean Logic Pt 2