Does Ignition have a way to write the same data to two different databases at the same time. Like two different MySQL servers at the same time?
I think you should make two Connections with MySQL, then use button script or value change script.
For the historian, yes. Use the tag history splitter.
Otherwise, no. You would have to write scripts to do so, or have the databases talk to each other to do so.
Consider replication
https://dev.mysql.com/doc/refman/8.0/en/replication.html
1 Like
Ok this is what I figured sounds good