linksmart / nifi-opc-ua-bundles

OPC UA controller service and processors for Apache NiFi
Apache License 2.0
17 stars 8 forks source link

mutli opcua node data overlap #10

Open gtuf opened 2 years ago

gtuf commented 2 years ago

I used well nifi-opcua, but when I use two ListOPCNodes in same opcua server,

the data was overlapped.

For example, ListOPC1 nodeID is AA and ListOPC2 nodeID is BB. when ListOPC1 starts first, and after a few moments ListOPC2 start, ListOPC2 data(Node ID BB) overlapped ListOPC1(No nodeID AA but NodeID BB data) No NodeID AA data, Only NodeID BB occurs. help me plz