[Modbus] Querying Values from Holding Register

2020-05-20 Thread udeho
Hi all, I have tried to query values from the holding register of a simulated modbus device and process them as integer using the following code: // read integer / holding register PlcDriverManager driverManager = new PlcDriverManager(); String conString =

Re: Exploring Plc4x

2020-05-20 Thread venki hadoop
Hi Team,. Was able to successfully push data from OPC UA server using poll mechanism by fallowing example hello-kafka connectivity. Now I started testing with mod bus plc then logstash and elastic search. Will update an

Re: [Modbus] Querying Values from Holding Register

2020-05-20 Thread Christofer Dutz
Hi Tim, I guess you are using one of the "old generation" drivers (As you say it's working and the address seems to imply that). Perhaps you should either try the version 0.8.0-SNAPSHOT or wait for 2 more days till we release the 0.7.0 version. In the 0.7.0 version we have completely deleted al

RE: [Modbus] Querying Values from Holding Register

2020-05-20 Thread udeho
Hi Chris, yes, I use the 0.6.0 version. Great, I will try to do it again when the new version is available and let you know whether it works. Thank you very much! Best Tim -Original Message- From: Christofer Dutz Sent: Mittwoch, 20. Mai 2020 11:28 To: dev@plc4x.apache.org Subject: Re:

Re: [Modbus] Querying Values from Holding Register

2020-05-20 Thread Cesar Garcia
Hi. In this branch you can find the modifications to the Modbus 0.6.0 driver to read scalar types from the same requested field. https://github.com/glcj/plc4x/tree/s7alarm In the future we must follow the new driver model 0.7.0 I hope it is useful for you, Best regards, El miƩ., 20 may. 2020

Re: Exploring Plc4x

2020-05-20 Thread venki hadoop
Hi Lukas, went through the video mentioned. But I didn't get which siemens simulator they used for demo? Can some one let me know free siemens s7 plc simulator for poc purpose? On Monday, May 18, 2020, Lukas Ott wrote: > Hi Venki welcome to the PLC4X community, > > First direction we can point y

Re: [VOTE] Apache PLC4X 0.7.0 RC2

2020-05-20 Thread Justin Mclean
Hi, +1 (binding) I checked: - signatures and hashes are fine - LICENSE and NOTICE are good - All source files have ASF headers - No unexpected binary files - Can compile from source Thanks, Justin