OPCyingyong

所属分类:Windows编程
开发工具:Visual C++
文件大小:623KB
下载次数:18
上传日期:2009-03-27 17:23:59
上 传 者hls_No1
说明:  opc应用入门,包含例子和教程,适合初学者
(opc application entry contains examples and tutorial for beginners)

文件列表:
OPC应用程序入门\Documents\opcda205_cust.doc (1211392, 2001-12-17)
OPC应用程序入门\Documents\opcda20_auto.doc (989696, 1999-02-05)
OPC应用程序入门\Samples\Bin\OPCBar.ocx (135168, 2001-12-08)
OPC应用程序入门\Samples\Bin\opccomn_ps.dll (61440, 1999-03-03)
OPC应用程序入门\Samples\Bin\OPCDAAuto.dll (163840, 1999-02-04)
OPC应用程序入门\Samples\Bin\OPCJDADemoServer.exe (126976, 1999-10-19)
OPC应用程序入门\Samples\Bin\OPCPROXY.DLL (77824, 1999-03-03)
OPC应用程序入门\Samples\Bin\OpcServer.exe (139264, 2001-03-10)
OPC应用程序入门\Samples\Bin\OPCTrend.ocx (135168, 2001-12-08)
OPC应用程序入门\Samples\Bin\RegOPC.bat (760, 2001-03-12)
OPC应用程序入门\Samples\Chap2\Async\Form1.frm (16245, 2001-12-29)
OPC应用程序入门\Samples\Chap2\Async\MSSCCPRJ.SCC (193, 2005-06-02)
OPC应用程序入门\Samples\Chap2\Async\Project1.vbp (746, 2001-03-17)
OPC应用程序入门\Samples\Chap2\Async\Project1.vbw (50, 2005-06-03)
OPC应用程序入门\Samples\Chap2\Sync\Form1.frm (13871, 2005-06-02)
OPC应用程序入门\Samples\Chap2\Sync\MSSCCPRJ.SCC (193, 2005-06-02)
OPC应用程序入门\Samples\Chap2\Sync\Project1.vbp (648, 2005-06-02)
OPC应用程序入门\Samples\Chap2\Sync\Project1.vbw (51, 2005-06-03)
OPC应用程序入门\Samples\Chap3\dlgAbout.frm (2302, 2002-01-01)
OPC应用程序入门\Samples\Chap3\dlgAbout.frx (75168, 2002-01-01)
OPC应用程序入门\Samples\Chap3\MSSCCPRJ.SCC (345, 2005-06-02)
OPC应用程序入门\Samples\Chap3\OPCGeneral.pag (2455, 2001-12-08)
OPC应用程序入门\Samples\Chap3\OPCTrend.vbg (70, 2001-03-17)
OPC应用程序入门\Samples\Chap3\OPCTrend.vbp (983, 2002-01-15)
OPC应用程序入门\Samples\Chap3\OPCTrend.vbw (169, 2005-06-02)
OPC应用程序入门\Samples\Chap3\OPCTrend_TGGeneral.pag (2474, 2001-12-08)
OPC应用程序入门\Samples\Chap3\TestTrendGraph.vbp (704, 2002-01-15)
OPC应用程序入门\Samples\Chap3\TestTrendGraph.vbw (55, 2005-06-02)
OPC应用程序入门\Samples\Chap3\TestTrendGraph_Form1.frm (2383, 2002-01-16)
OPC应用程序入门\Samples\Chap3\TestTrendGraph_Form1.log (231, 2005-06-02)
OPC应用程序入门\Samples\Chap3\toolbox.bmp (1318, 1999-09-16)
OPC应用程序入门\Samples\Chap3\TrendGraph.ctl (11897, 2002-01-01)
OPC应用程序入门\Samples\Chap3\TrendGraph.ctx (1375, 2002-01-01)
OPC应用程序入门\Samples\Chap4\ActiveX.xls (29696, 2001-12-09)
OPC应用程序入门\Samples\Chap4\BarMeter\BarMeter.ctl (13339, 2002-01-01)
OPC应用程序入门\Samples\Chap4\BarMeter\BarMeter.ctx (1375, 2002-01-01)
OPC应用程序入门\Samples\Chap4\BarMeter\dlgAbout.frm (2262, 2001-12-15)
OPC应用程序入门\Samples\Chap4\BarMeter\dlgAbout.frx (75168, 2001-12-15)
OPC应用程序入门\Samples\Chap4\BarMeter\OPCBar.vbg (66, 2000-04-14)
OPC应用程序入门\Samples\Chap4\BarMeter\OPCBar.vbp (949, 2001-03-21)
... ...

怎样使用本书的示范源程序 在使用本书的示范源程序之前,你必须复制和注册必需的OPC服务器,***-占位DLL,和ActiveX控件: 1. 把配置的光盘插入光盘驱动器, 然后用浏览器打开光盘。 2. 拖动含有示范源程序的文件夹"\Samples", 并将它放在要存放示范源程序的硬盘文件夹中(比如:C:\)。 3. 单击[开始]按钮,然后选择[运行]菜单。单击[浏览]按钮并选择OPC注册批处理文件 "\Samples\Bin\RegOPC.BAT"。 4. 单击[OK]按钮就可以注册OPC服务器,***-占位DLL,和ActiveX控件。 启动示范源程序: 第2章: -同期数据访问示范程序: 请启动\Samples\Chap2\Sync\Project1.vbp。 -非同期数据访问示范程序: 请启动\Samples\Chap2\Async\Project1.vbp。 第3章: -OPC ActiveX示范程序: 请启动\Samples\Chap3\TrendGraph\OPCTrend.vbg。 第4章: -OPC VBA示范程序: 请启动\Samples\Chap4\Excel\VBA.xls。 -OPC ActiveX示范程序e: 请启动\Samples\Chap4\Excel\ActiveX.xls。 系统和软件要求: 操作平台: WindowsNT 4.0 Workstation(SP3)/Windows 2000 Professional -VB: Visual Basic 5.0/6.0 专业/企业版 (第2章和第3章) -Excel: Office 97/Office 2000 (第4章)

近期下载者

相关文件


收藏者