Results 9 comments of Okan Berhoğlu

Yes, this happened with different versions. Agent Config File: Devices = ./Devices.xml SchemaVersion = 2.0 Port = 5000 MonitorConfigFile = true Pretty = true BufferSize = 17 LegacyTimeout = 2000...

The adapter is sending shdr data continuously in a infinite loop even if data is not change. Is that a problem for agent?

I am using the DotNetAdapterSDK Nuget package for sending data. I am using the packages' functions. Therefore I can not capture the output.

I used a different cpp agent version and it gave this error: 2024-05-17T14:28:45.349360Z (0x000077c4) [info] Connector::connected: Connected with: 127.0.0.1:7878 2024-05-17T14:28:47.892970Z (0x000077c4) [error] Connector::reader->Connector::parseSocketBuffer->Connector::processLine->ShdrAdapter::processData: Error in processData: invalid stod argument 2024-05-17T14:28:47.892970Z...

Thank you very much for your help. I found the data causing this problem and fixed it.

It was the G code data. The Adapter was sending G code line that contains numbers and letters. In my opinion, agent tries to convert this data string to double...

The data is like "G23G7I-9.1 G30G5X23".

Yes, I am using Windows. The DataItem xml is /

Thank you for the help.