Run HMI Program
Last updated
Last updated
After having synchronized the HMI panel you are ready to run the robot program.
Build the robot program as you usually do, making sure that all all variables and functions linked inside the HMI panel are defined also inside the program.
Go to URCaps menu and select the HMI command.
Add the HMI command inside the program after variables and function definitions.
Select the HMI panel that you want to display for this program.
Select the target destination of the panel: Full screen Main Panel or Toolbar.
Choose stop main loop if you want to block the main program execution to the HMI command and delegate to it execution of robot functions.
Then play the robot program to execute it with the running HMI panel.
If you can not find the HMI Command make sure to have previously installed the HMI plugin.
More detail about how to structure a HMI program using Polyscope can be found in section: HMI and Polyscope Program