UNS (Output)
1 Quick-start (99 % of users)
pipeline:
processors:
- tag_processor: # or Bloblang / Node-RED JS
defaults: |
// Minimal example
msg.meta.location_path = "enterprise.plant1.machiningArea.cnc-line.cnc5.plc123";
msg.meta.data_contract = "_historian";
msg.meta.tag_name = "value";
// tag_processor now auto-creates msg.meta.umh_topic
return msg;
output:
uns: {} # nothing else needed on UMH Core. Will automatically use msg.meta.umh_topic from the tag_processor and write to the internal redpanda.2 - Optional overrides
3 - What the plugin does behind the scenes
Troubleshooting / FAQs
Last updated

