Hi,
I want to send some data from different tags to another OPC UA server from ignition. The data contains both float values that change frequently, and bool values that change very infrequently.
What might be a good solution within Ignition to do this, with regards to performance and not overloading the ignition server?
I was thinking about creating a script that that uses the system.opc.writeValues
and fires by timer or by value change.
Is it better to write to the opc server with only changed values or just write all values reagrdless of changing or not?
Is it better to run the script based on a timer or write it only on value change?