showValues
Display table of values for OPC HDA data object
Syntax
Description
showValues(
displays a table of values
for the OPC HDA data object or array of OPC HDA data objects specified in
dObj
)dObj
.
If you specify a single data object in dObj
, the table lists each
timestamp with its corresponding value and quality.
If you specify multiple data object with the same timestamp in dObj
,
the table lists the timestamp followed by the value of each item.
If you specify multiple data object with different timestamps in
dObj
, the function generates an error. Use the tsunion
method to generate an array with each item containing the same
timestamps.
The date display preference determines the display format of the timestamp. You can set
the format by using opc.setDateDisplayFormat
.
Examples
Input Arguments
Version History
Introduced before R2006a