11-01-2018 12:13 PM
Hi there
I'm trying to control a UR5e robotic arm through LabVIEW. I'm using the TCP/IP for communication. As per the data shared on the UR website, I'm trying to communicate on port 30003(both write and read TCP). I'm able to see the robot (virtual robot in URsim) responding to move commands (however the current position being read X,Y,Z are deviated from the values being sent as pose).
Can someone please help me work it out?
Thanks
11-01-2018 08:14 PM
Is the position values are absolute or relative?
Benoit
11-02-2018 10:02 PM
The position values I believe are relative as it provides the TCPx,TCPy and TCPz. Must be wrt the base.
02-01-2020 01:13 PM
Hi,
This SDK has a ready to use LabVIEW example to remote control and read robot data : https://underautomation.com/download/#labview-integration
06-30-2020 01:50 PM
Hi AlfredTouring,
I tried to download the SDK. However, its built for the latest version of LabVIEW (2019, I believe). Can you send a link of a SDK with version compatible with LabVIEW 2018?
Thanks,
Chetan
07-02-2020 04:01 PM
Unfortunately, we don't have a LabView 2018 license.
The example provided in 2019 is simple to reproduce in any version. It is based on this principle: https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z0000019Ls1SAE
You connect to the .NET library (any of the .NET framework, for example 3.5) and you call and instantiate objects as in .NET.
07-03-2020 01:20 AM
Hi Alfred,
@AlfredTouring wrote:
Unfortunately, we don't have a LabView 2018 license.
Even with your LV2019 installation you should be able to provide a downconverted set of VIs using "Save for previous"…
09-15-2021 11:54 PM
The example VI is now available for older versions of LabView : https://underautomation.com/fr/universal-robots/download