From 9121ae2be50d5f8262088d9f6c817480b7691c3d Mon Sep 17 00:00:00 2001 From: Paul Herrmann Date: Fri, 31 Jan 2025 17:15:16 +0100 Subject: [PATCH] enhance tag_browser example --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index e2fd350..7109653 100644 --- a/README.md +++ b/README.md @@ -1219,6 +1219,8 @@ pipeline: // Set default location hierarchy and datacontract msg.meta.location_path = "enterprise.plant1.machiningArea.cnc-line.cnc5.plc123"; msg.meta.data_contract = "_historian"; + msg.meta.tag_name = "value"; + msg.payload = msg.payload; //does not modify the payload return msg; conditions: - if: msg.meta.opcua_node_id === "ns=1;i=2245"