Re: OPCUA address identifier with colon

2021-06-24 Thread Christofer Dutz
Hi Torsten, I didn't reply as I was hoping someone with more OPC-UA knowledge would jump in, but I don't want to leave you without comment here. As I mentioned in the Ticket you opened, I think this was reported before and I could imagine, that this has already been taken care of in the 0.9.0-

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

2021-06-23 Thread Torsten (Jira)
Torsten created PLC4X-301: - Summary: 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

OPCUA address identifier with colon

2021-06-23 Thread Torsten Uhr
Hi all, I'm using the OPCUA driver of plc4j 0.8.0 and I have a problem related to the closed Ticket https://issues.apache.org/jira/browse/PLC4X-142. The customers field address is like "ns=6;s=::AsGlobalPV:dsMES.Read.ProductionOrder". The colons in the field identifier does not match to the Re

Re: OPCUA address identifier with colon

2021-06-02 Thread Otto Fowler
You should file a bug report. You can create a login and file. https://issues.apache.org/jira/secure/Dashboard.jspa > On Jun 2, 2021, at 06: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.apac

Re: OPCUA address identifier with colon

2021-06-02 Thread Łukasz Dywicki
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/plc

OPCUA address identifier with colon

2021-06-02 Thread Torsten Uhr
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 i