st-one-io / node-red-contrib-cip-ethernet-ip

A Node-RED node to interact with Allen Bradley / Rockwell PLCs
GNU General Public License v3.0
49 stars 22 forks source link

When defining long tag path results in "Variable [:FLIR_AX8:I.Measurement1.SpotTemp] not found" #33

Open chandlerheath opened 1 year ago

chandlerheath commented 1 year ago

eip node.txt

Communicating with ConnectLogix 1769-L32E 20.012 Node Red - 3.0.2 node-red-contrib-cip-ethernet-ip - 1.1.3

When defining a Global Tag:

Tag like this works - FLIR_AX8:I.DeltaTemp1 - Tag with only one step Tag like this - FLIR_AX8:I.Measurement1.SpotTemp - Tag that has a path step beyond above example

Results in an error: "Variable [:FLIR_AX8:I.Measurement1.SpotTemp] not found"

I have tried creating a scope and defining it that way without success, also verified that the tag does indeed exist and can be polled by other software.

Thank you!