06-18-2024 04:13 AM
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?
06-18-2024 10:23 AM
First thing to check is whether the manufacturer has provided details on how to communicate or control the motor outside their App.
06-18-2024 11:14 AM
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.