Re: Plc4x connection reset by peer exception uncaught

2020-09-17 Thread Vladyslav Milutin
Hi Stefano, I'm curious about the 0.8.0 version, where I can find it? Since maven repo contains the latest version 0.7.0. Kind regards, Vlad ср, 16 сент. 2020 г. в 17:30, Stefano Bossi : > Hi Vlad, > > this seems similar to a bug fixed some time ago, I am not really sure but > it worth to try

Re: Plc4x connection reset by peer exception uncaught

2020-09-17 Thread Vladyslav Milutin
Hi guys, I can send you this code, which doesn't have much business logic, and all params are renamed. public abstract class LalelDriver extends GeneratedDriverBase { private final ChannelHandler handler; @Override public String getProtocolName() { return "Lalel"; }

Re: Plc4x connection reset by peer exception uncaught

2020-09-17 Thread Christofer Dutz
Hi Vlad, I didn't miss the email, but for me it's almost impossible to give you an advice to what might be going wrong. The error you are getting I usually got in the past as soon as I send out something the PLC doesn't like. Just recently when we didn't reset the message-id counters and they

[GitHub] [plc4x] chrisdutz commented on pull request #186: Feature/modbus data type

2020-09-17 Thread GitBox
chrisdutz commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-694150435 Do you need any help from my side in order to continue? If yes, just reach out to me. This is an automated

[GitHub] [plc4x] chrisdutz merged pull request #184: Modbus/update documentation

2020-09-17 Thread GitBox
chrisdutz merged pull request #184: URL: https://github.com/apache/plc4x/pull/184 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

Re: Plc4x connection reset by peer exception uncaught

2020-09-17 Thread Christofer Dutz
Hi Vlad, 0.8.0-SNAPSHOT is the current development version ... we'll be releasing that as soon as we tied up some things we're currently working on. Chris Am 17.09.20, 11:02 schrieb "Vladyslav Milutin" : Hi Stefano, I'm curious about the 0.8.0 version, where I can find it? Since

Re: Plc4x connection reset by peer exception uncaught

2020-09-17 Thread Vladyslav Milutin
Hi guys, I just will resend this message in case you missed it. Hi guys, I can send you this code, which doesn't have much business logic, and all params are renamed. public abstract class LalelDriver extends GeneratedDriverBase { private final ChannelHandler handler; @Override

Re: Plc4x connection reset by peer exception uncaught

2020-09-17 Thread Vladyslav Milutin
Hi Christofer, Thanks for your advice, I'm not sure that I can use wireshark in my case :( Thanks for your answers, I'll try to create a watchdog for it and look for the connection statuses. Kind regards, Vlad чт, 17 сент. 2020 г. в 13:02, Christofer Dutz : > Hi Vlad, > > I didn't miss the

Re: Plc4x connection reset by peer exception uncaught

2020-09-17 Thread Vladyslav Milutin
Hi Christofer, I can't access this machine where I got this exception, that's the problem, I just got logs from the machine. Kind regards, Vlad чт, 17 сент. 2020 г. в 13:38, Christofer Dutz : > Hi Vlad, > > Your code says TCP ... so it should work, if you use WireShark on the > machine that is

Re: Plc4x connection reset by peer exception uncaught

2020-09-17 Thread Christofer Dutz
Hi Vlad, Your code says TCP ... so it should work, if you use WireShark on the machine that is trying to connect to the remote you won't even need the promiscuous mode. Chris Am 17.09.20, 12:26 schrieb "Vladyslav Milutin" : Hi Christofer, Thanks for your advice, I'm not sure that

Re: Plc4x connection reset by peer exception uncaught

2020-09-17 Thread Stefano Bossi
Hi Vlad, just a last advise, I have tried once to open more than one connection to a Siemens 1200 PLC with a multithread application and I got a problem of disconnection similat to your. In my code the disconnection was systematic when the second thread try to enstablish a connection. My