Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revision | |||
| mos:opc-ua [2024/09/24 02:14] – optrix | mos:opc-ua [2025/12/18 22:50] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====OPC-UA==== | ||
| + | The OPC-UA output module turns your system into an OPC-UA server that can be read from a variety of industrial systems and protocol converters, allowing you to feed values from your analytics back into your industrial historian, SCADA system or even inject it into your PLCs. | ||
| + | |||
| + | This is a //service// module - meaning that rather than //writing// data to another system, it opens a server to make that data available to systems that might want to read the information. | ||
| + | |||
| + | ^Parameter^Default^Meaning^ | ||
| + | |**port**||The port number to host the OPC-UA server on.| | ||
| + | |**ip**|0.0.0.0|The IP address to run the server on| | ||
| + | |**namespace**|< | ||
| + | |||
| + | ===Example=== | ||
| + | |||
| + | < | ||
| + | [ | ||
| + | { | ||
| + | " | ||
| + | " | ||
| + | } | ||
| + | ] | ||
| + | </ | ||
| + | |||
| + | //The above example would make your data available via OPC-UA on port 703// | ||
| + | |||
| + | ===Availability=== | ||
| + | |||
| + | This module is only available for [[key-value|key-value]] data. | ||
| + | |||
| + | ===Other Modules=== | ||
| + | |||
| + | Return to the [[key-value methods|list of output modules]]. | ||