Skip to main content

Session 6 Your First V5RC Match

It's time to prepare for your first V5RC match! In this session, you will learn about the structure of a match so that you can be prepared for what will happen when you get to the Field at a competition. You'll use VEXcode V5 and the Competition Template to create your first V5RC project for a competition match, and learn how to start the project on your Controller. 

Before you begin, make sure you have the following ready:

What is the structure of a V5RC match? 

The Competition Template accounts for the three main components of a match: 

  • Pre-Auton / Set Up Mode: Here the team can code actions such as calibrating a gyro, setting variables, or other device settings. These blocks will run immediately when the program is started, before the autonomous portion of the match begins.
  • Autonomous Mode: The first 15 seconds of a match is the autonomous period. Here, your robot performs coded behaviors, and driver control is disabled. You can earn an extra point based on your robot's ability to score in this part of the match.
  • User Control Mode: The remaining 1 minute 45 seconds is where you drive your robot in the match. Here your robot runs the code that allows the driver to control the robot during the competition.

The Competition Template is required to be used when competing in a V5RC match. Watch the video below about using the Competition Template to prepare for a match. 

In this video you will learn about: 

  • What each of the stacks in the Competition Template are for.
  • Building code for the autonomous period.
  • How to configure your Controller in VEXcode V5 for your driving preferences.
  • How to run the Competition Template project on your Controller to simulate a match.

Activity: Build Your Competition Template

Now that you know what the Competition Template is, it's your turn to build and test your own. VEXcode V5 blocks interface showing the competition template project open. In the workspace are three stacks of blocks: a when started, a when autonomous, and a when driver control with an empty forever block attached to the last one. A blank note has space to write the project, author, created date, and configuration.

Use this task card (Google doc / .pdf / .docx) to guide you through building and testing your project.

Have fun getting ready for your first match!


Select Next Session > to move on to the next session.