🖥
🖥
🖥
🖥
AugeLab Studio Manual
English
Ask or search…
K
Comment on page

UAClient Receive

OPC UA Client Receive Documentation

The OPC UA Client Receive node in AugeLab Studio receives data from an OPC UA server using an OPC UA client. It allows you to specify the node identifier (ns and ID) to receive the corresponding value from the server.

Node Overview

The OPC UA Client Receive node receives data from an OPC UA server. It requires an OPC UA client to be connected to the server and retrieves the value of the specified node identifier. The received value is then provided as output.

Node Properties

  • Node Title: UAClient Receive
  • Node ID: OP_NODE_OPC_UA_CLIENT_RECEIVE

Inputs

The OPC UA Client Receive node has the following input socket:
  • UaClient: The OPC UA client object connected to the server. Connect the OPC UA client object to this socket.

Outputs

The OPC UA Client Receive node has the following output socket:
  • Value: The value received from the OPC UA server for the specified node identifier.

Node Configuration

The OPC UA Client Receive node requires you to provide the node identifier (ns and ID) of the data you want to receive from the OPC UA server. Specify the node identifier in the text field provided in the node's properties.

Usage

  1. 1.
    Drag and drop the OPC UA Client Receive node from the node library onto the canvas in AugeLab Studio.
  2. 2.
    Connect the OPC UA client object to the UaClient input socket of the OPC UA Client Receive node.
  3. 3.
    Specify the node identifier (ns and ID) of the data you want to receive from the OPC UA server by entering it in the provided text field.
  4. 4.
    Run the pipeline.
  5. 5.
    The OPC UA Client Receive node will retrieve the value from the OPC UA server for the specified node identifier.
  6. 6.
    The received value will be available at the Value output socket of the node.
  7. 7.
    Use the received value for further analysis or processing within your data pipeline.

Notes

  • The OPC UA Client Receive node assumes that the OPC UA client object provided as input is connected to an OPC UA server.
  • Make sure to specify the correct node identifier (ns and ID) in the node's properties. The node identifier uniquely identifies the data you want to receive from the server.
  • The OPC UA Client Receive node retrieves the current value of the specified node identifier from the OPC UA server.
  • The received value can be of various types depending on the data being retrieved from the server, such as float, integer, boolean, or string.
  • You can connect the Value output socket of the OPC UA Client Receive node to other nodes in your pipeline for further processing or visualization of the received data.
That concludes the documentation for the OPC UA Client Receive node in AugeLab Studio. This node enables you to receive data from an OPC UA server using an OPC UA client and retrieve the value of a specified node identifier.