Re: Beer, Python and PLC4X

2020-07-06 Thread Volker Emmert
My fridge is ready. Am 06.07.20 um 16:47 schrieb Julian Feinauer: Hi friends, as discussed in Slack we are ready (with regards to build tools) fort he initiative to work together on plc4py! So, no excuses for nobodfy (if python is to hard for you better stop right here, you are no coder!).

Re: Beer, Python and PLC4X

2020-07-06 Thread Julian Feinauer
Yes, that would be good (both, beer and having you around) Am 06.07.20, 16:59 schrieb "Christofer Dutz" : Depending on when you'll do it, I think I'll lurk around as Code-generation guru and stick to the beer ;-) Chris Am 06.07.20, 16:49 schrieb "Lukas Ott" : +1 Oh yeah!

Re: Beer, Python and PLC4X

2020-07-06 Thread Christofer Dutz
Depending on when you'll do it, I think I'll lurk around as Code-generation guru and stick to the beer ;-) Chris Am 06.07.20, 16:49 schrieb "Lukas Ott" : +1 Oh yeah! This is what I was waiting for. Am Mo., 6. Juli 2020 um 16:47 Uhr schrieb Julian Feinauer <

Re: Beer, Python and PLC4X

2020-07-06 Thread Lukas Ott
+1 Oh yeah! This is what I was waiting for. Am Mo., 6. Juli 2020 um 16:47 Uhr schrieb Julian Feinauer < j.feina...@pragmaticminds.de>: > Hi friends, > > as discussed in Slack we are ready (with regards to build tools) fort he > initiative to work together on plc4py! > So, no excuses for nobodfy

Beer, Python and PLC4X

2020-07-06 Thread Julian Feinauer
Hi friends, as discussed in Slack we are ready (with regards to build tools) fort he initiative to work together on plc4py! So, no excuses for nobodfy (if python is to hard for you better stop right here, you are no coder!). So who is interested and when should we start an evening session

Re: [DISCUSS] Release the build-tools asap?

2020-07-06 Thread Julian Feinauer
Yes! Am 06.07.20, 16:28 schrieb "Christofer Dutz" : Hi all, I think it’s sort of time we start thinking about the next release. But before we can do that, we have to release the build tools as 0.8.0 requires some changes in here. Would you all be ok with me kicking off the

[DISCUSS] Release the build-tools asap?

2020-07-06 Thread Christofer Dutz
Hi all, I think it’s sort of time we start thinking about the next release. But before we can do that, we have to release the build tools as 0.8.0 requires some changes in here. Would you all be ok with me kicking off the process for doing that? Chris

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 =

Re: S7 write test doubt

2020-07-06 Thread Etienne Robinet
Hi, If you get the internal error, maybe try WireShark. He will tell you the exact error so you can know exactly where the problem is coming from. Regards Etienne > Le 3 juil. 2020 à 17:32, Cesar Garcia a écrit : > > Hi Iñigo, > > If you have the opportunity to test the previous version, it

Re: More Details regarding Scraper, Lack of Documentation

2020-07-06 Thread Julian Feinauer
<3 Thank you soo much Chris! Julian Am 06.07.20, 11:47 schrieb "Christofer Dutz" : Hi all, so I just wrote some documentation on the Scraper … it’s now available from here: https://plc4x.apache.org/users/tools/scraper.html I hope it helps and I hope even more that it’s

Re: More Details regarding Scraper, Lack of Documentation

2020-07-06 Thread Christofer Dutz
Hi all, so I just wrote some documentation on the Scraper … it’s now available from here: https://plc4x.apache.org/users/tools/scraper.html I hope it helps and I hope even more that it’s accurate. If you happen to find some issues with it, please tell me about it. Chris Von: Stefano Bossi

Re: S7 write test doubt

2020-07-06 Thread Iñigo Angulo
Hi, Thank you for the information Cesar and Chris. I will take a look at those examples too, and continue doing further tests. I will keep you inform about the progress I do. Iñigo - Iñigo Angulo ZYLK.net :: consultoría.openSource Ribera de Axpe, 11

Re: Reading compress Data Block

2020-07-06 Thread Christofer Dutz
Hi Stefano, First of all: welcome from me too :-) Let me also please take the opportunity to add even more on this. As Julian already mentioned, Siemens did a little trick to not really make the protocol much securer than without, however it renders us unable to publish an open-source driver