OPCUA.MONITOR
Premium
Monitor values from an OPC UA Server.
Syntax
=OPCUA.MONITOR(Connection, Nodes, Interval, Target)
Arguments
Name | Type | Description |
---|---|---|
Connection | Connection | Connection to an OPC UA Server |
Nodes | Range or String | Paths or node id of the node to monitor. |
Interval | Number | Interval in seconds in which node changes should be received. |
Target | Target | INBOX(), OUTBOX("MsgID") or a cell range where the result will be placed. Make sure the cell range is big enough or not everything is displayed. |
Return
Type | Description |
---|---|
TRUE or Error | The function OPCUA.MONITOR always returns TRUE, if no error. |
Examples
A | B | |
---|---|---|
1 | ns=2;s=Demo.SimulatopnSpeed |
Formula | Result | Comment |
---|---|---|
| TRUE | This monitors the node with a sampling interval of 1 second and places the result into the inbox. |