[GitHub] [plc4x] foxpluto opened a new pull request #183: Use Gradle with compiled library

2020-09-01 Thread GitBox
foxpluto opened a new pull request #183: URL: https://github.com/apache/plc4x/pull/183 HI, I have added a little description of how to use the compiled library with Gradle. Regards, S. This is an

[GitHub] [plc4x] ottlukas merged pull request #183: Use Gradle with compiled library

2020-09-01 Thread GitBox
ottlukas merged pull request #183: URL: https://github.com/apache/plc4x/pull/183 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

[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

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

2020-09-11 Thread GitBox
hutcheb commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-691032464 Hi Niclas, The plan is to add support for as many IEC 61131 data types as possible. I've added DINT as an example for what it would take to add additional data types but

[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].

[GitHub] [plc4x] splatch merged pull request #185: PLC4X-248 Permit more locations for MSpec comments.

2020-09-07 Thread GitBox
splatch merged pull request #185: URL: https://github.com/apache/plc4x/pull/185 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 the

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

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

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

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

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

2020-09-12 Thread GitBox
niclash commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-690872320 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use

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

2020-09-12 Thread GitBox
niclash commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-690872320 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 #186: Feature/modbus data type

2020-09-14 Thread GitBox
chrisdutz commented on a change in pull request #186: URL: https://github.com/apache/plc4x/pull/186#discussion_r487711822 ## File path: plc4j/api/src/main/java/org/apache/plc4x/java/api/value/PlcDINT.java ## @@ -0,0 +1,103 @@ +/* + * Licensed to the Apache Software Foundation

[GitHub] [plc4x] chrisdutz commented on pull request #187: add initial class and test

2020-09-14 Thread GitBox
chrisdutz commented on pull request #187: URL: https://github.com/apache/plc4x/pull/187#issuecomment-691908870 As I have almost no Python skills, I'm not sure my review would be worth much ... This is an automated message

[GitHub] [plc4x] ottlukas merged pull request #187: add initial class and test

2020-09-14 Thread GitBox
ottlukas merged pull request #187: URL: https://github.com/apache/plc4x/pull/187 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

[GitHub] [plc4x] hutcheb opened a new pull request #184: Modbus/update documentation

2020-09-03 Thread GitBox
hutcheb opened a new pull request #184: URL: https://github.com/apache/plc4x/pull/184 Updated the Modbus documentation including references to the starting addresses and extended registers. I have also included the headers used in the S7 protocol documentation to help keep it a bit

[GitHub] [plc4x] splatch commented on pull request #182: PLC4X-244 Support for variable length padding fields.

2020-09-01 Thread GitBox
splatch commented on pull request #182: URL: https://github.com/apache/plc4x/pull/182#issuecomment-684965544 Good spot on naming, I did a blind change trying to keep it close to initial names. Anyhow, thanks for taking care of this!

[GitHub] [plc4x] chrisdutz commented on a change in pull request #170: PLC4X-207 When a Handler Timeout occurs cancel the read future to not…

2020-09-01 Thread GitBox
chrisdutz commented on a change in pull request #170: URL: https://github.com/apache/plc4x/pull/170#discussion_r481211814 ## File path: plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/protocol/S7ProtocolLogic.java ## @@ -299,6 +319,14 @@ public void

[GitHub] [plc4x] chrisdutz commented on pull request #182: PLC4X-244 Support for variable length padding fields.

2020-09-01 Thread GitBox
chrisdutz commented on pull request #182: URL: https://github.com/apache/plc4x/pull/182#issuecomment-684905262 Just saw that due to the nature of C ... you found all the places that needed adjusting ... thank you very much :-)

[GitHub] [plc4x] chrisdutz edited a comment on pull request #67: poll loop fetches data in a continous loop

2020-09-01 Thread GitBox
chrisdutz edited a comment on pull request #67: URL: https://github.com/apache/plc4x/pull/67#issuecomment-684925891 Guess it doesn't harm adding this example ... perhaps it helps someone ... however I am not sure if we would need an ICLA on file for this contribution.

[GitHub] [plc4x] chrisdutz commented on pull request #178: Fix ToAnsi method : bufferoverflow

2020-09-01 Thread GitBox
chrisdutz commented on pull request #178: URL: https://github.com/apache/plc4x/pull/178#issuecomment-684920366 Hi Johanna, sorry for me picking this up so late ... I just had a look ... your code changes generally look good, and I'm not going to insist on tests as in that case I

[GitHub] [plc4x] chrisdutz commented on pull request #67: poll loop fetches data in a continous loop

2020-09-01 Thread GitBox
chrisdutz commented on pull request #67: URL: https://github.com/apache/plc4x/pull/67#issuecomment-684925891 Guess it doesn't harm adding this example ... perhaps it helps someone ... This is an automated message from the

[GitHub] [plc4x] chrisdutz commented on pull request #182: PLC4X-244 Support for variable length padding fields.

2020-09-01 Thread GitBox
chrisdutz commented on pull request #182: URL: https://github.com/apache/plc4x/pull/182#issuecomment-684899684 I will probably need to add something to the size-calculation in C too, but I'll take care of this. Perhaps also change the name of the varialbe from "needsPadding" to

[GitHub] [plc4x] chrisdutz merged pull request #182: PLC4X-244 Support for variable length padding fields.

2020-09-01 Thread GitBox
chrisdutz merged pull request #182: URL: https://github.com/apache/plc4x/pull/182 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

[GitHub] [plc4x] chrisdutz commented on pull request #170: PLC4X-207 When a Handler Timeout occurs cancel the read future to not…

2020-09-01 Thread GitBox
chrisdutz commented on pull request #170: URL: https://github.com/apache/plc4x/pull/170#issuecomment-684924829 So right now I think we could probably add a test ... I do not want to force Julian to dig into my IT framework ... if you could explain the situation in which this code would

[GitHub] [plc4x] ottobackwards opened a new pull request #187: add initial class and test

2020-09-13 Thread GitBox
ottobackwards opened a new pull request #187: URL: https://github.com/apache/plc4x/pull/187 Created simple shell implementation for PlcManager, PlcConnection, and a test that shows some mocking and tests context manager functionality

[GitHub] [plc4x] hutcheb opened a new pull request #193: Add support for writing arrays to the hello world write example.

2020-10-02 Thread GitBox
hutcheb opened a new pull request #193: URL: https://github.com/apache/plc4x/pull/193 This allows us to pass an array of values to the hello world write example. The format is --field-addresses 04:BOOL[2] --field-values [true,true] --field-addresses 44:LINT[2]

[GitHub] [plc4x] splatch opened a new pull request #195: Beckhoff Device Discovery structures

2020-10-15 Thread GitBox
splatch opened a new pull request #195: URL: https://github.com/apache/plc4x/pull/195 Given that I need to park this one for a moment and I managed to test and collect extra data for TC3 as well as extra sample for TC2 further work can continue on develop branch. Discovery is based on

[GitHub] [plc4x] hutcheb commented on a change in pull request #192: Refactor Field Handler Classes

2020-10-06 Thread GitBox
hutcheb commented on a change in pull request #192: URL: https://github.com/apache/plc4x/pull/192#discussion_r500131203 ## File path: plc4j/api/src/main/java/org/apache/plc4x/java/api/value/PlcValues.java ## @@ -355,6 +356,28 @@ public static PlcValue of(Map map) {

[GitHub] [plc4x] hutcheb commented on a change in pull request #192: Refactor Field Handler Classes

2020-10-06 Thread GitBox
hutcheb commented on a change in pull request #192: URL: https://github.com/apache/plc4x/pull/192#discussion_r500139132 ## File path: plc4j/api/src/main/java/org/apache/plc4x/java/api/value/PlcBYTE.java ## @@ -169,6 +169,30 @@ public PlcBYTE(@JsonProperty("value") short value)

[GitHub] [plc4x] hutcheb commented on a change in pull request #192: Refactor Field Handler Classes

2020-10-06 Thread GitBox
hutcheb commented on a change in pull request #192: URL: https://github.com/apache/plc4x/pull/192#discussion_r500144795 ## File path: plc4j/api/src/main/java/org/apache/plc4x/java/api/value/PlcBYTE.java ## @@ -181,6 +205,90 @@ public short getShort() { return value;

[GitHub] [plc4x] chrisdutz commented on a change in pull request #192: Refactor Field Handler Classes

2020-10-06 Thread GitBox
chrisdutz commented on a change in pull request #192: URL: https://github.com/apache/plc4x/pull/192#discussion_r500057457 ## File path: plc4j/api/src/main/java/org/apache/plc4x/java/api/value/PlcBYTE.java ## @@ -169,6 +169,30 @@ public PlcBYTE(@JsonProperty("value") short

[GitHub] [plc4x] hutcheb commented on a change in pull request #192: Refactor Field Handler Classes

2020-10-06 Thread GitBox
hutcheb commented on a change in pull request #192: URL: https://github.com/apache/plc4x/pull/192#discussion_r500123620 ## File path: plc4j/api/src/main/java/org/apache/plc4x/java/api/value/PlcBYTE.java ## @@ -169,6 +169,30 @@ public PlcBYTE(@JsonProperty("value") short value)

[GitHub] [plc4x] hutcheb commented on pull request #192: Refactor Field Handler Classes

2020-10-04 Thread GitBox
hutcheb commented on pull request #192: URL: https://github.com/apache/plc4x/pull/192#issuecomment-703242394 Bit of a mismatch of a bunch of issues:- - Implemented WriteBuffer - Big Integer and floating point functions. - Implemented staticserialzer support for PlcLists - Moved

[GitHub] [plc4x] hutcheb commented on pull request #194: Add an OPC UA Server

2020-10-12 Thread GitBox
hutcheb commented on pull request #194: URL: https://github.com/apache/plc4x/pull/194#issuecomment-707077234 It is definitely usable but somethings to improve on:- - Security isn't implemented. - Arrays should probably be a list of nodes in OPCUA instead of a single one. -

[GitHub] [plc4x] chrisdutz merged pull request #192: Refactor Field Handler Classes

2020-10-16 Thread GitBox
chrisdutz merged pull request #192: URL: https://github.com/apache/plc4x/pull/192 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

[GitHub] [plc4x] hutcheb merged pull request #194: Add an OPC UA Server

2020-10-16 Thread GitBox
hutcheb merged pull request #194: URL: https://github.com/apache/plc4x/pull/194 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 the

[GitHub] [plc4x] splatch merged pull request #195: Beckhoff Device Discovery structures

2020-10-18 Thread GitBox
splatch merged pull request #195: URL: https://github.com/apache/plc4x/pull/195 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 the

[GitHub] [plc4x] hutcheb opened a new pull request #194: Add an OPC UA Server

2020-10-10 Thread GitBox
hutcheb opened a new pull request #194: URL: https://github.com/apache/plc4x/pull/194 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

[GitHub] [plc4x] chrisdutz opened a new pull request #181: Feature/plc4c

2020-08-25 Thread GitBox
chrisdutz opened a new pull request #181: URL: https://github.com/apache/plc4x/pull/181 Working on implementing the S7 and the Modbus driver using the generated code. This is an automated message from the Apache Git

[GitHub] [plc4x] splatch opened a new pull request #182: PLC4X-244 Support for variable length padding fields.

2020-08-28 Thread GitBox
splatch opened a new pull request #182: URL: https://github.com/apache/plc4x/pull/182 Padding expression must now evaluate to an integer specifying how many times 'padding' field needs to be read or written to the buffer. S7 parser tests are fine with this change as well as my

[GitHub] [plc4x] ottobackwards merged pull request #180: PLC4X-236 Pre-Commit and Hinting Configuration for python

2020-08-22 Thread GitBox
ottobackwards merged pull request #180: URL: https://github.com/apache/plc4x/pull/180 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

[GitHub] [plc4x] ottobackwards merged pull request #179: Feature/plc4py

2020-08-20 Thread GitBox
ottobackwards merged pull request #179: URL: https://github.com/apache/plc4x/pull/179 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

[GitHub] [plc4x] ottobackwards commented on pull request #180: PLC4X-236 Pre-Commit and Hinting Configuration for python

2020-08-20 Thread GitBox
ottobackwards commented on pull request #180: URL: https://github.com/apache/plc4x/pull/180#issuecomment-677762209 @vemmert - This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [plc4x] ottobackwards opened a new pull request #180: PLC4X-236 Pre-Commit and Hinting Configuration for python

2020-08-20 Thread GitBox
ottobackwards opened a new pull request #180: URL: https://github.com/apache/plc4x/pull/180 black, mypy and pre-commit. pre-commit is added as a dev dependency in poetry To enable these hooks -> - pip install pre-commit - pre-commit install Please see

[GitHub] [plc4x] chrisdutz commented on pull request #108: Pubish Subscribe support for S7

2020-09-29 Thread GitBox
chrisdutz commented on pull request #108: URL: https://github.com/apache/plc4x/pull/108#issuecomment-700598552 I guess Cesar is currently consumed with other work topics ... if this is a high priority requirement for you and your company you could consider contracting someone of the

[GitHub] [plc4x] mahendra-korat commented on pull request #108: Pubish Subscribe support for S7

2020-09-29 Thread GitBox
mahendra-korat commented on pull request #108: URL: https://github.com/apache/plc4x/pull/108#issuecomment-700594490 Any progress on this? I need to start trials with my PLCs. This is an automated message from the Apache Git

[GitHub] [plc4x] glcj commented on pull request #108: Pubish Subscribe support for S7

2020-09-29 Thread GitBox
glcj commented on pull request #108: URL: https://github.com/apache/plc4x/pull/108#issuecomment-700748393 Hello, The features noted are functional in version 0.6.1 (actually the "s7alarm" branch). The software is tested for S7-300 & S7-400. S7-1500 and S7-1200

[GitHub] [plc4x] hutcheb opened a new pull request #192: Refactor Field Handler Classes

2020-09-30 Thread GitBox
hutcheb opened a new pull request #192: URL: https://github.com/apache/plc4x/pull/192 First attempt at refactoring the field handler class, currently troubleshooting issue with new PlcValue of method. This is an automated

[GitHub] [plc4x] hutcheb opened a new pull request #191: Implement WriteBuffer float, double and BigInteger functions

2020-09-23 Thread GitBox
hutcheb opened a new pull request #191: URL: https://github.com/apache/plc4x/pull/191 Initial commit, hasn't been tested at all. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [plc4x] ottlukas merged pull request #189: PLC4X-250 python Namespace refactor

2020-09-21 Thread GitBox
ottlukas merged pull request #189: URL: https://github.com/apache/plc4x/pull/189 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

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

2020-09-21 Thread GitBox
chrisdutz commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-695931480 Hi Ben, will do so asap … Chris Von: hutcheb Antworten an: apache/plc4x Datum: Samstag, 19. September 2020 um 13:30 An: apache/plc4x Cc:

[GitHub] [plc4x] anup-km commented on pull request #36: Add simple mock driver

2020-09-21 Thread GitBox
anup-km commented on pull request #36: URL: https://github.com/apache/plc4x/pull/36#issuecomment-695914069 Hi @JulianFeinauer , I got some PLC4X connection error while running .jar file in command prompt, but when I run the same source code on the IntelliJ environment its getting

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

2020-09-21 Thread GitBox
hutcheb commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-696058599 Hi, I was looking at starting to use the staticSerialize method for Modbus as it would reduce the fromPLCValue method. However there are a few methods in the WriteBuffer

[GitHub] [plc4x] anup-km commented on pull request #36: Add simple mock driver

2020-09-23 Thread GitBox
anup-km commented on pull request #36: URL: https://github.com/apache/plc4x/pull/36#issuecomment-698079911 > Hi @JulianFeinauer , I got some PLC4X connection error while running .jar file in command prompt, but when I run the same source code on the IntelliJ environment its getting

[GitHub] [plc4x] hutcheb commented on a change in pull request #191: Implement WriteBuffer float, double and BigInteger functions

2020-09-25 Thread GitBox
hutcheb commented on a change in pull request #191: URL: https://github.com/apache/plc4x/pull/191#discussion_r494920825 ## File path: plc4j/drivers/knxnetip/src/main/java/org/apache/plc4x/java/knxnetip/utils/KnxHelper.java ## @@ -46,9 +46,16 @@ public static void

[GitHub] [plc4x] chrisdutz commented on a change in pull request #191: Implement WriteBuffer float, double and BigInteger functions

2020-09-25 Thread GitBox
chrisdutz commented on a change in pull request #191: URL: https://github.com/apache/plc4x/pull/191#discussion_r494808810 ## File path: plc4j/drivers/knxnetip/src/main/java/org/apache/plc4x/java/knxnetip/utils/KnxHelper.java ## @@ -46,9 +46,16 @@ public static void

[GitHub] [plc4x-build-tools] chrisdutz commented on pull request #4: More content about MSpec, its use and overall structure.

2020-09-25 Thread GitBox
chrisdutz commented on pull request #4: URL: https://github.com/apache/plc4x-build-tools/pull/4#issuecomment-698776318 But I just noticed ... this is only in the build tools in the site testsuite ... this will never find it's way into the main website ...

[GitHub] [plc4x-build-tools] chrisdutz commented on pull request #4: More content about MSpec, its use and overall structure.

2020-09-25 Thread GitBox
chrisdutz commented on pull request #4: URL: https://github.com/apache/plc4x-build-tools/pull/4#issuecomment-698775703 Thanks for this :-) Highly appreciated :-) This is an automated message from the Apache Git Service. To

[GitHub] [plc4x-build-tools] chrisdutz merged pull request #4: More content about MSpec, its use and overall structure.

2020-09-25 Thread GitBox
chrisdutz merged pull request #4: URL: https://github.com/apache/plc4x-build-tools/pull/4 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

[GitHub] [plc4x] anup-km commented on pull request #36: Add simple mock driver

2020-09-25 Thread GitBox
anup-km commented on pull request #36: URL: https://github.com/apache/plc4x/pull/36#issuecomment-698079911 > Hi @JulianFeinauer , I got some PLC4X connection error while running .jar file in command prompt, but when I run the same source code on the IntelliJ environment its getting

[GitHub] [plc4x] hutcheb commented on a change in pull request #191: Implement WriteBuffer float, double and BigInteger functions

2020-09-25 Thread GitBox
hutcheb commented on a change in pull request #191: URL: https://github.com/apache/plc4x/pull/191#discussion_r494920825 ## File path: plc4j/drivers/knxnetip/src/main/java/org/apache/plc4x/java/knxnetip/utils/KnxHelper.java ## @@ -46,9 +46,16 @@ public static void

[GitHub] [plc4x-build-tools] chrisdutz merged pull request #4: More content about MSpec, its use and overall structure.

2020-09-25 Thread GitBox
chrisdutz merged pull request #4: URL: https://github.com/apache/plc4x-build-tools/pull/4 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

[GitHub] [plc4x-build-tools] chrisdutz commented on pull request #4: More content about MSpec, its use and overall structure.

2020-09-25 Thread GitBox
chrisdutz commented on pull request #4: URL: https://github.com/apache/plc4x-build-tools/pull/4#issuecomment-698775703 This is an automated message from the Apache Git Service. To respond to the message, please log on to

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

2020-09-25 Thread GitBox
chrisdutz commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-698989556 The PR #190 now contains all changes of this PR. This is an automated message from the Apache Git Service. To

[GitHub] [plc4x] chrisdutz closed pull request #186: Feature/modbus data type

2020-09-25 Thread GitBox
chrisdutz closed pull request #186: URL: https://github.com/apache/plc4x/pull/186 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

[GitHub] [plc4x] asfgit merged pull request #190: Feature/write extended registers

2020-09-26 Thread GitBox
asfgit merged pull request #190: URL: https://github.com/apache/plc4x/pull/190 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 the

[GitHub] [plc4x] chrisdutz merged pull request #188: Modbus Data Type Documentation

2020-09-26 Thread GitBox
chrisdutz merged pull request #188: URL: https://github.com/apache/plc4x/pull/188 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

[GitHub] [plc4x] hutcheb opened a new pull request #190: Feature/write extended registers

2020-09-22 Thread GitBox
hutcheb opened a new pull request #190: URL: https://github.com/apache/plc4x/pull/190 Add support for writing extended registers. This is an automated message from the Apache Git Service. To respond to the message, please

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

2020-09-22 Thread GitBox
chrisdutz commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-696964288 Hi Ben ... sorry for the late response ... I'm currently drowning in getting some stuff finished as well as preparing for ApacheCon next week ... I'll try to squeeze it in, but

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

2020-09-22 Thread GitBox
hutcheb commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-696981490 Hi Chris, not a problem take your time. :) This is an automated message from the Apache Git Service. To respond

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

