opc.setDateDisplayFormat(dateFmt) sets the
display format of timestamp for OPC HDA data objects to dateFmt. The
display format persists across MATLAB® sessions.
newFmt = opc.setDateDisplayFormat(___)
sets the display format and also returns the new display format in
newFmt.
Load the OPC HDA example data set and set the display format. Display
the timestamps and the corresponding values and quality readings of one of the loaded
variables.
TIMESTAMP VALUE QUALITY
======== ============= ==========
09:30:00 0.000000 Raw (Good)
09:30:15 1.000000 Raw (Good)
09:30:30 2.000000 Raw (Good)
09:30:45 1.000000 Raw (Good)
09:31:00 0.000000 Raw (Good)
Set the display format of timestamp to display date and time, and display the values
again.