IOLinkNET.IODD.Parser 0.2.10

dotnet add package IOLinkNET.IODD.Parser --version 0.2.10
                    
NuGet\Install-Package IOLinkNET.IODD.Parser -Version 0.2.10
                    
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="IOLinkNET.IODD.Parser" Version="0.2.10" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="IOLinkNET.IODD.Parser" Version="0.2.10" />
                    
Directory.Packages.props
<PackageReference Include="IOLinkNET.IODD.Parser" />
                    
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 IOLinkNET.IODD.Parser --version 0.2.10
                    
#r "nuget: IOLinkNET.IODD.Parser, 0.2.10"
                    
#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 IOLinkNET.IODD.Parser@0.2.10
                    
#: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=IOLinkNET.IODD.Parser&version=0.2.10
                    
Install as a Cake Addin
#tool nuget:?package=IOLinkNET.IODD.Parser&version=0.2.10
                    
Install as a Cake Tool

IOLink.NET

DISCLAIMER: IOLink.NET is currently under development and not yet feature complete. As soon as end-to-end functionality can be provide we will publish nuget packages and detailed code samples

CI Workflow

IOLink.NET aims to be a comprehensive yet lean library for interacting with IO-Link devices for the .NET ecosystem.

IOLink.NET comes with everything needed to convert IO-Link data into human-readable data and vice versa. The following IO-Link data will be supported:

Read Write
Process Data 🕒
Parameter 🕒
Events 🕒

IOLink.NET also provides a parser for the IO Device Description or short IODD format that allows you to automatically extract all the data types a given IO-Link device uses.

Getting started

IOLinkNET offers a modular toolset to work with IOLink data and device descriptions. Since we do not know the requirements specific to your project we have provide you with different components that you are free to orchestrate in order to achieve your goals. Otherwise we also maintain a default implementation.

Different Usage samples are provided in the samples/ folder. It is still work in progress but growing steadily.

Overview

Decoding IO-Link data requires us to complete different workloads before hands. First of all we need to source the IODD package for the device we are working with. Then the IODD package has to be searched for the correct description file which in turn has be to parsed. The raw IODD format has some shortcomings when it comes to automatic processing so it needs to be preprocessed.

Based on the preprocessed IODD structure we are able to select the correct data types and decode/encode the given payloads. As you notice there is plenty of work to do for IOLinkNET. In this section we describe the functionality of the different projects.

Package Purpose
IOLinkNET.IODD.Structure Contains model to represent the XML structure of an IODD.
IOLinkNET.IODD.Provider Functionality to retrieve IODD packages from e.g. the IODDFinderAPI
IOLinkNET.IODD.Parser Parser components to transform XML IODD to IOLinkNET.IODD.Structure format
IOLinkNET.IODD.Resolution Defines favorable and self-contained format for data type representation and utility to create those from IOLinkNET.IODD.Structure format.
IOLinkNET.IODD.Standard Contains IODD Standard components to support IO-Link Standards
IOLinkNET.Conversion Defines functionality to convert from and to iolink data.
IOLinkNET.Device Defines contracts how communication with io link masters.
IOLinkNET.Vendors.* Provides vendor specific implementation of the Device interfaces.
IOLinkNET.Integration Orchestrates the modules to functionality that can read process data or parameter data from a device implementation.
IOLinkNET.Visualization Base implementation to provide easy to use components which are useful for data visualization e.g. device readable menu structure
IOLinkNET.Visualization.Structure Contains visualization models which are more usable than using IODD structures with references

Supporters

As every project that requires hardware components to be integrated we need devices to test our vendor specific implementation against real devices. We highly appreciate every support from the community to source those devices and broaden the hardware support of IOLink.NET. This section is dedicated to thank the supports of the project!

Name Support
ifm electronic gmbh Kindly provided us with a starter set of their IoT IOLink Master AL1350
Product 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. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on IOLinkNET.IODD.Parser:

Package Downloads
IOLinkNET.IODD.Provider

IOLinkNET is a library allows you to rapidly integrate and interact with devices that are using the IO-Link technology.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.2.10 384 3/6/2025
0.2.9 196 2/24/2025
0.2.5 489 12/21/2023
0.2.3 230 12/21/2023
0.2.2 227 12/21/2023
0.2.1 232 12/21/2023