File tree 2 files changed +35
-2
lines changed
2 files changed +35
-2
lines changed Original file line number Diff line number Diff line change 2
2
3
3
HiveMQ MTConnect Protocol is a Java implementation of the MTConnect protocol.
4
4
5
+ ## Features
6
+
7
+ - Support MTConnect Schemas
8
+
9
+ | MTConnect Schema | Version |
10
+ | ---------------- | --------- |
11
+ | Assets | 1.2 - 2.4 |
12
+ | Devices | 1.0 - 2.4 |
13
+ | Error | 1.1 - 2.4 |
14
+ | Streams | 1.1 - 2.4 |
15
+
16
+ - Support Conversion from MTConnect XML to Java Entities
17
+ - Support MTConnect Schema Version Detection
18
+
5
19
## Quick Start
6
20
7
21
``` java
@@ -99,9 +113,13 @@ There is a [Smart Manufacturing Systems (SMS) Test Bed](https://www.nist.gov/lab
99
113
- [ Time series of most recent values collected for each data item] ( https://smstestbed.nist.gov/vds/sample )
100
114
- [ Report of all data items available] ( https://smstestbed.nist.gov/vds/probe )
101
115
116
+ ## Release Notes
117
+
118
+ - [ Release Notes] ( RELEASE-NOTES.md )
119
+
102
120
## References
103
121
104
122
- [ mtconnect.org] ( https://www.mtconnect.org/ )
105
- - [ Github] ( http://www.github.com/mtconnect )
106
- - [ Schema] ( https://github.com/mtconnect/schema )
123
+ - [ MTConnect Github] ( http://www.github.com/mtconnect )
124
+ - [ MTConnect Schema] ( https://github.com/mtconnect/schema )
107
125
- [ jaxb-ri] ( https://eclipse-ee4j.github.io/jaxb-ri/ )
Original file line number Diff line number Diff line change
1
+ # Release Notes
2
+
3
+ ## 1.0.0
4
+
5
+ - Support MTConnect Schemas
6
+
7
+ | MTConnect Schema | Version |
8
+ | ---------------- | --------- |
9
+ | Assets | 1.2 - 2.4 |
10
+ | Devices | 1.0 - 2.4 |
11
+ | Error | 1.1 - 2.4 |
12
+ | Streams | 1.1 - 2.4 |
13
+
14
+ - Support Conversion from MTConnect XML to Java Entities
15
+ - Support MTConnect Schema Version Detection
You can’t perform that action at this time.
0 commit comments