[GitHub] [plc4x] niclash commented on pull request #186: Feature/modbus data type

2020-09-10 Thread GitBox
niclash commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-690872320 I have also seen 32-bit integers. Maybe it should be available too. This is an automated message from the Apache

Re: [DISCUSS] Add Wrappers to PLC4X Project

2020-09-10 Thread Ben Hutcheson
Hi, I agree with Chris, having new drivers in a contrib section would be a good idea to make it clear that it hasn't been developed as much as other protocols or that there is some constraint excluding it from the main driver section. The worst that could happen is that it gets culled eventually

Re: [DISCUSS] Add Wrappers to PLC4X Project

2020-09-10 Thread Ɓukasz Dywicki
It is pretty good question to answer. Given that Julien proposal includes native binary I can also add that socketcan stuff I am working on .. is bound only to Linux due to native dependency in JavaCAN transport. >From my perspective I can tell that it really depends on budget you have. Our CAN

[GitHub] [plc4x] hutcheb opened a new pull request #186: Feature/modbus data type

2020-09-10 Thread GitBox
hutcheb opened a new pull request #186: URL: https://github.com/apache/plc4x/pull/186 Add support for BOOL, INT, UINT and REAL data types for the Modbus protocol. address string can now include any of these types such as:- holding-register:10:REAL[10], extended-register:10:UINT[10].