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

资源简介

基于C#的UA opc模版程序,可连接西门子、AB等PLC。

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Opc.Ua;

namespace Siemens.OpcUA.Client
{
    public partial class AttributeListControl : UserControl
    {
        private Server m_Server = new Server();
        private WriteValue m_CurrentWriteValue;
        private string m_CurrentWriteNodeName;
        private object m_CurrentValue;
        //private System.Windows.Forms.ListView lvAttributes;

        public delegate void UpdateStatusLabelEventHanlder(string strMessage bool bSuccess);
        public event UpdateStatusLabelEventHanlder UpdateStatusLabel = null;

        public AttributeListCon

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

     文件        187  2014-08-25 21:41  UAClient\App.config

     文件       9335  2014-09-05 18:26  UAClient\AttributeListControl.cs

     文件       3050  2014-09-05 18:26  UAClient\AttributeListControl.Designer.cs

     文件       5817  2014-09-05 13:23  UAClient\AttributeListControl.resx

     文件      90112  2009-07-03 14:39  UAClient\bin\Debug\Opc.Ua.Client.dll

     文件    2589184  2009-07-03 14:39  UAClient\bin\Debug\Opc.Ua.Core.dll

     文件      20992  2014-09-05 11:10  UAClient\bin\Debug\Siemens.OpcUA.dll

     文件      36352  2014-09-05 11:10  UAClient\bin\Debug\Siemens.OpcUA.pdb

     文件      31744  2014-09-06 18:43  UAClient\bin\Debug\UAClient.exe

     文件        187  2014-08-25 21:41  UAClient\bin\Debug\UAClient.exe.config

     文件      60928  2014-09-06 18:43  UAClient\bin\Debug\UAClient.pdb

     文件      22984  2014-09-13 13:39  UAClient\bin\Debug\UAClient.vshost.exe

     文件        187  2014-08-25 21:41  UAClient\bin\Debug\UAClient.vshost.exe.config

     文件        490  2010-03-17 22:39  UAClient\bin\Debug\UAClient.vshost.exe.manifest

     文件       9754  2014-09-13 13:39  UAClient\BrowseControl.cs

     文件       2675  2014-09-05 18:26  UAClient\BrowseControl.Designer.cs

     文件       5817  2014-09-05 10:52  UAClient\BrowseControl.resx

     文件        537  2014-09-05 18:11  UAClient\EndpointWrapper.cs

     文件       8650  2014-09-06 12:14  UAClient\MainForm.cs

     文件      16818  2014-09-06 12:14  UAClient\MainForm.Designer.cs

     文件       6389  2014-09-06 12:14  UAClient\MainForm.resx

     文件       1247  2014-09-05 18:52  UAClient\MonitoredItemsControl.cs

     文件       4210  2014-09-05 17:13  UAClient\MonitoredItemsControl.Designer.cs

     文件       5817  2014-09-05 18:26  UAClient\MonitoredItemsControl.resx

     文件      28703  2014-09-06 18:43  UAClient\obj\Debug\DesignTimeResolveAssemblyReferences.cache

     文件       7096  2014-09-05 17:54  UAClient\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache

     文件        180  2014-09-05 18:26  UAClient\obj\Debug\Siemens.OpcUA.Client.AttributeListControl.resources

     文件        180  2014-09-05 18:26  UAClient\obj\Debug\Siemens.OpcUA.Client.BrowseControl.resources

     文件        180  2014-09-06 12:14  UAClient\obj\Debug\Siemens.OpcUA.Client.MainForm.resources

     文件        180  2014-09-05 18:26  UAClient\obj\Debug\Siemens.OpcUA.Client.MonitoredItemsControl.resources

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

评论

共有 条评论