• 大小: 72KB
    文件类型: .rar
    金币: 1
    下载: 0 次
    发布日期: 2021-02-11
  • 语言: C#
  • 标签: 西门子opc  OPC  C  c#  Csharp  C#  

资源简介

C#编程实现的客户端与西门子OPC服务器通讯的程序,我在很多实际项目中都是用的这个程序

资源截图

代码片段和文件信息


using System;

using System.Collections;
using System.Runtime.InteropServices;

using System.Drawing;
using System.ComponentModel;
using System.Windows.Forms;
using System.Data;
using System.Reflection;
using System.Runtime.CompilerServices;

using OpcRcw.Da;
using OpcRcw.Comn;

namespace OPC
{
    public partial class Form1 : Form IOPCDataCallback
    {

    

        public Form1()
        {
            InitializeComponent();
        }

        internal const string NODE_NAME = “home-7f692c6457“;        //杨瑞
        //internal const string NODE_NAME = “6e228ad0c99645d“; // node name结点名
        internal const string SERVER_NAME = “OPCServer.WinCC“; // server name服务器名
        internal const string ITEM1_NAME = “TankLevel1“; // First item name第一个项的名字
  

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

     文件      32768  2007-09-13 09:50  OPC备份(手动连接)\OPC\bin\Debug\OPC.exe

     文件      42496  2007-09-13 09:50  OPC备份(手动连接)\OPC\bin\Debug\OPC.pdb

     文件       5632  2005-12-08 14:51  OPC备份(手动连接)\OPC\bin\Debug\OPC.vshost.exe

     文件       6656  2005-02-10 16:21  OPC备份(手动连接)\OPC\bin\Debug\opcrcw.comn.dll

     文件      20992  2005-02-10 16:21  OPC备份(手动连接)\OPC\bin\Debug\opcrcw.da.dll

     文件       9949  2007-07-27 20:37  OPC备份(手动连接)\OPC\bin\Debug\SOPCDAAUTO_ERR.htm

     文件       9949  2007-07-27 20:37  OPC备份(手动连接)\OPC\bin\Debug\SOPCDAAUTO_LOG.htm

     文件      30899  2007-09-13 09:50  OPC备份(手动连接)\OPC\Form1.cs

     文件      17516  2007-08-12 20:28  OPC备份(手动连接)\OPC\Form1.Designer.cs

     文件       5814  2007-08-12 20:28  OPC备份(手动连接)\OPC\Form1.resx

     文件        842  2007-08-12 20:28  OPC备份(手动连接)\OPC\obj\Debug\OPC.csproj.GenerateResource.Cache

     文件      32768  2007-09-13 09:50  OPC备份(手动连接)\OPC\obj\Debug\OPC.exe

     文件        180  2007-08-12 20:28  OPC备份(手动连接)\OPC\obj\Debug\OPC.Form1.resources

     文件      42496  2007-09-13 09:50  OPC备份(手动连接)\OPC\obj\Debug\OPC.pdb

     文件        180  2007-07-25 20:49  OPC备份(手动连接)\OPC\obj\Debug\OPC.Properties.Resources.resources

     文件       4123  2007-08-10 14:48  OPC备份(手动连接)\OPC\obj\Debug\ResolveAssemblyReference.cache

     文件       4608  2007-08-10 14:55  OPC备份(手动连接)\OPC\obj\Debug\TempPE\Properties.Resources.Designer.cs.dll

     文件        292  2007-09-29 11:47  OPC备份(手动连接)\OPC\obj\OPC.csproj.FileList.txt

     文件       3467  2007-08-12 16:05  OPC备份(手动连接)\OPC\OPC.csproj

     文件        464  2007-07-25 15:28  OPC备份(手动连接)\OPC\Program.cs

     文件       1178  2007-07-25 11:26  OPC备份(手动连接)\OPC\Properties\AssemblyInfo.cs

     文件       2829  2007-08-10 14:55  OPC备份(手动连接)\OPC\Properties\Resources.Designer.cs

     文件       5612  2007-07-25 11:26  OPC备份(手动连接)\OPC\Properties\Resources.resx

     文件       1100  2007-08-10 14:55  OPC备份(手动连接)\OPC\Properties\Settings.Designer.cs

     文件        249  2007-07-25 11:26  OPC备份(手动连接)\OPC\Properties\Settings.settings

     文件        898  2007-07-25 11:26  OPC备份(手动连接)\OPC.sln

    ..A..H.     16896  2007-09-29 11:47  OPC备份(手动连接)\OPC.suo

     目录          0  2007-09-29 11:51  OPC备份(手动连接)\OPC\obj\Debug\Refactor

     目录          0  2007-09-29 11:51  OPC备份(手动连接)\OPC\obj\Debug\TempPE

     目录          0  2007-09-29 11:51  OPC备份(手动连接)\OPC\bin\Debug

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

评论

共有 条评论