参考:《OPC统一架构》中文版

0 Bad
1 Bad, Low Limited
2 Bad, High Limited
3 Bad, Constant
4 Bad, Configuration Error
5 Bad, Configuration Error, Low Limited
6 Bad, Configuration Error, High Limited
7 Bad, Configuration Error, Constant
8 Bad, Not Connected
9 Bad, Not Connected, Low Limited
10 Bad, Not Connected, High Limited
11 Bad, Not Connected, Constant
12 Bad, Device Failure
13 Bad, Device Failure, Low Limited
14 Bad, Device Failure, High Limited
15 Bad, Device Failure, Constant
16 Bad, Sensor Failure
17 Bad, Sensor Failure, Low Limited
18 Bad, Sensor Failure, High Limited
19 Bad, Sensor Failure, Constant
20 Bad, Last Known Value
21 Bad, Last Known Value, Low Limited
22 Bad, Last Known Value, High Limited
23 Bad, Last Known Value, Constant
24 Bad, Comm Failure
25 Bad, Comm Failure, Low Limited
26 Bad, Comm Failure, High Limited
27 Bad, Comm Failure, Constant
28 Bad, Out of Service
29 Bad, Out of Service, Low Limited
30 Bad, Out of Service, High Limited
31 Bad, Out of Service, Constant
32 Bad, Waiting for Initial Data
33 Bad, Waiting for Initial Data, Low Limited
34 Bad, Waiting for Initial Data, High Limited
35 Bad, Waiting for Initial Data, Constant
64 Uncertain
65 Uncertain, Low Limited
66 Uncertain, High Limited
67 Uncertain, Constant
68 Uncertain, Last Usable Value
69 Uncertain, Last Usable Value, Low Limited
70 Uncertain, Last Usable Value, High Limited
71 Uncertain, Last Usable Value, Constant
80 Uncertain, Sensor Not Accurate
81 Uncertain, Sensor Not Accurate, Low Limited
82 Uncertain, Sensor Not Accurate, High Limited
83 Uncertain, Sensor Not Accurate, Constant
84 Uncertain, Engineering Units Exceeded
85 Uncertain, Engineering Units Exceeded, Low Limited
86 Uncertain, Engineering Units Exceeded, High Limited
87 Uncertain, Engineering Units Exceeded, Constant
88 Uncertain, Sub-Normal
89 Uncertain, Sub-Normal, Low Limited
90 Uncertain, Sub-Normal, High Limited
91 Uncertain, Sub-Normal, Constant
192 Good
193 Good, Low Limited
194 Good, High Limited
195 Good, Constant
216 Good, Local Override
217 Good, Local Override, Low Limited
218 Good, Local Override, High Limited
219 Good, Local Override, Constant

