-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Ngo Tu edited this page Jan 7, 2023
·
3 revisions
Welcome to the opc-ua-server wiki!
- Installing npm registry packages globally:
npm install -g - Which packages are installed globally?:
npm ls -g - Where are packages installed globally?:
npm root -g - Where are shell scripts installed globally?
npm bin -g
- Entry point for opcua in node - https://node-opcua.github.io/
- Simple server opc ua - https://github.com/node-opcua/node-opcua/blob/v2.1.3/documentation/sample_server.js
- Doc - https://node-opcua.github.io/api_doc/2.32.0/classes/node_opcua.opcuaserver.html
- Opc ua basic - https://documentation.unified-automation.com/uasdkc/1.4.0/html/L1OpcUaFundamentals.html
- Opc ua basic ref - https://reference.opcfoundation.org/