2020-09-22 Thread GitBox
chrisdutz commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-696964288 Hi Ben ... sorry for the late response ... I'm currently drowning in getting some stuff finished as well as preparing for ApacheCon next week ... I'll try to squeeze it in, but

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

2020-09-22 Thread GitBox
hutcheb commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-696981490 Hi Chris, not a problem take your time. :) This is an automated message from the Apache Git Service. To respond

[GitHub] [plc4x] hutcheb opened a new pull request #188: Modbus Data Type Documentation

2020-09-19 Thread GitBox
hutcheb opened a new pull request #188: URL: https://github.com/apache/plc4x/pull/188 Documentation for the Modbus Data type PR This is an automated message from the Apache Git Service. To respond to the message, please log

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

2020-09-17 Thread GitBox
chrisdutz commented on pull request #186: URL: https://github.com/apache/plc4x/pull/186#issuecomment-694150435 Do you need any help from my side in order to continue? If yes, just reach out to me. This is an automated

[GitHub] [plc4x] chrisdutz merged pull request #184: Modbus/update documentation

2020-09-17 Thread GitBox
chrisdutz merged pull request #184: URL: https://github.com/apache/plc4x/pull/184 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

[GitHub] [plc4x] hutcheb commented on pull request #191: Implement WriteBuffer float, double and BigInteger functions