OPC质量列表(OPC quality of the list)质量戳定义的更多相关文章

  1. OPC协议解析-OPC UA OPC统一架构

    1    什么是OPC UA 为了应对标准化和跨平台的趋势,为了更好的推广OPC,OPC基金会近些年在之前OPC成功应用的基础上推出了一个新的OPC标准-OPC UA.OPC UA接口协议包含了之前的 ...

  2. OPC协议解析-OPC客户端与服务器通讯解析

    1      OPC服务器 OPC服务器, 是指按照OPC基金组织规定的OPC规范群开发的软件驱动.OPC服务器作为中间媒介负责从数据源读取数据再跟另外一端的客户端通信.在 OPC客户端/服务器 的结 ...

  3. PJSUA2开发文档--第十章 媒体质量(MEDIA QUALITY)

    10 媒体质量(Media Quality) 10.1 音频质量 如果遇到音频质量问题,可尝试以下步骤: 遵循指南:使用pjsystest测试声音设备. 识别声音问题并使用以下步骤进行故障排除:检查声 ...

  4. 转:OPC协议解析-OPC UA OPC统一架构

    1    什么是OPC UA 为了应对标准化和跨平台的趋势,为了更好的推广OPC,OPC基金会近些年在之前OPC成功应用的基础上推出了一个新的OPC标准-OPC UA.OPC UA接口协议包含了之前的 ...

  5. C# OPC UA服务器 OPC UA网关 三菱 西门子 欧姆龙 Modbus转OPC UA 服务器 可配置的OPC UA服务器网关 HslSharp软件文档

    前言 本文将使用一个基于开源项目HslCommunication创建的OPC UA网关,方便通过配置创建一个OPC UA的网关中心.具体的操作及支持的设备信息项目参照下面: 开源项目HslCommun ...

  6. ITU-T G.1080 IPTV的体验质量(QoE)要求 (Quality of experience requirements for IPTV services)

    IPTV的服务质量(QoE)要求 Quality of experience requirements for IPTV services Summary This Recommendation de ...

  7. 【行业交流】2016 TiD质量竞争力大会——移动互联网测试到质量的转变之路

    ◆版权声明:本文出自胖喵~的博客,转载必须注明出处. 转载请注明出处:http://www.cnblogs.com/by-dream/p/5691233.html TiD质量大会在北京召开,有幸去参加 ...

  8. iOS - Photo Album 图片/相册管理

    前言 NS_CLASS_AVAILABLE_IOS(2_0) @interface UIImagePickerController : UINavigationController <NSCod ...

  9. iOS - UIImagePickerController

    前言 NS_CLASS_AVAILABLE_IOS(2_0) @interface UIImagePickerController : UINavigationController <NSCod ...

随机推荐

  1. 解决OneNote同步出错

    问题: onenote同步出现黄色叹号. 解决: 分析: 对每个分区进行设置密码,不能设置的证明该分区有问题.(可能不只一个分区卡同步) 解决方法: 1,将有问题的分区分制一份,然后删掉原来的分区 2 ...

  2. 5 X 5 方阵引出的寻路算法 之 路径遍历(完结)

      此篇文章源自对一个有趣问题的思考,在我的另一篇博文<一个有趣的 5 X 5 方阵一笔画问题>中有详细介绍.在已知其结论的情况下,作为程序员的我,还是想利用该问题当做出发点,写一个可以遍 ...

  3. Go-json解码到结构体-踩坑

    package main import ( "encoding/json" "fmt" ) type User struct { Name string `js ...

  4. SQL Server发布订阅报错:The conversion of a datetime data type to smalldatetime data type resulted in an out of range value.

    执行SQL Server发布订阅时,报错如下信息: The conversion of a datetime data type to smalldatetime data type resulted ...

  5. EL表达式forEach中索引获取

    有的时候,不得不使用循环中的索引,比如label对应的单选多选: <c:forEach items="${lpalls }" var="pall" var ...

  6. Nginx总结(二)基于ip的虚拟主机配置

    前面讲了如何安装配置Nginx,大家可以去这里看看nginx系列文章:https://www.cnblogs.com/zhangweizhong/category/1529997.html 今天要说的 ...

  7. (五十)c#Winform自定义控件-滑块

    前提 入行已经7,8年了,一直想做一套漂亮点的自定义控件,于是就有了本系列文章. GitHub:https://github.com/kwwwvagaa/NetWinformControl 码云:ht ...

  8. 设计模式(C#)——01单例模式

    推荐阅读:  我的CSDN  我的博客园  QQ群:704621321       为什么要学习设计模式呢?我以前也思考过很多次这个问题,现在也还困惑.为什么我最后还是选择了学设计模式呢?因为在游戏中 ...

  9. Agentless监控实践中的预警指标采集

    很多公司已经开发了监控解决方案,解决了指标收集.展示.预警发送等一系列问题. 本文介绍的监控解决方案由高性能时序数据库InfluxDB.时序分析监控工具Grafana及Agentless自动化工具An ...

  10. TensorFlow Distribution(分布式中的数据读取和训练)

    本文目的 在介绍estimator分布式的时候,官方文档由于版本更新导致与接口不一致.具体是:在estimator分布式当中,使用dataset作为数据输入,在1.12版本中,数据训练只是datase ...