Trying a new way for me to keep the lights on ...

2020-08-31 Thread Christofer Dutz
Hi folks, yesterday I decided to try out something new: I signed up for Github Sponsors. The problem is that I am dedicating all of my time for this project, because I strongly believe in it bringing value to the world. Unfortunately the world is having trouble bringing value to my bank account

[jira] [Created] (PLC4X-247) initialize_interop_server.sh file missing before and after build

2020-08-31 Thread Aaron J Brown (Jira)
Aaron J Brown created PLC4X-247: --- Summary: initialize_interop_server.sh file missing before and after build Key: PLC4X-247 URL: https://issues.apache.org/jira/browse/PLC4X-247 Project: Apache PLC4X

Re: S7 read issue

2020-08-31 Thread 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 case I can help to run another test (you do not necessarily need to push to the repo, I can check out any branch and run a local build now). Best regar

Re: S7 read issue

2020-08-31 Thread Sebastian Voss
Hi Stefano, Hi Chris, I tried to pull the latest 0.8.0-SNAPSHOT from the Apache repo (I think I saw you pushed it there). Thanks for the link to the Wiki page for a local build, will try this as well later. I did a quick run with plc4j-driver-s7-0.8.0-20200831.122123-1 (I hope this is the righ

Re: S7 read issue

2020-08-31 Thread Stefano Bossi
Hi Sebastian, Chris wrote a very good page on how to compile the library which is a very big software: https://plc4x.apache.org/developers/building.html On Mac I found no problem to follow the guide and I think on windows should be fine too. As extra suggestion on the guide I could add something

Re: S7 read issue

2020-08-31 Thread Christofer Dutz
Hi Sebasitan, Just some minutes ago I submitted a fix for your problem. Please give it a try :-) Chris Am 31.08.20, 11:41 schrieb "Sebastian Voss" : Hi Chris, JIRA issue with attachment is created https://issues.apache.org/jira/browse/PLC4X-246

Re: S7 read issue

2020-08-31 Thread Sebastian Voss
Hi Chris, JIRA issue with attachment is created https://issues.apache.org/jira/browse/PLC4X-246 . I will try to change the settings and report back the result. Thanks a lot and best regards, Sebastian > On 31. Aug 2020, at 11:08, Christofer Dut

[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 Componen

Re: S7 read issue

2020-08-31 Thread Christofer Dutz
Hi Sebastian … Unfortunately attachments don’t work on this mailing list. Could you please create a JIRA issue? And I think I can help you with that error of yours: Go into the settings of your S7 and enable PUT/GET … the folks from NodeRed made a nice video: https://www.youtube.com/watch?v=rT

Re: S7 read issue

2020-08-31 Thread Sebastian Voss
Hi Chris, Hi Stefano, Thanks a lot for your valuable feedback. It is highly appreciated. I followed Stefanos suggestions and applied the simplifications. In addition I created a Wireshark capture which is attached to this email. It seems it replies with “[Error code: This service is not impleme

Re: S7 read issue

2020-08-31 Thread Stefano Bossi
Hi Sebastian, if you need some help in setup the wireshark capture software or open the jira ticket I could help. It’s definitely worth to follow the Chris suggestion to help him to spot the real problem. In the mean time I think you could simplify the PLC query in this way: |String Url: s7:tcp

Re: How does the code generation process for different languages currently work?

2020-08-31 Thread Christofer Dutz
Hi Mattias, welcome here on our list. I am sure we'll be able to help you. Sounds like a great topic to write your thesis on ... really wished I had had the luck to do something that cool ;-) So am I assuming correctly that you're planning on working on the generation of the driver logic code?