zhang13 commented on issue #1702:
URL: https://github.com/apache/plc4x/issues/1702#issuecomment-2254333192

   Connection Configuration: 
eip:tcp://127.0.0.1:44818?backplane=1&slot=0&bigEndian=false
   PLC Model: Allen-Bradley (AB) 1756-A17
   Issue Description: Most point readings are correct, but some specific points 
have issues. For example:
   LANESIGNAL1.IFRONTXSTATUS:BOOL is correct.
   LANESIGNAL1.IBACKARROWSTATUS:BOOL is incorrect.
   Could this be related to the point configuration or certain settings?
   
   Of course, I made modifications to the EipTag validation. I'm not sure if 
this affects the issue because the provided tags do not match the existing 
pattern.
   
   `
   private static final Pattern ADDRESS_PATTERN = 
Pattern.compile("^(?<tag>[%a-zA-Z_.0-9]+\\[?[0-9]*]?[%a-zA-Z_.0-9]+):?(?<dataType>[A-Z]*):?(?<elementNb>[0-9]*)");
   `


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to