Patrick Ritchie

Results 43 comments of Patrick Ritchie

Allen, Great to hear you have found TrakHound useful! Yes we are currently testing the beta version of the new v2 Dashboard and the link can be found below. This...

@Sebast1ann We have combined the DataClient and DataServer apps into a new product called MTC2SQL. Please contact us about a free trial at [email protected]

@MZorzy Thanks for letting me know about the other repo. Looks like it is a forked version of the older DataServer repo and not the actual MTC2SQL app that we...

@ltomuta Thanks for letting me know about the issue. It looks like you are correct in that the "VMC-3Axis" that is used as the default DeviceName was changed and should...

@skibum1869 Try running the exe from the command line using the "debug" argument as this may give you some insight into what is wrong: ``` trakhound-server debug ``` You may...

Yes the MTConnect-Mqtt-Relay Agent supports SHDR and can be configured in the **agent.config.yaml** file below: ```yaml # - Device Configuration - devices: devices # - SHDR Adapter Configuration - #...

See if this is fixed in the [v6.4.1 Release](https://github.com/TrakHound/MTConnect.NET/releases/tag/v6.4.1). I added serviceDisplayName and serviceDescription in the configuration file: ```yaml serviceName: Mitsubishi-MTConnect.NET-Agnet serviceDisplayName: Mitsubishi MTConnect.NET Agent serviceDescription: MTConnect Agent to read...

Thanks for the information and sorry for the delay in response. What is the average interval that the ShdrClient disconnects? Is it closer to every 10 seconds or 10 minutes?...

Thank you for the information. - The reconnect interval is set to what is configured in the "ReconnectInterval" parameter. This can be set to a smaller value if you want...

If that is the case, you may want to look at using an Embedded Agent which would prevent you from having to use SHDR altogether. I've got a few examples:...