Re: First Milestone release of develop?

2020-03-12 Thread Cesar Garcia
Hi Chris, http://crunch.apache.org/? Do you mean this tool? That looks very complicated for what I point out. :-) I am referring to an open and use box, but in my case more oriented towards automation. I have tried to use NodeRed for this, but it has failed me when performing more really

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

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

Re: Generating Drivers

2020-03-12 Thread Etienne Robinet
Hi Chris, Thanks for that! At the end of the process I will document everything so it will be easier for all to understand, adapt or improve it. Etienne > Le 12 mars 2020 à 22:34, Christofer Dutz a écrit : > > Hi Etienne, > > that's amazing news :-) ... congratulations :-) > > Also had a

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

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

Re: Hello!

2020-03-12 Thread Christofer Dutz
Hi, a nice and warm welcome from me too ... even if your email almost didn't make it through the moderation ... usually the "Hello" emails were all spam ... till now ;) We'd be happy to hear/read more from you :-) Chris Am 12.03.20, 22:28 schrieb "Julian Feinauer" : Hi Joris,

Re: Generating Drivers

2020-03-12 Thread Christofer Dutz
Hi Etienne, that's amazing news :-) ... congratulations :-) Also had a look at your mspec and I think you have done a great job with that. I wasn't quite sure about the relation between CipRRData and CipExchange, but your solution looks rock-solid. And now reading that you even managed to get

Re: First Milestone release of develop?

2020-03-12 Thread Christofer Dutz
Hi Cesar, What exactly would you like to propose? To add complete (sub)projects to PLC4X like the upcoming Crunch integration? Chris Am 12.03.20, 14:50 schrieb "Cesar Garcia" : I think it's great, As far as possible, it is best to test the developing code by as many people

AW: Hello!

2020-03-12 Thread Julian Feinauer
Hi Joris, Happy to have you here! Julian Von meinem Mobiltelefon gesendet Ursprüngliche Nachricht Von: Joris Suppers Datum: Do., 12. März 2020, 22:25 An: dev@plc4x.apache.org Betreff: Hello! Would just like to say hello to everyone! I am a software developer at SOTEC and

Hello!

2020-03-12 Thread Joris Suppers
Would just like to say hello to everyone! I am a software developer at SOTEC and came across this wonderful project, since I am in a research project with pragmatic minds and matthias strljic from isw. All the best, Joris -- Joris Suppers | SOTEC | j.supp...@sotec.eu | T +49 7033 5458 72 --

Re: Generating Drivers

2020-03-12 Thread Etienne Robinet
Hi all, again a productive day, I pushed to my branch and the driver support reading, multiple reading and the camel component works (in karaf) and takes a List of strings. Tested it on a different PLC and it also worked! Next I'm going to implement the array readings and then maybe writing

[jira] [Created] (PLC4X-188) Connection doesn't close

2020-03-12 Thread T. Langhorst (Jira)
T. Langhorst created PLC4X-188: -- Summary: Connection doesn't close Key: PLC4X-188 URL: https://issues.apache.org/jira/browse/PLC4X-188 Project: Apache PLC4X Issue Type: Bug

Re: First Milestone release of develop?

2020-03-12 Thread Cesar Garcia
I think it's great, As far as possible, it is best to test the developing code by as many people as possible. I would be pleased to try the new features. The integration of the S7 driver with Karaf has worked very well, and the high-level API has made the integration easier for me. You have

First Milestone release of develop?

2020-03-12 Thread Julian Feinauer
Hi all, With all the new things coming up to develop I wonder when we should start to bring it out a bit to have others to play with it and test it. I assume this will take a lot of time but would be a major milestone. Julian Holen Sie sich Outlook für Android

Re: Generating Drivers

2020-03-12 Thread Etienne Robinet
Hi Chris, yes that's what I thought so I managed to work around like this: https://github.com/etiennerobinet/plc4x/blob/eip/protocols/eip/src/main/resources/protocols/eip/eip.mspec And this works for reading! I managed to make a quick test and read via the tag name. Now my question is: can I