2020-09-27 Thread GitBox
hutcheb commented on pull request #191: URL: https://github.com/apache/plc4x/pull/191#issuecomment-699621155 Little Endian BigInteger functions havn't been tested. This is an automated message from the Apache Git Service. To

[GitHub] [plc4x] hutcheb commented on pull request #192: Refactor Field Handler Classes

2020-10-03 Thread GitBox
hutcheb commented on pull request #192: URL: https://github.com/apache/plc4x/pull/192#issuecomment-703093701 StaticSerialzer when writing booleans needs some work. This is an automated message from the Apache Git

[GitHub] [plc4x] hutcheb closed pull request #193: Add support for writing arrays to the hello world write example.

2020-10-03 Thread GitBox
hutcheb closed pull request #193: URL: https://github.com/apache/plc4x/pull/193 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 the

[GitHub] [plc4x] hutcheb closed pull request #191: Implement WriteBuffer float, double and BigInteger functions

2020-10-03 Thread GitBox
hutcheb closed pull request #191: URL: https://github.com/apache/plc4x/pull/191 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 the

[GitHub] [plc4x] chrisdutz commented on pull request #161: C-Code-Generation (Please don't merge ... this is used for allowing code-reviews)

2020-05-27 Thread GitBox
chrisdutz commented on pull request #161: URL: https://github.com/apache/plc4x/pull/161#issuecomment-634811316 So how about if the next letter is uppercase too, treat the current as the same block. This is an automated

