OpcLabs.OpcStudio.Sample.VB 5.81.462

Prefix Reserved
dotnet add package OpcLabs.OpcStudio.Sample.VB --version 5.81.462                
NuGet\Install-Package OpcLabs.OpcStudio.Sample.VB -Version 5.81.462                
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.OpcStudio.Sample.VB" Version="5.81.462" />                
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add OpcLabs.OpcStudio.Sample.VB --version 5.81.462                
#r "nuget: OpcLabs.OpcStudio.Sample.VB, 5.81.462"                
#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.
// Install OpcLabs.OpcStudio.Sample.VB as a Cake Addin
#addin nuget:?package=OpcLabs.OpcStudio.Sample.VB&version=5.81.462

// Install OpcLabs.OpcStudio.Sample.VB as a Cake Tool
#tool nuget:?package=OpcLabs.OpcStudio.Sample.VB&version=5.81.462                

OPC Studio Samples

  • NuGet packages: OpcLabs.OpcStudio.Sample.CS, OpcLabs.OpcStudio.Sample.VB

OPC Studio sample packages contain console-based OPC Wizard and QuickOPC examples in C# and VB.NET.

Need help, 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.

Using the example packages (NuGet)

In order to run the code from console-based example packages, you need to call it from your project. The examples are organized by the OPC specification, and each example is a static method that you can directly invoke. For easier exploration, there are also methods that provide the user with a menu of methods to choose from.

For OPC Alarms&Events client examples, call method: DocExamples.AlarmsAndEvents.AEExamplesMenu.Main1

For OPC Data Access client examples, call method: DocExamples.DataAccess.DAExamplesMenu.Main1

For OPC XML-DA client examples, call method: DocExamples.DataAccess.Xml.XmlExamplesMenu.Main1

For OPC UA client examples, call method: UADocExamples.UAExamplesMenu.Main1

For OPC UA PubSub subscriber examples, call method: UADocExamples.PubSub.PubSubExamplesMenu.Main1

For OPC UA server examples, call method: UAServerDocExamples.UAServerExamplesMenu.Main1

Alternatively, you can call just a single selected example, e.g. for reading an OPC UA node, call the UADocExamples._EasyUAClient.Read.Main1 method.

Examples on GitHub

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


There are no supported framework assets in this package.

Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
5.81.462 44 11/12/2024

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