MTConnect.NET 3.0.1

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

// Install MTConnect.NET as a Cake Tool
#tool nuget:?package=MTConnect.NET&version=3.0.1

MTConnect.NET Logo

MTConnect.NET

Overview

MTConnect.NET is a fully featured .NET library for MTConnect® to develop Agents, Adapters, and Clients. Supports MTConnect Versions up to 1.8.

The Agent, Buffers, and Adapter are separated into individual classes in order to allow for modular implementations such as the following :

  • A traditional Agent that uses a REST Api, in-memory buffer, and Adapters that communicate using the SHDR protocol
  • An agent imbedded with the Adapter (which elminates the need for the Adapter TCP communication)
  • Buffers that read from a permanent storage source (ex. SQL, SQLite, etc.)
  • Interfaces other than Http REST such as MQTT
  • Integration with cloud services such as AWS and Azure

Other features of MTConnect.NET :

  • Models framework for setting and accessing data using an object model as opposed to DataItem ID's and Types
  • Extensible through plugin libraries to extend Types
  • Full data validation
  • Fully documented objects using text from the MTConnect Standard. This enables Intellisense in applications such as Visual Studio.
  • Full list of Component, Composition, and DataItem types. See Devices for more information.
  • Default Units and UnitConversion is done automatically when sending Streams and when reading Streams.
  • Full client support for requesting data from any MTConnect Agent (Probe, Current, Sample Stream, Assets, etc.). See Clients for more information.

Applications

  • MTConnect Agent : A traditional MTConnect Agent using a REST Api, in-memory buffer, and SHDR for Adapters. Uses the MTConnectHttpServer as the web server.

  • MTConnect Agent - AspNetCore : Similar to the MTConenct Agent application but uses either the built-in Kestrel server or can be setup through IIS (Internet Information Services). This allows the agent to be used with all of the features available through ASP.NET and IIS such as security, permissions, monitoring, etc.

  • MTConnect MQTT Agent : (In-Progress) An MTConnect Agent with an MQTT broker built-in.

Nuget Packages

The Nuget packages for the libraries in this repo are listed below:

Supported Frameworks

  • .NET 6.0

  • .NET 5.0

  • .NET Core 3.1

  • .NET Standard 2.0

  • .NET Framework 4.8

  • .NET Framework 4.7.2

  • .NET Framework 4.7.1

  • .NET Framework 4.7

  • .NET Framework 4.6.2

  • .NET Framework 4.6.1

MTConnect Version Compatibility

MTConnect.NET is designed to be fully compatible for all versions of the MTConnect standard. This is done through processing by the MTConnectAgent class before data is output. This allows the version to be a parameter when requesting data from the Agent. More information can be found in the Devices README.

NOTE: All data items have not been set for compatiblity as of yet. This should be finished before the Beta is completed.

Data Validation

Validation is performed on a Device, Component, Composition, or DataItem level through the classes in Devices. This allows for validation without the need to use XML schemas.

Releases

Releases are available under the Releases tab

Agents

Agents are implemented using the MTConnectAgent class and IMTConnectAgent interface. The MTConnectAgent class implements the MTConnect® standard and is inteded to be full implemenation. More information about agents can be found at Agents and Agent Applications can be found at Agent Applications.

Traditional Implementation

Traditional Agent Architecture

Embedded Implementation

Embedded Agent Architecture

Adapters

SHDR Adapter

The only adapter currently available is one using the SHDR protocol. More information can be found at Adapters.

Developer Notes

This repo along with the libraries and applications are free to use and hopefully will help those that are looking at either getting started using MTConnect or those that are looking to use MTConnect for more advanced use cases. The Models framework will hopefully make using MTConnect much easier and straight forward and promote better usage of the standard's lesser used features.

Feel free to comment, or create pull-requests for anything that could be coded, formatted, or worded better. Attention to detail and continuous improvement are important in manufacturing so they should be just as important for manufacturing software.