[GitHub] [plc4x] chrisdutz commented on pull request #161: C-Code-Generation (Please don't merge ... this is used for allowing code-reviews)

2020-05-27 Thread GitBox
chrisdutz commented on pull request #161: URL: https://github.com/apache/plc4x/pull/161#issuecomment-634810800 Yeah that would indeed shorten some names by 50% This is an automated message from the Apache Git Service. To

[GitHub] [plc4x] chrisdutz opened a new pull request #161: C-Code-Generation (Please don't merge ... this is used for allowing code-reviews)

2020-05-27 Thread GitBox
chrisdutz opened a new pull request #161: URL: https://github.com/apache/plc4x/pull/161 …) so we can do code reviews on it. This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [plc4x] nalim2 merged pull request #158: Updated Eclipse Milo to 0.3.7

2020-05-27 Thread GitBox
nalim2 merged pull request #158: URL: https://github.com/apache/plc4x/pull/158 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 the

[GitHub] [plc4x] ottobackwards commented on pull request #161: C-Code-Generation (Please don't merge ... this is used for allowing code-reviews)

2020-05-27 Thread GitBox
ottobackwards commented on pull request #161: URL: https://github.com/apache/plc4x/pull/161#issuecomment-634876265 Yes something like that This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [plc4x] JulianFeinauer commented on pull request #162: Updated the codecentric adopters page entry

