Re: [Modbus] Querying Values from Holding Register

2020-06-07 Thread venki hadoop
register now works fine with > > drivers of version 0.7.0. > > > > Best > > Tim > > > > -Original Message- > > From: Christofer Dutz > > Sent: Montag, 1. Juni 2020 23:27 > > To: udeho ; dev@plc4x.apache.org >

Re: [Modbus] Querying Values from Holding Register

2020-06-07 Thread Julian Feinauer
the holding register now works fine with > drivers of version 0.7.0. > > Best > Tim > > -Original Message- > From: Christofer Dutz > Sent: Montag, 1. Juni 2020 23:27 > To: udeho ; dev@plc4x.apache.org > Subject:

Re: [Modbus] Querying Values from Holding Register

2020-06-07 Thread venki hadoop
yway, reading values from the holding register now works fine with > drivers of version 0.7.0. > > Best > Tim > > -Original Message- > From: Christofer Dutz > Sent: Montag, 1. Juni 2020 23:27 > To: udeho ; dev@plc4x.apache.org > Subject: Re: [Modbus] Querying V

Re: [Modbus] Querying Values from Holding Register

2020-06-02 Thread Christofer Dutz
drivers of version 0.7.0. Best Tim -Original Message- From: Christofer Dutz Sent: Montag, 1. Juni 2020 23:27 To: udeho ; dev@plc4x.apache.org Subject: Re: [Modbus] Querying Values from Holding Register Hi, Are you perhaps mixing different versions

RE: [Modbus] Querying Values from Holding Register

2020-06-02 Thread udeho
0 23:27 To: udeho ; dev@plc4x.apache.org Subject: Re: [Modbus] Querying Values from Holding Register Hi, Are you perhaps mixing different versions? The api and driver versions should match. Chris Von: udeho Gesendet: Montag, 1. Juni 2020 14:58 An: dev@plc4x.

Re: [Modbus] Querying Values from Holding Register

2020-06-01 Thread Christofer Dutz
Hi, Are you perhaps mixing different versions? The api and driver versions should match. Chris Von: udeho Gesendet: Montag, 1. Juni 2020 14:58 An: dev@plc4x.apache.org Betreff: RE: [Modbus] Querying Values from Holding Register Hi, I've just tried to d

RE: [Modbus] Querying Values from Holding Register

2020-06-01 Thread udeho
plc4j-driver-modbus 0.7.0 Best Tim -Original Message- From: Christofer Dutz Sent: Mittwoch, 20. Mai 2020 11:28 To: dev@plc4x.apache.org Subject: Re: [Modbus] Querying Values from Holding Register Hi Tim, I guess you are using one of the "old generation" dr

Re: [Modbus] Querying Values from Holding Register

2020-05-26 Thread Christofer Dutz
Yes I did release them ... I can see them in Apache-Central, but not Maven-Central. I asked on the infra slack to see if there is anything holding up the sync. Till then ... which Maven version are you using? I think in really new Maven versions the default has switched to use the Apache repo as

Re: [Modbus] Querying Values from Holding Register

2020-05-26 Thread Julian Feinauer
Indeed its not there yet. @Christofer Dutz did you already release the maven repo? Julian Am 26.05.20, 10:23 schrieb "venki hadoop" : Hi Chris,. Is it will be part of maven central repo( I haven't found 0.7 version in repository) or we have to build from source?

Re: [Modbus] Querying Values from Holding Register

2020-05-26 Thread venki hadoop
Hi Chris,. Is it will be part of maven central repo( I haven't found 0.7 version in repository) or we have to build from source? On Tuesday, May 26, 2020, Christofer Dutz wrote: > Hi Venki, > > Well I guess it would be an option ... I would give that a try and if you > run int

Re: [Modbus] Querying Values from Holding Register

2020-05-26 Thread Christofer Dutz
Hi Venki, Well I guess it would be an option ... I would give that a try and if you run into problems try with 0.6.0 in order to help track down if there's a regression. The Modbus driver is actually one we had an external driver in the past and which is now replaced by a full implementation b

Re: [Modbus] Querying Values from Holding Register

2020-05-26 Thread venki hadoop
Hi Chris,. Shall we use 0.7.0 version to resolve this issue. Regards, On Wednesday, May 20, 2020, Christofer Dutz wrote: > 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). > Pe

Re: [Modbus] Querying Values from Holding Register

2020-05-20 Thread Cesar Garcia
hristofer Dutz > Sent: Mittwoch, 20. Mai 2020 11:28 > To: dev@plc4x.apache.org > Subject: Re: [Modbus] Querying Values from Holding Register > > Hi Tim, > > I guess you are using one of the "old generation" drivers (As you say it's > working and the addr

RE: [Modbus] Querying Values from Holding Register

2020-05-20 Thread udeho
: [Modbus] Querying Values from Holding Register 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 th

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

[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 =