charlyjna commented on issue #954:
URL: https://github.com/apache/plc4x/issues/954#issuecomment-1563133550

   I tried:
   - %N40[0] >    OK
   - %N40[0].8 > Exception occured: java.lang.NullPointerException: Cannot 
invoke "org.apache.plc4x.java.eip.base.tag.EipTag.getTag()" because "plcField" 
is null
   - %N40[0]:UINT > Exception occured: java.lang.NullPointerException: Cannot 
invoke "org.apache.plc4x.java.eip.base.tag.EipTag.getTag()" because "plcField" 
is null
   - %N40[0]:UINT:8 > Exception occured: java.lang.NullPointerException: Cannot 
invoke "org.apache.plc4x.java.eip.base.tag.EipTag.getTag()" because "plcField" 
is null
   - %N40[0]:8 > Exception explained in my previous message
   
   Using 0.9.1 driver, this address %N40[0]:8 works fine.


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