Run Steps and View Outputs

This section introduces how to run steps and use the debug output feature to check the performance of the steps.

Run Steps

  • Run the Entire Project: Click Run in the project programming workspace to run the entire project.

  • Run a Single Step: Click Run on the step block to run the current step.

View Step Execution Time

After the step finishes running, its execution time is displayed on the step block.

View Debug Output

The Debug Output pane on the upper right of the home screen visualizes the step’s execution result. It helps you verify the output and debug the project.

About the Debug Output Pane

Debug Output Pane

In the Debug Output pane, you can see:

  1. The name of the step that the currently displayed debug output belongs to.

  2. The data type of the output.

  3. Click Popout to detach this panel as an independent window for viewing.

  4. Click View Axes to show or hide coordinate axes.

  5. The visualized area of output results.

View the Output of a Single Step

Enable Run in the project programming workspace, and open the visual button img in the upper right corner of the target step. After running the project, you can view the step execution results.

fishy

Adjust the View Angle

If the Debug Output pane displays 3D point cloud data, you can use the mouse to adjust the view angle:

  • Pan: Hover the mouse over the data area, right-click and drag.

  • Zoom In/Out: Scroll the mouse wheel up/down.

  • Rotate: Hover the mouse over the data area, left-click and drag.

  • Reset: Press R on the keyboard to reset to the default view.