visose / Robots

Create and simulate ABB, KUKA, UR, and Staubli robot programs.
MIT License
306 stars 127 forks source link

Connection between digital simulation and real robot #54

Closed petrasvestartas closed 3 years ago

petrasvestartas commented 3 years ago

Hi,

I would like to ask if there are any manuals for this scenario:

a) user buys 2nd hand abb robot and gets delivered to his/her workspace b) user installs Robots plugin on rhino grasshopper

Since a company that installs robots does not know anything about Robots plugin nor Rhino how a user can establish a physical link between robot and rhino? Is there any proper manuals?

robin-gdwl commented 3 years ago

Did you see the section for ABB robots in the wiki?

# abb
In the latest version you can use the Remote component directly from Grasshopper to upload, load and optionally run the program on the controller. You'll need to install the Robot Communication Runtime if you don't have RobotStudio installed.

https://github.com/visose/Robots/wiki/Home

Is this what you are looking for or is it rather the actual connection (setting up a network, connecting ethernet cables ...) that you need help with?

petrasvestartas commented 3 years ago

Dear @robin-gdwl

Thank you for reply.

The second - rather the actual connection (setting up a network, connecting ethernet cables ...) that you need help with.

robin-gdwl commented 3 years ago

I see, I have not yet used ABB Robots so I cant help you myself. It probably also depends on what robot and controller you use. This video should be a good starting point: (dont let the UR-Robot confuse you its about connecting to ABB) https://www.youtube.com/watch?v=LiV7xgSIZKA Since this plugin (Robots) doesnt connect directly to the robot but instead uses Robot Studio or ABB Robot communication Runtime to interface with the robot I would check if you can find a manual for those that details how to connect. Abb has rather comprehensive documentation open for download so it should be possible to find the information you need.

As per the Robotstudio Manual on page 19 you can find the system requirements and necessary settings.

image

And starting from pagee 28 you will find a guide on how to connect the robot controller to the PC

image

petrasvestartas commented 3 years ago

Thank @robin-gdwl

Is it also valid for both old and newer abb i.e. IRB 6400?

robin-gdwl commented 3 years ago

Is it also valid for both old and newer abb i.e. IRB 6400?

I'm not sure, I have only used robotstudio as a simulation not with a physical robot, but I guess this info should be found somewhere in the manuals for roboguide or the controller itself.

petrasvestartas commented 3 years ago

Thanks for the help;)

visose commented 3 years ago

@robin-gdwl thanks for answering 👍🏻