node-opcua / node-opcua-htmlpanel

small HTML panel to display a OPCUA monitored variable based on node, express, socket.io and node-opcua

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

node-opcua-htmlpanel

small HTML panel to display a OPCUA monitored variable based on node, express, socket.io and node-opcua

alt text

how to install

prerequiste
  • git
step by step install

This steps describe how you can install and test the application on a linux box, such as ubuntu. The application is also working on Windows, instructions left to the reader to adapt.

$ git clone https://github.com/node-opcua/node-opcua-htmlpanel
$ cd node-opcua-htmlpanel
$ npm i
$
$ # start the html server
$ node app.js

Now visit http://localhost:3700 on your web browser

( the application connects by default to the Sterfive's demo server : opc.tcp://opcuademo.sterfive.com:26543 )

About

small HTML panel to display a OPCUA monitored variable based on node, express, socket.io and node-opcua

License:MIT License


Languages

Language:JavaScript 99.2%Language:HTML 0.8%