01-18-2021 07:16 AM
Hi, I want to do a program to communicate with a ServoMotor.
I have PSD1 Parker Servo Manager connected to a motor.
Protocol communication is Ethernet/IP
With Parker program, I can send an instruction like reading a register.
Computer port 53473 to PSD port 44821 (checked with WireShark) – Normal and OK
Now, I want to use LabVIEW Toolkit Ethernet IP CIP Module
1 – Session IN – what I need to put. Should I need register PSD in MAX like other instruments ?
2 – Network Path, I now IP address of the module. It does not seem necessary to set port address because it’s Ethernet/IP module.
Simple program with Get Attribute Single
Computer port 50998 to PSD port 44818 (checked with WireShark) – Not Normal and Not OK
3 – Before and After, should I insert Open Session and Close Session at End ?
Thanks for help with this Toolkit.
02-04-2021 06:59 AM