MTConnect.NET icon indicating copy to clipboard operation
MTConnect.NET copied to clipboard

Fully featured .NET library in C# to build MTConnect Agent, Adapter, and Client Applications. Pre-built Agents with Windows Installers. Support for Windows and Linux. Supports MTConnect Versions up to...

Results 27 MTConnect.NET issues
Sort by recently updated
recently updated
newest added

Hello Mazak's MT-Connet agent version 1.5.0.14 returns an XML document on a single line (see example below). [currentExample2.zip](https://github.com/TrakHound/MTConnect.NET/files/9843769/currentExample2.zip) The ReadComponentStreamXml method does not read nodes correctly resulting in an exception....

Patrick, thank you a lot for supporting the tests I added. It makes very easy for me migration to a newer version of MTConnect.NET since I can always refer to...

Hi @PatrickRitchie, I am investigating a bug when ShdrClient constantly disconnects and reconnects to our machine. I found a few suspicious places in the ShdrClient implementation and I would like...

@PatrickRitchie this is another great development of embedded mtconnect agent. I tested it for 1 machine and it worked as expected. I was able to route Mitsubishi CNC data to...

Hi Patrick Long time since I wrote you the last time :) I see that development is going on. Thank you for your work! However, I want to complain about...

The self signed bidirectional authentication code using SSL/TLS has been debugged successfully on Windows, but has not passed on Linux. Error: Error while authenticating One or more errors occurred (One...

Here is an agent config: ``` devices: devices modules: - mqtt-relay: server: host.docker.internal port: 8883 clientId: alex-printer-8 certificateAuthority: certificates/certificateAuthority.pem pemCertificate: certificates/certificate.pem pemPrivateKey: certificates/privateKey.pem # Uncommenting this does not change much...

Thanks for keeping great work on .NET version of an agent. I am trying out Beta branch and cannot run the latest docker variant. Doing: ``` docker pull trakhound/mtconnect.net-agent:6.0.11-beta-alpine-3.18-amd64 docker...

installing MT-Connect-Mqtt-Relay Example in source code. this MT_Connect agent publish data on external Mqtt-broker so i not know the SHDR adaper is embedded with this agent , if yes then...

@PatrickRitchie in the latest build 6.4.3, agent.config.default.json, agent.information.json i.e., basically config files are not getting publised after building or publishing the application. I had to add those files manually from...