• 大小:
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2021-02-11
  • 语言: C#
  • 标签: C#  

资源简介

本OPC Client程序基于OPC DA 2.0开发制作。其操作方式和功能均按照OPC的测试工具OPC client模仿编写。

资源截图

代码片段和文件信息

///摘要
///程式使用C#.NET 2005 编写
///引用类库OPCDAAuto.dll
///OPCServer采用KEPWare
///在windows xp sp2、sp3、windows 2003上测试通过
///完成于:2008年12月31日
///测试于:2009年01月05日
///
///作者:潇洒草
///Email:zhkai868@163.com
///QQ:44649029
/// 
///如分发,请保留此摘要。
///鄙视那些拿代码当宝贝的人,鄙视那些拿源码换源码的人,鄙视那些自私的人。
///别人看到你的代码,你能死啊?对你有多大威胁啊?强烈鄙视~~~
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Text;
using System.Windows.Forms;
using System.Net;
using System.Collections;
using OPCAutomation;

namespace OPC测试通过
{
    public partial class MainFrom : Form
    {
        public MainFrom()
        {
            InitializeComponent();
        }

        #region 私有变量
        /// 

        /// OPCServer object
        /// 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----

     文件         74  2009-01-06 11:00  OPCClient\Backup\OPC测试通过\app.config

     文件      13180  2009-01-13 15:14  OPCClient\Backup\OPC测试通过\MainFrom.cs

     文件      21665  2009-01-13 14:06  OPCClient\Backup\OPC测试通过\MainFrom.Designer.cs

     文件       6014  2009-01-13 14:06  OPCClient\Backup\OPC测试通过\MainFrom.resx

     文件       3918  2009-01-13 13:55  OPCClient\Backup\OPC测试通过\OPC测试通过.csproj

     文件        728  2009-01-05 14:04  OPCClient\Backup\OPC测试通过\OPC测试通过.csproj.user

     文件        477  2008-12-31 14:45  OPCClient\Backup\OPC测试通过\Program.cs

     文件        655  2009-01-05 14:55  OPCClient\Backup\OPC测试通过\Properties\app.manifest

     文件       1177  2009-01-05 13:37  OPCClient\Backup\OPC测试通过\Properties\AssemblyInfo.cs

     文件       2886  2008-12-31 14:03  OPCClient\Backup\OPC测试通过\Properties\Resources.Designer.cs

     文件       5612  2008-12-31 14:03  OPCClient\Backup\OPC测试通过\Properties\Resources.resx

     文件       1100  2008-12-31 14:03  OPCClient\Backup\OPC测试通过\Properties\Settings.Designer.cs

     文件        249  2008-12-31 14:03  OPCClient\Backup\OPC测试通过\Properties\Settings.settings

     文件        934  2009-01-07 13:24  OPCClient\Backup\OPC测试通过.sln

    ..A..H.     17408  2009-01-13 15:14  OPCClient\Backup\OPC测试通过.v11.suo

     文件       4040  2014-09-07 02:33  OPCClient\BLL\AccessOPC.cs

     文件        970  2014-08-03 19:38  OPCClient\BLL\ActivationManager.cs

     文件      17920  2014-09-12 11:15  OPCClient\BLL\bin\Debug\BLL.dll

     文件      44544  2014-09-12 11:15  OPCClient\BLL\bin\Debug\BLL.pdb

     文件      28672  2014-07-31 20:49  OPCClient\BLL\bin\Debug\Interop.OPCAutomation.dll

     文件       3184  2014-09-01 23:40  OPCClient\BLL\BLL.csproj

     文件       1060  2014-09-08 01:19  OPCClient\BLL\Common.cs

     文件      21677  2014-09-12 11:13  OPCClient\BLL\ConnectionPara.cs

     文件        984  2014-09-07 12:21  OPCClient\BLL\Global.cs

     文件       6165  2014-08-05 02:13  OPCClient\BLL\GroupParaSet.cs

     文件        496  2014-08-03 19:38  OPCClient\BLL\Informationx.cs

     文件        310  2014-09-12 11:15  OPCClient\BLL\obj\Debug\BLL.csproj.FileListAbsolute.txt

     文件      17920  2014-09-12 11:15  OPCClient\BLL\obj\Debug\BLL.dll

     文件      44544  2014-09-12 11:15  OPCClient\BLL\obj\Debug\BLL.pdb

     文件       6762  2014-09-01 23:37  OPCClient\BLL\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

............此处省略181个文件信息

评论

共有 条评论