• 大小: 4.99M
    文件类型: .zip
    金币: 2
    下载: 1 次
    发布日期: 2020-12-14
  • 语言: C#
  • 标签: 1500  00  S7  C#  

资源简介

含服务器端以及客户端

资源截图

代码片段和文件信息

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;

namespace UA_Client_1500
{
    static class Program
    {
        /// 
        /// The main entry point for the application.
        /// 

        [STAThread]
        static void Main()
        {
            Application.EnableVisualstyles();
            Application.SetCompatibleTextRenderingDefault(false);
            Application.Run(new UAClientForm());
        }
    }
}

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-06-08 22:29  OPC_UA_Client_1500\
     文件        2057  2017-06-08 14:06  OPC_UA_Client_1500\OPC_UA_S7-1500.sln
     目录           0  2017-12-12 19:24  OPC_UA_Client_1500\UA_Client_1500\Application\
     文件      108544  2018-02-23 15:53  OPC_UA_Client_1500\UA_Client_1500\Application\Opc.Ua.Client.dll
     文件     3762176  2018-02-23 15:53  OPC_UA_Client_1500\UA_Client_1500\Application\Opc.Ua.Core.dll
     文件       83968  2018-02-23 16:21  OPC_UA_Client_1500\UA_Client_1500\Application\UA Client 1500.exe
     目录           0  2017-12-12 19:24  OPC_UA_Client_1500\UA_Client_1500\bin\
     目录           0  2018-02-23 17:26  OPC_UA_Client_1500\UA_Client_1500\bin\Debug\
     目录           0  2018-02-23 17:26  OPC_UA_Client_1500\UA_Client_1500\bin\Release\
     目录           0  2017-12-12 19:24  OPC_UA_Client_1500\UA_Client_1500\Client\
     目录           0  2017-12-12 19:24  OPC_UA_Client_1500\UA_Client_1500\Client\bin\
     目录           0  2018-02-23 14:26  OPC_UA_Client_1500\UA_Client_1500\Client\bin\Debug\
     目录           0  2018-02-23 17:26  OPC_UA_Client_1500\UA_Client_1500\Client\bin\Release\
     文件       15572  2017-02-06 05:05  OPC_UA_Client_1500\UA_Client_1500\Client\Browser.cs
     文件       10296  2017-02-06 05:05  OPC_UA_Client_1500\UA_Client_1500\Client\DataDictionary.cs
     目录           0  2017-12-12 19:24  OPC_UA_Client_1500\UA_Client_1500\Client\Documentation\
     文件        1968  2017-02-06 05:05  OPC_UA_Client_1500\UA_Client_1500\Client\Documentation\Opc.Ua.Client.cs
     文件        1450  2017-02-06 05:05  OPC_UA_Client_1500\UA_Client_1500\Client\GlobalSuppressions.cs
     文件       41112  2017-02-06 05:05  OPC_UA_Client_1500\UA_Client_1500\Client\MonitoredItem.cs
     文件        9659  2017-02-06 05:05  OPC_UA_Client_1500\UA_Client_1500\Client\MonitoredItemStatus.cs
     文件       27159  2017-02-06 05:05  OPC_UA_Client_1500\UA_Client_1500\Client\NodeCache.cs
     目录           0  2017-12-12 19:24  OPC_UA_Client_1500\UA_Client_1500\Client\obj\
     目录           0  2018-02-23 14:26  OPC_UA_Client_1500\UA_Client_1500\Client\obj\Debug\
     文件        6889  2018-02-05 11:27  OPC_UA_Client_1500\UA_Client_1500\Client\obj\Debug\DesignTimeResolveAssemblyReferencesInput.cache
     文件           0  2017-06-21 16:14  OPC_UA_Client_1500\UA_Client_1500\Client\obj\Debug\TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs
     文件           0  2017-06-21 16:14  OPC_UA_Client_1500\UA_Client_1500\Client\obj\Debug\TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs
     文件           0  2017-06-21 16:14  OPC_UA_Client_1500\UA_Client_1500\Client\obj\Debug\TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs
     目录           0  2017-06-21 16:14  OPC_UA_Client_1500\UA_Client_1500\Client\obj\Debug\TempPE\
     文件         859  2018-02-23 14:26  OPC_UA_Client_1500\UA_Client_1500\Client\obj\Debug\UA Client Library.csproj.FileListAbsolute.txt
     目录           0  2018-02-23 17:26  OPC_UA_Client_1500\UA_Client_1500\Client\obj\Release\
     文件        6895  2018-02-23 15:53  OPC_UA_Client_1500\UA_Client_1500\Client\obj\Release\DesignTimeResolveAssemblyReferencesInput.cache
............此处省略406个文件信息

评论

共有 条评论