79412567

Date: 2025-02-04 17:49:18
Score: 3
Natty:
Report link

The Telegraf app of InfluxDB (https://www.influxdata.com/time-series-platform/telegraf/) could do it as it has an OPC UA client as input (https://docs.influxdata.com/telegraf/v1/plugins/#input-opcua or https://docs.influxdata.com/telegraf/v1/plugins/#input-opcua_listener) and SQL as output (https://docs.influxdata.com/telegraf/v1/plugins/#output-sql). So you would have to install it and create a configuration file to describe your agent with input opc ua and output SQL. It will generate and start filling a table in your database according to the data of the OPC tags subscribed.

Reasons:
  • Probably link only (1):
  • No code block (0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: EmilienLF