MTConnect.NET-AdapterModule-MQTT
6.1.3-beta
See the version list below for details.
dotnet add package MTConnect.NET-AdapterModule-MQTT --version 6.1.3-beta
NuGet\Install-Package MTConnect.NET-AdapterModule-MQTT -Version 6.1.3-beta
<PackageReference Include="MTConnect.NET-AdapterModule-MQTT" Version="6.1.3-beta" />
paket add MTConnect.NET-AdapterModule-MQTT --version 6.1.3-beta
#r "nuget: MTConnect.NET-AdapterModule-MQTT, 6.1.3-beta"
// Install MTConnect.NET-AdapterModule-MQTT as a Cake Addin #addin nuget:?package=MTConnect.NET-AdapterModule-MQTT&version=6.1.3-beta&prerelease // Install MTConnect.NET-AdapterModule-MQTT as a Cake Tool #tool nuget:?package=MTConnect.NET-AdapterModule-MQTT&version=6.1.3-beta&prerelease
MTConnect MQTT Adapter Module
This Adapter Module sends input data to an MQTT Broker that can be read by an MTConnect Agent
This Module is still under development. Please feel free to leave feedback or create Issues on GitHub.
Configuration
- mqtt:
port: 1883
server: localhost
topic: MTConnect/Input
port
- The port number to read from.server
- The server hostname or IP addresstopic
- The MQTT topic to publish to
Payload
All Payloads are sent compressed using gzip and follow the format below:
Observations
[TOPIC]/Observations
[
{
"timestamp": "2023-12-06T23:15:01.7754921Z",
"observations": [
{
"dataItemKey": "avail",
"values": {
"result": "AVAILABLE"
}
},
{
"dataItemKey": "estop",
"values": {
"result": "ARMED"
}
},
{
"dataItemKey": "system",
"values": {
"level": "WARNING",
"nativeCode": "404"
}
},
{
"dataItemKey": "system",
"values": {
"level": "WARNING",
"nativeCode": "405"
}
}
]
},
{
"timestamp": "2023-12-06T23:16:45.456725Z",
"observations": [
{
"dataItemKey": "system",
"values": {
"level": "NORMAL"
}
},
{
"dataItemKey": "processTimer",
"values": {
"result": "12",
"resetTriggered": "SHIFT"
}
},
{
"dataItemKey": "vars",
"values": {
"DATASET[E100]": "12.123",
"DATASET[E101]": "6574"
}
},
{
"dataItemKey": "toolTable",
"values": {
"TABLE[T1][LENGTH]": "142.654",
"TABLE[T1][DIAMETER]": "12.496",
"TABLE[T2][LENGTH]": "135.611",
"TABLE[T2][DIAMETER]": "5.980"
}
}
]
}
]
Contribution / Feedback
- Please use the Issues tab to create issues for specific problems that you may encounter
- Please feel free to use the Pull Requests tab for any suggested improvements to the source code
- For any other questions or feedback, please contact TrakHound directly at info@trakhound.com.
License
This application and it's source code is licensed under the MIT License and is free to use.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. 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 is compatible. 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 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. |
.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 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. |
-
.NETFramework 4.6.1
- MTConnect.NET-MQTT (>= 6.1.3-beta)
-
.NETFramework 4.6.2
- MTConnect.NET-MQTT (>= 6.1.3-beta)
-
.NETFramework 4.7
- MTConnect.NET-MQTT (>= 6.1.3-beta)
-
.NETFramework 4.7.1
- MTConnect.NET-MQTT (>= 6.1.3-beta)
-
.NETFramework 4.7.2
- MTConnect.NET-MQTT (>= 6.1.3-beta)
-
.NETFramework 4.8
- MTConnect.NET-MQTT (>= 6.1.3-beta)
-
.NETStandard 2.0
- MTConnect.NET-MQTT (>= 6.1.3-beta)
-
net6.0
- MTConnect.NET-MQTT (>= 6.1.3-beta)
-
net7.0
- MTConnect.NET-MQTT (>= 6.1.3-beta)
-
net8.0
- MTConnect.NET-MQTT (>= 6.1.3-beta)
NuGet packages (1)
Showing the top 1 NuGet packages that depend on MTConnect.NET-AdapterModule-MQTT:
Package | Downloads |
---|---|
MTConnect.NET-Applications-Adapter
MTConnect.NET-Applications-Adapter contains classes to fully implement an MTConnect SHDR Adapter application. Supports MTConnect Versions up to 2.3. Supports .NET Framework 4.6.1 up to .NET 8 |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
6.5.0 | 109 | 10/21/2024 |
6.4.7 | 154 | 8/21/2024 |
6.4.6 | 141 | 8/7/2024 |
6.4.5 | 112 | 8/2/2024 |
6.4.4 | 114 | 7/16/2024 |
6.4.3 | 137 | 6/14/2024 |
6.4.2 | 134 | 6/12/2024 |
6.4.1 | 128 | 5/17/2024 |
6.4.0 | 135 | 5/14/2024 |
6.3.2-beta | 97 | 5/2/2024 |
6.3.1-beta | 125 | 4/24/2024 |
6.3.0-beta | 96 | 4/17/2024 |
6.2.2-beta | 124 | 4/5/2024 |
6.2.1-beta | 102 | 4/3/2024 |
6.2.0-beta | 113 | 3/27/2024 |
6.1.3-beta | 114 | 3/15/2024 |
6.1.2-beta | 121 | 3/15/2024 |
6.0.11-beta | 125 | 2/2/2024 |
6.0.10-beta | 127 | 1/26/2024 |
6.0.9-beta | 136 | 12/28/2023 |
6.0.8-beta | 129 | 12/27/2023 |
6.0.7-beta | 142 | 12/19/2023 |
6.0.5-beta | 126 | 12/14/2023 |
6.0.3-beta | 138 | 12/12/2023 |
6.0.2-beta | 128 | 12/12/2023 |
6.0.1-beta | 130 | 12/7/2023 |
6.0.0-beta | 93 | 12/7/2023 |