@ifp-software/node-red-contrib-oee-ai-connector
Version:
Easily connect your production machines to oee.ai – The Industry 4.0 solution for OEE optimization.
77 lines (76 loc) • 2.03 kB
JSON
[
{
"id": "1c576b61a2299c1a",
"type": "tab",
"label": "Send data using a SICK TDC gateway",
"disabled": false,
"info": "",
"env": []
},
{
"id": "6f52cf47da42418a",
"type": "websocket in",
"z": "1c576b61a2299c1a",
"name": "SICK TDC",
"server": "",
"client": "",
"x": 200,
"y": 180,
"wires": [
[
"d4fb4992cb0b112d"
]
]
},
{
"id": "d4fb4992cb0b112d",
"type": "oee-ai-sick-tdc-connector",
"z": "1c576b61a2299c1a",
"name": "",
"interval": "30",
"x": 420,
"y": 180,
"wires": [
[
"5abbd8a44b0e5a28"
],
[],
[],
[]
]
},
{
"id": "5abbd8a44b0e5a28",
"type": "oee-ai-connector",
"z": "1c576b61a2299c1a",
"name": "Send to oee.ai",
"server": "preview",
"credentials": {
"id": "",
"token": ""
},
"x": 660,
"y": 180,
"wires": []
},
{
"id": "be5a3c86cd158d63",
"type": "comment",
"z": "1c576b61a2299c1a",
"name": "^^ Configure this node",
"info": "To connect the node above to oee.ai please create a new sensor at the desired location in the oee.ai web interface at `Machine -> Sensors -> Create sensor`.\n\nCopy and paste the sensor's ID and token into the configuration input fields of the oee.ai connector node.\n\nThe selected server (`preview` for testing and development, `production` for live machine data) must match the one where the sensor was created.",
"x": 660,
"y": 280,
"wires": []
},
{
"id": "89c73f960a1a2707",
"type": "comment",
"z": "1c576b61a2299c1a",
"name": "^^ Configure this node",
"info": "",
"x": 220,
"y": 280,
"wires": []
}
]