2020-05-28 Thread GitBox
JulianFeinauer commented on pull request #162: URL: https://github.com/apache/plc4x/pull/162#issuecomment-635229505 LGTM. This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [plc4x] JulianFeinauer merged pull request #162: Updated the codecentric adopters page entry

2020-05-28 Thread GitBox
JulianFeinauer merged pull request #162: URL: https://github.com/apache/plc4x/pull/162 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

[GitHub] [plc4x] chrisdutz opened a new pull request #162: Updated the codecentric adopters page entry

2020-05-28 Thread GitBox
chrisdutz opened a new pull request #162: URL: https://github.com/apache/plc4x/pull/162 Hi folks, I would like the community to approve this change ... Chris This is an automated message from the Apache Git

[GitHub] [plc4x] nalim2 edited a comment on pull request #158: Updated Eclipse Milo to 0.3.7

2020-05-25 Thread GitBox
nalim2 edited a comment on pull request #158: URL: https://github.com/apache/plc4x/pull/158#issuecomment-633525795 Yeah i think to include there a Sample Server should be a good idea. I would first just integrate a Milo example server and would transfere the ManualTest class to an

[GitHub] [plc4x] patrickse opened a new pull request #158: Updated Eclipse Milo to 0.3.7

2020-05-25 Thread GitBox
patrickse opened a new pull request #158: URL: https://github.com/apache/plc4x/pull/158 Eclipse Milo 0.3.7 supports relaxed nonce validation when not using protected credentials. It's needed to talk to development PLC from Schneider Electric.

