rparak / Unity3D_Robotics_ABB

A digital-twin of the robot ABB integrated into the Unity3D development platform.
MIT License
79 stars 24 forks source link

503&404 was reported #5

Open chessnio opened 1 year ago

chessnio commented 1 year ago

Hi,rparak Thank you so much for sharing, I am very interested. I encountered a problem when I was learning. When I ran the unity3d & robot studio robot, (503) Service Unavailable appeared. After I changed the path, an error 404 Service Unavailable was reported. I have been working on it for a long time and have not solved it. Do you know how to solve it? Thank you!

rparak commented 1 year ago

HI @chessnio,

the problem may be that you have the wrong version of Unity3D. The preferred version of Unity3D must be 2020.*. I have tested this project on Unity3D 2020.1.8f1 and Unity3D 2020.3.43f1 and everything works properly.

Try using a simple application without Unity3d to verify the connection: https://github.com/rparak/ABB_Robot_data_processing/

By the way, the project is for ABB robots with IRC5 controller, because the new OmniCore controller uses a different type of communication principle (RWS 2.0 instead of RWS 1.0 in our case).

Have a great day.

RP