MATLAB ヘルプ センター
Filter OPC UA data by quality characteristics
newObj = filterByQuality(dObj,qualityID)
newObj = filterByQuality(dObj,qualityID) returns the data values from dObj whose quality matches the qualityID.
newObj
dObj
qualityID
example
collapse all
Load the OPC UA example data file, extract data of good quality from the uaDataVis object.
good
uaDataVis
load opcSampleUaData; summary(uaDataVis);
1-by-3 OPC UA Data object: Name Value Start Timestamp End Timestamp Quality ------ ---------------- ------------------- ------------------- ------------------ Double 9 double values 2015-04-22 09:00:10 2015-04-22 09:01:30 3 unique qualities Float 12 single values 2015-04-22 09:00:02 2015-04-22 09:01:30 3 unique qualities Int32 12 int32 values 2015-04-22 09:00:02 2015-04-22 09:01:30 3 unique qualities
newD = filterByQuality(uaDataVis,'Good')
newD = 1-by-3 OPC UA Data object: Name Value Start Timestamp End Timestamp Quality ------ ---------------- ------------------- ------------------- ----------------------------- Double 7 double values 2015-04-22 09:00:10 2015-04-22 09:01:30 1 unique quality [Good (Raw)] Float 10 single values 2015-04-22 09:00:02 2015-04-22 09:01:30 1 unique quality [Good (Raw)] Int32 10 int32 values 2015-04-22 09:00:02 2015-04-22 09:01:30 1 unique quality [Good (Raw)]
OPC UA data, specified as an OPC UA data object array. For more information, see Data.
Data
Quality of OPC UA node data, specified as a character vector or cell array of character vectors. The quality ID can be 'good', 'bad', or 'uncertain'.
'good'
'bad'
'uncertain'
OPC UA data, returned as an OPC UA data object array. newObj contains only the data values whose quality matches the specified qualityID.
Introduced in R2015b
plot
stairs
summary
You clicked a link that corresponds to this MATLAB command:
Run the command by entering it in the MATLAB Command Window. Web browsers do not support MATLAB commands.
Web サイトの選択
Web サイトを選択すると、翻訳されたコンテンツにアクセスし、地域のイベントやサービスを確認できます。現在の位置情報に基づき、次のサイトの選択を推奨します:
また、以下のリストから Web サイトを選択することもできます。
最適なサイトパフォーマンスの取得方法
中国のサイト (中国語または英語) を選択することで、最適なサイトパフォーマンスが得られます。その他の国の MathWorks のサイトは、お客様の地域からのアクセスが最適化されていません。
南北アメリカ
ヨーロッパ
アジア太平洋地域
最寄りの営業オフィスへのお問い合わせ