Skip to content

Releases: TrakHound/TrakHound-Community

v1.5.9 Release

16 Aug 17:01
Compare
Choose a tag to compare

Fixed some issues with Urls and newer MTConnect Agents. Apparently the Device Name wasn't being appended properly and it defaulted to the entire Devices document which in newer versions includes an Agent device so it was grabbing the Agent Device instead of the specified Device.

Fixed an issue with empty Components (ex. Components that only have Configuration information)

v1.5.8 Release

16 Aug 01:15
Compare
Choose a tag to compare

Updated to fix issues with RestSharp. I included the older version of MTConnect.NET and removed RestSharp as it apparently had some issues. I also included the MTConnect-Sniffer library source code into the project to keep dependency issues minimal.

v1.3 Official Release

08 Sep 21:38
Compare
Choose a tag to compare
  • Updated User Interface
  • New data storage system using the updated TrakHound API calls

v1.0.0 First Official Release

29 Jul 06:52
Compare
Choose a tag to compare
  • The first official release of TrakHound-Community as the open source PC software package for the TrakHound platform

Beta v1.13

28 Jun 09:06
Compare
Choose a tag to compare
Beta v1.13 Pre-release
Pre-release

TrakHound version v1.13 beta introduces the below features:

  • New Dashboard pages with more specific pages, slideshow option, and a new timeline control.
  • New device auto detection for adding new devices. The 'Device Catalog' is no longer going to be used and instead the MTConnect probe request is read and a new Device Configuration file is generated based on the available data. This applies the MTConnect standard better and allows any MTConnect Agent to be quickly setup.
  • New standard Generated Events are used for the dashboard pages. These are listed below:
    • Device Status - (Active, Idle, Alert) - This is used for basic activity monitoring. The values are defined as whether the device is being used, is ready to be used, or can't be used.
    • Production Status - (Production, Alarm, Setup, Teardown, Maintenance, Process Development) - This is used for monitoring what step in the production process the device is in.
    • Cycle Execution - (Started, Paused, Stopped) - This is used for monitoring when the status of the current cycle.
    • Parts Count - (Parts Produced, No Parts Produced) - This is used to monitor when parts are produced.
  • The Generated Events page in Device Manager can now configure MultiTriggers for Event Values. MultiTriggers are used for programming a logical 'OR' statement.

Beta v1.12.0

25 May 21:24
Compare
Choose a tag to compare
Beta v1.12.0 Pre-release
Pre-release

Beta Version 1.12.0 Includes:

  • A revised Device Manager as a separate window. Included in the 'Server Only' download
  • Updated to use the new API for user login
  • Fixed minor bugs
  • Fixed issue with OEE values (issue with TH_Cycles)
  • Updated database schemas to use 'double' column data types instead of 'int' for seconds counters such as used with TH_Cycles, TH_OEE, and TH_ShiftsTable