/bpmn-opcua

small example to control lights on a opcua-enabled device

Primary LanguageJavaScript

bpmn-opcua

small example to control lights on a opcua-enabled device

#start

$ git clone https://github.com/Zaniyar/bpmn-opcua
$ cd bpmn-opcua
$ npm install

create a new file called .env and add the IP adress of the OPCUA server IP="http://...."

Run the Camunda Server (on windows the Camunda .bat file)

Finally run the Node.js Worker

$ npm start