Hey everyone,
I am trying to pass data from one OPC tag (getting that data from a Modbus device using ignition's Modbus TCP driver) to another (standard OPC tag going to a PLC).
I tried using a derived tag to do this. First, I defined the Source Tag Path as the OPC tag I want to write to. Then I defined the read expression as the OPC tag I would like to pass to the source tag path (i.e. the target OPC tag) using ignition's expression language. I set the write to {value} so I can write the value I'm reading to the source tag path.
However this doesn't seem to write to my source tag as expected. I have confirmed I can write to the PLC tag on its own without any problems, so I'm feeling like I'm stuck on the derived tag write portion of it.
Does anyone have any experience with writing data from one OPC tag to another with derived tags? Thanks in advance