Hello to all,
Is it possible to implement an OPCUA method call in Telegraf and store the output in InfluxDB?
For those who are familiar with the opcua plug-in and Go, do you think it’s achievable with a simple modification to the source code?
Thank you Anaisdg but I can not grasp why an opc2mqtt bridge configuration be valuable to the possibility of integrating an OPCUA method call (with arguments) in the OPCUA telegraf plugin? Can you please point me to where to look in your link?
Hi,
Have a look on this product TigoLeap: Machine Optimization & Data Collection - CoreTigo.
It supports identifying methods within an OPC-UA server and browse the entire OPC-UA tree, use method calls with parameters and push the result to influxDB.
@alxgan not a OPCUA expert but I don’t think Telegraf currently supports this. We only support subscribing to nodes (opcua input plugin) or listening for data changes (opcua_listener input plugin). PR to add this functionality is welcome…