One of this project's goals is to expand the use cases for MTConnect and by breaking apart the functionalities of the agent, hopefully that will allow others to be creative in how to use the MTConnect standard.

Hopefully this repo will serve as a "one stop shop" for .NET developers looking to use MTConnect. If anyone is interested in developing a similar repo for another framework or language, feel free to use this as a guide as I imagine some of the classes (which is the most tedious part of the code) could be converted to other languages fairly easily.

This MTConnect.NET update is Part 1 of The TrakHound Project which is a project to provide open source code as well as products for each part of a full IIOT implementation. Please show support for our project at www.TrakHound.com.

Thanks for your interest in using these libraries and applications and feel free to contribute or give feedback.

- Patrick

Product Compatible and additional computed target framework versions.
.NET net5.0 is compatible.  net5.0-windows was computed.  net6.0 is compatible.  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 is compatible. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 is compatible.  net462 is compatible.  net463 was computed.  net47 is compatible.  net471 is compatible.  net472 is compatible.  net48 is compatible.  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 (1)

Showing the top 1 popular GitHub repositories that depend on MTConnect.NET:

Repository Stars
IOT-CS/IOTCS
工业智能网关,基于.net core3.1的跨平台物联网网关。支持不同设备驱动(PLC、CNC、数据库、串口设备、上位机、OPC UA、MQTT)具备二次开发驱动的能力实现与Thingsboard进行数据通讯。同时支持多资源配置化管理,MQTT、MYSQL、WEBHOOK等多种类型,实现数据的快速推送,提供简单的驱动开发接口。
Version Downloads Last updated
6.3.0-beta 34 4/17/2024
6.2.2-beta 76 4/5/2024
6.2.1-beta 80 4/3/2024
6.2.0-beta 89 3/27/2024
6.1.3-beta 107 3/15/2024
6.1.2-beta 107 3/15/2024
6.0.11-beta 275 2/2/2024
6.0.10-beta 245 1/26/2024
6.0.9-beta 345 12/28/2023
6.0.8-beta 320 12/27/2023
6.0.7-beta 349 12/19/2023
6.0.5-beta 373 12/14/2023
6.0.3-beta 358 12/12/2023
6.0.1-beta 403 12/7/2023
5.4.4 2,363 6/6/2023
5.4.3 1,554 5/20/2023
5.4.1 1,060 3/28/2023
5.4.0 1,189 3/20/2023
5.3.0 821 3/14/2023
5.2.0 942 3/5/2023
5.1.0 996 3/3/2023
5.0.0 2,498 2/3/2023
4.6.0 1,114 11/28/2022
4.5.0 1,325 10/18/2022
4.4.0 1,284 10/5/2022
4.3.0 1,321 9/20/2022
4.2.0 1,173 9/13/2022
4.1.0 1,213 8/30/2022
4.0.0 1,186 8/26/2022
3.4.2 1,548 6/20/2022
3.4.1 1,076 6/17/2022
3.4.0 935 6/16/2022
3.3.1 1,351 4/27/2022
3.3.0 998 4/13/2022
3.2.0 1,078 3/29/2022
3.0.1 1,050 2/1/2022
3.0.0 1,321 1/31/2022
2.9.1.28314 3,290 1/29/2020
2.8.1.29291 2,315 4/23/2018
2.7.0.28439 1,766 10/19/2017
2.6.1.25011 2,064 8/8/2017
2.6.0.2197 1,776 4/1/2017
2.5.0.22963 2,312 3/15/2017
2.4.1.8078 1,613 3/2/2017
2.4.0.35373 1,880 2/13/2017
2.2.0.8480 1,511 2/1/2017
2.1.0.15682 2,549 1/11/2017
2.0.2.11350 1,749 1/1/2017
2.0.1.7322 2,442 12/20/2016
2.0.0.2922 1,647 12/16/2016
1.0.0 2,406 5/25/2016
1.0.0-CI00000 1,319 5/25/2016