BiancoRoyal / node-red-contrib-iiot-opcua

deprecated - very new developed by PLUS for Node-RED - https://plus4nodered.com
https://www.npmjs.com/package/node-red-contrib-iiot-opcua
BSD 3-Clause "New" or "Revised" License
34 stars 8 forks source link

How to use setTimeout in address space script of OPC-UA-IIot-Flex-Server-Node? #122

Closed JanSchmidtm closed 2 years ago

JanSchmidtm commented 4 years ago

Hello, I am trying to use a setTimeout-object in address space script of OPC-UA-IIoT-Flex-Server-Node but it isn`t working (see figure below). I get always a failure "Server Address Space Failure". Without the setTimeout-object everything works fine. How to implement timeouts in address space script?

Version of node-red-contrib-iiot-opcua: 3.12.0 Version of node-red: v1.0.3

OPC-UA-IIot-Flex-Server-Node

Kind regards,

Jan

biancode commented 4 years ago

My new package node-red-contrib-opcua-server has it.

JanSchmidtm commented 4 years ago

Great, thanks for the information :-). It works!