Etienne

Results 90 comments of Etienne

Please contact support so that the specific nodeset could be investigated under confidentiality.

Can you provide a nodeset.xml file containing the DataType defined and the instantiated variable to ease the investigation.

Hi OSjoerdWie, thank you for trying hard to resolve this. The reading of custom Extension Object within NodeSet2.XML file is currently not supported and only partially implemented in a way...

If you feel it is useful, please go for it ! Provide a PR and I will be happy to assist you for inclusion to master The code and its...

There is no need to use bindVariable nor getter/setter in your case. I would simplify the code like this: ```diff import {OPCUAServer, Variant, DataType, StatusCodes} from 'node-opcua'; (async ()=> {...

There is a mechanism that exists for this in the professional edition of node-opcua to cover async operation during browse. This is not available in the public API community edition....

You'll need a standard discovery server on each physical machine( they both use the well know endpoint URL for local discovery server opc.tcp://localhost:4841) The two local discovery servers will be...

This is not implemented yet. [sponsors are welcome](https://github.com/sponsors/node-opcua)

it would depend on what exactly you're trying to achieve. you can set up this way ````typescript client.on("send_request", (request) => { if (request instanceof HistoryReadRequest) { if (equest.historyReadDetails && request.historyReadDetails...