OPC UA Read
This function block is designed to read values from an OPC UA (Open Platform Communications Unified Architecture) server. It allows users to connect to a specified node on the server and retrieve its value.
📥 Inputs
Client
An OPC UA client instance that is used to connect to the OPC UA server.
Node Address
The address of the specific node from which you want to read the value.
📤 Outputs
Value
The output provides the current value of the specified node retrieved from the OPC UA server.
🕹️ Controls
This function block does not contain specific UI controls for direct interaction.
🎨 Features
Node Value Retrieval
Connects to an OPC UA server and retrieves the value of a specified node, allowing for real-time data access.
Integration with Existing Systems
Easily integrate with other systems that use OPC UA for communication.
📝 Usage Instructions
Connect Client: Link an active OPC UA client to the
Client
input.Set Node Address: Enter the address of the node you want to read from in the
Node Address
input.Evaluate: Run the block to read and retrieve the value from the specified node, which will be provided as output.
📊 Evaluation
When executed, this function block retrieves the current value from the specified OPC UA node, providing an easy way to access data from an external device or system that utilizes the OPC UA protocol.
💡 Tips and Tricks
🛠️ Troubleshooting
Last updated