| VEX Programming Comparison Chart |
Beginner » » Intermediate » » Advanced |
| Programming Options |
Default Code |
easyC 2.0 |
ROBOTC |
MP LAB IDE (Coming Soon!) |
| Pre-programmed routines allow you to configure and control your robot by the radio transmitter. Autonomous routines allow your robot to execute simple actions based on sensor inputs. |
X |
|
|
|
| Drag and drop graphical user interface is a blend of visual block style programming and "C" style language to assist novice programmers. Toggle between programming modes. |
|
X |
|
|
| Online Mode allows you to control motors and monitor sensors directly from your computer. |
|
X |
|
|
| Configure and reprogram the way in which the radio control transmitter controls the robot. |
|
X |
X |
X |
| Autonomous mode allows your robot to perform programmed behaviors without input from the radio transmitter. Compile and download instructions to VEX Controller for autonomous robot operation. |
|
X |
X |
X |
| Execute competition templates. |
|
X |
X |
X |
| Time-saving industry standard C-language source code editor. |
|
|
X |
|
| Programming in industry standard C-language. |
|
|
X |
X |
| Progressive learning path across multiple platforms. |
|
|
X |
X |
| Ability to have multiple tasks/subprograms running concurrently. |
|
|
X |
|
| Incremental downloader for faster program loading. |
|
|
X |
|
| Real-time debugger allows you to read and write the contents of user program variables as the program is executing on the robot. |
|
|
X |
|