Etienne

Results 90 comments of Etienne

let me close this issue as it hasn't received any update?

NodeOPCUA intentionally displays a warning (not an error) when a node is referenced (Aggregated) by more than one parent node ![image](https://user-images.githubusercontent.com/680220/173179009-ba4f2bbd-eb24-46fd-b6ca-880b7920ed1f.png). This warning is here to help us detect inconsistencies...

Objects do not expose Value attributes, only Variables do. see https://reference.opcfoundation.org/v104/Core/docs/Part3/5.9/

Hi @logikamente , The extension object in an array are usually decoded automatically by node-opcua client, we would need to investigate deeper on your specific server. This is now a...

`subscription.monitor` is an async method that must be called sequentially ( with an await keyword) Unfortunately, javascript doesn't allow this to happen in the lambda of a forEach method. Please...

- make sure not to mix async/await pattern with the old callback pattern. You should not provide a callback function to the API if you intend to use `await` -...

@[bramvdbruggen](https://github.com/bramvdbruggen) The session times out before you have a chance to send the browse command. You need to set up the client with one of the 2 keepalive technics that...

change has been superceeded with recent work in 3be4959823dbedd12fe2df87dff686be8fbca92c