opc ua客户端与服务端开发


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-masterOpcUaLearn.sln
     目录           0  2017-07-20 02:50  OpcUaLearn-masterhelp
     目录           0  2017-07-20 02:50  OpcUaLearn-masterhelpHelp
     文件    10752745  2017-07-20 02:50  OpcUaLearn-masterhelpHelpDocumentation.chm
     文件        4456  2017-07-20 02:50  OpcUaLearn-masterhelpopc_ua_sdk.shfbproj
     目录           0  2017-07-20 02:50  OpcUaLearn-mastersrc
     目录           0  2017-07-20 02:50  OpcUaLearn-mastersrcSDK
     目录           0  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.Client
     文件       15573  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientBrowser.cs
     文件       10217  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientDataDictionary.cs
     目录           0  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientDocumentation
     文件        1968  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientDocumentationOpc.Ua.Client.cs
     文件        1450  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientGlobalSuppressions.cs
     文件       40850  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientMonitoredItem.cs
     文件        9659  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientMonitoredItemStatus.cs
     文件       27187  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientNodeCache.cs
     文件         520  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientOpc.Ua.Client.csproj
     目录           0  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientProperties
     文件        2073  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientPropertiesAssemblyVersionInfo.cs
     文件      162207  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientSession.cs
     文件        6935  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientSessionReconnectHandler.cs
     文件       76229  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ClientSubscription.cs
     目录           0  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.Configuration
     文件       10800  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ConfigurationAccountInfo.cs
     文件       61305  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ConfigurationApplicationInstance.cs
     文件        7740  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ConfigurationConfigUtils.cs
     文件       10978  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ConfigurationEnum.cs
     文件       13258  2017-07-20 02:50  OpcUaLearn-mastersrcSDKOpc.Ua.ConfigurationManagedApplication.cs
............此处省略1407个文件信息

版权声明:本文内容由互联网用户自发贡献,该文观点仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容, 请发送邮件举报,一经查实,本站将立刻删除。

发表评论

评论列表(条)