OC.Assistant.Sdk
1.6.1
.NET 8.0
This package targets .NET 8.0. The package is compatible with this framework or higher.
.NET Framework 4.8.1
This package targets .NET Framework 4.8.1. The package is compatible with this framework or higher.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package OC.Assistant.Sdk --version 1.6.1
NuGet\Install-Package OC.Assistant.Sdk -Version 1.6.1
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="OC.Assistant.Sdk" Version="1.6.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="OC.Assistant.Sdk" Version="1.6.1" />
<PackageReference Include="OC.Assistant.Sdk" />
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 OC.Assistant.Sdk --version 1.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: OC.Assistant.Sdk, 1.6.1"
#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 OC.Assistant.Sdk@1.6.1
#: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=OC.Assistant.Sdk&version=1.6.1
#tool nuget:?package=OC.Assistant.Sdk&version=1.6.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Open Commissioning Assistant SDK
The official SDK for creating Open Commissioning Assistant plugins.
Quick Getting Started:
- Create a
Class Library
project with target framework.NET8
or.NET Framework 4.8.1
- Add the
OC.Assistant.Sdk
package via nuget - Create a public class and inherit the
OC.Assistant.Sdk.PluginBase
- Create a xml file with file extension
*.plugin
and let it copy to the output directory:
<?xml version="1.0" encoding="utf-8"?>
<Plugin>
<AssemblyFile>YourAssemblyName.dll</AssemblyFile>
<AdditionalDirectory>path\to\directory1</AdditionalDirectory>
<AdditionalDirectory>path\to\directory2</AdditionalDirectory>
</Plugin>
To run your plugin, simply place your *.dll and *.plugin files in the directory or a subdirectory of the OC.Assistant.exe
Further details how to use Attributes
, Properties
and Methods
can be found within the SDK.
You can also learn how to build your own plugin by reviewing existing ones on our Open Commissioning GitHub page.
Also check out our YouTube channel for upcoming tutorials.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Framework | net481 is compatible. |
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.8.1
- Beckhoff.TwinCAT.Ads (>= 6.1.260)
-
net8.0
- Beckhoff.TwinCAT.Ads (>= 6.1.260)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.