VOOZH about

URL: https://www.nuget.org/packages/OpcLabs.OpcWizard

⇱ NuGet Gallery | OpcLabs.OpcWizard 5.84.192




👁 Image
OpcLabs.OpcWizard 5.84.192

Prefix Reserved
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package OpcLabs.OpcWizard --version 5.84.192
 
 
NuGet\Install-Package OpcLabs.OpcWizard -Version 5.84.192
 
 
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="OpcLabs.OpcWizard" Version="5.84.192" />
 
 
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OpcLabs.OpcWizard" Version="5.84.192" />
 
Directory.Packages.props
<PackageReference Include="OpcLabs.OpcWizard" />
 
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 OpcLabs.OpcWizard --version 5.84.192
 
 
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OpcLabs.OpcWizard, 5.84.192"
 
 
#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 OpcLabs.OpcWizard@5.84.192
 
 
#: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=OpcLabs.OpcWizard&version=5.84.192
 
Install as a Cake Addin
#tool nuget:?package=OpcLabs.OpcWizard&version=5.84.192
 
Install as a Cake Tool
The NuGet Team does not provide support for this client. Please contact its maintainers for support.

OPC Wizard

👁 OPC Wizard Product Box

OPC Wizard is a suite of OPC Server development components for .NET. These components are for OPC Unified Architecture (Client-Server) specification.

Note: For OPC client or subscriber development, see QuickOPC.

OPC Wizard is a commercially licensed product. Without a license key, it runs in a trial mode. The trial provides valid data to from the server for 30 minutes; after that period, the component (your app) needs to be re-started, and so on. You must also comply with licensing terms for 3rd-party material redistributed with QuickOPC. For details, see the documentation.

Ready to purchase? See full price list, or contact us.

Remember that NuGet packages are primarily a tool for resolving build-time dependencies. The amount of functionality that you get through OPC Wizard NuGet packages is smaller than what OPC Wizard can actually do for you. If you want a full coverage of the features, you would be better off downloading the Setup program from OPC Labs Web site. Further below you will find a list of differences between the two distribution forms.

OPC Wizard requires .NET Framework 4.7.2 or .NET 8.0 as a minimum. Under .NET 8.0+, it is supported on Microsoft Windows.

PLEASE DO NOT USE PRE-RELEASE PACKAGES UNLESS INSTRUCTED TO DO SO.

Need help, tech support, or missing some example? Ask us for it on our Online Forums! You do not have to own a commercial license in order to use Online Forums, and we reply to every post.

Follow us on X (Twitter) | Follow us on LinkedIn

List of available NuGet packages

  • OpcLabs.OpcWizard: OPC server components for all environments and project types.

  • OpcLabs.ConnectivityStudio.Sample.CS: Console-based OPC Wizard and QuickOPC examples in C# (source code).

  • OpcLabs.ConnectivityStudio.Sample.VB: Console-based OPC Wizard and QuickOPC examples in VB.NET (source code).

What is included in the NuGet packages

  • Runtime assemblies for all programming models.
  • NuGet: IntelliSense support (XML comments).

What is only available from the Setup program

  • Visual Studio integration.
  • Complete set of Examples and Demo applications, bonus material.
  • Various tools.

What is only available from the Setup program or the Web site

Knowledge Base link - Tool Downloads

  • Various tools, such as Connectivity Explorer, Launcher, OPC UA Demo Publisher, OpcCmd Utility, UA Configuration Tool.
  • License Manager (GUI or console-based) utility.

How to start

If you do not mind reading the documentation: Getting Started with OPC Wizard. Or, the whole User's Guide.

Otherwise, just instantiate the OpcLabs.EasyOpc.UA.EasyUAServer object (for OPC UA Server development) and explore its methods.

Example code

C#:

using OpcLabs.EasyOpc.UA;
...

using (var server = new EasyUAServer()
{
 server.Start();
 Console.ReadLine();
}

Examples on GitHub

As opposed to the sample NuGet packages, the examples on GitHub also include Web, Windows Forms, Windows Service and WPF projects.


Product Versions Compatible and additional computed target framework versions.
.NET net8.0 net8.0 is compatible.  net8.0-android net8.0-android was computed.  net8.0-browser net8.0-browser was computed.  net8.0-ios net8.0-ios was computed.  net8.0-maccatalyst net8.0-maccatalyst was computed.  net8.0-macos net8.0-macos was computed.  net8.0-tvos net8.0-tvos was computed.  net8.0-windows net8.0-windows was computed.  net9.0 net9.0 was computed.  net9.0-android net9.0-android was computed.  net9.0-browser net9.0-browser was computed.  net9.0-ios net9.0-ios was computed.  net9.0-maccatalyst net9.0-maccatalyst was computed.  net9.0-macos net9.0-macos was computed.  net9.0-tvos net9.0-tvos was computed.  net9.0-windows net9.0-windows was computed.  net10.0 net10.0 was computed.  net10.0-android net10.0-android was computed.  net10.0-browser net10.0-browser was computed.  net10.0-ios net10.0-ios was computed.  net10.0-maccatalyst net10.0-maccatalyst was computed.  net10.0-macos net10.0-macos was computed.  net10.0-tvos net10.0-tvos was computed.  net10.0-windows net10.0-windows was computed. 
.NET Framework net472 net472 is compatible.  net48 net48 was computed.  net481 net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (2)

Showing the top 2 NuGet packages that depend on OpcLabs.OpcWizard:

Package Downloads
OpcLabs.ConnectivityStudio.Sample.CS

OPC Wizard, QuickOPC and Rapid Toolkit for Sparkplug console-based examples in C# (source code). OPC client, subscriber and server development. Sparkplug edge node and host application development. Supports OPC Data Access, XML-DA, Alarms&Events and Unified Architecture (OPC UA), including PubSub.

OpcLabs.ConnectivityStudio.Sample.VB

OPC Wizard, QuickOPC and Rapid Toolkit for Sparkplug console-based examples in VB.NET (source code). OPC client, subscriber and server development. Sparkplug edge node and host application development. Supports OPC Data Access, XML-DA, Alarms&Events and Unified Architecture (OPC UA), including PubSub.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
5.85.0-rev0003 180 5/25/2026
5.84.192 202 5/6/2026
5.83.1181 220 4/27/2026
5.82.423 303 10/16/2025
5.81.485 617 11/29/2024

Table of all versions, with their basic requirements, and links to "What's New" pages: https://kb.opclabs.com/OPC_Wizard_Versions .