Releases: TrueAnalyticsSolutions/Mtconnect.Adapter
v1.0.15 Adapter Start/Stop Events
v1.0.14 Handle null/empty DataItem values
v1.0.13 DataItem Fixes and Timestamps
What's Changed
- Universal Service Installation by @tbm0115 in #14
- Implemented Adapter and Agent commands by @tbm0115 in #13
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
v1.0.12 Encrypted Value Formatting
What's Changed
Full Changelog: v0.1.0...v1.0.12
v1.0.12-alpha Null DataItem handling
What's Changed
Full Changelog: v1.0.11-alpha...v1.0.12-alpha
v1.0.11-alpha Multiple Adapter Service Fix
What's Changed
Full Changelog: v1.0.10-alpha...v1.0.11-alpha
v1.0.10-alpha Universal MTConnect Adapter
What's Changed
Full Changelog: v1.0.9-alpha...v1.0.10-alpha
v1.0.9-alpha DataItem Descriptions
What's Changed
Full Changelog: v1.0.8-alpha...v1.0.9-alpha
v1.0.8-alpha TCP Connections Update
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
.