LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

TCP/IP connection between PC and UR5 Universal Robot

 Hello m3765. 

Could you do a brand new forum entry for your inquiries ?

0 Kudos
Message 11 of 21
(7,057 Views)

Hi,

I can send the command like play, stop,shutdown to UR5 robot from LaVIEW to robot through TCP/IP control.Is there any other way to operate each and every axis of robot.and also want to get back current status of the robot into the LabVIEW program

0 Kudos
Message 12 of 21
(6,587 Views)

Hi there
I intend to control UR5e with LabVIEW. I understand that the TCP/IP can be used for communication, but what drivers will I need to interface the two? Are there any libraries/drivers readily available? Also, If I need to develop the drivers, how do I go about doing it.

Thanks in advance

0 Kudos
Message 13 of 21
(5,782 Views)

I'm unaware of any existing LabVIEW drivers for UR5e, but developing those drivers is no different than writing any other plug-and-play instrument driver. NI has a tutorial: http://www.ni.com/tutorial/3271/en/

0 Kudos
Message 14 of 21
(5,763 Views)

Hi Seraph 1989

It seems you have used LabVIEW with the UR sim simulation software. Could you please help us with the same. We need to work with the virtual robot in URsim, controlling it with LabVIEW.

 

Thanks in advance

Message 15 of 21
(5,754 Views)

Hello,

 

I am using UR10 for a robot project, can you please share the VI ?

My email address is kevin.rossi@lut.fi

 

And I have one question : how do you know which port you have to put ?

 

Thanks,

Kevin ROSSI

0 Kudos
Message 16 of 21
(5,634 Views)

兄弟,你好,我现在也要用LABVIEW控制UR3和UR5,可否加个微信,请教一下,呵呵:  我的微信是:18623557787

0 Kudos
Message 17 of 21
(5,538 Views)

Can I have your vi (I am struggling how to using sockettest to send dynamic data from UR10) thanks a lot 

0 Kudos
Message 18 of 21
(4,534 Views)

Hello,

 

If your are looking for a quick way to communication and remote control your UR robot with TCP/IP, I suggest you to have a look at the UnderAutomation Universal Robots .NET SDK : https://underautomation.com

 

You can download it and reference the DLL in your LabVIEW project as described here : https://forums.ni.com/t5/Example-Prgras/Calling-NET-Assemblies-From-LabVIEW/ta-p/3496957

 

You can then get position, safety data, tcp information, io, ... but also send URScript, power on, load program, ...

 

0 Kudos
Message 19 of 21
(4,470 Views)