I have to react (set some device modbus registers) on external data, which is available via REST API. I have a small service to access the data and now I think how to access the data from Rapid SCADA.
My first idea is to write database table and access the same database from SCADA.
Is there another possibility to make such interop?
Hi,
Possible solutions:
1. Use database as an intermediate source.
2. Write your driver for Rapid SCADA that reads data using the API.
3. Try interact via MQTT.