资源预览内容
第1页 / 共257页
第2页 / 共257页
第3页 / 共257页
第4页 / 共257页
第5页 / 共257页
第6页 / 共257页
第7页 / 共257页
第8页 / 共257页
第9页 / 共257页
第10页 / 共257页
亲,该文档总共257页,到这儿已超出免费预览范围,如果喜欢就下载吧!
资源描述
All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 2PI 培训课程 PI-TR-002-I PI 3 系统管理 I 基本技能Version 3.3All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 22目标u系统设置和建点 u如何管理和维护 PI 系统 u安装和故障处理All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 23课程内容 (1st Day)u1. PI 系统结构nPI System综述 (Chap. 1)nPI System 数据流 (Chap. 2)n数据压缩 (Chap. 2) nPI 系统服务 (Chap. 1)u2. PI 客户端工具u3. PI 测点设置 (Chap. 3)nPI 测点属性n开关量状态表All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 24课程内容(2nd Day)u4. PIConfig 工具 (PI 测点设置) (Chap. 12)nPI 系统表nPI 点类型n帮助命令n列出测点n创建测点n删除测点n输入/输出结构u5. 图形化设置工具nPI-SMT (Chap 11)nPoint BuilderAll rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 25课程内容(2nd Day) (续)u6. 测点设置优化u7. 安全性 (Chap. 3)n用户和用户组n测点安全nPI 安全认证n防护墙n系统安全All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 26课程内容(3rd Day)u8. PI 接口nPI-OPC 接口n通用接口n基于通用接口的安装n启动/停止接口nI/O 速率点nICUn问题处理n接口状态工具n数据缓存及其大小All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 27课程内容(4th Day)u9. 应用PI 服务器模块n性能公式 (PE) 和PE计算 (Chap. 4)u10. PI 系统管理(Chap. 10)nPI 系统进程nPI 启动和停止nPI 系统工具nPI 数据文档的维护nPI 系统备份n安装和系统调整nPI 系统管理任务All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 28PI系统是什么?PI 系统是一套基于B/S、C/S架构的计算机软件,用于自动采集 、存储和显示工厂实时数据. PI = Plant InformationAll rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 21.0 PI 系统结构All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 210PI系统结构(chap. 1)数据源 (PLC/DCS/Other)工厂仪表PI-UDS (PI 服务器)PI-客户端工具 - ProcessBook - DataLink - PI-Profile数据采集 (缓存) 节点企业管理 - ERP - LIMS - Maintenance工艺改进 - SimcaP - Loop tuning - Sigmafine - APC - SQCIntranet/Internet - PI ICE - PI ActiveView - ReportsConfig Tools - ICU - SMTAll rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 211PI 系统平台PI PIPI 2VMS/O-VMS - Vax/AXPPI 3Windows NT - IntelUnix - IBM/DEC/HP/SUN Windows ClientPI PIPI-API nodePI PIPI-Net node (VMS)All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 212PI 数据流 (Chap. 2) All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 213PI 数据流PI Data (from the snapshot, archive, or pibasess)RedirectorCOM call Return DataCOM Connector外部数据System #1COM Connector外部数据System #2COM Connector外部数据System #3PI NetMgrRequestResponseAll rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 214COM 接口 (Chap. 2, 使用COM连接器检索数据)u当前应用的nHoneyWell PHD HistoriannAspenTech IP21u正在开发的nOLEDB (数据源必须为时间序列)nAspenTech CIM21nWonderWare InSQLuPI COM 接口 SDKnOSI 已经开发了一个工具箱,用来创建自定义的 COM连接器。All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 215系统数据流路径 (p. 21)1. 测点定义 (测点必须存在) 2. 例外报告 (DCS/接口) 3. 快照子系统 (保存最近数值) 4. 压缩子系统 (旋转门算法) 5. 事件队列 (缓存进入的事件) 6. 缩放 (仅对 float16 类型的测点). 7. 数据缓存 (性能) 8. 数据文档All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 216例外报告测试 (Chap. 2)u新的值将不被报告除非:n新值超出或等于设定的例外值 (ExcDev) 并且两次数据 的时间大于或等于给定的最小例外时间。 (ExcMin)或n两次数据的时间大于或等于给定的最大例外时间 (ExcMax) u当一个值通过例外测试后, 这个值和前一个值将会 被报告All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 217例外报告u测点量程从 0 到 100, 每隔 10 秒扫描一次.uExcDev = 1 Eng Unit, ExcMax = 600 sec.All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 218事件处理(Chap. 2)PIARCHSSPI InterfacePISNAPSSAll rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 219压缩(Chap. 2)我们存储前一个事件All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 220压缩 (Result)Back某一特定时间的实际值在内差值的范围内,该内差值位于邻近的PI数值加上或减去 压缩偏差之间。另一个压缩示例Compression DeviationAll rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 222压缩规范u最小压缩时间 (CompMin)u最大压缩时间(CompMax)u压缩偏差 (百分比或以工程单位) (Compdevpercent or CompDev)u是否压缩 (On or Off)调整压缩规范以保证更加高效的存储重要的实时数 据磁盘空间及性能 vs 数据精度 All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 223推荐的数据压缩标准u最小例外偏差的设置主要考虑设备的采集精度. u最小的压缩精度的设置主要考虑数据重要性.u如果数据源为基于例外报告的, 那么可以将例外 测试关掉 (设置 excMax 为 0).例 1: 内部主要的温度参数可以设置例外为 0.1 度. 每变化0 .2 度存储. 设置 ExcDev = 0.1 且 CompDev = .2例 2:外界的温度参数可以设置例外为 0.1 度. 然而, 外部温度的变化并不重要. 设置 ExcDev = .1 degrees 并且 CompDev = 1 degree.All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 224时间队列u 它是指一种内存映像,能在数据存储进程失败 时保存数据u时间队列能够溢出到文件pidatpieventq.dat. n此文件将会在存储进程重新成功启动时自动恢复数 据。u如果你的 PI 系统没有足够的资源来实时的恢复 事件队列文件,则可以采取以下措施.n你可以将文件改名以后再恢复它.n你可以用离线文档恢复工具离线恢复.All rights reserved, All rights reserved, OSI Software, IncOSI Software, Inc. 200. 2002 225数据缓存u一个能够大约存储 每点4K (用户定义) 数据的 内存区域. u有效值通常直
收藏 下载该资源
网站客服QQ:2055934822
金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号