Monitoring variable and sensor values provides important visual cues that allow the user to see what is happening in a VEXcode GO project in real time. The Monitor Console in VEXcode GO allows users to make a visual connection between the project and the actions of the GO robot.
How to Use the Monitor Console
To open the Monitor Window and view the Monitor Console, select the Monitor icon next to the Help.
Both sensor and variable values can be monitored in the Console.
In VEXcode GO Python, the Monitor Sensor command and the Monitor Variable command are used in VEXcode projects to display sensor and variable values in the Console. Information about how to use these commands can be found in the VEXcode API Reference for VEXcode GO Python.