mspec - proposal for changing the way we read STRING values

2020-08-21 Thread Łukasz Dywicki
I am starting a new thread which is not bound to S7. String handling is a general context of drivers/mspec hence I would like to raise an ineffeciency I observed. The current string type itself has no ways to declare its variable length, leading to multiple places where I had to do utilities just

Re: Starting a new project

2020-08-21 Thread Stefano Bossi
Thanks I see :-D S. On 21/08/2020 14:33, Julian Feinauer wrote: > Many thanks again, its online now: > https://plc4x.apache.org/users/adopters.html > > <3 > > Julian > > Am 21.08.20, 12:55 schrieb "Julian Feinauer" : > > Hi Stefano, > > thats awesome to hear and thank you VERY MUC

Re: Starting a new project

2020-08-21 Thread Julian Feinauer
Many thanks again, its online now: https://plc4x.apache.org/users/adopters.html <3 Julian Am 21.08.20, 12:55 schrieb "Julian Feinauer" : Hi Stefano, thats awesome to hear and thank you VERY MUCH for caring that much about PLC4X and also thanks to Daniele for providing us the Logo!

Re: Starting a new project

2020-08-21 Thread Julian Feinauer
Hi Stefano, thats awesome to hear and thank you VERY MUCH for caring that much about PLC4X and also thanks to Daniele for providing us the Logo! I will quickly add a PR for you to review! Julian Von: Stefano Bossi Antworten an: Datum: Freitag, 21. August 2020 um 12:31 An: "dev@plc4x.apache.o

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

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

Re: Error in using new String feature in 0.8.0-SNAPSHOT

2020-08-21 Thread Stefano Bossi
YESSS ! It works ! I could read a string with a notation like: |%DB1:6:STRING(10)| for reading 10 chars. It’s worth to mention here for the community: * the notation |%DB1:6:STRING| doesn’t work for the S7 1200 due to the problem of the request of 256 Byte length which is not supp

Re: Error in using new String feature in 0.8.0-SNAPSHOT

2020-08-21 Thread Christofer Dutz
Hi Stefano, ok ... so you probably used the STRING type without the limiting feature. So if you don't add a "(10)" or whatever max number of elements you want to read, it will still not work. The change I applied only lets you limit the number, if you don't is says at 254 unchanged. But you did

Re: Error in using new String feature in 0.8.0-SNAPSHOT

2020-08-21 Thread Christofer Dutz
Hi Stefano, ok … if you did it that way, it should have worked … I just had another look at your error report and will investigate … Chris Von: Stefano Bossi Datum: Freitag, 21. August 2020 um 09:48 An: Christofer Dutz Betreff: Re: Error in using new String feature in 0.8.0-SNAPSHOT ok, I

Error in using new String feature in 0.8.0-SNAPSHOT

2020-08-21 Thread Stefano Bossi
Dear Chris and forum, I am trying to test your new feature about STRING and DATE_TIME but I have a strange error using HelloPlc4x, it seems I am missing some module… Do you spot what am I missing? I have imported |implementation group: 'org.apache.plc4x', name: 'plc4j-driver-s7', version: '0.8.0