Starting and Stopping a Python Project in VEXcode VR

Starting and stopping a Python project in VEXcode VR will control when your VR Robot moves in its virtual Playground.


How to Start a Project

Important Note: The first time a Python project is started, there may be a small delay as the Python system is loading into your browser. This delay is normal and should only occur the first time the Python project is started during each VEXcode VR session.

From the Toolbar

Project menu with Start selected to run the Python project

To start a project from the Toolbar, select the “Start” button. The Playground window will open automatically if it is not already open.

Start button unavailable until the Python project is ready to run

Once the “Start” button is selected, the project will run and the VR Robot will perform the programmed actions in the Playground. The “Start” button will remain grayed out while the project is running. The project must be stopped before it can be run again.

From the Playground Window

Open a VEXcode VR Playground from the Playground menu

To start a project from the Playground window, first ensure that the Playground window is open. To open the Playground window, select the Playground button in the Toolbar.

Start button in VEXcode VR to run a Python project

Then, select the Start button. Once the Start button is pressed, the project will run and the VR Robot will perform the programmed actions in the Playground.

Stop button to end the Python project in VEXcode VR

The Start button will be replaced with the Stop button while the project is running. The project must be stopped before it can be run again.


How to Stop a Project

From the Toolbar

Stop button in VEXcode VR to stop a running Python project

To stop a project from the Toolbar, select the “Stop” button.

From the Playground Window

Stop button to end the running Python project in VEXcode VR

To stop a project from the Playground Window, select the Stop button.

Stop and Reset buttons to end the Python project and return the VR Playground to its starting state

You can also stop the project by pressing the "Reset" button inside of the Playground window.

Project menu Start command to run the Python project

Notice that the “Start” button will return to white once the project has been stopped.

Start button in VEXcode VR to run the Python project

The Start button will also return in the Playground window.


How to Start a Project Again

From where you left off

Project menu with New Python Project option selected

To continue running your robot from where it last left off, select the “Start” button again from the Toolbar, while leaving the Playground window open.

Start button to run the Python project in VEXcode VR

Or, select the Start button again from the Playground window.

From the beginning

Stop button in VEXcode VR to end a running Python project

To start your VR Robot back at the beginning, select the “Reset” button in the Playground window or “Close” the Playground window.

For more information, help, and tips, check out the many resources at VEX Professional Development Plus

Last Updated: