Using the Code Viewer for Python in VEXcode IQ

Using the Code Viewer in VEXcode IQ is easy and helpful.


How to Open the Code Viewer

VEXcode_IQ_Icon.png

Launch VEXcode IQ.

blocks_interface.png

The platform defaults to the Blocks interface.

code_viewer_icon.png

Select the Code Viewer icon to open the Code Viewer window.

code_viewer_python.png

The Code Viewer window will open. Select the "Python" button at the bottom of the Code Viewer window to display the Python version of the Blocks project.

hide_code_viewer.png

Hide the Code Viewer window when finished by selecting the right arrow next to the Help icon.


How Text Commands are Added with Blocks

add_print_block.png

Add a [Print] block to the project.

code_viewer_with_block_in_space.png

Select the Code Viewer icon to open the Code Viewer window.

print_block_and_code_viewer.png

Notice that the print command will also be added to the Code Viewer window.


How Text Commands are Deleted with Blocks

remove_print_block.png

Delete the [Print] block from the VEXcode IQ project.

Note: for more information on how to delete a block, view the Delete a Block article from the Knowledge Base.

removed_block_and_command.png

Notice that the print command will also be deleted from the Command Viewer window.

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

Last Updated: