Skip to content

Commit

Permalink
Merge branch 'master' into eng-2320-control-go-routines
Browse files Browse the repository at this point in the history
  • Loading branch information
kanapuli authored Feb 4, 2025
2 parents ef6a8e7 + 4db3728 commit 45ee2f8
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 45ee2f8

Please sign in to comment.