Re: [DISCUSS] Add Wrappers to PLC4X Project

2020-09-09 Thread Stefano Bossi
Hi, personally I think this kind of approach will limit the usability of the library in a very narrow subset of uses do to the windows operating system dependency. I think you guys put a lot of effort in portability and small footprint of the library and this is a great think in the industrial

Re: [DISCUSS] Add Wrappers to PLC4X Project

2020-09-09 Thread Otto Fowler
I think this should be hosted and more importantly _maintained_ outside the project. If you want to add reference to it to the project site or something, that would be something to talk about. On September 9, 2020 at 08:28:12, Stefano Bossi (stefano.bo...@gmail.com) wrote: Hi, personally I

Re: [DISCUSS] Add Wrappers to PLC4X Project

2020-09-09 Thread Christofer Dutz
Hi Julian, the issue I see here is that it will make the build more complex (the part using the wrapper will only be runnable on windows and not sure if the license of the wrapped DLLs would allow including them). It will also eliminate the ability to auto-port the driver to other languages.

[BUILD-FAILURE]: Job 'PLC4X/PLC4X/develop [develop] [70]'

2020-09-09 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'PLC4X/PLC4X/develop [develop] [70]': Check console output at "https://ci-builds.apache.org/job/PLC4X/job/PLC4X/job/develop/70/;>PLC4X/PLC4X/develop [develop] [70]"

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: Pending threads after connection.close

2020-09-09 Thread Christofer Dutz
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 guys, I’m facing some issue when I try to quit my application. It seems

Re: [VOTE] Apache PLC4X Build-Tools Code-Generation 1.3.0 RC1

2020-09-09 Thread Christofer Dutz
+1 (binding) Chris [OK] Download all staged artifacts under the url specified in the release vote email [OK] Verify the signature is correct and references an Apache Email address [OK] Verify the SHA512 hashes [OK] Unzip the archive [OK] Verify the existence of LICENSE, NOTICE, README and

Re: [VOTE] Apache PLC4X Build-Tools Code-Generation 1.3.0 RC1

2020-09-09 Thread Lukas Ott
+1 (binding) [OK] Download all staged artifacts under the url specified in the release vote email [OK] Verify the signature is correct and references an Apache Email address [OK] Verify the SHA512 hashes [OK] Unzip the archive [OK] Verify the existence of LICENSE, NOTICE, README and RELEASE_NOTES

[BUILD-STABLE]: Job 'PLC4X/PLC4X/develop [develop] [71]'

2020-09-09 Thread Apache Jenkins Server
BUILD-STABLE: Job 'PLC4X/PLC4X/develop [develop] [71]': Is back to normal.

Re: Pending threads after connection.close

2020-09-09 Thread Sebastian Voss
Hi Chris, Thanks for you instant feedback! I created a ticket https://issues.apache.org/jira/browse/PLC4X-249 and attached a thread dump. Hopefully this helps to trace it down. Best regards, Sebastian > On 9. Sep 2020, at 19:27, Christofer

[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

RE: [VOTE] Apache PLC4X Build-Tools Code-Generation 1.3.0 RC1

2020-09-09 Thread Dominik Riemer
Hi, +1 (non-binding) [OK] Download all staged artifacts under the url specified in the release vote email [OK] Verify the signature is correct and references an Apache Email address [OK] Verify the SHA512 hashes [OK] Unzip the archive [OK] Verify the existence of LICENSE, NOTICE, README and

Re: Pending threads after connection.close

2020-09-09 Thread Christofer Dutz
Thanks for that, I'll look into that ... but it will take a while as I haven't been able to do any serious paid work in the last few weeks (Actually almost 2 months). So I'll be concentrating on finishing the next part of my PLC4C project in order to get re-financed by the EU. Free community

Re: [DISCUSS] Add Wrappers to PLC4X Project

2020-09-09 Thread Cesar Garcia
Hello, I think the concept of the project is clear: "PLC4X is a set of libraries for communicating with industrial programmable logic controllers (PLCs) using a variety of protocols but with a shared API." If your client allows you to publish the project in PLC4X, it is a very important

[DISCUSS] Add Wrappers to PLC4X Project

2020-09-09 Thread Julian Feinauer
Hi all, wanted to bring it tot he list as we already had a discussion in the slack channel. We have a project where we consider integrating machinery in our system. The machinery offers an SDK for communication which is windows only and based on DCOM. Thus, the integration would be a wrapper