Skip to content

MTConnect.NET 5.4.0

Compare
Choose a tag to compare
@PatrickRitchie PatrickRitchie released this 20 Mar 16:23
· 95 commits to master since this release
  • Updates to the MQTT implementation
    • Added support for a connection heartbeat to determine if the Agent is connected to the broker
    • Added support for multiple intervals to publish Observations
      • Example: MTConnect/Devices/test-device/Observations[1000] would publish at a maximum window of 1000ms
    • Added InstanceId to individual JSON entities. This is used to determine if the agent/model has changed.
  • Added Category property to JSON output to address issue #45