UR Setup Instructions

This section introduces the process of setting up full control of an UR robot.

The UR robots can be controlled at script level. At the script level, the URScript is the programming language that controls the robot. Therefore, the IPC controls an UR robot by sending scripts to it.

Attention

  • Once received a script, the robot will execute it. If the script has not finished executing, and the robot received another script which contains motion commands, the robot will stop immediately and execute the current script. If a script function defined by “sec” (not “def”) is sent via the port 30002, and the function does not contain motion commands, the robot will not stop immediately.

  • For e-Series robots such as UR5e, Mech-Viz can only guide the robot to move when they are set to remote control, or else Mech-Viz can only synchronize the robot instead of moving it.

Setup the Network Connection

Hardware Connection

Start the robot and plug the Ethernet cable into the port of the robot controller, as shown below.

../../../_images/network_connections.png

① is the network port inside the controller, and ② is the default network port.

Tip

In order to make the network connection faster and more stable, it is recommended to use port ①.

Check IP and Controller Compatibility

  1. Press on the icon in the upper-right corner of the teach pendant.

    ../../../_images/about1.png
  2. Select About.

    ../../../_images/about2.png
  3. Press on Version.

    ../../../_images/about3.png

IP Configuration

  1. Press on the icon in the upper-right corner of the teach pendant.

    ../../../_images/about1.png
  2. Select Settings.

    ../../../_images/about4.png
  3. Select Syetem ‣ Network.

    ../../../_images/modify_ip.png

Enter the correnct IP address, which should be in the same subnet as the IPC. After configuration, press on Apply.

Start Remote Control

  1. Press on the icon in the upper-right corner of the teach pendant.

    ../../../_images/about1.png
  2. Select Settings.

    ../../../_images/about4.png
  3. Select Syetem ‣ Remote Control.

    ../../../_images/remote_control.png
  4. Press on Enable to enable the remote control.

Test Robot Connection

Please refer to Test Robot Connection for detailed instructions.