You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by "glcj (via GitHub)" <gi...@apache.org> on 2023/01/28 16:58:48 UTC

[PR] Fix issue-701 for S7 driver. (plc4x)

glcj opened a new pull request, #770:
URL: https://github.com/apache/plc4x/pull/770

   Hello,
   
   This PR fixes the binary writing problem on S7 drivers.
   
   The problem originated in the use of padding in the "S7VarPayloadDataItem" type.
   
   The last Item associated with a writing process does not require the use of padding, so it must be considered in the "S7ProtocolLogic".
   
   Likewise, a static method "PADCOUNT" is added, to add or not the padding depending on the "hasNext" flag.
   
   Tests have been carried out and no other processes of the S7 driver are affected.


-- 
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 specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [PR] Fix issue-701 for S7 driver. (plc4x)

Posted by "glcj (via GitHub)" <gi...@apache.org>.
glcj merged PR #770:
URL: https://github.com/apache/plc4x/pull/770


-- 
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 specific comment.

To unsubscribe, e-mail: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org