About 10,800 results
Open links in new tab
  1. ROBOTC

    ROBOTC is a cross-robotics-platform programming language for popular educational robotics systems. ROBOTC is no longer being actively developed. Using VEX IQ (1st gen), VEX V5, or …

  2. Install ROBOTC

    1) From the ROBOTC website, select the individual robotics platform you wish to program on. When you get to the correct platform page, click on the 'Download ROBOTC for VEX Robotics …

  3. Getting Started with the VEX Cortex - Wireless (VEXNet) - ROBOTC

    This is a guide for configuring the VEX Cortex system to be programmed wirelessly using a VEXNet connection. These steps are required the first time you use your computer to program …

  4. ROBOTC is a text-based programming language Commands to the robot are first written as text on the screen. They are then processed by the ROBOTC compiler into a machine language …

  5. Getting Started with the VEX IQ - ROBOTC

    Downloading and Running Code ROBOTC contains a large library of sample programs to help you get started. These sample programs can be downloaded to your VEX IQ using the micro …

  6. Getting started with Robot Virtual Worlds - VEX

    ROBOTC is a cross-robotics-platform programming language for popular educational robotics systems. < Back to ROBOTC Platform: VEX | LEGO Getting started with Robot Virtual Worlds …

  7. Preferences - Basic - ROBOTC

    Depending on which Menu Level ROBOTC is currently set to (Basic, Expert, or Super User), the options in the Preferences window will change.

  8. Try Me Example Code ROBOTC Graphical Code Examples Introduction to rorain IQ Robomatter Inc 3 ROBOTC’s Graphical Programming Language is designed to be intuitive. Starting on …

  9. Remote Control Overview The VEXnet Remote Control is a very powerful tool that a programmer can use to use to achieve direct control of their robot. Each button can be programmed to …

  10. ROBOTC control structures that make decisions about which pieces of code to run, such as while loops and if-else conditional statements, always depend on a (condition) to make their …