FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
09-20-2022 07:25 AM - edited 09-20-2022 07:27 AM
Hello Community,
Are there any examples and possible to save data through node red to ctrlx SD card and thumbdrive?
Warmest regards,
Solved! Go to Solution.
09-20-2022 07:57 AM
See this thread for how to write files in Node-RED. The path to the SD card is "/media/mmcblk1p1/" like mentioned e.g. in this thread.
At the moment we are encountering problems when writing files from Node-RED to the SD card and are investigating it.
09-21-2022 07:20 PM
Hi,
Seems ok saving on Thumbdrive with NR
Regards.
[
{
"id": "c70adb607e8ee8d9",
"type": "group",
"z": "4294d07e6727c12e",
"name": "Write / read Data on USB card",
"style": {
"label": true
},
"nodes": [
"30af8cfec70a014b",
"64eb31bac970858b",
"714035c6e3fad194",
"793d94daaf7fe5b2"
],
"x": 174,
"y": 1499,
"w": 632,
"h": 122
},
{
"id": "30af8cfec70a014b",
"type": "file",
"z": "4294d07e6727c12e",
"g": "c70adb607e8ee8d9",
"name": "",
"filename": "/media/sda1/myfile.txt",
"appendNewline": true,
"createDir": true,
"overwriteFile": "false",
"encoding": "none",
"x": 500,
"y": 1540,
"wires": [
[
"714035c6e3fad194"
]
]
},
{
"id": "64eb31bac970858b",
"type": "inject",
"z": "4294d07e6727c12e",
"g": "c70adb607e8ee8d9",
"name": "",
"props": [
{
"p": "payload"
}
],
"repeat": "",
"crontab": "",
"once": false,
"onceDelay": 0.1,
"topic": "",
"payload": "",
"payloadType": "date",
"x": 280,
"y": 1540,
"wires": [
[
"30af8cfec70a014b"
]
]
},
{
"id": "714035c6e3fad194",
"type": "file in",
"z": "4294d07e6727c12e",
"g": "c70adb607e8ee8d9",
"name": "",
"filename": "/media/sda1/myfile.txt",
"format": "utf8",
"chunk": false,
"sendError": false,
"encoding": "none",
"allProps": false,
"x": 500,
"y": 1580,
"wires": [
[
"793d94daaf7fe5b2"
]
]
},
{
"id": "793d94daaf7fe5b2",
"type": "debug",
"z": "4294d07e6727c12e",
"g": "c70adb607e8ee8d9",
"name": "",
"active": true,
"tosidebar": true,
"console": false,
"tostatus": false,
"complete": "true",
"targetType": "full",
"statusVal": "",
"statusType": "auto",
"x": 710,
"y": 1580,
"wires": []
}
]