node-red-contrib-opcua-server
Version:
Node-RED contribution nodes with next generation OPC UA in a compact and less dependencies package.
32 lines (25 loc) • 2.14 kB
HTML
<html>
<head>
</head>
<body style="background: transparent;">
<script src="scripts/docstrap.lib.js"></script>
<script src="scripts/lunr.min.js"></script>
<script src="scripts/fulltext-search.js"></script>
<script type="text/x-docstrap-searchdb">
{"index.html":{"id":"index.html","title":"Index","body":" Documentation node-red-contrib-opcua-server A programmable OPC UA server for Node-RED based on node-opcua next generation version with less dependencies. Core using next generation node-opcua version from Etienne Rossignon Install Run the following command in your Node-RED user directory - typically ~/.node-red npm install node-red-contrib-opcua-server try these options on npm install to build from source if you have problems to install --unsafe-perm --build-from-source Debug Debugging on remote devices is important to help users. The verbose logging provides interesting points in different abstractions if IDE or console debugging is not possible. Start debug with Node-RED in verbose (-v) mode to get a verbose logging: DEBUG=opcuaCompact* node-red -v 1>Node-RED-OPC-UA-Server.log 2>&1 or on local Node-RED DEBUG=opcuaCompact* node red.js -v 1>Node-RED-OPC-UA-Server.log 2>&1 Code Style Prettier Contribution Yes, sure! Please help us to make it even better and send your pull requests or tests! Happy coding! License based on node-opcua we use MIT license Copyright (c) 2019 Bianco Royal Software Innovations® × Search results Close Documentation generated by JSDoc 3.6.11 on July 31st 2022, 9:14:52 pm using the DocStrap template. "}}
</script>
<script type="text/javascript">
$(document).ready(function() {
Searcher.init();
});
$(window).on("message", function(msg) {
var msgData = msg.originalEvent.data;
if (msgData.msgid != "docstrap.quicksearch.start") {
return;
}
var results = Searcher.search(msgData.searchTerms);
window.parent.postMessage({"results": results, "msgid": "docstrap.quicksearch.done"}, "*");
});
</script>
</body>
</html>