LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

PSD1S ServoMotor control Ethernet/IP with Labview

Hello, I use a servomotor from Parker: PSD1-S. I can communicate with him through Parker's app. However, I am now looking to communicate with the servoMotor with Labview over Ethernet/IP. How can I do please?

0 Kudos
Message 1 of 3
(312 Views)

First thing to check is whether the manufacturer has provided details on how to communicate or control the motor outside their App.

Santhosh
Soliton Technologies

New to the forum? Please read community guidelines and how to ask smart questions

Only two ways to appreciate someone who spent their free time to reply/answer your question - give them Kudos or mark their reply as the answer/solution.

Finding it hard to source NI hardware? Try NI Trading Post
Message 2 of 3
(285 Views)

LabVIEW has a toolkit for Ethernet/IP functionality, which is not free, and you can see it here:

https://www.ni.com/en-us/shop/product/ni-industrial-communications-for-ethernet-ip.html

 

An alternative solution that is free but totally unsupported is to use the .NET DLL found in this Git repo:

https://github.com/rossmann-engineering/EEIP.NET

 

This repo specifically has a LabVIEW example here:

https://github.com/rossmann-engineering/EEIP.NET/tree/master/EEIP.NET/LabView%20Example

 

We have used both of these at my company and they both worked, but having never tried it with this device specifically I can't guarantee anything.

Message 3 of 3
(278 Views)