Skip to content

Releases: mtconnect/cppagent

Version 1.4.0.7 Release Candidate 7

22 Sep 19:22
Compare
Choose a tag to compare
Pre-release
  • Merged changes from master to fix logging and heartbeat messages.
  • Addressed Issue #49 to search executable path for configuration files. Added support for Windows, LINUX, and Mac OS X.

Version 1.4.0.5 Release Candidate 5

20 Sep 02:10
Compare
Choose a tag to compare
Pre-release
  • Fixed issues with splitting of keys from adapters. This was a merge of a old fix from master.
  • Added some extensions for new 1.5 asset parsing.

Version 1.4.0.4 Release Candidate 4

04 Aug 22:14
Compare
Choose a tag to compare
Pre-release

Only XSD schema changes.

Version 1.4.0.3 Release Candidate 3

12 Jun 22:04
Compare
Choose a tag to compare
Pre-release
  • Uses new default schema locations

Version 1.4.0.2 Release Candidate 2

17 Dec 04:12
Compare
Choose a tag to compare
Pre-release

Release candidate 2 with support for the following 1.4 capabilities:

  • Added support for ResetTrigger and resetTriggered
  • Added adapter protocol support to announce a triggered reset with :. For example: 0:DAY
  • Added InitialValue and use new Filters structure with support for PERIOD and MINIMUM_DELTA.

(Note: PERIOD has not been fully implemented. Handling of minimum period between samples is still undefined and needs to be clarified in the standard.)

C++ Agent Version 1.4.0.0 Release Candidate 1

10 Dec 03:02
Compare
Choose a tag to compare

Prerelease version of C++ Agent that now supports Composition. This has not been extensively tested.

Version 1.3.0.17

25 Mar 17:25
Compare
Choose a tag to compare
  • Fixed duplicate check when reconnecting adapter after disconnect.

Version 1.3.0.16

07 Mar 17:46
Compare
Choose a tag to compare
  • Constant valued data items are now immutable.

C++ Agent Release 1.3.0.15

15 Jun 23:45
Compare
Choose a tag to compare
  • Fixed Asset schema for archetype.
  • Added Ghost Script Cutting Tool example
  • Fixed service remove when service is running - stops service first.

C++ Agent Release 1.3.0.14

19 Feb 21:18
Compare
Choose a tag to compare

Fixed issue #20 – Fixed race condition on restart.