[Build] Command (Project Menu)

: Ctrl+B

This command builds the current project so that it can be executed.

The Build command does the minimum amount of work required to bring the project up to date in the robot controller. For example, if a change was made to one program file in the project, then build will compile the changed file only, link it with the remaining object files, and the new file will be sent to the controller.

KEY POINTS


When sending the required files to the compact vision, make sure to rebuild not build.

During the build process, the status window displays each step of the build. If there are any errors, they will be displayed on the status window.