[jira] [Created] (PLC4X-207) No registered handler found for message TPKTPacket[], , using default decode method

2020-07-07 Thread Anton Engman (Jira)
Anton Engman created PLC4X-207: -- Summary: No registered handler found for message TPKTPacket[], , using default decode method Key: PLC4X-207 URL: https://issues.apache.org/jira/browse/PLC4X-207 Project

Re: No registered handler found for message TPKTPacket[], , using default decode method

2020-07-06 Thread Christofer Dutz
Hi Anton, Ye ... that brings up that I would have to kick off a release of the build tools asap as 0.8.0 currently requires changes in there, the recent fixes in 0.8.0 would have to be back ported to the 0.7 branch, I think we should instead just kick off a regular 0.8.0 release ...

Re: No registered handler found for message TPKTPacket[], , using default decode method

2020-07-06 Thread Julian Feinauer
Hi Anton, first, welcome here! : ) Second, thanks fort he report, this is indeed some kind of "undefined" situation you run into (but we should handle it better!). What happens ist hat the request takes longer than our predefined internal timeout (I think thats 1second or only 500ms) and then

No registered handler found for message TPKTPacket[], , using default decode method

2020-07-06 Thread Engman Anton
Hello everybody, I am using PLC4X to poll 29 signals from a Siemens S7-300 device, all the signals are of data type REAL. Every second I send a request to the PLC asking for the values and then printing one of the values to the console: PlcConnection conn =