History Data Multiple Read VI
- Updated2025-09-30
- 5 minute(s) read
Owning Palette: Historical Access VIs
Requires: OPC UA Toolkit
Reads history data for one or multiple nodes.
Example
![]() |
continuation points in specifies the continuation point and whether the history data has a continuation point.
| ||||||||||||
![]() |
OPC UA client refnum in specifies the reference for the OPC UA client. | ||||||||||||
![]() |
node IDs specifies the IDs of the nodes. The format of the node ID is ns=<namespace index>;<identifier type>=<identifier>. A node ID contains the following components:
|
||||||||||||
![]() |
request specifies the start time, the end time, the maximum number of values to return over the time range, and whether to return bounding values.
| ||||||||||||
![]() |
error in describes error conditions that occur before this node runs. This input provides standard error in functionality. | ||||||||||||
![]() |
timeout specifies the maximum time that this VI waits to get a response from the OPC UA Server. The default value is 5000. | ||||||||||||
![]() |
OPC UA client refnum out returns the reference for the OPC UA client. | ||||||||||||
![]() |
results returns the IDs of the nodes, the history data, and the statuses of the nodes.
| ||||||||||||
![]() |
continuation points out returns the continuation point and whether the history data has a continuation point.
| ||||||||||||
![]() |
error out contains error information. This output provides standard error out functionality. | ||||||||||||
![]() |
service status returns the status of an OPC UA service call. OPC UA services contain parameters that are conveyed between an OPC UA client and an OPC UA server. |
Example
Refer to the OPC UA Demo.lvproj in the labview\examples\Data Communication\OPCUA directory for an example of using the History Data Multiple Read VI.
















