WOLFRAM SYSTEM MODELER
| readExternalRealA function for reading OPC UA data of scalar type Real |  | 

SystemModel["OPCUA.ExternalFunctions.readExternalReal"]

This function is used in blocks Read and TriggeredRead. It reads data of scalar type Real from the OPC UA server identified with serverID.
mopcuaReadRealNodeValue(serverID, nodeID, nodeIDType, nodeNamespace)
| serverID | Type: Integer Description: The unique ID of the server | 
|---|---|
| nodeID | Type: String Description: The ID of the read node | 
| nodeIDType | Type: UANodeIdType Description: The type of the ID of the read node | 
| nodeNamespace | Type: Integer Description: The namespace of the read node | 
| value | Type: Real Description: The sampled value | 
|---|