EtherCAT.NET 1.0.0-alpha.2.final

This is a prerelease version of EtherCAT.NET.
There is a newer prerelease version of this package available.
See the version list below for details.
dotnet add package EtherCAT.NET --version 1.0.0-alpha.2.final
NuGet\Install-Package EtherCAT.NET -Version 1.0.0-alpha.2.final
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="EtherCAT.NET" Version="1.0.0-alpha.2.final" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add EtherCAT.NET --version 1.0.0-alpha.2.final
#r "nuget: EtherCAT.NET, 1.0.0-alpha.2.final"
#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 EtherCAT.NET as a Cake Addin
#addin nuget:?package=EtherCAT.NET&version=1.0.0-alpha.2.final&prerelease

// Install EtherCAT.NET as a Cake Tool
#tool nuget:?package=EtherCAT.NET&version=1.0.0-alpha.2.final&prerelease

EtherCAT.NET

WARNING: The current package contains only Windows libs since AppVeyor has not yet updated to Visual Studio 2019 and .NET Core 3.0 preview 5.

The following is a short introduction to the package. See the repository for more information.

A large amount of the logic of EtherCAT.NET comes from the data acquisition software OneDAS, where the master has been extensively tested on many slaves from Beckhoff, Gantner and Anybus. Due to the effort to reduce protocol specific logic within OneDAS and to allow standalone use of the EtherCAT master, EtherCAT.NET was born.

EtherCAT.NET itself provides high-level abstraction of the underlying native Simple Open Source EtherCAT Master (SOEM). To accomplish this, the solution contains another project: SOEM.PInvoke. It comprises the actual native libraries for Windows and Linux and allows to simply P/Invoke into the native SOEM methods. The intention is to provide a managed way to access the native SOEM master. EtherCAT.NET depends on SOEM.PInvoke and adds classes for high-level abstraction.

This master already supports slave configuration via ESI files. In fact, these files are required for the master to work. As shown in the sample, you need to point the configuration to the folder, where the ESI files live.

Another feature is the configuration of complex slaves. For example, this master has been sucessfully tested with the Profibus terminal (EL6731-0010). TwinCAT allows confguration of this terminal through a special configuration page. Since creating high-level configuration interfaces for each complex slave is much work, the priority for EtherCAT.NET lies on providing a simple interface to customize SDOs (like in TwinCAT), so that the end user can tune the required settings for any slave in a generic way.

sample-master

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  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. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in 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
1.0.0-alpha.9.final 843 8/20/2021
1.0.0-alpha.8.final 209 7/6/2021
1.0.0-alpha.6.final 269 2/17/2021
1.0.0-alpha.5.final 157 2/16/2021
1.0.0-alpha.4.final 501 5/28/2020
1.0.0-alpha.3.final 419 3/4/2020
1.0.0-alpha.2.final 1,376 5/9/2019
1.0.0-alpha.1.20 297 4/3/2019
1.0.0-alpha.1.4 396 4/3/2019