Hi Team,
Loving Telegraf, yet still somewhat of a NOOB.
I’m reaching OPC UA from Siemens PLC. Below is config from “Paper” machine.
I’m getting data flowing, but I’m wondering if I can improve output.
Right now Rows of data are:
Paper Total OK value
Paper Total NOK value
…
I was wondering if it is possible to have more structure
Paper
Total OK Value
Total NOK Value
[[inputs.opcua_listener]]
endpoint = “opc.tcp://10.10.1.32:5775”
nodes = [
{name=“Paper Total OK”, namespace=“2”, identifier_type=“s”, identifier=“/Plc/DB59.DBW1006”},
{name=“Paper Total NOK”, namespace=“2”, identifier_type=“s”, identifier=“/Plc/DB59.DBW1010”},
{name=“Paper Day OK”, namespace=“2”, identifier_type=“s”, identifier=“/Plc/DB59.DBW1012”},
{name=“Paper Day NOK”, namespace=“2”, identifier_type=“s”, identifier=“/Plc/DB59.DBW1014”},
{name=“Paper Shift OK”, namespace=“2”, identifier_type=“s”, identifier=“/Plc/DB59.DBW1016”},
{name=“Paper Shift NOK”, namespace=“2”, identifier_type=“s”, identifier=“/Plc/DB59.DBW1018”}
]
I tried using the [[inputs.opcua_listener.group]] but couldn’t make heads or tails out of things.
Thank you in advance for any advice you can throw my way.
Any help is very much appreciated.
~Bryan