Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 729 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 729 Bytes

opcua2html

Plotting data from a virtual OPCUA Machine via ReactJS to the browser.

Screenshot

install

$ git clone https://github.com/ja-nz/opcua2html
$
$ # install dependencies for Front- & Backend
$ opcua2html/ReactJsApp 		-> npm i
$ opcua2html/OPCExpressServer 	-> npm i
$
$ # start virtual OPC server and express server
$ opcua2html/OPCExpressServer	-> node node_express_server.js
$ opcua2html/OPCExpressServer	-> node opcua_virtual_arburg_server.js
$
$ # start the ReactJS dev server
$ opcua2html/ReactJsApp			-> npm start

For more information read the Docs