Skip to content

Releases: mtconnect/cppagent

C++ Agent Release 1.3.0.13

02 Feb 19:22
Compare
Choose a tag to compare
  • Made configuration file reload minimum age configurable:
    MinimumConfigReloadAge = 30 (Issue #20)
  • Fixed cross platform build

C++ Agent Release 1.3.0.12

02 Feb 18:20
Compare
Choose a tag to compare
Pre-release
  • Added 15 second delay to reload of configuration files. Issue #20
  • Fixed config test. Issue #21

C++ Agent Release 1.3.0.11

29 Jan 17:49
Compare
Choose a tag to compare
Pre-release

Preliminary release with reload of configuration files based on changes to cfg or Devices.xml file.

This is a pre-release and needs additional testing.

C++ Agent Release 1.3.0.9_1

23 Dec 02:25
Compare
Choose a tag to compare
  • Minor release updating the schema to fix Program Edit and Program Edit Name.

C++ Agent Release 1.3.0.9

31 Oct 18:50
Compare
Choose a tag to compare

C++ Agent Release 1.3.0.8

28 Oct 22:47
Compare
Choose a tag to compare
  • Added dynamic adapter to device association in reference to issue #10
  • Added dynamic device assignment tests

C++ Agent Release 1.3.0.7

03 Oct 19:56
Compare
Choose a tag to compare
  • Fixes issue #8 – last blank item on line was not getting parsed. now handles correctly.

Version 1.3.0.6 of C++ Agent

29 Sep 20:34
Compare
Choose a tag to compare
  • Added @REMOVE_ALL_ASSETS@ adapter protocol command for a given type of asset.

    <time>|@REMOVE_ALL_ASSETS@|<type>

    As in:

    2014-08-13T12:32:11.01232|@REMOVE_ALL_ASSETS@|CuttingTool

Closes Issue #5

Version 1.3.0.5 of C++ Agent

29 Sep 19:38
Compare
Choose a tag to compare
  • Made AssetChanged unavailable when asset referenced is removed.

Fixes Issue #7

Version 1.3.0.4 of C++ Agent

27 Aug 17:27
Compare
Choose a tag to compare
  • Fixed Assets schema to allow for empty set of assets.