Hi all, I am wanting to get some community knowledge on the best way to log from Opto22 to an MS SQL Server. Currently we are doing it through OPC UA and having an OPC UA client on a system on the local network that is archiving the data to an MS SQL Server which is also on the local network.
Is there a more direct way of storing this data? We do not want to use the Opto22 system as storage, we just want to find a fast way to pass the data on from Opto22 into a database system. We have used Node-RED previously in the past however OPC UA seems to be more reliable.
The goal is to log sensor data in the most direct/efficient way possible to an MS SQL Server hosted on the local network.
That’s really interesting… Can you expand on this a bit?
We’ve found that OPCUA is pretty heavy on the CPU vs Node-RED.
I have a personal project that is moving 300 to 500 tags per minute into SQLITE with Node-RED and had zero issues for years. (Node-RED also drives the select statements on that db which holds around 1.5 million records and returns the data in about 2 seconds).