Skip to content

Releases: TrueAnalyticsSolutions/Mtconnect.Adapter

v1.0.15 Adapter Start/Stop Events

08 Feb 01:51
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.14...v1.0.15

v1.0.14 Handle null/empty DataItem values

07 Feb 18:11
ac90d3a
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.13...v1.0.14

v1.0.13 DataItem Fixes and Timestamps

07 Feb 00:54
7d58ff7
Compare
Choose a tag to compare

What's Changed

A build of the universal MTConnect Adapter service is available in this release (MTConnectAdapter_win-x86.zip). Make sure to include a DLL containing the IAdapterSource and update the appsettings.json with the appropriate Source settings.

Full Changelog: v1.0.12.1...v1.0.13

v1.0.12.1 TCP Address Fix

02 Feb 06:36
8e0aefe
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.12...v1.0.12.1

v1.0.12 Encrypted Value Formatting

27 Jan 00:37
29acf55
Compare
Choose a tag to compare

What's Changed

  • Added Encrypted Scripting Configuration by @tbm0115 in #1

Full Changelog: v0.1.0...v1.0.12

v1.0.12-alpha Null DataItem handling

25 Jan 21:59
0180450
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Fixed unavailable/null error with DataItems by @tbm0115 in #8

Full Changelog: v1.0.11-alpha...v1.0.12-alpha

v1.0.11-alpha Multiple Adapter Service Fix

25 Jan 19:15
eb417e0
Compare
Choose a tag to compare

What's Changed

  • Tbm0115/generic adapter service by @tbm0115 in #7

Full Changelog: v1.0.10-alpha...v1.0.11-alpha

v1.0.10-alpha Universal MTConnect Adapter

24 Jan 18:23
33db46b
Compare
Choose a tag to compare

What's Changed

  • Added universal Adapter Service by @tbm0115 in #6

Full Changelog: v1.0.9-alpha...v1.0.10-alpha

v1.0.9-alpha DataItem Descriptions

23 Jan 21:37
f010ca0
Compare
Choose a tag to compare
Pre-release

What's Changed

  • Added TcpAdapter endpoints and Descriptions by @tbm0115 in #5

Full Changelog: v1.0.8-alpha...v1.0.9-alpha

v1.0.8-alpha TCP Connections Update

18 Jan 08:30
edfb620
Compare
Choose a tag to compare
Pre-release

This release primarily focuses on allowing the TcpAdapter to manage multiple client connections. Previous versions only supported one connection per IP Address. This version includes management down to the port number.

Additional logging and refactoring was added to both the underlying Adapter class and the TcpAdapter.