Skip to content

Commit

Permalink
Merge pull request #122 from united-manufacturing-hub/eng-2374
Browse files Browse the repository at this point in the history
eng-2374 enhance tag_browser example
  • Loading branch information
FreiPaul authored Feb 3, 2025
2 parents 78dd8fe + 9121ae2 commit 4db3728
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 4db3728

Please sign in to comment.