You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@plc4x.apache.org by "Torsten (Jira)" <ji...@apache.org> on 2021/06/24 08:02:00 UTC

[jira] [Comment Edited] (PLC4X-301) OPCUA address identifier with colon will nor work

    [ https://issues.apache.org/jira/browse/PLC4X-301?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17368694#comment-17368694 ] 

Torsten edited comment on PLC4X-301 at 6/24/21, 8:01 AM:
---------------------------------------------------------

I have checked the latest version of class org.apache.plc4x.java.opcua.protocol.OpcuaField, but there are no changes in the regex, still:

 public static final Pattern ADDRESS_PATTERN = Pattern.compile("^ns=(?<namespace>\\d+);(?<identifierType>[isgb])=((?<identifier>[^:]+))?(:(?<datatype>[a-zA-Z_]+))?");


was (Author: torsten.uhr@sql-ag.de):
I have checked the latest version of class org.apache.plc4x.java.opcua.protocol.OpcuaField, but there are no changes in the regex, still:

 public static final Pattern ADDRESS_PATTERN = Pattern.compile("^ns=(?<namespace>\\d+);(?<identifierType>[isgb])=((?<identifier>[^:]+))?(:(?<datatype>[a-zA-Z_]+))?");

> OPCUA address identifier with colon will nor work
> -------------------------------------------------
>
>                 Key: PLC4X-301
>                 URL: https://issues.apache.org/jira/browse/PLC4X-301
>             Project: Apache PLC4X
>          Issue Type: Bug
>          Components: Driver-OPC-UA
>    Affects Versions: 0.8.0
>            Reporter: Torsten
>            Priority: Major
>
> If a field address has an identifier like „ns=6;s=::AsGlobalPV:dsMES.Read.ProductionOrder“, the colons in the field identifier does not match to the Regex in  org.apache.plc4x.java.opcua.protocol.OpcuaField.
> Such fields are not accesable at the moment.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)