Re: Reading Array of Int

2020-07-31 Thread Cesar Garcia
Hi Chris. With the 0.6.1 (Aka Frankenstein code :-)) I solved every problem that I was finding to get to the handling of the subscription (Type handling, optimization, asynchronous responses from the PLC, etc.). J ... is helping me to incorporate the code to the development branch. I am not a Git

Re: Reading Array of Int

2020-07-31 Thread Stefano Bossi
Hi Julian, sorry for the late reply. I am using the 0.7 version. Thanks for your help, Stefano Il gio 30 lug 2020, 07:49 Julian Feinauer ha scritto: > Hey Stefano, I will try to have a look later today. Are you using plc4x > version 0.6 or 0.7? > > Thank you! > > Julian > > Holen Sie sich Outl

AW: How to compose Read requests for ADS Protocol with PLC4X?

2020-07-31 Thread Hillenbrand, Jonas (wbk)
Hi Chris, I think if you figured out how to setup your system to properly use the example here for Java https://infosys.beckhoff.com/english.php?content=../content/1033/tcsample_java/html/tcjavatoads_sample01.html&id= you've actually reached more than I did, so far Right now I'm using a small C#

Re: Contributions with Access to PLC's

2020-07-31 Thread Truran, Ryan S
Hi Chris, My plan is to get a piece of equipment setup in my office so that I can begin testing the modbus driver to get a feel for the codebase. Then develop a couple drivers, maybe DNP3 or LonWorks. Is there a roadmap of drivers that need to be created? C would be nice, as we could then lo

Re: How to compose Read requests for ADS Protocol with PLC4X?

2020-07-31 Thread Christofer Dutz
Hi think i found it ... I needed the Ads.dll itself ... of course that's not documented in the documentation ;-) Chris Am 31.07.20, 09:59 schrieb "Christofer Dutz" : Hi Jonas, I think I can possibly help you now … as I worked on the new Beckhoff driver I finally got to working wi

Re: How to compose Read requests for ADS Protocol with PLC4X?

2020-07-31 Thread Christofer Dutz
Hi Jonas, I think I can possibly help you now … as I worked on the new Beckhoff driver I finally got to working with the ADS protocol. I think the problem you are having is that the address you are using is simply not correct. The PLC doesn’t find an address called “BOOL1” … After discussing th

Re: How to compose Read requests for ADS Protocol with PLC4X?

2020-07-31 Thread Christofer Dutz
Hi Jonas, could you perhaps help me? I had several chats (real ones with a phone and zoom) with the folks from Beckhoff yesterday. Turns out the ADS Spec doesn't describe so-called SUM requests, where you can read/write multiple addresses in one request. In order to generate some traffic with th

Re: Reading Array of Int

2020-07-31 Thread Christofer Dutz
Hi Cesar, if you fixed any issues in that branch, that are not related to publish-subscribe and alarms, it would be great if you could port that to develop. Chris Am 30.07.20, 17:34 schrieb "Cesar Garcia" : Hi Stefano, I have made several modifications to the branch for a 0.6.1 re

Re: Contributions with Access to PLC's

2020-07-31 Thread Christofer Dutz
Hi Turan, and also welcome ... great to have you here :-) There are generally a lot of ways you can contribute: - Start using PLC4X drivers and report/fix issues you encounter - Add features to drivers or improve existing drivers if we did things in a less-ideal way - Implement new drivers If yo