[GitHub] [plc4x] JulianFeinauer commented on pull request #158: Updated Eclipse Milo to 0.3.7

2020-05-25 Thread GitBox
JulianFeinauer commented on pull request #158: URL: https://github.com/apache/plc4x/pull/158#issuecomment-633479750 Good question, indeed. This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [plc4x] JulianFeinauer edited a comment on pull request #158: Updated Eclipse Milo to 0.3.7

2020-05-25 Thread GitBox
JulianFeinauer edited a comment on pull request #158: URL: https://github.com/apache/plc4x/pull/158#issuecomment-633479750 Good question, indeed. But good to know that it works for you. @nalim2 we should definetly have a look there. Probably we could start an OPC Server and start a Client

[GitHub] [plc4x] patrickse commented on pull request #158: Updated Eclipse Milo to 0.3.7

2020-05-25 Thread GitBox
patrickse commented on pull request #158: URL: https://github.com/apache/plc4x/pull/158#issuecomment-633479410 I am not aware of any integration test. We've changed the dependency and deployd it to our platform. It looks ok for now. How could I implement an integration test?

[GitHub] [plc4x] nalim2 commented on pull request #158: Updated Eclipse Milo to 0.3.7

2020-05-25 Thread GitBox
nalim2 commented on pull request #158: URL: https://github.com/apache/plc4x/pull/158#issuecomment-633525795 Yeah i think to include there a Sample Server should be a good idea. I would first just integrate a Milo example server and would transfere the ManualTest class to an integration

