Skip to content

Commit

Permalink
enhance tag_browser example
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Herrmann committed Jan 31, 2025
1 parent 78dd8fe commit 9121ae2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9121ae2

Please sign in to comment.