Re: Reading Array of Int

2020-07-29 Thread Julian Feinauer
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 Outlook für Android Von: Stefano Bossi Gesendet: Mittwoch, 29. Juli 2020, 12:32 An: dev@plc4x.apache.org; Christ

[GitHub] [plc4x] chrisdutz commented on pull request #174: Feature/extended register read

2020-07-29 Thread GitBox
chrisdutz commented on pull request #174: URL: https://github.com/apache/plc4x/pull/174#issuecomment-665540664 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and us

[GitHub] [plc4x] hutcheb commented on a change in pull request #174: Feature/extended register read

2020-07-29 Thread GitBox
hutcheb commented on a change in pull request #174: URL: https://github.com/apache/plc4x/pull/174#discussion_r462135084 ## File path: protocols/modbus/src/main/resources/protocols/modbus/modbus.mspec ## @@ -247,9 +247,9 @@ ] [type 'ModbusPDUReadFileRecordResponseItem' -

[GitHub] [plc4x] hutcheb commented on pull request #174: Feature/extended register read

2020-07-29 Thread GitBox
hutcheb commented on pull request #174: URL: https://github.com/apache/plc4x/pull/174#issuecomment-665538337 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

[GitHub] [plc4x] chrisdutz commented on a change in pull request #174: Feature/extended register read

2020-07-29 Thread GitBox
chrisdutz commented on a change in pull request #174: URL: https://github.com/apache/plc4x/pull/174#discussion_r462148742 ## File path: protocols/modbus/src/main/resources/protocols/modbus/modbus.mspec ## @@ -247,9 +247,9 @@ ] [type 'ModbusPDUReadFileRecordResponseItem' -

Re: Reading Array of Int

2020-07-29 Thread Stefano Bossi
Thanks Chris, yes definitely this is a workaround, I am experimenting and learning. I really appreciate your time on the investigation of the issue. Thanks, Stefano Bossi On 29/07/2020 12:08, Christofer Dutz wrote: > Well that’s a workaround, but not a fix … > > We should focus on fixing this

Re: Reading Array of Int

2020-07-29 Thread Christofer Dutz
Well that’s a workaround, but not a fix … We should focus on fixing this. I’ll investigate the issue as soon as I’m done with the Beckhoff ADS/AMS stuff … Perhaps Julian could find some time to investigate? Chris Von: Stefano Bossi Antworten an: Datum: Mittwoch, 29. Juli 2020 um 11:41 An:

How to compose Read requests for ADS Protocol with PLC4X?

2020-07-29 Thread Hillenbrand, Jonas (wbk)
Hi there, I'm working on using the PLC4X framework within my research projects involving datalogging from Beckhoff PLC via ADS protocol. I was able to connect with the PLC using the following code, but it fails on the line where the read request is executed: PlcConnection plcConnection

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

2020-07-29 Thread Christofer Dutz
Hi Jonas and welcome to the PLC4X project :-) I’ll do my best to help you with your setup … first … please let me ask you which version of PLC4X you are using? I’m asking cause we deleted and replaced ALL drivers from 0.6.0 and replaced them in 0.7.0 and beyond with ones generated by our in-hous

[GitHub] [plc4x] chrisdutz merged pull request #173: Fix documentation with updates to README

2020-07-29 Thread GitBox
chrisdutz merged pull request #173: URL: https://github.com/apache/plc4x/pull/173 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

Re: Reading Array of Int

2020-07-29 Thread Stefano Bossi
I have adopted a workaround reading all the INT variable separated. |--connection-string 's7:tcp://192.168.1.192?controller-type=S7_1200' --field-addresses '%DB1:274.0:INT' '%DB1:276.0:INT' '%DB1:278.0:INT' '%DB1:280.0:INT' | In this way on the wire you have: the query: |Frame 296: 111 bytes on

[GitHub] [plc4x] chrisdutz commented on a change in pull request #174: Feature/extended register read

2020-07-29 Thread GitBox
chrisdutz commented on a change in pull request #174: URL: https://github.com/apache/plc4x/pull/174#discussion_r462072923 ## File path: protocols/modbus/src/main/resources/protocols/modbus/modbus.mspec ## @@ -247,9 +247,9 @@ ] [type 'ModbusPDUReadFileRecordResponseItem' -