| Contents | Index |
[MajorStr, SubStr, LimitStr] = opc.daQualityString(IDs)
[MajorStr, SubStr, LimitStr] = opc.daQualityString(IDs) converts the data access (DA) portion of the OPC quality IDs in IDs to the major string MajorStr, substatus string SubStr, and limit string LimitStr.
If IDs is a vector, each of MajorStr, SubStr, and LimitStr are cell strings the same size as IDs.
Load the OPC HDA demo data file and find the qualities of the time stamp union of hdaDataSmall:
load opcdemoHDAData; newObj = tsunion(hdaDataSmall); [majorStr, subStr, limitStr] = opc.daQualityString(newObj.Quality);
opc.hdaQualityString | opcqstr

Includes the most popular MATLAB recorded presentations with Q&A sessions led by MATLAB experts.
| © 1984-2012- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |