node-red-contrib-iiot-opcua
Version:
An Industrial IoT OPC UA toolbox contribution package for Node-RED based on node-opcua.
69 lines • 2.09 kB
JSON
[
{
"id": "ade2bb45.1c9a2",
"type": "tab",
"label": "IIoT OPC UA Server ISA95",
"disabled": false,
"info": ""
},
{
"id": "2b0a9d8f.fda952",
"type": "comment",
"z": "ade2bb45.1c9a2",
"name": "information",
"info": "Clients to browse\n\nUA-Expert: https://www.unified-automation.com/products/development-tools/uaexpert.html\nOPCUA-Commander: https://github.com/node-opcua/opcua-commander\nNode-RED: use the browse examples to start browsing the server via Node-RED\n\nHappy wiring!\nKlaus Landsdorf\nhttp://bianco-royal.de/",
"x": 210,
"y": 60,
"wires": []
},
{
"id": "4088e400.34f28c",
"type": "comment",
"z": "ade2bb45.1c9a2",
"name": "ISA95",
"info": "Some links\nhttps://opcfoundation.org/markets-collaboration/isa-95/\n\n\nhttps://opcfoundation.org/developer-tools/specifications-unified-architecture/isa-95-common-object-model/\n\n56 min video by Paul Hunkar\n“OPC UA for ISA-95 Common Object Model Companion Specification”\nhttps://youtu.be/OobhzbQoUnA",
"x": 350,
"y": 60,
"wires": []
},
{
"id": "cd0b3a6a.197f18",
"type": "OPCUA-IIoT-Server",
"z": "ade2bb45.1c9a2",
"port": "55395",
"endpoint": "",
"acceptExternalCommands": true,
"maxAllowedSessionNumber": "",
"maxConnectionsPerEndpoint": "",
"maxAllowedSubscriptionNumber": "",
"alternateHostname": "",
"name": "ISA95 Server",
"showStatusActivities": false,
"showErrors": true,
"asoDemo": true,
"allowAnonymous": true,
"individualCerts": false,
"isAuditing": false,
"serverDiscovery": true,
"users": [],
"xmlsets": [
{
"name": "ISA95",
"path": "public/vendor/opc-foundation/xml/Opc.ISA95.NodeSet2.xml"
}
],
"publicCertificateFile": "",
"privateCertificateFile": "",
"registerServerMethod": "1",
"discoveryServerEndpointUrl": "",
"capabilitiesForMDNS": "",
"maxNodesPerRead": "",
"maxNodesPerBrowse": "",
"delayToClose": "",
"x": 200,
"y": 100,
"wires": [
[]
]
}
]