[GitHub] [plc4x] JulianFeinauer commented on pull request #158: Updated Eclipse Milo to 0.3.7

2020-05-25 Thread GitBox
JulianFeinauer commented on pull request #158: URL: https://github.com/apache/plc4x/pull/158#issuecomment-633477367 Thanks @patrickse ! Do we have integration tests for milo or did you test the code already? This is an

[GitHub] [plc4x] nalim2 commented on pull request #158: Updated Eclipse Milo to 0.3.7

2020-05-25 Thread GitBox
nalim2 commented on pull request #158: URL: https://github.com/apache/plc4x/pull/158#issuecomment-633527174 But just the updated versions lgtm This is an automated message from the Apache Git Service. To respond to the

[GitHub] [plc4x] ottobackwards commented on pull request #161: C-Code-Generation (Please don't merge ... this is used for allowing code-reviews)

2020-05-28 Thread GitBox
ottobackwards commented on pull request #161: URL: https://github.com/apache/plc4x/pull/161#issuecomment-635369565 That looks great! This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [plc4x] ottobackwards merged pull request #160: have rat ignore .java-version files from jenv since we need java kung…

2020-05-26 Thread GitBox
ottobackwards merged pull request #160: URL: https://github.com/apache/plc4x/pull/160 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

[GitHub] [plc4x] chrisdutz merged pull request #159: [SITE] Add Logo Column. Add pragmatic minds and pragmatic industries …

2020-05-26 Thread GitBox
chrisdutz merged pull request #159: URL: https://github.com/apache/plc4x/pull/159 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

[GitHub] [plc4x] ottobackwards opened a new pull request #160: have rat ignore .java-version files from jenv since we need java kung…

2020-05-26 Thread GitBox
ottobackwards opened a new pull request #160: URL: https://github.com/apache/plc4x/pull/160 … fu between all supported versions This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [plc4x] chrisdutz merged pull request #161: C-Code-Generation (Please don't merge ... this is used for allowing code-reviews)

2020-06-02 Thread GitBox
chrisdutz merged pull request #161: URL: https://github.com/apache/plc4x/pull/161 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

[GitHub] [plc4x] chrisdutz commented on pull request #161: C-Code-Generation (Please don't merge ... this is used for allowing code-reviews)

2020-06-02 Thread GitBox
chrisdutz commented on pull request #161: URL: https://github.com/apache/plc4x/pull/161#issuecomment-637527414 ;-) ... I am currently replicating what we have in Java and here the endianess is handled internally. It's handled in the constructor of the buffer.

<    1   2   3   4   5   6   7   8   9   10   >