Re: Pending threads after connection.close

2020-09-09 Thread Sebastian Voss
hristofer Dutz wrote: > > HI Sebastian, > > this is definitely something that I have seen happen. > If you can help us track down the issue, we would be extremely thankful. > > Chris > > > Am 09.09.20, 19:16 schrieb "Sebastian Voss" : > >Hi gu

[jira] [Created] (PLC4X-249) Pending threads after connection.close

2020-09-09 Thread Sebastian Voss (Jira)
Sebastian Voss created PLC4X-249: Summary: Pending threads after connection.close Key: PLC4X-249 URL: https://issues.apache.org/jira/browse/PLC4X-249 Project: Apache PLC4X Issue Type: Bug

Pending threads after connection.close

2020-09-09 Thread Sebastian Voss
Hi guys, I’m facing some issue when I try to quit my application. It seems connection.close() is not stopping all pending threads. Is this a known issue or am I doing something wrong? String url = "s7://..."; PlcDriverManager manager = new PlcDriverManager(); PlcConnection connection =

Re: S7 read issue

2020-09-01 Thread Sebastian Voss
inutes > ... > > Chris > > > > > Am 31.08.20, 18:26 schrieb "Sebastian Voss" : > >Hi Chris, > >Thanks to to great guide I was able to perform a local build. Also with > the local build the read blocks indefinitely. Let me know in cas

Re: S7 read issue

2020-08-31 Thread Sebastian Voss
do so it’s worth sharing > > Regards, > S. > > On 31/08/2020 14:45, Christofer Dutz wrote: > > > >> Hi Sebasitan, >> >> Just some minutes ago I submitted a fix for your problem. >> Please give it a try :-) >> >> Chris >

Re: S7 read issue

2020-08-31 Thread Sebastian Voss
gards, > S. > > On 31/08/2020 14:45, Christofer Dutz wrote: > > > >> Hi Sebasitan, >> >> Just some minutes ago I submitted a fix for your problem. >> Please give it a try :-) >> >> Chris >> >> >> Am 31.08.20

Re: S7 read issue

2020-08-31 Thread Sebastian Voss
from NodeRed > made a nice video: > https://www.youtube.com/watch?v=rTUs-_EiZ3A (Just the first 1,5 minutes) > > But the driver should definitely report this … as it is a known thing and if > we reported that it would help a lot of others. > > Chris > > > > >

[jira] [Created] (PLC4X-246) S7 driver hangs on read

2020-08-31 Thread Sebastian Voss (Jira)
Sebastian Voss created PLC4X-246: Summary: S7 driver hangs on read Key: PLC4X-246 URL: https://issues.apache.org/jira/browse/PLC4X-246 Project: Apache PLC4X Issue Type: Bug

Re: S7 read issue

2020-08-31 Thread Sebastian Voss
> I am sure we haven't handled all things that could go wrong and with this >> information I might be able to improve the error handling. >> >> Chris >> >> >> >> >> Am 30.08.20, 18:28 schrieb "Sebastian Voss" >> >> : >

S7 read issue

2020-08-30 Thread Sebastian Voss
Hi, I’m trying to read a value from an Siemens S7-1200 PLC). This is my first project using the S7 protocol and plc4x. When I try to read a value the read request is not being executed (I also do not receive an error message or timeout). Would this be the normal behaviour when the field