OPCFoundation.NetStandard.Opc.Ua 2.0.0-preview.2

Prefix Reserved
This is a prerelease version of OPCFoundation.NetStandard.Opc.Ua.
dotnet add package OPCFoundation.NetStandard.Opc.Ua --version 2.0.0-preview.2
                    
NuGet\Install-Package OPCFoundation.NetStandard.Opc.Ua -Version 2.0.0-preview.2
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" Version="2.0.0-preview.2" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OPCFoundation.NetStandard.Opc.Ua" Version="2.0.0-preview.2" />
                    
Directory.Packages.props
<PackageReference Include="OPCFoundation.NetStandard.Opc.Ua" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add OPCFoundation.NetStandard.Opc.Ua --version 2.0.0-preview.2
                    
#r "nuget: OPCFoundation.NetStandard.Opc.Ua, 2.0.0-preview.2"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package OPCFoundation.NetStandard.Opc.Ua@2.0.0-preview.2
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=OPCFoundation.NetStandard.Opc.Ua&version=2.0.0-preview.2&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=OPCFoundation.NetStandard.Opc.Ua&version=2.0.0-preview.2&prerelease
                    
Install as a Cake Tool

OPC UA .NET Standard — meta-package

OPCFoundation.NetStandard.Opc.Ua is a convenience meta-package that brings in the standard OPC UA .NET Standard stack components in one reference. It does not contain any types of its own; install it when you want the curated default set of packages an OPC UA application typically needs.

What you get

The meta-package depends on:

  • OPCFoundation.NetStandard.Opc.Ua.Types
  • OPCFoundation.NetStandard.Opc.Ua.Core.Types
  • OPCFoundation.NetStandard.Opc.Ua.Core
  • OPCFoundation.NetStandard.Opc.Ua.Security.Certificates
  • OPCFoundation.NetStandard.Opc.Ua.Configuration
  • OPCFoundation.NetStandard.Opc.Ua.Client
  • OPCFoundation.NetStandard.Opc.Ua.Server
  • OPCFoundation.NetStandard.Opc.Ua.Gds.Common
  • OPCFoundation.NetStandard.Opc.Ua.Gds.Client.Common
  • OPCFoundation.NetStandard.Opc.Ua.Gds.Server.Common
  • OPCFoundation.NetStandard.Opc.Ua.SourceGeneration

Pick individual packages instead of the meta-package when you want a tighter dependency surface (e.g. client-only or server-only applications).

Getting started

using Opc.Ua;
using Opc.Ua.Client;
using Opc.Ua.Configuration;

// Open a session to an opc.tcp server.
var application = new ApplicationInstance(telemetry)
{
    ApplicationName = "MyClient",
    ApplicationType = ApplicationType.Client,
};
await application.LoadApplicationConfigurationAsync(silent: false).ConfigureAwait(false);
await application.CheckApplicationInstanceCertificatesAsync(true).ConfigureAwait(false);

Additional documentation

See the main repository README and the documentation folder for the full design guides, transport profiles, certificate management, identity providers, and the 1.5.378 → 2.0 migration guide.

There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages (54)

Showing the top 5 NuGet packages that depend on OPCFoundation.NetStandard.Opc.Ua:

Package Downloads
YSAI.Opc

采集协议:Opc ( 工业标准通信协议 - UaClient、UaService、DaClient、DaHttp )

Snet.Opc

采集协议:Opc(工业标准通信协议 - UaClient、UaService、DaClient、DaHttp)

OpcUaHelper

OPC UA客户端组件,提供一个opc ua的二次扩展类,方便的读写节点,浏览节点,并实现一个节点浏览器。

DogmaSolutions.Opc.Ua.Server.Abstractions

Package Description

TylerHelp

山河辽阔,人间星河,无一是你,无一不是你。

GitHub repositories (7)

Showing the top 7 popular GitHub repositories that depend on OPCFoundation.NetStandard.Opc.Ua:

Repository Stars
dathlin/OpcUaHelper
一个通用的opc ua客户端类库,基于.net 4.6.1创建,基于官方opc ua基金会跨平台库创建,封装了节点读写,批量节点读写,引用读取,特性读取,历史数据读取,方法调用,节点订阅,批量订阅等操作。还提供了一个节点浏览器工具。
RapidScada/scada
Contains Rapid SCADA sources
convertersystems/opc-ua-client
Visualize and control your enterprise using OPC Unified Architecture (OPC UA) and Visual Studio.
IOT-CS/IOTCS
工业智能网关,基于.net core3.1的跨平台物联网网关。支持不同设备驱动(PLC、CNC、数据库、串口设备、上位机、OPC UA、MQTT)具备二次开发驱动的能力实现与Thingsboard进行数据通讯。同时支持多资源配置化管理,MQTT、MYSQL、WEBHOOK等多种类型,实现数据的快速推送,提供简单的驱动开发接口。
admin-shell-io/aasx-package-explorer
C# based viewer / editor for the Asset Administration Shell
eclipse-aaspe/package-explorer
AASX Package Explorer
OPCUAUniCT/OPCUAWebPlatformUniCT
An ASP.NET Core web application exposing OPC UA Servers to non OPCUA-compliant clients with a REST interface