- :-

Topics Covered

  • Opening a Sample Program
  • Lesson Links

    Check Your Understanding:
    1. 1. What is the name of the programming software for the EV3?
    2. EV3-C
      ROBOTC
      Assembly
      ROBOPROGRAMMO
    3. 2. To make sure ROBOTC is properly configured to program the physical robot, you should:
    4. Make sure that the “Robot” > “Platform Type” is set to “EV3”
      Make sure that the “Robot” > “Compiler Target” is set to “Physical Robot” when you’re using a real EV3 robot
      Creating a name for the robot in the Motors and Sensors Setup window
      The first two answers are correct
    5. 3. You can build a ROBOTC Text-Based program by:
    6. Typing out or dragging and dropping in commands into the ROBOTC text editor
      Using text-to-speech on your computer to dictate what you want the robot to do
      Drawing the path of the robot with your mouse or trackpad
      Reverse engineering the firmware loaded on the EV3 Brick
    7. 4. True / False: Robots run commands one-at-a-time, starting at the top of the program.
    8. True - The robot runs in sequence, starting from the top to the bottom
      False - The robot runs lines that has highest priority
    Try It!
    Try it! 1

    Exploring Sample Programs

    Explore the sample program directory to find additional sample programs.



    ROBOTC also has an extensive help documentation by going to the "Help" menu or pressing F1.



    Try it!
    Did You Know?

    Did you know?

    ROBOTC Natural Language

    That ROBOTC has multiple options and preferences available to customize your experience. For this curriculum, you will use ROBOTC Simple Behaviors using the Natural Language setting.

    Ensure the "Natural Language" mode is enabled, otherwise you may experience compiler errors.