SinumerikNet.Advanced
1.1.0-preview3-211210-1
.NET Standard 2.0
.NET Framework 4.6
This is a prerelease version of SinumerikNet.Advanced.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package SinumerikNet.Advanced -Version 1.1.0-preview3-211210-1
dotnet add package SinumerikNet.Advanced --version 1.1.0-preview3-211210-1
<PackageReference Include="SinumerikNet.Advanced" Version="1.1.0-preview3-211210-1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add SinumerikNet.Advanced --version 1.1.0-preview3-211210-1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SinumerikNet.Advanced, 1.1.0-preview3-211210-1"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install SinumerikNet.Advanced as a Cake Addin
#addin nuget:?package=SinumerikNet.Advanced&version=1.1.0-preview3-211210-1&prerelease
// Install SinumerikNet.Advanced as a Cake Tool
#tool nuget:?package=SinumerikNet.Advanced&version=1.1.0-preview3-211210-1&prerelease
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Getting started
1. Create Solution
dotnet new sln
mkdir NcApp
cd NcApp
dotnet new console
dotnet add package SinumerikNet.Advanced
cd ..
dotnet sln add ./NcApp/NcApp.csproj
2. Implement NC App
using (var client = new SinumerikClient("s840d.sl://192.168.0.80")) {
client.Connect();
var position = client.ReadValue("/Channel/MachineAxis/measPos1[u1, 1]");
Console.WriteLine($"Current Position of Axis 1 is {position} mm");
}
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows |
.NET Core | netcoreapp2.0 netcoreapp2.1 netcoreapp2.2 netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.0 netstandard2.1 |
.NET Framework | net46 net461 net462 net463 net47 net471 net472 net48 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen40 tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
Compatible target framework(s)
Additional computed target framework(s)
Learn more about Target Frameworks and .NET Standard.
-
.NETFramework 4.6
- System.ValueTuple (>= 4.5.0)
-
.NETStandard 2.0
- Microsoft.Win32.Registry (>= 4.7.0)
- System.Management (>= 4.7.0)
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 |
---|---|---|
1.1.0.1 | 193 | 4/8/2022 |
1.1.0-preview3-220225-1 | 167 | 2/28/2022 |
1.1.0-preview3-220225 | 40 | 2/25/2022 |
1.1.0-preview3-220218 | 46 | 2/18/2022 |
1.1.0-preview3-220215 | 42 | 2/15/2022 |
1.1.0-preview3-220122 | 38 | 2/11/2022 |
1.1.0-preview3-211210-1 | 92 | 12/10/2021 |
1.1.0-preview3-211210 | 75 | 12/10/2021 |
1.1.0-preview3-211209 | 82 | 12/9/2021 |
1.1.0-preview3-211124 | 5,829 | 11/24/2021 |
1.1.0-preview3-211027 | 91 | 10/27/2021 |
1.1.0-preview3-211012 | 91 | 10/12/2021 |
1.1.0-preview2 | 267 | 9/3/2021 |
1.1.0-preview1 | 188 | 8/13/2021 |
1.0.0-preview8 | 99 | 4/27/2021 |
1.0.0-preview7 | 103 | 4/22/2021 |
1.0.0-preview6 | 102 | 4/16/2021 |
1.0.0-preview5 | 92 | 4/15/2021 |
1.0.0-preview4 | 139 | 4/7/2021 |
1.0.0-preview3 | 143 | 3/22/2021 |
1.0.0-preview2 | 125 | 3/11/2021 |
1.0.0-preview1 | 219 | 12/11/2020 |