@opcua/for-node-red
Version:
The Node-RED node to communicate via OPC UA, powered NodeOPCUA and developed by Sterfive's team
182 lines • 5.2 kB
JSON
[
{
"id": "f7bedd7b98ba03b1",
"type": "tab",
"label": "OPCUA CoffeeMachine Example ",
"disabled": false,
"info": "",
"env": []
},
{
"id": "fa8beb6353889cf4",
"type": "inject",
"z": "f7bedd7b98ba03b1",
"name": "inject path to CoffeeMachine",
"props": [
{
"p": "nodeId",
"v": "/di:DeviceSet/own:CoffeeMachineA",
"vt": "str"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"x": 200,
"y": 120,
"wires": [
[
"17f4366b5c4476e7"
]
]
},
{
"id": "17f4366b5c4476e7",
"type": "OpcUa-Client2-Explore",
"z": "f7bedd7b98ba03b1",
"inputs": 1,
"output": 4,
"name": "",
"endpoint": "c22bb208bf9b2236",
"nodeId": "",
"outputType": "Value",
"excludeEmpty": true,
"followOrganizes": true,
"x": 440,
"y": 120,
"wires": [
[
"c5ca5b7775b36081"
]
]
},
{
"id": "c5ca5b7775b36081",
"type": "debug",
"z": "f7bedd7b98ba03b1",
"name": "debug 6",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "payload",
"targetType": "msg",
"statusVal": "",
"statusType": "auto",
"x": 620,
"y": 120,
"wires": []
},
{
"id": "d732a68c93b0642d",
"type": "comment",
"z": "f7bedd7b98ba03b1",
"name": "using Explore node with @opcua/for-node-red",
"info": "",
"x": 250,
"y": 60,
"wires": []
},
{
"id": "c22bb208bf9b2236",
"type": "OpcUa-Endpoint2",
"name": "",
"endpoint": "opc.tcp://opcuademo.sterfive.com:26541",
"securityMode": "None",
"securityPolicy": "None",
"userIdentityType": "Anonymous",
"pkiName": "",
"useTransport": false,
"maxChunkCount": "1",
"maxMessageSize": "8192",
"receiveBufferSize": "8192",
"sendBufferSize": "8192",
"subscriptions": [
{
"id": "s0",
"name": "Default Subscription",
"isDefault": true,
"parameters": {
"publishingEnabled": true,
"requestedLifetimeCount": "100",
"requestedMaxKeepAliveCount": "10",
"requestedPublishingInterval": "1000",
"maxNotificationsPerPublish": "0",
"priority": "100"
}
}
],
"namespaceAliases": [
{
"namespaceUri": "http://opcfoundation.org/UA/",
"alias": "ua"
},
{
"namespaceUri": "~urn:.*",
"alias": "own"
},
{
"namespaceUri": "http://opcfoundation.org/UA/DI/",
"alias": "di"
},
{
"namespaceUri": "http://opcfoundation.org/UA/ADI/",
"alias": "adi"
},
{
"namespaceUri": "http://opcfoundation.org/UA/AutoID/",
"alias": "autoId"
},
{
"namespaceUri": "http://opcfoundation.org/UA/MachineVision",
"alias": "machineVision"
},
{
"namespaceUri": "http://opcfoundation.org/UA/Robotics/",
"alias": "robotics"
},
{
"namespaceUri": "http://opcfoundation.org/UA/CommercialKitchenEquipment/",
"alias": "cke"
},
{
"namespaceUri": "http://opcfoundation.org/UA/ISA95-JOBCONTROL_V2/",
"alias": "isa95JobControl"
},
{
"namespaceUri": "http://opcfoundation.org/UA/Dictionary/IRDI",
"alias": "irdi"
},
{
"namespaceUri": "http://opcfoundation.org/UA/IA/",
"alias": "ia"
},
{
"namespaceUri": "http://opcfoundation.org/UA/Machinery/",
"alias": "machinery"
},
{
"namespaceUri": "http://opcfoundation.org/UA/Machinery/Jobs/",
"alias": "machineryJobs"
},
{
"namespaceUri": "http://opcfoundation.org/UA/MachineTool/",
"alias": "machineTool"
},
{
"namespaceUri": "http://opcfoundation.org/UA/PackML/",
"alias": "packML"
},
{
"namespaceUri": "urn://node-opcua-simulator",
"alias": "ns2"
},
{
"namespaceUri": "http://sterfive.com/UA/CoffeeMachine/",
"alias": "ns3"
}
]
}
]