• 大小: 15.54MB
    文件类型: .zip
    金币: 1
    下载: 0 次
    发布日期: 2023-07-20
  • 语言: 其他
  • 标签: opc  ua  demo  

资源简介

opc ua 客户端与服务端开发demo,opc ua客户端与服务端控件源码

资源截图

代码片段和文件信息

/* ========================================================================
 * Copyright (c) 2005-2017 The OPC Foundation Inc. All rights reserved.
 *
 * OPC Foundation MIT License 1.00
 * 
 * Permission is hereby granted free of charge to any person
 * obtaining a copy of this software and associated documentation
 * files (the “Software“) to deal in the Software without
 * restriction including without limitation the rights to use
 * copy modify merge publish distribute sublicense and/or sell
 * copies of the Software and to permit persons to whom the
 * Software is furnished to do so subject to the following
 * conditions:
 * 
 * The above copyright notice and this permission notice shall be
 * included in all copies or substantial portions of the Software.
 * THE SOFTWARE IS PROVIDED “AS IS“ WITHOUT WARRANTY OF ANY KIND
 * EXPRESS OR IMPLIED INCLUDING BUT NOT LIMITED TO THE WARRANTIES
 * OF MERCHANTABILITY FITNESS FOR A PARTICULAR PURPOSE AND
 * NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
 * HOLDERS BE LIABLE FOR ANY CLAIM DAMAGES OR OTHER LIABILITY
 * WHETHER IN AN ACTION OF CONTRACT TORT OR OTHERWISE ARISING
 * FROM OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
 * OTHER DEALINGS IN THE SOFTWARE.
 *
 * The complete license agreement can be found here:
 * http://opcfoundation.org/License/MIT/1.00/
 * ======================================================================*/

using System;
using System.Collections.Generic;
using System.Text;
using System.Reflection;
using System.xml;
using System.Runtime.Serialization;
using Opc.Ua;

namespace AggregationModel
{
    #region objectType Identifiers
    /// 
    /// A class that declares constants for all objectTypes in the Model Design.
    /// 

    /// 
    [System.CodeDom.Compiler.GeneratedCodeAttribute(“Opc.Ua.ModelCompiler“ “1.0.0.0“)]
    public static partial class objectTypes
    {
        /// 
        /// The identifier for the AggregatedServerStatusType objectType.
        /// 

        public const uint AggregatedServerStatusType = 245;
    }
    #endregion

    #region Variable Identifiers
    /// 
    /// A class that declares constants for all Variables in the Model Design.
    /// 

    /// 
    [System.CodeDom.Compiler.GeneratedCodeAttribute(“Opc.Ua.ModelCompiler“ “1.0.0.0“)]
    public static partial class Variables
    {
        /// 
        /// The identifier for the AggregatedServerStatusType_EndpointUrl Variable.
        /// 

        public const uint AggregatedServerStatusType_EndpointUrl = 246;

        /// 
        /// The identifier for the AggregatedServerStatusType_Status Variable.
        /// 

        public const uint AggregatedServerStatusType_Status = 247;

        /// 
        /// The identifier for the AggregatedServerStatusType_ConnectTime Variable.
        /// 

        public const 

 属性            大小     日期    时间   名称
----------- ---------  ---------- -----  ----
     目录           0  2017-07-20 02:50  OpcUaLearn-master\
     文件        2518  2017-07-20 02:50  OpcUaLearn-master\.gitattributes
     文件        4517  2017-07-20 02:50  OpcUaLearn-master\.gitignore
     文件       36519  2017-07-20 02:50  OpcUaLearn-master\OpcUaLearn.sln
     目录           0  2017-07-20 02:50  OpcUaLearn-master\help\
     目录           0  2017-07-20 02:50  OpcUaLearn-master\help\Help\
     文件    10752745  2017-07-20 02:50  OpcUaLearn-master\help\Help\Documentation.chm
     文件        4456  2017-07-20 02:50  OpcUaLearn-master\help\opc_ua_sdk.shfbproj
     目录           0  2017-07-20 02:50  OpcUaLearn-master\src\
     目录           0  2017-07-20 02:50  OpcUaLearn-master\src\SDK\
     目录           0  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\
     文件       15573  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\Browser.cs
     文件       10217  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\DataDictionary.cs
     目录           0  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\Documentation\
     文件        1968  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\Documentation\Opc.Ua.Client.cs
     文件        1450  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\GlobalSuppressions.cs
     文件       40850  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\MonitoredItem.cs
     文件        9659  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\MonitoredItemStatus.cs
     文件       27187  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\NodeCache.cs
     文件         520  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\Opc.Ua.Client.csproj
     目录           0  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\Properties\
     文件        2073  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\Properties\AssemblyVersionInfo.cs
     文件      162207  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\Session.cs
     文件        6935  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\SessionReconnectHandler.cs
     文件       76229  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Client\Subscription.cs
     目录           0  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Configuration\
     文件       10800  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Configuration\AccountInfo.cs
     文件       61305  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Configuration\ApplicationInstance.cs
     文件        7740  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Configuration\ConfigUtils.cs
     文件       10978  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Configuration\Enum.cs
     文件       13258  2017-07-20 02:50  OpcUaLearn-master\src\SDK\Opc.Ua.Configuration\ManagedApplication.cs
............此处省略1407个文件信息

评论

共有 条评论