OPC服务器,OPC server
1)OPC serverOPC服务器
1.The design of OPC server based on CAN field bus;基于CAN总线的OPC服务器的设计
2.Communication and Centralized-control Between Modbus Plus & MPI Based on OPC Server;基于OPC服务器的Modbus Plus与MPI通讯及集中控制的实现
3.Application Research on OPC Server Based on Multi-fieldbus;基于多现场总线的OPC服务器的应用研究
英文短句/例句

1.The Program Design of OPC Server Based on Can Field Bus;基于CAN总线的OPC服务器端的程序设计
2.OPC Server Development Based on Siemens PLC;基于西门子PLC的OPC服务器开发
3.Research of Multi-fieldbus OPC Server Based on EDDL基于EDDL的多现场总线OPC服务器的研究
4.The Design of a New OPC Server Developing Tool一种新型OPC服务器开发工具的设计
5.Design and Development of A PROFIBUS PA OPCPROFIBUS PA OPC服务器的设计与开发
6.Development and Application of Hart OPC Server基于Hart的OPC服务器的开发和应用
7.The Development of OPC Server and Client Based on LNS in Configuration Software;组态软件中基于LNS的OPC服务器和客户端的开发
8.Design and Implement of OPC Server Development Toolkit SoftwareOPC服务器开发工具包软件的设计与实现
9.Development and Research of the OPC Alarm & Event Server;OPC事件与报警服务器的开发和研究
10.The Development and Research of OPC Data Access Server Version 3.0;OPC数据访问3.0服务器的开发与研究
11.The Research and Development of OPC Historical Data Access Server;OPC历史数据访问服务器的研究与开发
12.Research and Realization of the MODBUS/TCP OPC DA Server;MODBUS/TCP OPC数据访问服务器的研究与实现
13.Research Development and Implement of OPC Data Access Server;OPC数据访问服务器的开发研究及实现
14.The Development and Research of OPC Data Access Server;OPC数据存取服务器的开发与研究
15.Development and research of OPC DA server of intelligent instrument智能仪表OPC DA服务器的开发和研究
16.Design and implementation of OPC proxy server in remote monitoring system远程监控OPC代理服务器的设计与实现
17.OPC Data Access Server of Transform Temperature Controller变压器温控仪OPC数据访问服务器的设计与实现
18.Research and Development of OPC Technology and Communication Server Based on Overlapped I/O Model of Event Notification;OPC技术与Overlapped I/O模型通信服务器的研究与开发
相关短句/例句

OPC serverOPC 服务器
3)EPICS/OPC serverEPICS/OPC服务器
1.The main purpose is discussing the design and development of the EPICS/OPC server as the specific application in EPICS system.简要介绍了工控领域的OPC(OLE for process control)技术,并介绍了OPC在EPICS系统中的应用及EPICS/OPC服务器的开发。
4)OPC DA serverOPC DA服务器
1.Development and research of OPC DA server of intelligent instrument智能仪表OPC DA服务器的开发和研究
5)OPC Data ServerOPC数据服务器
1.The Analysis of OPC Data Server and Its Program Development;OPC数据服务器分析及程序开发
6)OPC redundance serverOPC冗余服务器
延伸阅读

OPC技术介绍与OPC开发技术COM是Component Object Model的缩写,是所有OLE机制的基础。COM是一种为了实现与编程语言无关的对象而制定的标准,该标准将Windows下的对象定义为独立单元,可不受程序限制地访问这些单元。这种标准可以使两个应用程序通过对象化接口通讯,而不需要知道对方是如何创建的。例如,用户可以使用C++语言创建一个Windows对象,它支持一个接口,通过该接口,用户可以访问该对象提供的各种功能,用户可以使用Visual Basic,C,Pascal,Smalltalk或其它语言编写对象访问程序。在Windows NT4.0操作系统下,COM规范扩展到可访问本机以外的其它对象,一个应用程序所使用的对象可分布在网络上,COM的这个扩展被称为DCOM(Distributed COM)。 通过DCOM技术和OPC标准,完全可以创建一个开放的、可互操作的控制系统软件。OPC采用客户/服务器模式,把开发访问接口的任务放在硬件生产厂家或第三方厂家,以OPC服务器的形式提供给用户,解决了软、硬件厂商的矛盾,完成了系统的集成,提高了系统的开放性和可互操作性。 OPC服务器通常支持两种类型的访问接口,它们分别为不同的编程语言环境提供访问机制。这两种接口是:自动化接口(Automation interface);自定义接口(Custom interface)。自动化接口通常是为基于脚本编程语言而定义的标准接口,可以使用VisualBasic、Delphi、PowerBuilder等编程语言开发OPC服务器的客户应用。而自定义接口是专门为C++等高级编程语言而制定的标准接口。OPC现已成为工业界系统互联的缺省方案,为工业监控编程带来了便利,用户不用为通讯协议的难题而苦恼。任何一家自动化软件解决方案的提供者,如果它不能全方位地支持OPC,则必将被历史所淘汰。OPC规范简介   由OPC Task Force制定的OPC(OLE for Process Control)规范于1996年8月正式诞生了,随着1997年2月Microsoft公司推出Windows95支持的DCOM技术,1997年9月新成立的OPC Foundation对OPC规范进行修改,增加了数据访问等一些标准,OPC规范得到了进一步的完善。  “OPC 基于Microsoft公司的 Distributed interNet Application (DNA) 构架和 Component Object Model (COM) 技术的,根据易于扩展性而设计的。OPC规范定义了一个工业标准接口,这个标准使得COM技术适用于过程控制和制造自动化等应用领域。”OPC 基础委员会主席Dave Rehbein是这样描述的  OPC是以OLE/COM机制作为应用程序的通讯标准。OLE/COM是一种客户/服务器模式,具有语言无关性、代码重用性、易于集成性等优点。OPC规范了接口函数,不管现场设备以何种形式存在,客户都以统一的方式去访问,从而保证软件对客户的透明性,使得用户完全从低层的开发中脱离出来。