Etienne

Results 90 comments of Etienne

@jrk94 It would be cool if you could provide a full gist (nodeset2.xml + server.ts + package.json to facilitate investigation.

Creating extension objects requires additional work such as creating the Default Encoding nodes etc..., producing the BSD definition etc... I would recommend that you use a modeling tool to create...

node-opcua-client-crawler is now deprecated not maitained anymore and has been deprecated since v2.82.0 ( see https://github.com/node-opcua/node-opcua/releases/tag/v2.82.0 ) It has been replaced by @sterfive/crawler that is available with Sterfive enterprise edition...

Yes, through profesional services. please contact us at Sterfive.com with your professional emaiL;

@nicolacalgaro89 this is a core feature that already exists. It can be achieved by using the variable binding.

You can find a fully documented example in [the book NodeOPCUA by Example - Edition 2022](https://leanpub.com/node-opcuabyexample-edition2022) in `4.6.7 technique 6 - using an asynchronous timestamped getter and setter`

There is also an other situation that can lead to this error. This may happen when you have a large projet with many modules depending on a a module which...

Hi Brian, I was about to suggest using adding an optional vendor hash to the declarePersistable, The vendor hash could then be mended to the class name as as you...