Hey Torsten I believe that what you found is new edge case for field regexp [1].
Current expression does attempt to interpret sequence after : as an datatype. Do you have more examples of field syntax so we could plug these into a set of unit tests? Best, Łukasz [1] https://github.com/apache/plc4x/blob/v0.8.0/plc4j/drivers/opcua/src/main/java/org/apache/plc4x/java/opcua/protocol/OpcuaField.java#L35 On 02.06.2021 12:40, Torsten Uhr wrote: > Hi all, > > I’m using the OPCUA driver of plc4j 0.8.0 and I have a problem related tot he > closed Ticket https://issues.apache.org/jira/browse/PLC4X-142. > > The customers field address is > „ns=6;s=::AsGlobalPV:dsMES.Read.ProductionOrder“. The colons in the field > identifier does not match tot he Regex in > org.apache.plc4x.java.opcua.protocol. OpcuaField. > Are there any escapes for that or should i file a bug report (until now I > don’t have a login)? > > > With best regards > > Torsten Uhr >
