The Coding Panel
Clicking the RoboX Cart will open the Controller Panel on the left part of the screen, with the Coding Panel minimized at first.
Click the Coding Panel to open it:
This is where you can create your program with RoboX Block Code. The Block Library at the far left offers several categories of commands:
To minimize the Coding Panel, hover the mouse on the right edge of it until the icon appears, then click:
Writing Code
To build your code, simply drag blocks from the library into the Coding Panel:
Note: all code blocks must be attached to each other with no spaces in between, and the first block must be attached to the initial "When clicked" command.
Commands can be moved around within the code:
To delete a code block, simply drag it anywhere outside the Coding Panel:
Coding Panel Buttons
The following buttons are available at the top of the Coding Panel:
Button | Action | Explanation |
Save Code |
Saves the job and positions that you created in a mission. |
|
Load Code |
Loads previously-saved mission data and code. |
|
Play |
Runs the code you have written/loaded. |
|
Pause |
(Replaces the 'Play' button once the code is run.) Pauses code execution. |
Comments
Please sign in to leave a comment.