AUBO Setup Instructions

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

The process consists of 5 steps:

Check Controller Compatibility

The version of the controller should be above 4.5.44.

Go to About ‣ Version ‣ Server Version to check the version of the controller.

Setup the Network Connection

Hardware Connection

Plug the Ethernet cable into the Ethernet interface of the controller to connect the IPC and the robot controller.

../../../_images/control_box.png

IP Configuration

Press on Settings ‣ System ‣ Network to configure the Interfaces, Netmask, IP Address, and Gateway, and then select Save. Please note that the robot IP should be in the same subnet as the IPC.

../../../_images/set_ip.png

SDK Compatibility

  1. Please download the AUBO Python-Dlls first.

  2. Copy all the DLL files in the python-Dlls folder.

  3. Locate the folder where python is installed on the IPC and paste all the DLL files into the DLLs folder (The default path is C:/Program Files/Python36/DLLs). The DLL files are as shown below.

    ../../../_images/all_floder.png
  4. You do not need to load the files to the robot.

Test Robot Connection

Please refer to Test Robot Connection for detailed instructions.

Troubleshooting

After copying and pasting the files, if the robot cannot be connected successfully, and the error is DLL load failed: %1 is not a valid Win32 application, please check whether the C++ runtime library on your computer is complete. The complete C++ runtime library is as shown below.

../../../_images/full_cpp.png

If the library is not complete, please download the vc runtime library repair DirectX Repair V3.9 to fix the error.