09-12-2017 07:35 PM
I have been trying to run an ethernetIP server (using vision builder AI [VBAI]) along with the NI-Industrial Communications for EtherNet/IP VIs to talk to it. Unfortunately I am not successful and I am getting the CIP Status 0x5:
Error: -251723760
EthernetIP Tag Read STRING.vi;
Details: CIP Error - Extended status may be available
CIP Status: 0x5 (Invalid destination/class/instance/structure)
I would love to know what I am doing wrong.
FYI: I have tried to read other registers (that the one in the red box) with the same result. I must be overlooking something obvious here.
See the image below that describe my settings and the error:
09-12-2017 08:31 PM
Hi,
The standard format of the Network Path is "*.*.*.*,*,*". So you can try to change the Network Path to 192.168.63.176,1,0.
Thanks!