Home General

Discussion

Left ArrowBack to discussions page
YazanYazan Posts: 2 Recruit
Hallo everyone,
I am trying to establish contact between the robot and the computer directly using an ethernet cable.
My network on the computer looks like this:

then I set the IP address of the robot like the IP address of the computer, looks like this:



When I run this command(ping: 192.168.3.4) it means there is contact between them.


but the EtherNet/IP adapter is not green and looks like this:


I work with remote Control:


Through a small Python program:
(from urx import Robot
robot=Robot(“192.168.3.4”)
a=1
v=0.5
robot.movej([1.5, 0, 4, 0 ,1, 2], a, v)
robot.close()
)
i tried to move my UR5 but the robot won’t move. Is this a correct way to move the robot?


I always don’t know what the problem is.
Can someone help me please.

Thank you very much.

Comments

Sign In or Register to comment.
Left ArrowBack to discussions page