Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 524 Bytes

README.md

File metadata and controls

11 lines (11 loc) · 524 Bytes

Java-Robot-Communication

it was tested under ABB robot system. It was to move industrial robots by using PC. Socket communication function (or equivalent option) is required. Vision will be also required in practice. How to do :

  1. Get the IP of the robot
  2. Setup the vision.(in the demonstration, it is replaced to picture)
  3. Connect the robot and the PC using the program
  4. Calibrate them by picking two different positions of the robot based on its coordinate(in the demonstration, X-Z coordinate is used)
  5. Move!