OPC质量列表(OPC quality of the list)质量戳定义
参考:《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)质量戳定义的更多相关文章
- OPC协议解析-OPC UA OPC统一架构
1 什么是OPC UA 为了应对标准化和跨平台的趋势,为了更好的推广OPC,OPC基金会近些年在之前OPC成功应用的基础上推出了一个新的OPC标准-OPC UA.OPC UA接口协议包含了之前的 ...
- OPC协议解析-OPC客户端与服务器通讯解析
1 OPC服务器 OPC服务器, 是指按照OPC基金组织规定的OPC规范群开发的软件驱动.OPC服务器作为中间媒介负责从数据源读取数据再跟另外一端的客户端通信.在 OPC客户端/服务器 的结 ...
- PJSUA2开发文档--第十章 媒体质量(MEDIA QUALITY)
10 媒体质量(Media Quality) 10.1 音频质量 如果遇到音频质量问题,可尝试以下步骤: 遵循指南:使用pjsystest测试声音设备. 识别声音问题并使用以下步骤进行故障排除:检查声 ...
- 转:OPC协议解析-OPC UA OPC统一架构
1 什么是OPC UA 为了应对标准化和跨平台的趋势,为了更好的推广OPC,OPC基金会近些年在之前OPC成功应用的基础上推出了一个新的OPC标准-OPC UA.OPC UA接口协议包含了之前的 ...
- C# OPC UA服务器 OPC UA网关 三菱 西门子 欧姆龙 Modbus转OPC UA 服务器 可配置的OPC UA服务器网关 HslSharp软件文档
前言 本文将使用一个基于开源项目HslCommunication创建的OPC UA网关,方便通过配置创建一个OPC UA的网关中心.具体的操作及支持的设备信息项目参照下面: 开源项目HslCommun ...
- 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 ...
- 【行业交流】2016 TiD质量竞争力大会——移动互联网测试到质量的转变之路
◆版权声明:本文出自胖喵~的博客,转载必须注明出处. 转载请注明出处:http://www.cnblogs.com/by-dream/p/5691233.html TiD质量大会在北京召开,有幸去参加 ...
- iOS - Photo Album 图片/相册管理
前言 NS_CLASS_AVAILABLE_IOS(2_0) @interface UIImagePickerController : UINavigationController <NSCod ...
- iOS - UIImagePickerController
前言 NS_CLASS_AVAILABLE_IOS(2_0) @interface UIImagePickerController : UINavigationController <NSCod ...
随机推荐
- 深入理解 linux磁盘顺序写、随机写
一.前言 ● 随机写会导致磁头不停地换道,造成效率的极大降低:顺序写磁头几乎不用换道,或者换道的时间很短 ● 本文来讨论一下两者具体的差别以及相应的内核调用 二.环境准备 组件 版本 OS Ubunt ...
- cs231n---循环神经网络
1 RNN介绍 (1)一对多,多对一,多对多的任务 传统的神经网络只能处理一对一的任务,而RNN可以处理一对多,多对一,多对多的任务: 其中,一些典型的应用如下: Image Captioning:i ...
- 7.19 包 logging模块 hashlib模块 openpyxl模块 深浅拷贝
包 包是什么 他是一系列文件的结合体,表现形式就是文件夹 包的本质还是模块 他通常会有__init__.py文件 我们首先回顾一下模块导入的过程 import module首次导入模块(.py文件) ...
- grep文本搜索工具详解
############grep命令############这个命令属于文本处理三大命令之一,强大的文本搜索工具(贪婪模式)全面搜索正则表达式并把行打印出来)是一种强大的文本搜索工具,它能使用正则表达 ...
- EMCAscript6随心所记
es6的支持情况http://kangax.github.io/compat-table/es6/ 1.let命令 基本用法 ES6新增了let命令,用来声明变量.它的用法类似于var,但是所声明的变 ...
- 章节十六、2-TestNG注解和断言
一.TestNG注解的testcease不是自上而下运行的,而是按照方法名的字母排序或数字的大小顺序运行的. 二.断言:判断返回的结果与我们的预期结果是否一致. 1.Assert.assertTrue ...
- AVL树(二叉平衡树)详解与实现
AVL树概念 前面学习二叉查找树和二叉树的各种遍历,但是其查找效率不稳定(斜树),而二叉平衡树的用途更多.查找相比稳定很多.(欢迎关注数据结构专栏) AVL树是带有平衡条件的二叉查找树.这个平衡条件必 ...
- shiro 定义realm
public class UserRealm extends AuthorizingRealm { private UserService userService = new UserServiceI ...
- c++ 左移
maxval = (1 << d) - 1: d=8 意思是2^d-1,相当于1左移d位
- 使用okHttp登录、Md5密码加密
1.使用okHttp3登录 2.Md5密码加密 3.完整代码 4.项目案例 使用okHttp3登录: 使用okHttp3之前要在build.gradle引入okHttp3的依赖(顺便引入解析数据的gs ...