Hi guys:
I want to use RapidSCADA software as a bridge between two OPC UA servers, write data from one OPC UA server to another OPC UA server. Currently, I can connect to both OPC UA servers and collect data. How should I do it?
You can use Automatic Control Module to send commands (write data to the target OPC server) on incoming data change. It would require to add a trigger for each channel.
If you have a lot of channels, the above methods is not comfortable to configure, and some custom solution is preferable.
At present, I have solved this problem using NodeRED through the Rest API interface, and regularly perform GetCurData and SendCommand.
Thank you very much for creating such a great product. @Mikhail