Writing tag values to ignition OPC UA Server

Hi,
I am trying to write different register tags into the Ignition OPC UA server from where I Can read it using my Node red Modbus server. Any pointers to how I can proceed? I want to use a view from where I Can just push values to the tags and see updated values in the view as well as node red.

OK so I played with a numeric text field which read the tag value. I had a button which when clicked would update the same tag using the numerictextfield.intvalue..

Is there a way to auto update without using a button or event??

It reminds me of the asp.net visual studio days and its refreshing to have such features in a SCADA system :slight_smile:

That's what bidirectional bindings are for.

2 Likes