[{"data":1,"prerenderedAt":5374},["ShallowReactive",2],{"blog-\u002Fblog\u002F2025\u002F10\u002Fhow-to-log-plc-data-csv-files":3,"featureCatalog":4444,"changelog-titles":4839,"blog-all-for-related":5373},{"id":4,"title":5,"authors":6,"body":8,"cta":4424,"date":4425,"description":4426,"extension":4427,"features":4424,"image":4428,"lastUpdated":4424,"meta":4429,"navigation":292,"path":4435,"release":4424,"seo":4436,"sitemap":4437,"stem":4438,"subtitle":4439,"tags":4440,"tldr":4424,"video":4424,"__hash__":4443},"blog\u002Fblog\u002F2025\u002F10\u002Fhow-to-log-plc-data-csv-files.md","How to Log PLC Data to CSV Files",[7],"sumit-shinde",{"type":9,"value":10,"toc":4406},"minimark",[11,15,18,21,24,32,43,48,51,69,73,76,81,84,87,95,108,112,115,154,157,161,164,168,171,174,177,180,184,187,191,194,209,213,216,227,537,542,553,557,560,590,598,601,605,608,638,646,649,652,656,659,662,670,1137,1157,1160,1164,1167,1170,1184,1187,1192,4366,4370,4373,4376,4379,4382,4385,4392,4403],[12,13,14],"p",{},"CSV files have been recording manufacturing data since the mid-1980s, over 40 years of continuous use across every industry. Logging to databases like InfluxDB, TimescaleDB, or PostgreSQL is excellent for real-time analytics, complex queries, and large-scale operations. But many organizations still rely on CSV files for good reasons: regulatory compliance, legacy system integration, offline analysis, or simply because it's the format their teams know and trust. If you're reading this, you're likely one of them and need a reliable solution.",[12,16,17],{},"CSV files offer something databases can't always guarantee: universal compatibility and permanence. Excel opens them instantly, databases import them natively, and analysis tools expect them. No licensing, no vendor tie-ins, no format obsolescence. Data captured decades ago is still perfectly readable today and will be readable decades from now, regardless of what systems you're using.",[12,19,20],{},"The truth is, most manufacturers use both for distinct purposes. CSVs remain the standard on the shop floor for data loggers that write locally during network outages, regulatory submissions requiring immutable audit trails, batch documentation archived for decades, and data exchange with suppliers and auditors.",[12,22,23],{},"Meanwhile, databases handle real-time monitoring and automated alerts, cross-functional analytics, high-frequency sensor queries, and dynamic relationships across materials and equipment.",[12,25,26,27,31],{},"This isn't an either\u002For choice. It's a dual-track system where databases provide operational speed and CSVs provide the permanence layer, ensuring your compliance records and critical data outlive any technology stack.\nThis guide shows how to implement PLC data logging with ",[28,29,30],"strong",{},"FlowFuse"," in a way that keeps running, stable, resilient, and production-ready.",[12,33,34,40],{},[35,36],"img",{"alt":37,"dataZoomable":38,"src":39},"Image showing FlowFuse collecting data from a PLC using OPC UA and logging it to a CSV file.","","\u002Fblog\u002F2025\u002F10\u002Fimages\u002Fplc-to-csv.gif",[41,42,37],"em",{},[44,45,47],"h2",{"id":46},"prerequisites","Prerequisites",[12,49,50],{},"Before getting started, make sure you have:",[52,53,54],"ul",{},[55,56,57,60,61,68],"li",{},[28,58,59],{},"A running FlowFuse instance"," – If you don’t have one yet, ",[62,63,67],"a",{"href":64,"rel":65},"https:\u002F\u002Fapp.flowfuse.com\u002Faccount\u002Fcreate",[66],"nofollow","sign up"," for FlowFuse and set up an instance on your edge device. This device will manage data collection and logging from your PLC using Node-RED.",[44,70,72],{"id":71},"step-1-setting-up-plc-communication-in-flowfuse","Step 1: Setting Up PLC Communication in FlowFuse",[12,74,75],{},"Before logging data, you need a stable connection to your PLC. FlowFuse uses Node-RED under the hood, which supports every major industrial protocol through community-maintained packages. This means you can connect to any equipment, regardless of age or manufacturer.",[77,78,80],"h3",{"id":79},"choosing-your-protocol","Choosing Your Protocol",[12,82,83],{},"The right protocol depends on what your PLC supports.",[12,85,86],{},"Modern PLCs typically offer open standards like OPC UA, Modbus TCP, or EtherNet\u002FIP. These protocols work across different manufacturers and give you the most flexibility.",[12,88,89,90,94],{},"If your PLC supports OPC UA, that is likely your best option. It is becoming the common language across industrial equipment, Siemens, Rockwell, Schneider, and most other manufacturers support it. This is also the option I used in the demo I prepared for this article. For more information on how to use OPC UA with your PLC, you can refer to ",[62,91,93],{"href":92},"\u002Fblog\u002F2025\u002F07\u002Freading-and-writing-plc-data-using-opc-ua\u002F","this article",".",[12,96,97,98,102,103,107],{},"Legacy systems use vendor-specific protocols: ",[62,99,101],{"href":100},"\u002Fblog\u002F2025\u002F01\u002Fintegrating-siemens-s7-plcs-with-node-red-guide\u002F","S7"," for Siemens, MC Protocol for Mitsubishi, FINS for Omron, and ",[62,104,106],{"href":105},"\u002Fblog\u002F2025\u002F10\u002Fusing-ethernet-ip-with-flowfuse\u002F","EtherNet\u002FIP"," for Allen-Bradley. If your PLC only speaks its native language, Node-RED has dedicated nodes for each one.",[77,109,111],{"id":110},"installing-the-right-node","Installing the Right Node",[12,113,114],{},"Node-RED's package ecosystem includes nodes for virtually every industrial protocol. The most common ones are:",[52,116,117,124,130,136,142,148],{},[55,118,119,123],{},[120,121,122],"code",{},"node-red-contrib-modbus"," – Modbus RTU\u002FTCP devices",[55,125,126,129],{},[120,127,128],{},"node-red-contrib-s7"," – Siemens S7-300\u002F400\u002F1200\u002F1500",[55,131,132,135],{},[120,133,134],{},"node-red-contrib-opcua"," – OPC UA servers",[55,137,138,141],{},[120,139,140],{},"node-red-contrib-cip-ethernet-ip"," – Allen-Bradley PLCs",[55,143,144,147],{},[120,145,146],{},"node-red-contrib-mcprotocol"," – Mitsubishi Q\u002FL series",[55,149,150,153],{},[120,151,152],{},"node-red-contrib-omron-fins"," – Omron PLCs",[12,155,156],{},"To install a package in FlowFuse, go to the palette manager (hamburger menu → Manage palette → Install) and search for the node you need. Installation takes seconds.",[77,158,160],{"id":159},"configuring-your-connection","Configuring Your Connection",[12,162,163],{},"Drag the appropriate input node onto your canvas and configure it according to the node's documentation.",[77,165,167],{"id":166},"verifying-data-quality","Verifying Data Quality",[12,169,170],{},"Before building your logging flow, verify you're getting clean, consistent data. Connect a debug node to your PLC input, deploy, and watch the incoming messages.",[12,172,173],{},"You should see values updating at your configured interval with consistent structure and sensible numbers. No connection errors, timeouts, or garbage data.",[12,175,176],{},"If something's wrong, intermittent connections, bad values, protocol errors, fix it now. Connection problems multiply when you add logging logic on top.",[12,178,179],{},"A stable PLC connection is the foundation. Get this right, and the rest is straightforward.",[44,181,183],{"id":182},"step-2-building-the-basic-csv-logging-flow","Step 2: Building the Basic CSV Logging Flow",[12,185,186],{},"With a stable PLC connection verified, you can now build the flow that writes data to CSV files.",[77,188,190],{"id":189},"understanding-the-data-flow","Understanding the Data Flow",[12,192,193],{},"The logging system needs four components working together:",[195,196,197,200,203,206],"ol",{},[55,198,199],{},"PLC input node that collects data at regular intervals",[55,201,202],{},"Function node that adds timestamps and handles daily file rotation",[55,204,205],{},"CSV node that formats data into proper CSV structure",[55,207,208],{},"File node that writes to disk",[77,210,212],{"id":211},"adding-timestamps-and-daily-file-rotation","Adding Timestamps and Daily File Rotation",[12,214,215],{},"Your PLC data needs timestamps and a way to organize files by date.",[195,217,218,221,224],{},[55,219,220],{},"Drag a function node onto your canvas",[55,222,223],{},"Connect it to your PLC input node",[55,225,226],{},"Double-click the function node and add this code:",[228,229,233],"pre",{"className":230,"code":231,"language":232,"meta":38,"style":38},"language-javascript shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","const now = new Date();\nconst timestamp = now.toISOString();\n\n\u002F\u002F Create filename with today's date (YYYY-MM-DD format)\nconst dateStr = now.toISOString().split('T')[0];\nconst filename = `.\u002Fplc_data_${dateStr}.csv`;\n\n\u002F\u002F Structure the data\nmsg.payload = {\n    timestamp: timestamp,\n    temperature: msg.payload.temperature,\n    pressure: msg.payload.pressure,\n    flowRate: msg.payload.flowRate\n};\n\n\u002F\u002F Store filename for the file node\nmsg.filename = filename;\n\nreturn msg;\n","javascript",[120,234,235,265,287,294,301,348,381,386,392,408,424,447,468,487,493,498,504,521,526],{"__ignoreMap":38},[236,237,240,244,248,252,255,259,262],"span",{"class":238,"line":239},"line",1,[236,241,243],{"class":242},"spNyl","const",[236,245,247],{"class":246},"sTEyZ"," now ",[236,249,251],{"class":250},"sMK4o","=",[236,253,254],{"class":250}," new",[236,256,258],{"class":257},"s2Zo4"," Date",[236,260,261],{"class":246},"()",[236,263,264],{"class":250},";\n",[236,266,268,270,273,275,278,280,283,285],{"class":238,"line":267},2,[236,269,243],{"class":242},[236,271,272],{"class":246}," timestamp ",[236,274,251],{"class":250},[236,276,277],{"class":246}," now",[236,279,94],{"class":250},[236,281,282],{"class":257},"toISOString",[236,284,261],{"class":246},[236,286,264],{"class":250},[236,288,290],{"class":238,"line":289},3,[236,291,293],{"emptyLinePlaceholder":292},true,"\n",[236,295,297],{"class":238,"line":296},4,[236,298,300],{"class":299},"sHwdD","\u002F\u002F Create filename with today's date (YYYY-MM-DD format)\n",[236,302,304,306,309,311,313,315,317,319,321,324,327,330,334,336,339,343,346],{"class":238,"line":303},5,[236,305,243],{"class":242},[236,307,308],{"class":246}," dateStr ",[236,310,251],{"class":250},[236,312,277],{"class":246},[236,314,94],{"class":250},[236,316,282],{"class":257},[236,318,261],{"class":246},[236,320,94],{"class":250},[236,322,323],{"class":257},"split",[236,325,326],{"class":246},"(",[236,328,329],{"class":250},"'",[236,331,333],{"class":332},"sfazB","T",[236,335,329],{"class":250},[236,337,338],{"class":246},")[",[236,340,342],{"class":341},"sbssI","0",[236,344,345],{"class":246},"]",[236,347,264],{"class":250},[236,349,351,353,356,358,361,364,367,370,373,376,379],{"class":238,"line":350},6,[236,352,243],{"class":242},[236,354,355],{"class":246}," filename ",[236,357,251],{"class":250},[236,359,360],{"class":250}," `",[236,362,363],{"class":332},".\u002Fplc_data_",[236,365,366],{"class":250},"${",[236,368,369],{"class":246},"dateStr",[236,371,372],{"class":250},"}",[236,374,375],{"class":332},".csv",[236,377,378],{"class":250},"`",[236,380,264],{"class":250},[236,382,384],{"class":238,"line":383},7,[236,385,293],{"emptyLinePlaceholder":292},[236,387,389],{"class":238,"line":388},8,[236,390,391],{"class":299},"\u002F\u002F Structure the data\n",[236,393,395,398,400,403,405],{"class":238,"line":394},9,[236,396,397],{"class":246},"msg",[236,399,94],{"class":250},[236,401,402],{"class":246},"payload ",[236,404,251],{"class":250},[236,406,407],{"class":250}," {\n",[236,409,411,415,418,421],{"class":238,"line":410},10,[236,412,414],{"class":413},"swJcz","    timestamp",[236,416,417],{"class":250},":",[236,419,420],{"class":246}," timestamp",[236,422,423],{"class":250},",\n",[236,425,427,430,432,435,437,440,442,445],{"class":238,"line":426},11,[236,428,429],{"class":413},"    temperature",[236,431,417],{"class":250},[236,433,434],{"class":246}," msg",[236,436,94],{"class":250},[236,438,439],{"class":246},"payload",[236,441,94],{"class":250},[236,443,444],{"class":246},"temperature",[236,446,423],{"class":250},[236,448,450,453,455,457,459,461,463,466],{"class":238,"line":449},12,[236,451,452],{"class":413},"    pressure",[236,454,417],{"class":250},[236,456,434],{"class":246},[236,458,94],{"class":250},[236,460,439],{"class":246},[236,462,94],{"class":250},[236,464,465],{"class":246},"pressure",[236,467,423],{"class":250},[236,469,471,474,476,478,480,482,484],{"class":238,"line":470},13,[236,472,473],{"class":413},"    flowRate",[236,475,417],{"class":250},[236,477,434],{"class":246},[236,479,94],{"class":250},[236,481,439],{"class":246},[236,483,94],{"class":250},[236,485,486],{"class":246},"flowRate\n",[236,488,490],{"class":238,"line":489},14,[236,491,492],{"class":250},"};\n",[236,494,496],{"class":238,"line":495},15,[236,497,293],{"emptyLinePlaceholder":292},[236,499,501],{"class":238,"line":500},16,[236,502,503],{"class":299},"\u002F\u002F Store filename for the file node\n",[236,505,507,509,511,514,516,519],{"class":238,"line":506},17,[236,508,397],{"class":246},[236,510,94],{"class":250},[236,512,513],{"class":246},"filename ",[236,515,251],{"class":250},[236,517,518],{"class":246}," filename",[236,520,264],{"class":250},[236,522,524],{"class":238,"line":523},18,[236,525,293],{"emptyLinePlaceholder":292},[236,527,529,533,535],{"class":238,"line":528},19,[236,530,532],{"class":531},"s7zQu","return",[236,534,434],{"class":246},[236,536,264],{"class":250},[195,538,539],{"start":296},[55,540,541],{},"Click Done",[12,543,544,545,548,549,552],{},"This creates a new file each day automatically. When the date changes, the filename changes, and Node-RED starts writing to a fresh file. Your logs stay organized by date: ",[120,546,547],{},"plc_data_2025-10-16.csv",", ",[120,550,551],{},"plc_data_2025-10-17.csv",", and so on.",[77,554,556],{"id":555},"formatting-data-with-the-csv-node","Formatting Data with the CSV Node",[12,558,559],{},"The CSV node handles all the formatting work, proper escaping, column ordering, and headers.",[195,561,562,565,568,588],{},[55,563,564],{},"Drag a CSV node onto your canvas",[55,566,567],{},"Connect it to your function node",[55,569,570,571],{},"Double-click to configure:\n",[52,572,573,579,582,585],{},[55,574,575,576],{},"Set the columns: ",[120,577,578],{},"timestamp,temperature",[55,580,581],{},"Enable \"first row contains column names\"",[55,583,584],{},"Choose comma as the separator",[55,586,587],{},"Choose RFC 4180 as parser (this handles commas in your data, like alarm messages or status text, by wrapping them in quotes so they don't break the CSV structure)",[55,589,541],{},[12,591,592,596],{},[35,593],{"alt":594,"dataZoomable":38,"src":595},"Image showing CSV node configuration","\u002Fblog\u002F2025\u002F10\u002Fimages\u002Fcsv-config.png",[41,597,594],{},[12,599,600],{},"The CSV node converts your data object into a properly formatted CSV line with headers included automatically when a new file is created.",[77,602,604],{"id":603},"writing-to-file","Writing to File",[12,606,607],{},"The file node writes your formatted CSV data to disk.",[195,609,610,613,616,633,635],{},[55,611,612],{},"Drag a file node onto your canvas",[55,614,615],{},"Connect it to your CSV node",[55,617,570,618],{},[52,619,620,627,630],{},[55,621,622,623,626],{},"Set filename to ",[120,624,625],{},"msg.filename"," (uses the dynamic filename from your function)",[55,628,629],{},"Choose \"append to file\" mode",[55,631,632],{},"Enable \"Create directory if it doesn't exist\"",[55,634,541],{},[55,636,637],{},"Deploy your flow",[12,639,640,644],{},[35,641],{"alt":642,"dataZoomable":38,"src":643},"Image showing Write node configuration","\u002Fblog\u002F2025\u002F10\u002Fimages\u002Fwrite-file-config.png",[41,645,642],{},[12,647,648],{},"Let it run. Each day at midnight, the system automatically starts a new file. Old files stay untouched, new data goes to today's file.",[12,650,651],{},"This daily rotation keeps file sizes manageable and makes it easy to find data from specific dates. But there are still edge cases to handle, what happens when disk space runs low or file writes fail? The next step addresses these reliability issues.",[44,653,655],{"id":654},"step-3-monitoring-disk-usage","Step 3: Monitoring Disk Usage",[12,657,658],{},"Running a logging system continuously means files accumulate. Monitor disk space to prevent unexpected failures when storage runs low.",[12,660,661],{},"Add disk space monitoring to prevent unexpected failures.",[195,663,664,667],{},[55,665,666],{},"Drag an inject node onto your canvas and configure it to trigger every hour",[55,668,669],{},"Add a Function node with the following code. Since the code uses the fs module, make sure to import it within the setup of function node:",[228,671,673],{"className":230,"code":672,"language":232,"meta":38,"style":38},"try {\n    \u002F\u002F Get disk usage information\n    const stats = fs.statfsSync('.\u002F');\n\n    const totalSpace = stats.blocks * stats.bsize;\n    const freeSpace = stats.bfree * stats.bsize;\n    const usedSpace = totalSpace - freeSpace;\n    const percentUsed = (usedSpace \u002F totalSpace) * 100;\n\n    msg.payload = {\n        totalGB: (totalSpace \u002F (1024 ** 3)).toFixed(2),\n        freeGB: (freeSpace \u002F (1024 ** 3)).toFixed(2),\n        usedGB: (usedSpace \u002F (1024 ** 3)).toFixed(2),\n        percentUsed: percentUsed.toFixed(2)\n    };\n\n    \u002F\u002F Warning threshold\n    if (percentUsed > 90) {\n        msg.warning = `Disk space critical: ${percentUsed.toFixed(1)}% used`;\n    }\n\n    return msg;\n\n} catch (err) {\n    msg.payload = { error: err.message };\n    return msg;\n}\n",[120,674,675,682,687,720,724,752,778,796,827,831,844,886,922,957,977,982,986,991,1012,1053,1059,1064,1074,1079,1092,1122,1131],{"__ignoreMap":38},[236,676,677,680],{"class":238,"line":239},[236,678,679],{"class":531},"try",[236,681,407],{"class":250},[236,683,684],{"class":238,"line":267},[236,685,686],{"class":299},"    \u002F\u002F Get disk usage information\n",[236,688,689,692,695,698,701,703,706,708,710,713,715,718],{"class":238,"line":289},[236,690,691],{"class":242},"    const",[236,693,694],{"class":246}," stats",[236,696,697],{"class":250}," =",[236,699,700],{"class":246}," fs",[236,702,94],{"class":250},[236,704,705],{"class":257},"statfsSync",[236,707,326],{"class":413},[236,709,329],{"class":250},[236,711,712],{"class":332},".\u002F",[236,714,329],{"class":250},[236,716,717],{"class":413},")",[236,719,264],{"class":250},[236,721,722],{"class":238,"line":296},[236,723,293],{"emptyLinePlaceholder":292},[236,725,726,728,731,733,735,737,740,743,745,747,750],{"class":238,"line":303},[236,727,691],{"class":242},[236,729,730],{"class":246}," totalSpace",[236,732,697],{"class":250},[236,734,694],{"class":246},[236,736,94],{"class":250},[236,738,739],{"class":246},"blocks",[236,741,742],{"class":250}," *",[236,744,694],{"class":246},[236,746,94],{"class":250},[236,748,749],{"class":246},"bsize",[236,751,264],{"class":250},[236,753,754,756,759,761,763,765,768,770,772,774,776],{"class":238,"line":350},[236,755,691],{"class":242},[236,757,758],{"class":246}," freeSpace",[236,760,697],{"class":250},[236,762,694],{"class":246},[236,764,94],{"class":250},[236,766,767],{"class":246},"bfree",[236,769,742],{"class":250},[236,771,694],{"class":246},[236,773,94],{"class":250},[236,775,749],{"class":246},[236,777,264],{"class":250},[236,779,780,782,785,787,789,792,794],{"class":238,"line":383},[236,781,691],{"class":242},[236,783,784],{"class":246}," usedSpace",[236,786,697],{"class":250},[236,788,730],{"class":246},[236,790,791],{"class":250}," -",[236,793,758],{"class":246},[236,795,264],{"class":250},[236,797,798,800,803,805,808,811,814,816,819,822,825],{"class":238,"line":388},[236,799,691],{"class":242},[236,801,802],{"class":246}," percentUsed",[236,804,697],{"class":250},[236,806,807],{"class":413}," (",[236,809,810],{"class":246},"usedSpace",[236,812,813],{"class":250}," \u002F",[236,815,730],{"class":246},[236,817,818],{"class":413},") ",[236,820,821],{"class":250},"*",[236,823,824],{"class":341}," 100",[236,826,264],{"class":250},[236,828,829],{"class":238,"line":394},[236,830,293],{"emptyLinePlaceholder":292},[236,832,833,836,838,840,842],{"class":238,"line":410},[236,834,835],{"class":246},"    msg",[236,837,94],{"class":250},[236,839,439],{"class":246},[236,841,697],{"class":250},[236,843,407],{"class":250},[236,845,846,849,851,853,856,858,860,863,866,869,872,874,877,879,882,884],{"class":238,"line":426},[236,847,848],{"class":413},"        totalGB",[236,850,417],{"class":250},[236,852,807],{"class":413},[236,854,855],{"class":246},"totalSpace",[236,857,813],{"class":250},[236,859,807],{"class":413},[236,861,862],{"class":341},"1024",[236,864,865],{"class":250}," **",[236,867,868],{"class":341}," 3",[236,870,871],{"class":413},"))",[236,873,94],{"class":250},[236,875,876],{"class":257},"toFixed",[236,878,326],{"class":413},[236,880,881],{"class":341},"2",[236,883,717],{"class":413},[236,885,423],{"class":250},[236,887,888,891,893,895,898,900,902,904,906,908,910,912,914,916,918,920],{"class":238,"line":449},[236,889,890],{"class":413},"        freeGB",[236,892,417],{"class":250},[236,894,807],{"class":413},[236,896,897],{"class":246},"freeSpace",[236,899,813],{"class":250},[236,901,807],{"class":413},[236,903,862],{"class":341},[236,905,865],{"class":250},[236,907,868],{"class":341},[236,909,871],{"class":413},[236,911,94],{"class":250},[236,913,876],{"class":257},[236,915,326],{"class":413},[236,917,881],{"class":341},[236,919,717],{"class":413},[236,921,423],{"class":250},[236,923,924,927,929,931,933,935,937,939,941,943,945,947,949,951,953,955],{"class":238,"line":470},[236,925,926],{"class":413},"        usedGB",[236,928,417],{"class":250},[236,930,807],{"class":413},[236,932,810],{"class":246},[236,934,813],{"class":250},[236,936,807],{"class":413},[236,938,862],{"class":341},[236,940,865],{"class":250},[236,942,868],{"class":341},[236,944,871],{"class":413},[236,946,94],{"class":250},[236,948,876],{"class":257},[236,950,326],{"class":413},[236,952,881],{"class":341},[236,954,717],{"class":413},[236,956,423],{"class":250},[236,958,959,962,964,966,968,970,972,974],{"class":238,"line":489},[236,960,961],{"class":413},"        percentUsed",[236,963,417],{"class":250},[236,965,802],{"class":246},[236,967,94],{"class":250},[236,969,876],{"class":257},[236,971,326],{"class":413},[236,973,881],{"class":341},[236,975,976],{"class":413},")\n",[236,978,979],{"class":238,"line":495},[236,980,981],{"class":250},"    };\n",[236,983,984],{"class":238,"line":500},[236,985,293],{"emptyLinePlaceholder":292},[236,987,988],{"class":238,"line":506},[236,989,990],{"class":299},"    \u002F\u002F Warning threshold\n",[236,992,993,996,998,1001,1004,1007,1009],{"class":238,"line":523},[236,994,995],{"class":531},"    if",[236,997,807],{"class":413},[236,999,1000],{"class":246},"percentUsed",[236,1002,1003],{"class":250}," >",[236,1005,1006],{"class":341}," 90",[236,1008,818],{"class":413},[236,1010,1011],{"class":250},"{\n",[236,1013,1014,1017,1019,1022,1024,1026,1029,1031,1033,1035,1037,1039,1042,1044,1046,1049,1051],{"class":238,"line":528},[236,1015,1016],{"class":246},"        msg",[236,1018,94],{"class":250},[236,1020,1021],{"class":246},"warning",[236,1023,697],{"class":250},[236,1025,360],{"class":250},[236,1027,1028],{"class":332},"Disk space critical: ",[236,1030,366],{"class":250},[236,1032,1000],{"class":246},[236,1034,94],{"class":250},[236,1036,876],{"class":257},[236,1038,326],{"class":246},[236,1040,1041],{"class":341},"1",[236,1043,717],{"class":246},[236,1045,372],{"class":250},[236,1047,1048],{"class":332},"% used",[236,1050,378],{"class":250},[236,1052,264],{"class":250},[236,1054,1056],{"class":238,"line":1055},20,[236,1057,1058],{"class":250},"    }\n",[236,1060,1062],{"class":238,"line":1061},21,[236,1063,293],{"emptyLinePlaceholder":292},[236,1065,1067,1070,1072],{"class":238,"line":1066},22,[236,1068,1069],{"class":531},"    return",[236,1071,434],{"class":246},[236,1073,264],{"class":250},[236,1075,1077],{"class":238,"line":1076},23,[236,1078,293],{"emptyLinePlaceholder":292},[236,1080,1082,1084,1087,1090],{"class":238,"line":1081},24,[236,1083,372],{"class":250},[236,1085,1086],{"class":531}," catch",[236,1088,1089],{"class":246}," (err) ",[236,1091,1011],{"class":250},[236,1093,1095,1097,1099,1101,1103,1106,1109,1111,1114,1116,1119],{"class":238,"line":1094},25,[236,1096,835],{"class":246},[236,1098,94],{"class":250},[236,1100,439],{"class":246},[236,1102,697],{"class":250},[236,1104,1105],{"class":250}," {",[236,1107,1108],{"class":413}," error",[236,1110,417],{"class":250},[236,1112,1113],{"class":246}," err",[236,1115,94],{"class":250},[236,1117,1118],{"class":246},"message",[236,1120,1121],{"class":250}," };\n",[236,1123,1125,1127,1129],{"class":238,"line":1124},26,[236,1126,1069],{"class":531},[236,1128,434],{"class":246},[236,1130,264],{"class":250},[236,1132,1134],{"class":238,"line":1133},27,[236,1135,1136],{"class":250},"}\n",[195,1138,1139,1154],{"start":289},[55,1140,1141,1142,548,1146,1150,1151,94],{},"Connect it to your notification system to alert when space is critical, for notification you can use ",[62,1143,1145],{"href":1144},"\u002Fnode-red\u002Fnotification\u002Femail\u002F","email",[62,1147,1149],{"href":1148},"\u002Fnode-red\u002Fnotification\u002Ftelegram\u002F","telegram",", discord with ",[62,1152,30],{"href":1153},"\u002Fnode-red\u002Fnotification\u002Fdiscord\u002F",[55,1155,1156],{},"Deploy the flow",[12,1158,1159],{},"Now you'll get warnings before disk space becomes critical, giving you time to archive old data or expand storage.",[44,1161,1163],{"id":1162},"step-4-handling-connection-interruptions","Step 4: Handling Connection Interruptions",[12,1165,1166],{},"Network issues, PLC restarts, or equipment maintenance can cause connection drops. Your logging system should handle these gracefully and automatically resume when the connection is restored.",[12,1168,1169],{},"Most PLC nodes emit error events when a connection fails. Add error handling to detect and log these events.",[195,1171,1172,1175,1178,1181],{},[55,1173,1174],{},"Add a Catch node configured to monitor your PLC input node and Write File node.",[55,1176,1177],{},"Drag a Function or Change node to format the error messages according to your chosen notification method, and connect it to the Catch node.",[55,1179,1180],{},"Connect the node that formats the error message to your selected Notification node.",[55,1182,1183],{},"Deploy the flow.",[12,1185,1186],{},"Below is the complete flow we have built throughout this article.",[12,1188,1189],{},[41,1190,1191],{},"Note: When testing with the Inject node, bypass the OPC UA Client and inject data directly into the logger flow.",[1193,1194,1196],"render-flow",{":height":1195},"300",[228,1197,1201],{"className":1198,"code":1199,"language":1200,"meta":38,"style":38},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","[{\"id\":\"66776385db5794bc\",\"type\":\"group\",\"z\":\"FFF0000000000001\",\"name\":\"\",\"style\":{\"fill\":\"#ffcf3f\",\"label\":true,\"fill-opacity\":\"0.57\"},\"nodes\":[\"ac0d35a6466cfcb4\",\"4aff5b57cbb63b8f\",\"a5c5746934670306\",\"d796d3aee8ea0343\",\"23ebc0da4315ac46\",\"181ed86f9c11d1f7\",\"b34d440897108110\",\"575ed67714072973\",\"d08353a9c90b0396\",\"e719ae6fee22c812\",\"2518dc909d447655\"],\"x\":94,\"y\":271.5,\"w\":1112,\"h\":269.5},{\"id\":\"ac0d35a6466cfcb4\",\"type\":\"csv\",\"z\":\"FFF0000000000001\",\"g\":\"66776385db5794bc\",\"name\":\"\",\"spec\":\"rfc\",\"sep\":\",\",\"hdrin\":true,\"hdrout\":\"once\",\"multi\":\"one\",\"ret\":\"\\\\r\",\"temp\":\"timestamp,temperature\",\"skip\":\"0\",\"strings\":true,\"include_empty_strings\":\"\",\"include_null_values\":\"\",\"x\":770,\"y\":320,\"wires\":[[\"a5c5746934670306\"]]},{\"id\":\"4aff5b57cbb63b8f\",\"type\":\"function\",\"z\":\"FFF0000000000001\",\"g\":\"66776385db5794bc\",\"name\":\"Daily PLC Logger\",\"func\":\"\u002F\u002F @ts-ignore Node ≥ 18.15 provides fs.statfsSync; editor types may lag\\n\\nconst now = new Date();\\nconst dateStr = now.toISOString().split('T')[0];\\nconst timestamp = now.toISOString();\\n\\nconst filename = `.\u002Fplc_data_${dateStr}.csv`;\\n\\nmsg.payload = {\\n    timestamp: timestamp,\\n    temperature: msg.payload,\\n};\\n\\nmsg.filename = filename;\\n\\n\u002F\u002F Track last date in flow context\\nconst lastDate = flow.get('lastDate') || '';\\nif (lastDate !== dateStr) {\\n    msg.reset = true; \u002F\u002F Will trigger CSV node to write headers\\n    flow.set('lastDate', dateStr);\\n} \\n\\nreturn msg;\\n\",\"outputs\":1,\"timeout\":0,\"noerr\":0,\"initialize\":\"\",\"finalize\":\"\",\"libs\":[],\"x\":610,\"y\":320,\"wires\":[[\"ac0d35a6466cfcb4\"]]},{\"id\":\"a5c5746934670306\",\"type\":\"file\",\"z\":\"FFF0000000000001\",\"g\":\"66776385db5794bc\",\"name\":\"Log Data to CSV file\",\"filename\":\"filename\",\"filenameType\":\"msg\",\"appendNewline\":true,\"createDir\":true,\"overwriteFile\":\"false\",\"encoding\":\"none\",\"x\":940,\"y\":320,\"wires\":[[\"2518dc909d447655\"]]},{\"id\":\"d796d3aee8ea0343\",\"type\":\"OpcUa-Client\",\"z\":\"FFF0000000000001\",\"g\":\"66776385db5794bc\",\"endpoint\":\"\",\"action\":\"read\",\"deadbandtype\":\"a\",\"deadbandvalue\":1,\"time\":10,\"timeUnit\":\"s\",\"certificate\":\"n\",\"localfile\":\"\",\"localkeyfile\":\"\",\"securitymode\":\"None\",\"securitypolicy\":\"None\",\"useTransport\":false,\"maxChunkCount\":1,\"maxMessageSize\":8192,\"receiveBufferSize\":8192,\"sendBufferSize\":8192,\"setstatusandtime\":false,\"keepsessionalive\":false,\"name\":\"\",\"x\":420,\"y\":320,\"wires\":[[\"4aff5b57cbb63b8f\"],[],[]]},{\"id\":\"23ebc0da4315ac46\",\"type\":\"inject\",\"z\":\"FFF0000000000001\",\"g\":\"66776385db5794bc\",\"name\":\"\",\"props\":[{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"5\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"ns=3;i=1004\",\"x\":220,\"y\":320,\"wires\":[[\"d796d3aee8ea0343\"]]},{\"id\":\"181ed86f9c11d1f7\",\"type\":\"catch\",\"z\":\"FFF0000000000001\",\"g\":\"66776385db5794bc\",\"name\":\"\",\"scope\":[\"a5c5746934670306\"],\"uncaught\":false,\"x\":180,\"y\":420,\"wires\":[[\"b34d440897108110\"]]},{\"id\":\"b34d440897108110\",\"type\":\"debug\",\"z\":\"FFF0000000000001\",\"g\":\"66776385db5794bc\",\"name\":\"Errrors\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":630,\"y\":420,\"wires\":[]},{\"id\":\"575ed67714072973\",\"type\":\"function\",\"z\":\"FFF0000000000001\",\"g\":\"66776385db5794bc\",\"name\":\"Check Disk Space\",\"func\":\"try {\\n    \u002F\u002F Get disk usage information\\n    const stats = fs.statfsSync('.\u002F');\\n\\n    const totalSpace = stats.blocks * stats.bsize;\\n    const freeSpace = stats.bfree * stats.bsize;\\n    const usedSpace = totalSpace - freeSpace;\\n    const percentUsed = (usedSpace \u002F totalSpace) * 100;\\n\\n    msg.payload = {\\n        totalGB: (totalSpace \u002F (1024 ** 3)).toFixed(2),\\n        freeGB: (freeSpace \u002F (1024 ** 3)).toFixed(2),\\n        usedGB: (usedSpace \u002F (1024 ** 3)).toFixed(2),\\n        percentUsed: percentUsed.toFixed(2)\\n    };\\n\\n    \u002F\u002F Warning threshold\\n    if (percentUsed > 90) {\\n        msg.warning = `Disk space critical: ${percentUsed.toFixed(1)}% used`;\\n    }\\n\\n    return msg;\\n\\n} catch (err) {\\n    msg.payload = { error: err.message };\\n    return msg;\\n}\",\"outputs\":1,\"timeout\":0,\"noerr\":0,\"initialize\":\"\",\"finalize\":\"\",\"libs\":[{\"var\":\"fs\",\"module\":\"fs\"}],\"x\":430,\"y\":500,\"wires\":[[\"e719ae6fee22c812\"]]},{\"id\":\"d08353a9c90b0396\",\"type\":\"inject\",\"z\":\"FFF0000000000001\",\"g\":\"66776385db5794bc\",\"name\":\"\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"1800\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"date\",\"x\":210,\"y\":500,\"wires\":[[\"575ed67714072973\"]]},{\"id\":\"e719ae6fee22c812\",\"type\":\"debug\",\"z\":\"FFF0000000000001\",\"g\":\"66776385db5794bc\",\"name\":\"Disk Full Warning !\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":670,\"y\":500,\"wires\":[]},{\"id\":\"2518dc909d447655\",\"type\":\"debug\",\"z\":\"FFF0000000000001\",\"g\":\"66776385db5794bc\",\"name\":\"Result\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":1110,\"y\":320,\"wires\":[]},{\"id\":\"7131c5523d86fe8b\",\"type\":\"global-config\",\"env\":[],\"modules\":{\"node-red-contrib-opcua\":\"0.2.342\"}}]\n","json",[120,1202,1203],{"__ignoreMap":38},[236,1204,1205,1208,1211,1214,1216,1218,1220,1223,1225,1228,1230,1233,1235,1237,1239,1242,1244,1246,1248,1251,1253,1255,1257,1260,1262,1264,1266,1269,1271,1273,1276,1278,1280,1283,1285,1288,1290,1294,1296,1298,1300,1303,1305,1307,1309,1312,1314,1317,1319,1322,1324,1326,1328,1331,1333,1336,1338,1341,1343,1346,1348,1351,1353,1355,1357,1360,1362,1364,1366,1369,1371,1373,1375,1378,1380,1382,1384,1387,1389,1391,1393,1396,1398,1400,1402,1405,1407,1409,1411,1414,1416,1418,1420,1423,1425,1427,1429,1432,1434,1436,1438,1441,1443,1446,1448,1451,1453,1455,1458,1460,1462,1465,1467,1469,1472,1474,1476,1479,1481,1483,1486,1488,1490,1493,1495,1497,1500,1503,1505,1507,1509,1511,1513,1515,1517,1519,1521,1523,1525,1527,1529,1532,1534,1536,1538,1540,1542,1544,1546,1548,1550,1552,1554,1557,1559,1561,1563,1565,1567,1569,1571,1573,1575,1577,1579,1581,1583,1586,1588,1590,1592,1595,1597,1599,1601,1604,1606,1608,1610,1612,1614,1616,1618,1621,1623,1625,1627,1630,1632,1634,1636,1639,1641,1643,1645,1648,1650,1652,1654,1657,1659,1661,1663,1666,1668,1670,1672,1675,1678,1680,1682,1684,1687,1689,1691,1693,1695,1697,1699,1701,1704,1706,1708,1710,1712,1714,1716,1718,1721,1723,1725,1727,1730,1732,1734,1736,1738,1740,1743,1745,1747,1749,1751,1753,1755,1757,1759,1762,1764,1766,1768,1770,1772,1775,1777,1779,1782,1784,1787,1789,1791,1793,1796,1798,1800,1802,1804,1806,1808,1810,1812,1814,1816,1818,1820,1822,1825,1827,1829,1831,1833,1835,1837,1839,1841,1843,1845,1847,1849,1851,1853,1855,1857,1859,1861,1863,1865,1867,1869,1871,1874,1876,1878,1880,1883,1885,1887,1889,1892,1895,1898,1901,1904,1906,1909,1911,1914,1916,1919,1921,1924,1926,1929,1931,1934,1936,1939,1941,1944,1946,1949,1951,1954,1956,1959,1961,1964,1966,1969,1971,1974,1976,1978,1980,1982,1985,1987,1989,1991,1993,1995,1998,2000,2002,2004,2006,2008,2011,2013,2015,2017,2019,2021,2024,2026,2028,2030,2032,2034,2037,2039,2041,2043,2045,2047,2050,2052,2055,2057,2059,2061,2063,2066,2068,2070,2072,2074,2076,2078,2080,2082,2084,2086,2088,2090,2092,2094,2096,2098,2100,2102,2104,2106,2108,2110,2112,2114,2116,2118,2120,2122,2125,2127,2129,2131,2133,2135,2137,2139,2141,2143,2145,2147,2149,2151,2153,2155,2157,2159,2161,2163,2165,2167,2169,2171,2174,2176,2178,2180,2183,2185,2187,2189,2191,2193,2195,2197,2200,2202,2204,2206,2208,2210,2212,2214,2217,2219,2221,2223,2226,2228,2230,2232,2235,2237,2239,2241,2244,2246,2248,2250,2253,2255,2257,2259,2262,2264,2266,2268,2270,2272,2274,2277,2279,2281,2283,2285,2287,2289,2291,2293,2295,2297,2299,2301,2303,2305,2307,2309,2311,2313,2315,2317,2319,2321,2323,2325,2327,2329,2331,2333,2336,2338,2340,2342,2344,2346,2348,2350,2352,2354,2356,2358,2360,2362,2364,2366,2368,2370,2372,2374,2377,2379,2381,2383,2385,2387,2390,2392,2394,2396,2399,2401,2403,2405,2408,2410,2412,2414,2416,2418,2420,2422,2425,2427,2429,2431,2433,2435,2438,2440,2442,2445,2447,2449,2452,2454,2456,2458,2461,2463,2465,2467,2470,2472,2474,2476,2479,2481,2483,2485,2488,2490,2492,2494,2496,2498,2501,2503,2505,2507,2509,2511,2514,2516,2518,2520,2523,2525,2527,2529,2532,2534,2536,2538,2540,2542,2544,2546,2549,2551,2554,2556,2559,2561,2563,2565,2567,2569,2572,2574,2576,2579,2581,2583,2586,2588,2590,2592,2594,2596,2599,2601,2603,2605,2607,2609,2612,2614,2616,2618,2621,2623,2625,2627,2629,2631,2633,2635,2637,2639,2641,2643,2645,2648,2650,2652,2654,2656,2658,2660,2662,2664,2666,2668,2670,2672,2674,2676,2679,2681,2683,2685,2687,2689,2691,2693,2695,2697,2699,2701,2703,2705,2708,2710,2712,2714,2716,2718,2720,2722,2724,2726,2728,2730,2732,2734,2736,2738,2740,2742,2744,2746,2748,2750,2752,2754,2756,2758,2761,2763,2766,2768,2770,2772,2774,2776,2779,2781,2783,2785,2788,2790,2792,2794,2797,2799,2802,2804,2807,2809,2811,2813,2816,2818,2820,2822,2825,2827,2829,2831,2833,2835,2837,2839,2841,2843,2846,2848,2850,2853,2855,2857,2859,2861,2863,2865,2868,2870,2872,2874,2876,2878,2880,2883,2885,2887,2889,2891,2893,2895,2897,2899,2901,2903,2905,2907,2909,2911,2913,2915,2917,2919,2921,2923,2925,2927,2929,2931,2933,2935,2937,2939,2942,2944,2946,2948,2950,2952,2954,2956,2958,2960,2962,2964,2966,2968,2970,2972,2974,2976,2978,2980,2982,2984,2986,2988,2990,2992,2995,2997,2999,3001,3003,3005,3007,3009,3012,3014,3016,3018,3020,3022,3024,3027,3029,3031,3033,3035,3037,3039,3041,3043,3045,3047,3049,3051,3053,3055,3057,3059,3061,3063,3065,3067,3069,3071,3073,3075,3077,3079,3081,3083,3086,3088,3090,3092,3094,3096,3098,3100,3102,3104,3106,3108,3110,3112,3114,3116,3118,3120,3122,3124,3126,3128,3130,3132,3135,3137,3139,3141,3144,3146,3148,3150,3153,3155,3157,3159,3162,3164,3166,3168,3171,3173,3175,3177,3180,3182,3184,3186,3188,3190,3192,3194,3197,3199,3201,3203,3205,3207,3209,3211,3214,3216,3218,3220,3222,3224,3227,3229,3231,3233,3236,3238,3240,3242,3244,3246,3248,3251,3253,3255,3257,3259,3261,3263,3265,3267,3269,3271,3274,3276,3278,3280,3282,3284,3286,3288,3290,3292,3294,3296,3298,3300,3302,3304,3306,3308,3310,3312,3314,3316,3318,3320,3322,3324,3326,3328,3330,3332,3334,3336,3338,3340,3342,3344,3346,3348,3351,3353,3355,3357,3359,3361,3363,3365,3368,3370,3373,3375,3378,3380,3383,3385,3388,3390,3393,3395,3398,3400,3403,3405,3408,3410,3413,3415,3418,3420,3423,3425,3428,3430,3433,3435,3438,3440,3443,3445,3448,3450,3453,3455,3458,3460,3463,3465,3467,3469,3471,3473,3475,3477,3479,3481,3483,3485,3487,3489,3491,3493,3495,3497,3499,3501,3503,3505,3507,3509,3511,3513,3515,3517,3519,3521,3523,3525,3527,3529,3531,3533,3535,3537,3539,3541,3543,3545,3548,3550,3552,3554,3557,3559,3561,3563,3566,3568,3570,3572,3574,3576,3578,3580,3582,3584,3586,3589,3591,3593,3595,3597,3599,3602,3604,3606,3608,3610,3612,3614,3616,3618,3620,3622,3624,3626,3628,3630,3632,3634,3636,3638,3640,3642,3644,3646,3648,3650,3652,3654,3656,3658,3660,3662,3664,3666,3668,3670,3672,3674,3676,3678,3680,3682,3684,3686,3688,3690,3692,3694,3696,3698,3700,3702,3704,3706,3708,3710,3712,3714,3716,3718,3720,3722,3724,3726,3728,3730,3732,3734,3736,3738,3740,3742,3744,3746,3748,3750,3752,3754,3756,3758,3760,3762,3765,3767,3769,3771,3773,3775,3777,3779,3781,3783,3785,3787,3789,3791,3793,3795,3797,3799,3801,3803,3805,3807,3809,3811,3813,3815,3817,3819,3821,3823,3825,3827,3830,3832,3834,3836,3839,3841,3843,3845,3847,3849,3851,3854,3856,3858,3860,3862,3864,3866,3868,3870,3872,3874,3876,3878,3880,3882,3884,3886,3888,3890,3892,3894,3896,3898,3900,3902,3904,3906,3908,3910,3912,3914,3916,3918,3920,3922,3924,3926,3928,3930,3932,3934,3936,3938,3940,3942,3944,3946,3948,3950,3952,3954,3956,3958,3961,3963,3965,3967,3969,3971,3973,3975,3977,3979,3981,3983,3985,3987,3989,3991,3993,3995,3997,3999,4001,4003,4005,4007,4009,4011,4013,4015,4017,4019,4021,4023,4025,4027,4029,4031,4033,4035,4037,4039,4041,4043,4045,4047,4049,4051,4053,4055,4057,4059,4061,4063,4065,4068,4070,4072,4074,4076,4078,4080,4082,4084,4086,4088,4090,4092,4094,4096,4098,4100,4102,4104,4106,4108,4110,4112,4114,4116,4118,4120,4122,4124,4126,4128,4130,4132,4134,4136,4138,4140,4142,4144,4146,4148,4150,4152,4154,4156,4158,4160,4162,4164,4167,4169,4171,4173,4175,4177,4179,4181,4183,4185,4187,4189,4191,4193,4195,4197,4199,4201,4203,4205,4207,4209,4211,4213,4215,4217,4219,4221,4223,4225,4227,4229,4231,4233,4235,4237,4239,4241,4243,4245,4247,4249,4251,4253,4255,4257,4259,4261,4263,4265,4267,4269,4271,4274,4276,4278,4280,4282,4284,4286,4288,4290,4292,4294,4296,4298,4300,4302,4304,4306,4309,4311,4313,4315,4317,4319,4321,4323,4326,4328,4330,4332,4335,4337,4339,4341,4344,4346,4348,4350,4352,4354,4356,4358,4361,4363],{"class":238,"line":239},[236,1206,1207],{"class":250},"[{",[236,1209,1210],{"class":250},"\"",[236,1212,1213],{"class":242},"id",[236,1215,1210],{"class":250},[236,1217,417],{"class":250},[236,1219,1210],{"class":250},[236,1221,1222],{"class":332},"66776385db5794bc",[236,1224,1210],{"class":250},[236,1226,1227],{"class":250},",",[236,1229,1210],{"class":250},[236,1231,1232],{"class":242},"type",[236,1234,1210],{"class":250},[236,1236,417],{"class":250},[236,1238,1210],{"class":250},[236,1240,1241],{"class":332},"group",[236,1243,1210],{"class":250},[236,1245,1227],{"class":250},[236,1247,1210],{"class":250},[236,1249,1250],{"class":242},"z",[236,1252,1210],{"class":250},[236,1254,417],{"class":250},[236,1256,1210],{"class":250},[236,1258,1259],{"class":332},"FFF0000000000001",[236,1261,1210],{"class":250},[236,1263,1227],{"class":250},[236,1265,1210],{"class":250},[236,1267,1268],{"class":242},"name",[236,1270,1210],{"class":250},[236,1272,417],{"class":250},[236,1274,1275],{"class":250},"\"\"",[236,1277,1227],{"class":250},[236,1279,1210],{"class":250},[236,1281,1282],{"class":242},"style",[236,1284,1210],{"class":250},[236,1286,1287],{"class":250},":{",[236,1289,1210],{"class":250},[236,1291,1293],{"class":1292},"sBMFI","fill",[236,1295,1210],{"class":250},[236,1297,417],{"class":250},[236,1299,1210],{"class":250},[236,1301,1302],{"class":332},"#ffcf3f",[236,1304,1210],{"class":250},[236,1306,1227],{"class":250},[236,1308,1210],{"class":250},[236,1310,1311],{"class":1292},"label",[236,1313,1210],{"class":250},[236,1315,1316],{"class":250},":true,",[236,1318,1210],{"class":250},[236,1320,1321],{"class":1292},"fill-opacity",[236,1323,1210],{"class":250},[236,1325,417],{"class":250},[236,1327,1210],{"class":250},[236,1329,1330],{"class":332},"0.57",[236,1332,1210],{"class":250},[236,1334,1335],{"class":250},"},",[236,1337,1210],{"class":250},[236,1339,1340],{"class":242},"nodes",[236,1342,1210],{"class":250},[236,1344,1345],{"class":250},":[",[236,1347,1210],{"class":250},[236,1349,1350],{"class":332},"ac0d35a6466cfcb4",[236,1352,1210],{"class":250},[236,1354,1227],{"class":250},[236,1356,1210],{"class":250},[236,1358,1359],{"class":332},"4aff5b57cbb63b8f",[236,1361,1210],{"class":250},[236,1363,1227],{"class":250},[236,1365,1210],{"class":250},[236,1367,1368],{"class":332},"a5c5746934670306",[236,1370,1210],{"class":250},[236,1372,1227],{"class":250},[236,1374,1210],{"class":250},[236,1376,1377],{"class":332},"d796d3aee8ea0343",[236,1379,1210],{"class":250},[236,1381,1227],{"class":250},[236,1383,1210],{"class":250},[236,1385,1386],{"class":332},"23ebc0da4315ac46",[236,1388,1210],{"class":250},[236,1390,1227],{"class":250},[236,1392,1210],{"class":250},[236,1394,1395],{"class":332},"181ed86f9c11d1f7",[236,1397,1210],{"class":250},[236,1399,1227],{"class":250},[236,1401,1210],{"class":250},[236,1403,1404],{"class":332},"b34d440897108110",[236,1406,1210],{"class":250},[236,1408,1227],{"class":250},[236,1410,1210],{"class":250},[236,1412,1413],{"class":332},"575ed67714072973",[236,1415,1210],{"class":250},[236,1417,1227],{"class":250},[236,1419,1210],{"class":250},[236,1421,1422],{"class":332},"d08353a9c90b0396",[236,1424,1210],{"class":250},[236,1426,1227],{"class":250},[236,1428,1210],{"class":250},[236,1430,1431],{"class":332},"e719ae6fee22c812",[236,1433,1210],{"class":250},[236,1435,1227],{"class":250},[236,1437,1210],{"class":250},[236,1439,1440],{"class":332},"2518dc909d447655",[236,1442,1210],{"class":250},[236,1444,1445],{"class":250},"],",[236,1447,1210],{"class":250},[236,1449,1450],{"class":242},"x",[236,1452,1210],{"class":250},[236,1454,417],{"class":250},[236,1456,1457],{"class":341},"94",[236,1459,1227],{"class":250},[236,1461,1210],{"class":250},[236,1463,1464],{"class":242},"y",[236,1466,1210],{"class":250},[236,1468,417],{"class":250},[236,1470,1471],{"class":341},"271.5",[236,1473,1227],{"class":250},[236,1475,1210],{"class":250},[236,1477,1478],{"class":242},"w",[236,1480,1210],{"class":250},[236,1482,417],{"class":250},[236,1484,1485],{"class":341},"1112",[236,1487,1227],{"class":250},[236,1489,1210],{"class":250},[236,1491,1492],{"class":242},"h",[236,1494,1210],{"class":250},[236,1496,417],{"class":250},[236,1498,1499],{"class":341},"269.5",[236,1501,1502],{"class":250},"},{",[236,1504,1210],{"class":250},[236,1506,1213],{"class":242},[236,1508,1210],{"class":250},[236,1510,417],{"class":250},[236,1512,1210],{"class":250},[236,1514,1350],{"class":332},[236,1516,1210],{"class":250},[236,1518,1227],{"class":250},[236,1520,1210],{"class":250},[236,1522,1232],{"class":242},[236,1524,1210],{"class":250},[236,1526,417],{"class":250},[236,1528,1210],{"class":250},[236,1530,1531],{"class":332},"csv",[236,1533,1210],{"class":250},[236,1535,1227],{"class":250},[236,1537,1210],{"class":250},[236,1539,1250],{"class":242},[236,1541,1210],{"class":250},[236,1543,417],{"class":250},[236,1545,1210],{"class":250},[236,1547,1259],{"class":332},[236,1549,1210],{"class":250},[236,1551,1227],{"class":250},[236,1553,1210],{"class":250},[236,1555,1556],{"class":242},"g",[236,1558,1210],{"class":250},[236,1560,417],{"class":250},[236,1562,1210],{"class":250},[236,1564,1222],{"class":332},[236,1566,1210],{"class":250},[236,1568,1227],{"class":250},[236,1570,1210],{"class":250},[236,1572,1268],{"class":242},[236,1574,1210],{"class":250},[236,1576,417],{"class":250},[236,1578,1275],{"class":250},[236,1580,1227],{"class":250},[236,1582,1210],{"class":250},[236,1584,1585],{"class":242},"spec",[236,1587,1210],{"class":250},[236,1589,417],{"class":250},[236,1591,1210],{"class":250},[236,1593,1594],{"class":332},"rfc",[236,1596,1210],{"class":250},[236,1598,1227],{"class":250},[236,1600,1210],{"class":250},[236,1602,1603],{"class":242},"sep",[236,1605,1210],{"class":250},[236,1607,417],{"class":250},[236,1609,1210],{"class":250},[236,1611,1227],{"class":332},[236,1613,1210],{"class":250},[236,1615,1227],{"class":250},[236,1617,1210],{"class":250},[236,1619,1620],{"class":242},"hdrin",[236,1622,1210],{"class":250},[236,1624,1316],{"class":250},[236,1626,1210],{"class":250},[236,1628,1629],{"class":242},"hdrout",[236,1631,1210],{"class":250},[236,1633,417],{"class":250},[236,1635,1210],{"class":250},[236,1637,1638],{"class":332},"once",[236,1640,1210],{"class":250},[236,1642,1227],{"class":250},[236,1644,1210],{"class":250},[236,1646,1647],{"class":242},"multi",[236,1649,1210],{"class":250},[236,1651,417],{"class":250},[236,1653,1210],{"class":250},[236,1655,1656],{"class":332},"one",[236,1658,1210],{"class":250},[236,1660,1227],{"class":250},[236,1662,1210],{"class":250},[236,1664,1665],{"class":242},"ret",[236,1667,1210],{"class":250},[236,1669,417],{"class":250},[236,1671,1210],{"class":250},[236,1673,1674],{"class":246},"\\\\",[236,1676,1677],{"class":332},"r",[236,1679,1210],{"class":250},[236,1681,1227],{"class":250},[236,1683,1210],{"class":250},[236,1685,1686],{"class":242},"temp",[236,1688,1210],{"class":250},[236,1690,417],{"class":250},[236,1692,1210],{"class":250},[236,1694,578],{"class":332},[236,1696,1210],{"class":250},[236,1698,1227],{"class":250},[236,1700,1210],{"class":250},[236,1702,1703],{"class":242},"skip",[236,1705,1210],{"class":250},[236,1707,417],{"class":250},[236,1709,1210],{"class":250},[236,1711,342],{"class":332},[236,1713,1210],{"class":250},[236,1715,1227],{"class":250},[236,1717,1210],{"class":250},[236,1719,1720],{"class":242},"strings",[236,1722,1210],{"class":250},[236,1724,1316],{"class":250},[236,1726,1210],{"class":250},[236,1728,1729],{"class":242},"include_empty_strings",[236,1731,1210],{"class":250},[236,1733,417],{"class":250},[236,1735,1275],{"class":250},[236,1737,1227],{"class":250},[236,1739,1210],{"class":250},[236,1741,1742],{"class":242},"include_null_values",[236,1744,1210],{"class":250},[236,1746,417],{"class":250},[236,1748,1275],{"class":250},[236,1750,1227],{"class":250},[236,1752,1210],{"class":250},[236,1754,1450],{"class":242},[236,1756,1210],{"class":250},[236,1758,417],{"class":250},[236,1760,1761],{"class":341},"770",[236,1763,1227],{"class":250},[236,1765,1210],{"class":250},[236,1767,1464],{"class":242},[236,1769,1210],{"class":250},[236,1771,417],{"class":250},[236,1773,1774],{"class":341},"320",[236,1776,1227],{"class":250},[236,1778,1210],{"class":250},[236,1780,1781],{"class":242},"wires",[236,1783,1210],{"class":250},[236,1785,1786],{"class":250},":[[",[236,1788,1210],{"class":250},[236,1790,1368],{"class":332},[236,1792,1210],{"class":250},[236,1794,1795],{"class":250},"]]},{",[236,1797,1210],{"class":250},[236,1799,1213],{"class":242},[236,1801,1210],{"class":250},[236,1803,417],{"class":250},[236,1805,1210],{"class":250},[236,1807,1359],{"class":332},[236,1809,1210],{"class":250},[236,1811,1227],{"class":250},[236,1813,1210],{"class":250},[236,1815,1232],{"class":242},[236,1817,1210],{"class":250},[236,1819,417],{"class":250},[236,1821,1210],{"class":250},[236,1823,1824],{"class":332},"function",[236,1826,1210],{"class":250},[236,1828,1227],{"class":250},[236,1830,1210],{"class":250},[236,1832,1250],{"class":242},[236,1834,1210],{"class":250},[236,1836,417],{"class":250},[236,1838,1210],{"class":250},[236,1840,1259],{"class":332},[236,1842,1210],{"class":250},[236,1844,1227],{"class":250},[236,1846,1210],{"class":250},[236,1848,1556],{"class":242},[236,1850,1210],{"class":250},[236,1852,417],{"class":250},[236,1854,1210],{"class":250},[236,1856,1222],{"class":332},[236,1858,1210],{"class":250},[236,1860,1227],{"class":250},[236,1862,1210],{"class":250},[236,1864,1268],{"class":242},[236,1866,1210],{"class":250},[236,1868,417],{"class":250},[236,1870,1210],{"class":250},[236,1872,1873],{"class":332},"Daily PLC Logger",[236,1875,1210],{"class":250},[236,1877,1227],{"class":250},[236,1879,1210],{"class":250},[236,1881,1882],{"class":242},"func",[236,1884,1210],{"class":250},[236,1886,417],{"class":250},[236,1888,1210],{"class":250},[236,1890,1891],{"class":332},"\u002F\u002F @ts-ignore Node ≥ 18.15 provides fs.statfsSync; editor types may lag",[236,1893,1894],{"class":246},"\\n\\n",[236,1896,1897],{"class":332},"const now = new Date();",[236,1899,1900],{"class":246},"\\n",[236,1902,1903],{"class":332},"const dateStr = now.toISOString().split('T')[0];",[236,1905,1900],{"class":246},[236,1907,1908],{"class":332},"const timestamp = now.toISOString();",[236,1910,1894],{"class":246},[236,1912,1913],{"class":332},"const filename = `.\u002Fplc_data_${dateStr}.csv`;",[236,1915,1894],{"class":246},[236,1917,1918],{"class":332},"msg.payload = {",[236,1920,1900],{"class":246},[236,1922,1923],{"class":332},"    timestamp: timestamp,",[236,1925,1900],{"class":246},[236,1927,1928],{"class":332},"    temperature: msg.payload,",[236,1930,1900],{"class":246},[236,1932,1933],{"class":332},"};",[236,1935,1894],{"class":246},[236,1937,1938],{"class":332},"msg.filename = filename;",[236,1940,1894],{"class":246},[236,1942,1943],{"class":332},"\u002F\u002F Track last date in flow context",[236,1945,1900],{"class":246},[236,1947,1948],{"class":332},"const lastDate = flow.get('lastDate') || '';",[236,1950,1900],{"class":246},[236,1952,1953],{"class":332},"if (lastDate !== dateStr) {",[236,1955,1900],{"class":246},[236,1957,1958],{"class":332},"    msg.reset = true; \u002F\u002F Will trigger CSV node to write headers",[236,1960,1900],{"class":246},[236,1962,1963],{"class":332},"    flow.set('lastDate', dateStr);",[236,1965,1900],{"class":246},[236,1967,1968],{"class":332},"} ",[236,1970,1894],{"class":246},[236,1972,1973],{"class":332},"return msg;",[236,1975,1900],{"class":246},[236,1977,1210],{"class":250},[236,1979,1227],{"class":250},[236,1981,1210],{"class":250},[236,1983,1984],{"class":242},"outputs",[236,1986,1210],{"class":250},[236,1988,417],{"class":250},[236,1990,1041],{"class":341},[236,1992,1227],{"class":250},[236,1994,1210],{"class":250},[236,1996,1997],{"class":242},"timeout",[236,1999,1210],{"class":250},[236,2001,417],{"class":250},[236,2003,342],{"class":341},[236,2005,1227],{"class":250},[236,2007,1210],{"class":250},[236,2009,2010],{"class":242},"noerr",[236,2012,1210],{"class":250},[236,2014,417],{"class":250},[236,2016,342],{"class":341},[236,2018,1227],{"class":250},[236,2020,1210],{"class":250},[236,2022,2023],{"class":242},"initialize",[236,2025,1210],{"class":250},[236,2027,417],{"class":250},[236,2029,1275],{"class":250},[236,2031,1227],{"class":250},[236,2033,1210],{"class":250},[236,2035,2036],{"class":242},"finalize",[236,2038,1210],{"class":250},[236,2040,417],{"class":250},[236,2042,1275],{"class":250},[236,2044,1227],{"class":250},[236,2046,1210],{"class":250},[236,2048,2049],{"class":242},"libs",[236,2051,1210],{"class":250},[236,2053,2054],{"class":250},":[],",[236,2056,1210],{"class":250},[236,2058,1450],{"class":242},[236,2060,1210],{"class":250},[236,2062,417],{"class":250},[236,2064,2065],{"class":341},"610",[236,2067,1227],{"class":250},[236,2069,1210],{"class":250},[236,2071,1464],{"class":242},[236,2073,1210],{"class":250},[236,2075,417],{"class":250},[236,2077,1774],{"class":341},[236,2079,1227],{"class":250},[236,2081,1210],{"class":250},[236,2083,1781],{"class":242},[236,2085,1210],{"class":250},[236,2087,1786],{"class":250},[236,2089,1210],{"class":250},[236,2091,1350],{"class":332},[236,2093,1210],{"class":250},[236,2095,1795],{"class":250},[236,2097,1210],{"class":250},[236,2099,1213],{"class":242},[236,2101,1210],{"class":250},[236,2103,417],{"class":250},[236,2105,1210],{"class":250},[236,2107,1368],{"class":332},[236,2109,1210],{"class":250},[236,2111,1227],{"class":250},[236,2113,1210],{"class":250},[236,2115,1232],{"class":242},[236,2117,1210],{"class":250},[236,2119,417],{"class":250},[236,2121,1210],{"class":250},[236,2123,2124],{"class":332},"file",[236,2126,1210],{"class":250},[236,2128,1227],{"class":250},[236,2130,1210],{"class":250},[236,2132,1250],{"class":242},[236,2134,1210],{"class":250},[236,2136,417],{"class":250},[236,2138,1210],{"class":250},[236,2140,1259],{"class":332},[236,2142,1210],{"class":250},[236,2144,1227],{"class":250},[236,2146,1210],{"class":250},[236,2148,1556],{"class":242},[236,2150,1210],{"class":250},[236,2152,417],{"class":250},[236,2154,1210],{"class":250},[236,2156,1222],{"class":332},[236,2158,1210],{"class":250},[236,2160,1227],{"class":250},[236,2162,1210],{"class":250},[236,2164,1268],{"class":242},[236,2166,1210],{"class":250},[236,2168,417],{"class":250},[236,2170,1210],{"class":250},[236,2172,2173],{"class":332},"Log Data to CSV file",[236,2175,1210],{"class":250},[236,2177,1227],{"class":250},[236,2179,1210],{"class":250},[236,2181,2182],{"class":242},"filename",[236,2184,1210],{"class":250},[236,2186,417],{"class":250},[236,2188,1210],{"class":250},[236,2190,2182],{"class":332},[236,2192,1210],{"class":250},[236,2194,1227],{"class":250},[236,2196,1210],{"class":250},[236,2198,2199],{"class":242},"filenameType",[236,2201,1210],{"class":250},[236,2203,417],{"class":250},[236,2205,1210],{"class":250},[236,2207,397],{"class":332},[236,2209,1210],{"class":250},[236,2211,1227],{"class":250},[236,2213,1210],{"class":250},[236,2215,2216],{"class":242},"appendNewline",[236,2218,1210],{"class":250},[236,2220,1316],{"class":250},[236,2222,1210],{"class":250},[236,2224,2225],{"class":242},"createDir",[236,2227,1210],{"class":250},[236,2229,1316],{"class":250},[236,2231,1210],{"class":250},[236,2233,2234],{"class":242},"overwriteFile",[236,2236,1210],{"class":250},[236,2238,417],{"class":250},[236,2240,1210],{"class":250},[236,2242,2243],{"class":332},"false",[236,2245,1210],{"class":250},[236,2247,1227],{"class":250},[236,2249,1210],{"class":250},[236,2251,2252],{"class":242},"encoding",[236,2254,1210],{"class":250},[236,2256,417],{"class":250},[236,2258,1210],{"class":250},[236,2260,2261],{"class":332},"none",[236,2263,1210],{"class":250},[236,2265,1227],{"class":250},[236,2267,1210],{"class":250},[236,2269,1450],{"class":242},[236,2271,1210],{"class":250},[236,2273,417],{"class":250},[236,2275,2276],{"class":341},"940",[236,2278,1227],{"class":250},[236,2280,1210],{"class":250},[236,2282,1464],{"class":242},[236,2284,1210],{"class":250},[236,2286,417],{"class":250},[236,2288,1774],{"class":341},[236,2290,1227],{"class":250},[236,2292,1210],{"class":250},[236,2294,1781],{"class":242},[236,2296,1210],{"class":250},[236,2298,1786],{"class":250},[236,2300,1210],{"class":250},[236,2302,1440],{"class":332},[236,2304,1210],{"class":250},[236,2306,1795],{"class":250},[236,2308,1210],{"class":250},[236,2310,1213],{"class":242},[236,2312,1210],{"class":250},[236,2314,417],{"class":250},[236,2316,1210],{"class":250},[236,2318,1377],{"class":332},[236,2320,1210],{"class":250},[236,2322,1227],{"class":250},[236,2324,1210],{"class":250},[236,2326,1232],{"class":242},[236,2328,1210],{"class":250},[236,2330,417],{"class":250},[236,2332,1210],{"class":250},[236,2334,2335],{"class":332},"OpcUa-Client",[236,2337,1210],{"class":250},[236,2339,1227],{"class":250},[236,2341,1210],{"class":250},[236,2343,1250],{"class":242},[236,2345,1210],{"class":250},[236,2347,417],{"class":250},[236,2349,1210],{"class":250},[236,2351,1259],{"class":332},[236,2353,1210],{"class":250},[236,2355,1227],{"class":250},[236,2357,1210],{"class":250},[236,2359,1556],{"class":242},[236,2361,1210],{"class":250},[236,2363,417],{"class":250},[236,2365,1210],{"class":250},[236,2367,1222],{"class":332},[236,2369,1210],{"class":250},[236,2371,1227],{"class":250},[236,2373,1210],{"class":250},[236,2375,2376],{"class":242},"endpoint",[236,2378,1210],{"class":250},[236,2380,417],{"class":250},[236,2382,1275],{"class":250},[236,2384,1227],{"class":250},[236,2386,1210],{"class":250},[236,2388,2389],{"class":242},"action",[236,2391,1210],{"class":250},[236,2393,417],{"class":250},[236,2395,1210],{"class":250},[236,2397,2398],{"class":332},"read",[236,2400,1210],{"class":250},[236,2402,1227],{"class":250},[236,2404,1210],{"class":250},[236,2406,2407],{"class":242},"deadbandtype",[236,2409,1210],{"class":250},[236,2411,417],{"class":250},[236,2413,1210],{"class":250},[236,2415,62],{"class":332},[236,2417,1210],{"class":250},[236,2419,1227],{"class":250},[236,2421,1210],{"class":250},[236,2423,2424],{"class":242},"deadbandvalue",[236,2426,1210],{"class":250},[236,2428,417],{"class":250},[236,2430,1041],{"class":341},[236,2432,1227],{"class":250},[236,2434,1210],{"class":250},[236,2436,2437],{"class":242},"time",[236,2439,1210],{"class":250},[236,2441,417],{"class":250},[236,2443,2444],{"class":341},"10",[236,2446,1227],{"class":250},[236,2448,1210],{"class":250},[236,2450,2451],{"class":242},"timeUnit",[236,2453,1210],{"class":250},[236,2455,417],{"class":250},[236,2457,1210],{"class":250},[236,2459,2460],{"class":332},"s",[236,2462,1210],{"class":250},[236,2464,1227],{"class":250},[236,2466,1210],{"class":250},[236,2468,2469],{"class":242},"certificate",[236,2471,1210],{"class":250},[236,2473,417],{"class":250},[236,2475,1210],{"class":250},[236,2477,2478],{"class":332},"n",[236,2480,1210],{"class":250},[236,2482,1227],{"class":250},[236,2484,1210],{"class":250},[236,2486,2487],{"class":242},"localfile",[236,2489,1210],{"class":250},[236,2491,417],{"class":250},[236,2493,1275],{"class":250},[236,2495,1227],{"class":250},[236,2497,1210],{"class":250},[236,2499,2500],{"class":242},"localkeyfile",[236,2502,1210],{"class":250},[236,2504,417],{"class":250},[236,2506,1275],{"class":250},[236,2508,1227],{"class":250},[236,2510,1210],{"class":250},[236,2512,2513],{"class":242},"securitymode",[236,2515,1210],{"class":250},[236,2517,417],{"class":250},[236,2519,1210],{"class":250},[236,2521,2522],{"class":332},"None",[236,2524,1210],{"class":250},[236,2526,1227],{"class":250},[236,2528,1210],{"class":250},[236,2530,2531],{"class":242},"securitypolicy",[236,2533,1210],{"class":250},[236,2535,417],{"class":250},[236,2537,1210],{"class":250},[236,2539,2522],{"class":332},[236,2541,1210],{"class":250},[236,2543,1227],{"class":250},[236,2545,1210],{"class":250},[236,2547,2548],{"class":242},"useTransport",[236,2550,1210],{"class":250},[236,2552,2553],{"class":250},":false,",[236,2555,1210],{"class":250},[236,2557,2558],{"class":242},"maxChunkCount",[236,2560,1210],{"class":250},[236,2562,417],{"class":250},[236,2564,1041],{"class":341},[236,2566,1227],{"class":250},[236,2568,1210],{"class":250},[236,2570,2571],{"class":242},"maxMessageSize",[236,2573,1210],{"class":250},[236,2575,417],{"class":250},[236,2577,2578],{"class":341},"8192",[236,2580,1227],{"class":250},[236,2582,1210],{"class":250},[236,2584,2585],{"class":242},"receiveBufferSize",[236,2587,1210],{"class":250},[236,2589,417],{"class":250},[236,2591,2578],{"class":341},[236,2593,1227],{"class":250},[236,2595,1210],{"class":250},[236,2597,2598],{"class":242},"sendBufferSize",[236,2600,1210],{"class":250},[236,2602,417],{"class":250},[236,2604,2578],{"class":341},[236,2606,1227],{"class":250},[236,2608,1210],{"class":250},[236,2610,2611],{"class":242},"setstatusandtime",[236,2613,1210],{"class":250},[236,2615,2553],{"class":250},[236,2617,1210],{"class":250},[236,2619,2620],{"class":242},"keepsessionalive",[236,2622,1210],{"class":250},[236,2624,2553],{"class":250},[236,2626,1210],{"class":250},[236,2628,1268],{"class":242},[236,2630,1210],{"class":250},[236,2632,417],{"class":250},[236,2634,1275],{"class":250},[236,2636,1227],{"class":250},[236,2638,1210],{"class":250},[236,2640,1450],{"class":242},[236,2642,1210],{"class":250},[236,2644,417],{"class":250},[236,2646,2647],{"class":341},"420",[236,2649,1227],{"class":250},[236,2651,1210],{"class":250},[236,2653,1464],{"class":242},[236,2655,1210],{"class":250},[236,2657,417],{"class":250},[236,2659,1774],{"class":341},[236,2661,1227],{"class":250},[236,2663,1210],{"class":250},[236,2665,1781],{"class":242},[236,2667,1210],{"class":250},[236,2669,1786],{"class":250},[236,2671,1210],{"class":250},[236,2673,1359],{"class":332},[236,2675,1210],{"class":250},[236,2677,2678],{"class":250},"],[],[]]},{",[236,2680,1210],{"class":250},[236,2682,1213],{"class":242},[236,2684,1210],{"class":250},[236,2686,417],{"class":250},[236,2688,1210],{"class":250},[236,2690,1386],{"class":332},[236,2692,1210],{"class":250},[236,2694,1227],{"class":250},[236,2696,1210],{"class":250},[236,2698,1232],{"class":242},[236,2700,1210],{"class":250},[236,2702,417],{"class":250},[236,2704,1210],{"class":250},[236,2706,2707],{"class":332},"inject",[236,2709,1210],{"class":250},[236,2711,1227],{"class":250},[236,2713,1210],{"class":250},[236,2715,1250],{"class":242},[236,2717,1210],{"class":250},[236,2719,417],{"class":250},[236,2721,1210],{"class":250},[236,2723,1259],{"class":332},[236,2725,1210],{"class":250},[236,2727,1227],{"class":250},[236,2729,1210],{"class":250},[236,2731,1556],{"class":242},[236,2733,1210],{"class":250},[236,2735,417],{"class":250},[236,2737,1210],{"class":250},[236,2739,1222],{"class":332},[236,2741,1210],{"class":250},[236,2743,1227],{"class":250},[236,2745,1210],{"class":250},[236,2747,1268],{"class":242},[236,2749,1210],{"class":250},[236,2751,417],{"class":250},[236,2753,1275],{"class":250},[236,2755,1227],{"class":250},[236,2757,1210],{"class":250},[236,2759,2760],{"class":242},"props",[236,2762,1210],{"class":250},[236,2764,2765],{"class":250},":[{",[236,2767,1210],{"class":250},[236,2769,12],{"class":1292},[236,2771,1210],{"class":250},[236,2773,417],{"class":250},[236,2775,1210],{"class":250},[236,2777,2778],{"class":332},"topic",[236,2780,1210],{"class":250},[236,2782,1227],{"class":250},[236,2784,1210],{"class":250},[236,2786,2787],{"class":1292},"vt",[236,2789,1210],{"class":250},[236,2791,417],{"class":250},[236,2793,1210],{"class":250},[236,2795,2796],{"class":332},"str",[236,2798,1210],{"class":250},[236,2800,2801],{"class":250},"}],",[236,2803,1210],{"class":250},[236,2805,2806],{"class":242},"repeat",[236,2808,1210],{"class":250},[236,2810,417],{"class":250},[236,2812,1210],{"class":250},[236,2814,2815],{"class":332},"5",[236,2817,1210],{"class":250},[236,2819,1227],{"class":250},[236,2821,1210],{"class":250},[236,2823,2824],{"class":242},"crontab",[236,2826,1210],{"class":250},[236,2828,417],{"class":250},[236,2830,1275],{"class":250},[236,2832,1227],{"class":250},[236,2834,1210],{"class":250},[236,2836,1638],{"class":242},[236,2838,1210],{"class":250},[236,2840,2553],{"class":250},[236,2842,1210],{"class":250},[236,2844,2845],{"class":242},"onceDelay",[236,2847,1210],{"class":250},[236,2849,417],{"class":250},[236,2851,2852],{"class":341},"0.1",[236,2854,1227],{"class":250},[236,2856,1210],{"class":250},[236,2858,2778],{"class":242},[236,2860,1210],{"class":250},[236,2862,417],{"class":250},[236,2864,1210],{"class":250},[236,2866,2867],{"class":332},"ns=3;i=1004",[236,2869,1210],{"class":250},[236,2871,1227],{"class":250},[236,2873,1210],{"class":250},[236,2875,1450],{"class":242},[236,2877,1210],{"class":250},[236,2879,417],{"class":250},[236,2881,2882],{"class":341},"220",[236,2884,1227],{"class":250},[236,2886,1210],{"class":250},[236,2888,1464],{"class":242},[236,2890,1210],{"class":250},[236,2892,417],{"class":250},[236,2894,1774],{"class":341},[236,2896,1227],{"class":250},[236,2898,1210],{"class":250},[236,2900,1781],{"class":242},[236,2902,1210],{"class":250},[236,2904,1786],{"class":250},[236,2906,1210],{"class":250},[236,2908,1377],{"class":332},[236,2910,1210],{"class":250},[236,2912,1795],{"class":250},[236,2914,1210],{"class":250},[236,2916,1213],{"class":242},[236,2918,1210],{"class":250},[236,2920,417],{"class":250},[236,2922,1210],{"class":250},[236,2924,1395],{"class":332},[236,2926,1210],{"class":250},[236,2928,1227],{"class":250},[236,2930,1210],{"class":250},[236,2932,1232],{"class":242},[236,2934,1210],{"class":250},[236,2936,417],{"class":250},[236,2938,1210],{"class":250},[236,2940,2941],{"class":332},"catch",[236,2943,1210],{"class":250},[236,2945,1227],{"class":250},[236,2947,1210],{"class":250},[236,2949,1250],{"class":242},[236,2951,1210],{"class":250},[236,2953,417],{"class":250},[236,2955,1210],{"class":250},[236,2957,1259],{"class":332},[236,2959,1210],{"class":250},[236,2961,1227],{"class":250},[236,2963,1210],{"class":250},[236,2965,1556],{"class":242},[236,2967,1210],{"class":250},[236,2969,417],{"class":250},[236,2971,1210],{"class":250},[236,2973,1222],{"class":332},[236,2975,1210],{"class":250},[236,2977,1227],{"class":250},[236,2979,1210],{"class":250},[236,2981,1268],{"class":242},[236,2983,1210],{"class":250},[236,2985,417],{"class":250},[236,2987,1275],{"class":250},[236,2989,1227],{"class":250},[236,2991,1210],{"class":250},[236,2993,2994],{"class":242},"scope",[236,2996,1210],{"class":250},[236,2998,1345],{"class":250},[236,3000,1210],{"class":250},[236,3002,1368],{"class":332},[236,3004,1210],{"class":250},[236,3006,1445],{"class":250},[236,3008,1210],{"class":250},[236,3010,3011],{"class":242},"uncaught",[236,3013,1210],{"class":250},[236,3015,2553],{"class":250},[236,3017,1210],{"class":250},[236,3019,1450],{"class":242},[236,3021,1210],{"class":250},[236,3023,417],{"class":250},[236,3025,3026],{"class":341},"180",[236,3028,1227],{"class":250},[236,3030,1210],{"class":250},[236,3032,1464],{"class":242},[236,3034,1210],{"class":250},[236,3036,417],{"class":250},[236,3038,2647],{"class":341},[236,3040,1227],{"class":250},[236,3042,1210],{"class":250},[236,3044,1781],{"class":242},[236,3046,1210],{"class":250},[236,3048,1786],{"class":250},[236,3050,1210],{"class":250},[236,3052,1404],{"class":332},[236,3054,1210],{"class":250},[236,3056,1795],{"class":250},[236,3058,1210],{"class":250},[236,3060,1213],{"class":242},[236,3062,1210],{"class":250},[236,3064,417],{"class":250},[236,3066,1210],{"class":250},[236,3068,1404],{"class":332},[236,3070,1210],{"class":250},[236,3072,1227],{"class":250},[236,3074,1210],{"class":250},[236,3076,1232],{"class":242},[236,3078,1210],{"class":250},[236,3080,417],{"class":250},[236,3082,1210],{"class":250},[236,3084,3085],{"class":332},"debug",[236,3087,1210],{"class":250},[236,3089,1227],{"class":250},[236,3091,1210],{"class":250},[236,3093,1250],{"class":242},[236,3095,1210],{"class":250},[236,3097,417],{"class":250},[236,3099,1210],{"class":250},[236,3101,1259],{"class":332},[236,3103,1210],{"class":250},[236,3105,1227],{"class":250},[236,3107,1210],{"class":250},[236,3109,1556],{"class":242},[236,3111,1210],{"class":250},[236,3113,417],{"class":250},[236,3115,1210],{"class":250},[236,3117,1222],{"class":332},[236,3119,1210],{"class":250},[236,3121,1227],{"class":250},[236,3123,1210],{"class":250},[236,3125,1268],{"class":242},[236,3127,1210],{"class":250},[236,3129,417],{"class":250},[236,3131,1210],{"class":250},[236,3133,3134],{"class":332},"Errrors",[236,3136,1210],{"class":250},[236,3138,1227],{"class":250},[236,3140,1210],{"class":250},[236,3142,3143],{"class":242},"active",[236,3145,1210],{"class":250},[236,3147,1316],{"class":250},[236,3149,1210],{"class":250},[236,3151,3152],{"class":242},"tosidebar",[236,3154,1210],{"class":250},[236,3156,1316],{"class":250},[236,3158,1210],{"class":250},[236,3160,3161],{"class":242},"console",[236,3163,1210],{"class":250},[236,3165,2553],{"class":250},[236,3167,1210],{"class":250},[236,3169,3170],{"class":242},"tostatus",[236,3172,1210],{"class":250},[236,3174,2553],{"class":250},[236,3176,1210],{"class":250},[236,3178,3179],{"class":242},"complete",[236,3181,1210],{"class":250},[236,3183,417],{"class":250},[236,3185,1210],{"class":250},[236,3187,439],{"class":332},[236,3189,1210],{"class":250},[236,3191,1227],{"class":250},[236,3193,1210],{"class":250},[236,3195,3196],{"class":242},"targetType",[236,3198,1210],{"class":250},[236,3200,417],{"class":250},[236,3202,1210],{"class":250},[236,3204,397],{"class":332},[236,3206,1210],{"class":250},[236,3208,1227],{"class":250},[236,3210,1210],{"class":250},[236,3212,3213],{"class":242},"statusVal",[236,3215,1210],{"class":250},[236,3217,417],{"class":250},[236,3219,1275],{"class":250},[236,3221,1227],{"class":250},[236,3223,1210],{"class":250},[236,3225,3226],{"class":242},"statusType",[236,3228,1210],{"class":250},[236,3230,417],{"class":250},[236,3232,1210],{"class":250},[236,3234,3235],{"class":332},"auto",[236,3237,1210],{"class":250},[236,3239,1227],{"class":250},[236,3241,1210],{"class":250},[236,3243,1450],{"class":242},[236,3245,1210],{"class":250},[236,3247,417],{"class":250},[236,3249,3250],{"class":341},"630",[236,3252,1227],{"class":250},[236,3254,1210],{"class":250},[236,3256,1464],{"class":242},[236,3258,1210],{"class":250},[236,3260,417],{"class":250},[236,3262,2647],{"class":341},[236,3264,1227],{"class":250},[236,3266,1210],{"class":250},[236,3268,1781],{"class":242},[236,3270,1210],{"class":250},[236,3272,3273],{"class":250},":[]},{",[236,3275,1210],{"class":250},[236,3277,1213],{"class":242},[236,3279,1210],{"class":250},[236,3281,417],{"class":250},[236,3283,1210],{"class":250},[236,3285,1413],{"class":332},[236,3287,1210],{"class":250},[236,3289,1227],{"class":250},[236,3291,1210],{"class":250},[236,3293,1232],{"class":242},[236,3295,1210],{"class":250},[236,3297,417],{"class":250},[236,3299,1210],{"class":250},[236,3301,1824],{"class":332},[236,3303,1210],{"class":250},[236,3305,1227],{"class":250},[236,3307,1210],{"class":250},[236,3309,1250],{"class":242},[236,3311,1210],{"class":250},[236,3313,417],{"class":250},[236,3315,1210],{"class":250},[236,3317,1259],{"class":332},[236,3319,1210],{"class":250},[236,3321,1227],{"class":250},[236,3323,1210],{"class":250},[236,3325,1556],{"class":242},[236,3327,1210],{"class":250},[236,3329,417],{"class":250},[236,3331,1210],{"class":250},[236,3333,1222],{"class":332},[236,3335,1210],{"class":250},[236,3337,1227],{"class":250},[236,3339,1210],{"class":250},[236,3341,1268],{"class":242},[236,3343,1210],{"class":250},[236,3345,417],{"class":250},[236,3347,1210],{"class":250},[236,3349,3350],{"class":332},"Check Disk Space",[236,3352,1210],{"class":250},[236,3354,1227],{"class":250},[236,3356,1210],{"class":250},[236,3358,1882],{"class":242},[236,3360,1210],{"class":250},[236,3362,417],{"class":250},[236,3364,1210],{"class":250},[236,3366,3367],{"class":332},"try {",[236,3369,1900],{"class":246},[236,3371,3372],{"class":332},"    \u002F\u002F Get disk usage information",[236,3374,1900],{"class":246},[236,3376,3377],{"class":332},"    const stats = fs.statfsSync('.\u002F');",[236,3379,1894],{"class":246},[236,3381,3382],{"class":332},"    const totalSpace = stats.blocks * stats.bsize;",[236,3384,1900],{"class":246},[236,3386,3387],{"class":332},"    const freeSpace = stats.bfree * stats.bsize;",[236,3389,1900],{"class":246},[236,3391,3392],{"class":332},"    const usedSpace = totalSpace - freeSpace;",[236,3394,1900],{"class":246},[236,3396,3397],{"class":332},"    const percentUsed = (usedSpace \u002F totalSpace) * 100;",[236,3399,1894],{"class":246},[236,3401,3402],{"class":332},"    msg.payload = {",[236,3404,1900],{"class":246},[236,3406,3407],{"class":332},"        totalGB: (totalSpace \u002F (1024 ** 3)).toFixed(2),",[236,3409,1900],{"class":246},[236,3411,3412],{"class":332},"        freeGB: (freeSpace \u002F (1024 ** 3)).toFixed(2),",[236,3414,1900],{"class":246},[236,3416,3417],{"class":332},"        usedGB: (usedSpace \u002F (1024 ** 3)).toFixed(2),",[236,3419,1900],{"class":246},[236,3421,3422],{"class":332},"        percentUsed: percentUsed.toFixed(2)",[236,3424,1900],{"class":246},[236,3426,3427],{"class":332},"    };",[236,3429,1894],{"class":246},[236,3431,3432],{"class":332},"    \u002F\u002F Warning threshold",[236,3434,1900],{"class":246},[236,3436,3437],{"class":332},"    if (percentUsed > 90) {",[236,3439,1900],{"class":246},[236,3441,3442],{"class":332},"        msg.warning = `Disk space critical: ${percentUsed.toFixed(1)}% used`;",[236,3444,1900],{"class":246},[236,3446,3447],{"class":332},"    }",[236,3449,1894],{"class":246},[236,3451,3452],{"class":332},"    return msg;",[236,3454,1894],{"class":246},[236,3456,3457],{"class":332},"} catch (err) {",[236,3459,1900],{"class":246},[236,3461,3462],{"class":332},"    msg.payload = { error: err.message };",[236,3464,1900],{"class":246},[236,3466,3452],{"class":332},[236,3468,1900],{"class":246},[236,3470,372],{"class":332},[236,3472,1210],{"class":250},[236,3474,1227],{"class":250},[236,3476,1210],{"class":250},[236,3478,1984],{"class":242},[236,3480,1210],{"class":250},[236,3482,417],{"class":250},[236,3484,1041],{"class":341},[236,3486,1227],{"class":250},[236,3488,1210],{"class":250},[236,3490,1997],{"class":242},[236,3492,1210],{"class":250},[236,3494,417],{"class":250},[236,3496,342],{"class":341},[236,3498,1227],{"class":250},[236,3500,1210],{"class":250},[236,3502,2010],{"class":242},[236,3504,1210],{"class":250},[236,3506,417],{"class":250},[236,3508,342],{"class":341},[236,3510,1227],{"class":250},[236,3512,1210],{"class":250},[236,3514,2023],{"class":242},[236,3516,1210],{"class":250},[236,3518,417],{"class":250},[236,3520,1275],{"class":250},[236,3522,1227],{"class":250},[236,3524,1210],{"class":250},[236,3526,2036],{"class":242},[236,3528,1210],{"class":250},[236,3530,417],{"class":250},[236,3532,1275],{"class":250},[236,3534,1227],{"class":250},[236,3536,1210],{"class":250},[236,3538,2049],{"class":242},[236,3540,1210],{"class":250},[236,3542,2765],{"class":250},[236,3544,1210],{"class":250},[236,3546,3547],{"class":1292},"var",[236,3549,1210],{"class":250},[236,3551,417],{"class":250},[236,3553,1210],{"class":250},[236,3555,3556],{"class":332},"fs",[236,3558,1210],{"class":250},[236,3560,1227],{"class":250},[236,3562,1210],{"class":250},[236,3564,3565],{"class":1292},"module",[236,3567,1210],{"class":250},[236,3569,417],{"class":250},[236,3571,1210],{"class":250},[236,3573,3556],{"class":332},[236,3575,1210],{"class":250},[236,3577,2801],{"class":250},[236,3579,1210],{"class":250},[236,3581,1450],{"class":242},[236,3583,1210],{"class":250},[236,3585,417],{"class":250},[236,3587,3588],{"class":341},"430",[236,3590,1227],{"class":250},[236,3592,1210],{"class":250},[236,3594,1464],{"class":242},[236,3596,1210],{"class":250},[236,3598,417],{"class":250},[236,3600,3601],{"class":341},"500",[236,3603,1227],{"class":250},[236,3605,1210],{"class":250},[236,3607,1781],{"class":242},[236,3609,1210],{"class":250},[236,3611,1786],{"class":250},[236,3613,1210],{"class":250},[236,3615,1431],{"class":332},[236,3617,1210],{"class":250},[236,3619,1795],{"class":250},[236,3621,1210],{"class":250},[236,3623,1213],{"class":242},[236,3625,1210],{"class":250},[236,3627,417],{"class":250},[236,3629,1210],{"class":250},[236,3631,1422],{"class":332},[236,3633,1210],{"class":250},[236,3635,1227],{"class":250},[236,3637,1210],{"class":250},[236,3639,1232],{"class":242},[236,3641,1210],{"class":250},[236,3643,417],{"class":250},[236,3645,1210],{"class":250},[236,3647,2707],{"class":332},[236,3649,1210],{"class":250},[236,3651,1227],{"class":250},[236,3653,1210],{"class":250},[236,3655,1250],{"class":242},[236,3657,1210],{"class":250},[236,3659,417],{"class":250},[236,3661,1210],{"class":250},[236,3663,1259],{"class":332},[236,3665,1210],{"class":250},[236,3667,1227],{"class":250},[236,3669,1210],{"class":250},[236,3671,1556],{"class":242},[236,3673,1210],{"class":250},[236,3675,417],{"class":250},[236,3677,1210],{"class":250},[236,3679,1222],{"class":332},[236,3681,1210],{"class":250},[236,3683,1227],{"class":250},[236,3685,1210],{"class":250},[236,3687,1268],{"class":242},[236,3689,1210],{"class":250},[236,3691,417],{"class":250},[236,3693,1275],{"class":250},[236,3695,1227],{"class":250},[236,3697,1210],{"class":250},[236,3699,2760],{"class":242},[236,3701,1210],{"class":250},[236,3703,2765],{"class":250},[236,3705,1210],{"class":250},[236,3707,12],{"class":1292},[236,3709,1210],{"class":250},[236,3711,417],{"class":250},[236,3713,1210],{"class":250},[236,3715,439],{"class":332},[236,3717,1210],{"class":250},[236,3719,1502],{"class":250},[236,3721,1210],{"class":250},[236,3723,12],{"class":1292},[236,3725,1210],{"class":250},[236,3727,417],{"class":250},[236,3729,1210],{"class":250},[236,3731,2778],{"class":332},[236,3733,1210],{"class":250},[236,3735,1227],{"class":250},[236,3737,1210],{"class":250},[236,3739,2787],{"class":1292},[236,3741,1210],{"class":250},[236,3743,417],{"class":250},[236,3745,1210],{"class":250},[236,3747,2796],{"class":332},[236,3749,1210],{"class":250},[236,3751,2801],{"class":250},[236,3753,1210],{"class":250},[236,3755,2806],{"class":242},[236,3757,1210],{"class":250},[236,3759,417],{"class":250},[236,3761,1210],{"class":250},[236,3763,3764],{"class":332},"1800",[236,3766,1210],{"class":250},[236,3768,1227],{"class":250},[236,3770,1210],{"class":250},[236,3772,2824],{"class":242},[236,3774,1210],{"class":250},[236,3776,417],{"class":250},[236,3778,1275],{"class":250},[236,3780,1227],{"class":250},[236,3782,1210],{"class":250},[236,3784,1638],{"class":242},[236,3786,1210],{"class":250},[236,3788,2553],{"class":250},[236,3790,1210],{"class":250},[236,3792,2845],{"class":242},[236,3794,1210],{"class":250},[236,3796,417],{"class":250},[236,3798,2852],{"class":341},[236,3800,1227],{"class":250},[236,3802,1210],{"class":250},[236,3804,2778],{"class":242},[236,3806,1210],{"class":250},[236,3808,417],{"class":250},[236,3810,1275],{"class":250},[236,3812,1227],{"class":250},[236,3814,1210],{"class":250},[236,3816,439],{"class":242},[236,3818,1210],{"class":250},[236,3820,417],{"class":250},[236,3822,1275],{"class":250},[236,3824,1227],{"class":250},[236,3826,1210],{"class":250},[236,3828,3829],{"class":242},"payloadType",[236,3831,1210],{"class":250},[236,3833,417],{"class":250},[236,3835,1210],{"class":250},[236,3837,3838],{"class":332},"date",[236,3840,1210],{"class":250},[236,3842,1227],{"class":250},[236,3844,1210],{"class":250},[236,3846,1450],{"class":242},[236,3848,1210],{"class":250},[236,3850,417],{"class":250},[236,3852,3853],{"class":341},"210",[236,3855,1227],{"class":250},[236,3857,1210],{"class":250},[236,3859,1464],{"class":242},[236,3861,1210],{"class":250},[236,3863,417],{"class":250},[236,3865,3601],{"class":341},[236,3867,1227],{"class":250},[236,3869,1210],{"class":250},[236,3871,1781],{"class":242},[236,3873,1210],{"class":250},[236,3875,1786],{"class":250},[236,3877,1210],{"class":250},[236,3879,1413],{"class":332},[236,3881,1210],{"class":250},[236,3883,1795],{"class":250},[236,3885,1210],{"class":250},[236,3887,1213],{"class":242},[236,3889,1210],{"class":250},[236,3891,417],{"class":250},[236,3893,1210],{"class":250},[236,3895,1431],{"class":332},[236,3897,1210],{"class":250},[236,3899,1227],{"class":250},[236,3901,1210],{"class":250},[236,3903,1232],{"class":242},[236,3905,1210],{"class":250},[236,3907,417],{"class":250},[236,3909,1210],{"class":250},[236,3911,3085],{"class":332},[236,3913,1210],{"class":250},[236,3915,1227],{"class":250},[236,3917,1210],{"class":250},[236,3919,1250],{"class":242},[236,3921,1210],{"class":250},[236,3923,417],{"class":250},[236,3925,1210],{"class":250},[236,3927,1259],{"class":332},[236,3929,1210],{"class":250},[236,3931,1227],{"class":250},[236,3933,1210],{"class":250},[236,3935,1556],{"class":242},[236,3937,1210],{"class":250},[236,3939,417],{"class":250},[236,3941,1210],{"class":250},[236,3943,1222],{"class":332},[236,3945,1210],{"class":250},[236,3947,1227],{"class":250},[236,3949,1210],{"class":250},[236,3951,1268],{"class":242},[236,3953,1210],{"class":250},[236,3955,417],{"class":250},[236,3957,1210],{"class":250},[236,3959,3960],{"class":332},"Disk Full Warning !",[236,3962,1210],{"class":250},[236,3964,1227],{"class":250},[236,3966,1210],{"class":250},[236,3968,3143],{"class":242},[236,3970,1210],{"class":250},[236,3972,1316],{"class":250},[236,3974,1210],{"class":250},[236,3976,3152],{"class":242},[236,3978,1210],{"class":250},[236,3980,1316],{"class":250},[236,3982,1210],{"class":250},[236,3984,3161],{"class":242},[236,3986,1210],{"class":250},[236,3988,2553],{"class":250},[236,3990,1210],{"class":250},[236,3992,3170],{"class":242},[236,3994,1210],{"class":250},[236,3996,2553],{"class":250},[236,3998,1210],{"class":250},[236,4000,3179],{"class":242},[236,4002,1210],{"class":250},[236,4004,417],{"class":250},[236,4006,1210],{"class":250},[236,4008,439],{"class":332},[236,4010,1210],{"class":250},[236,4012,1227],{"class":250},[236,4014,1210],{"class":250},[236,4016,3196],{"class":242},[236,4018,1210],{"class":250},[236,4020,417],{"class":250},[236,4022,1210],{"class":250},[236,4024,397],{"class":332},[236,4026,1210],{"class":250},[236,4028,1227],{"class":250},[236,4030,1210],{"class":250},[236,4032,3213],{"class":242},[236,4034,1210],{"class":250},[236,4036,417],{"class":250},[236,4038,1275],{"class":250},[236,4040,1227],{"class":250},[236,4042,1210],{"class":250},[236,4044,3226],{"class":242},[236,4046,1210],{"class":250},[236,4048,417],{"class":250},[236,4050,1210],{"class":250},[236,4052,3235],{"class":332},[236,4054,1210],{"class":250},[236,4056,1227],{"class":250},[236,4058,1210],{"class":250},[236,4060,1450],{"class":242},[236,4062,1210],{"class":250},[236,4064,417],{"class":250},[236,4066,4067],{"class":341},"670",[236,4069,1227],{"class":250},[236,4071,1210],{"class":250},[236,4073,1464],{"class":242},[236,4075,1210],{"class":250},[236,4077,417],{"class":250},[236,4079,3601],{"class":341},[236,4081,1227],{"class":250},[236,4083,1210],{"class":250},[236,4085,1781],{"class":242},[236,4087,1210],{"class":250},[236,4089,3273],{"class":250},[236,4091,1210],{"class":250},[236,4093,1213],{"class":242},[236,4095,1210],{"class":250},[236,4097,417],{"class":250},[236,4099,1210],{"class":250},[236,4101,1440],{"class":332},[236,4103,1210],{"class":250},[236,4105,1227],{"class":250},[236,4107,1210],{"class":250},[236,4109,1232],{"class":242},[236,4111,1210],{"class":250},[236,4113,417],{"class":250},[236,4115,1210],{"class":250},[236,4117,3085],{"class":332},[236,4119,1210],{"class":250},[236,4121,1227],{"class":250},[236,4123,1210],{"class":250},[236,4125,1250],{"class":242},[236,4127,1210],{"class":250},[236,4129,417],{"class":250},[236,4131,1210],{"class":250},[236,4133,1259],{"class":332},[236,4135,1210],{"class":250},[236,4137,1227],{"class":250},[236,4139,1210],{"class":250},[236,4141,1556],{"class":242},[236,4143,1210],{"class":250},[236,4145,417],{"class":250},[236,4147,1210],{"class":250},[236,4149,1222],{"class":332},[236,4151,1210],{"class":250},[236,4153,1227],{"class":250},[236,4155,1210],{"class":250},[236,4157,1268],{"class":242},[236,4159,1210],{"class":250},[236,4161,417],{"class":250},[236,4163,1210],{"class":250},[236,4165,4166],{"class":332},"Result",[236,4168,1210],{"class":250},[236,4170,1227],{"class":250},[236,4172,1210],{"class":250},[236,4174,3143],{"class":242},[236,4176,1210],{"class":250},[236,4178,1316],{"class":250},[236,4180,1210],{"class":250},[236,4182,3152],{"class":242},[236,4184,1210],{"class":250},[236,4186,1316],{"class":250},[236,4188,1210],{"class":250},[236,4190,3161],{"class":242},[236,4192,1210],{"class":250},[236,4194,2553],{"class":250},[236,4196,1210],{"class":250},[236,4198,3170],{"class":242},[236,4200,1210],{"class":250},[236,4202,2553],{"class":250},[236,4204,1210],{"class":250},[236,4206,3179],{"class":242},[236,4208,1210],{"class":250},[236,4210,417],{"class":250},[236,4212,1210],{"class":250},[236,4214,439],{"class":332},[236,4216,1210],{"class":250},[236,4218,1227],{"class":250},[236,4220,1210],{"class":250},[236,4222,3196],{"class":242},[236,4224,1210],{"class":250},[236,4226,417],{"class":250},[236,4228,1210],{"class":250},[236,4230,397],{"class":332},[236,4232,1210],{"class":250},[236,4234,1227],{"class":250},[236,4236,1210],{"class":250},[236,4238,3213],{"class":242},[236,4240,1210],{"class":250},[236,4242,417],{"class":250},[236,4244,1275],{"class":250},[236,4246,1227],{"class":250},[236,4248,1210],{"class":250},[236,4250,3226],{"class":242},[236,4252,1210],{"class":250},[236,4254,417],{"class":250},[236,4256,1210],{"class":250},[236,4258,3235],{"class":332},[236,4260,1210],{"class":250},[236,4262,1227],{"class":250},[236,4264,1210],{"class":250},[236,4266,1450],{"class":242},[236,4268,1210],{"class":250},[236,4270,417],{"class":250},[236,4272,4273],{"class":341},"1110",[236,4275,1227],{"class":250},[236,4277,1210],{"class":250},[236,4279,1464],{"class":242},[236,4281,1210],{"class":250},[236,4283,417],{"class":250},[236,4285,1774],{"class":341},[236,4287,1227],{"class":250},[236,4289,1210],{"class":250},[236,4291,1781],{"class":242},[236,4293,1210],{"class":250},[236,4295,3273],{"class":250},[236,4297,1210],{"class":250},[236,4299,1213],{"class":242},[236,4301,1210],{"class":250},[236,4303,417],{"class":250},[236,4305,1210],{"class":250},[236,4307,4308],{"class":332},"7131c5523d86fe8b",[236,4310,1210],{"class":250},[236,4312,1227],{"class":250},[236,4314,1210],{"class":250},[236,4316,1232],{"class":242},[236,4318,1210],{"class":250},[236,4320,417],{"class":250},[236,4322,1210],{"class":250},[236,4324,4325],{"class":332},"global-config",[236,4327,1210],{"class":250},[236,4329,1227],{"class":250},[236,4331,1210],{"class":250},[236,4333,4334],{"class":242},"env",[236,4336,1210],{"class":250},[236,4338,2054],{"class":250},[236,4340,1210],{"class":250},[236,4342,4343],{"class":242},"modules",[236,4345,1210],{"class":250},[236,4347,1287],{"class":250},[236,4349,1210],{"class":250},[236,4351,134],{"class":1292},[236,4353,1210],{"class":250},[236,4355,417],{"class":250},[236,4357,1210],{"class":250},[236,4359,4360],{"class":332},"0.2.342",[236,4362,1210],{"class":250},[236,4364,4365],{"class":250},"}}]\n",[44,4367,4369],{"id":4368},"conclusion","Conclusion",[12,4371,4372],{},"You now have a production-ready PLC data logging system built on FlowFuse. It addresses the key reliability issues that typically cause downtime, connection drops, write failures, disk space limits, and daily file rotation, turning a simple flow into one that can run unattended for months.",[12,4374,4375],{},"The use of CSV ensures long-term data accessibility. Every analytics platform, database, and spreadsheet can read it, and it will remain usable decades from now, regardless of what tools or systems you adopt in the future.",[12,4377,4378],{},"Start small: connect one PLC, verify data quality, and deploy your first logging flow. Then gradually add error handling, storage monitoring, and redundancy as needed. Over time, this setup becomes a foundation for scalable, dependable industrial data collection.",[12,4380,4381],{},"FlowFuse makes this process straightforward by combining Node-RED’s flexibility with enterprise-grade management and monitoring. You can deploy updates remotely, manage devices across multiple sites, and standardize data collection, all from a single platform.",[12,4383,4384],{},"And while CSV is a reliable starting point, FlowFuse also integrates seamlessly with modern databases and historians like InfluxDB, TimescaleDB, and MySQL. Even better, FlowFuse Cloud includes a built-in PostgreSQL service and an AI Query Node that lets you explore your data conversationally, turning raw logs into actionable insights.",[12,4386,4387,4388,94],{},"For more on how FlowFuse connects PLCs across OPC UA, Siemens S7, EtherNet\u002FIP, and Modbus to collect and route industrial data, see the ",[62,4389,4391],{"href":4390},"\u002Flanding\u002Fplc\u002F","FlowFuse PLC integration overview",[4393,4394,4395],"blockquote",{},[12,4396,4397,4398,4402],{},"You can ",[62,4399,4401],{"href":4400},"\u002Fbook-demo\u002F","talk to our team",", they’ll walk you through a live demo showing how FlowFuse helps you connect, collect, transform, and visualize your industrial data reliably and intelligently.",[1282,4404,4405],{},"html pre.shiki code .spNyl, html code.shiki .spNyl{--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA}html pre.shiki code .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .s2Zo4, html code.shiki .s2Zo4{--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF}html pre.shiki code .sHwdD, html code.shiki .sHwdD{--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic}html pre.shiki code .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sbssI, html code.shiki .sbssI{--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C}html pre.shiki code .swJcz, html code.shiki .swJcz{--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178}html pre.shiki code .s7zQu, html code.shiki .s7zQu{--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic}html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}",{"title":38,"searchDepth":296,"depth":296,"links":4407},[4408,4409,4415,4421,4422,4423],{"id":46,"depth":267,"text":47},{"id":71,"depth":267,"text":72,"children":4410},[4411,4412,4413,4414],{"id":79,"depth":289,"text":80},{"id":110,"depth":289,"text":111},{"id":159,"depth":289,"text":160},{"id":166,"depth":289,"text":167},{"id":182,"depth":267,"text":183,"children":4416},[4417,4418,4419,4420],{"id":189,"depth":289,"text":190},{"id":211,"depth":289,"text":212},{"id":555,"depth":289,"text":556},{"id":603,"depth":289,"text":604},{"id":654,"depth":267,"text":655},{"id":1162,"depth":267,"text":1163},{"id":4368,"depth":267,"text":4369},null,"2025-10-22","Learn how to reliably log PLC data to CSV files using FlowFuse, handling connection drops, file corruption, and timestamp drift.","md","\u002Fblog\u002F2025\u002F10\u002Fimages\u002Flog-plc-data-to-csv.png",{"keywords":4430,"excerpt":4431},"PLC data logging, CSV file logging, Node-RED industrial automation, OPC UA data collection, FlowFuse, manufacturing data logging, SCADA data export, industrial IoT, Modbus logging, time-series data, edge device data collection, shop floor data collection",{"type":9,"value":4432},[4433],[12,4434,14],{},"\u002Fblog\u002F2025\u002F10\u002Fhow-to-log-plc-data-csv-files",{"title":5,"description":4426},{"loc":4435},"blog\u002F2025\u002F10\u002Fhow-to-log-plc-data-csv-files","Building a reliable, hands-off CSV logging setup with FlowFuse",[4441,4442],"flowfuse","plc","UdL1pPBN2JC6aAG9pkzUrNtdkD_yXXsYGCtn9kJCX7A",{"id":4445,"extension":4446,"meta":4447,"sections":4448,"stem":4837,"__hash__":4838},"featureCatalog\u002Ffeature-catalog.yml","yml",{},[4449,4500,4601,4663,4740,4819],{"id":4450,"title":4451,"features":4452},"ai-automation","AI & Automation",[4453,4463,4473,4483,4489,4495],{"id":4454,"title":4455,"description":4456,"docsLink":4457,"changelog":4458,"tiers":4462},"flowfuse-expert-ai","FlowFuse Expert AI","Build industrial apps with agents, and query the state of the factory with an agent. Adapt your current hardware and machines so agentic work can be done against them, without ripping and replacing what's already on the plant floor.","\u002Fdocs\u002Fuser\u002Fexpert\u002F",[4459],{"url":4460,"release":4461},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner\u002F","2.28",{"edge":292,"hub":292,"fleet":292},{"id":4464,"title":4465,"description":4466,"docsLink":4467,"changelog":4468,"subfeature":292,"showOnPricing":4471,"tiers":4472},"flowfuse-expert-support-mode","Support Mode","Chat-based assistance for FlowFuse and Node-RED, including Node-RED instance management through natural language.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F#support-mode",[4469],{"url":4470,"release":4461},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context\u002F",false,{"edge":292,"hub":292,"fleet":292},{"id":4474,"title":4475,"description":4476,"docsLink":4477,"changelog":4478,"subfeature":292,"showOnPricing":4471,"tiers":4482},"flowfuse-expert-application-building","Application Building","Describe what you want to build and FlowFuse Expert assembles it on your workspace, adding tabs, wiring nodes, and configuring properties.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F",[4479],{"url":4480,"release":4481},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building\u002F","2.30",{"edge":292,"hub":292,"fleet":292},{"id":4484,"title":4485,"description":4486,"docsLink":4487,"subfeature":292,"beta":292,"showOnPricing":4471,"tiers":4488},"flowfuse-expert-insights-mode","Insights Mode","Connects FlowFuse Expert to MCP servers in your Node-RED instances, enabling real-time data queries and actions through a single chat interface.","\u002Fdocs\u002Fuser\u002Fexpert\u002Fchat\u002F#insights-mode",{"edge":292,"hub":292,"fleet":292},{"id":4490,"title":4491,"description":4492,"docsLink":4493,"tiers":4494},"mcp-servers","Agentic Operations","Expose your Node-RED flows as tools an AI agent can call directly, so agents can query the state of the factory or trigger actions without custom integration work.","\u002Fnode-red\u002Fflowfuse\u002Fmcp\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4496,"title":4497,"description":4498,"tiers":4499},"onnx-integration","ONNX Integration","Run trained machine learning models directly in your flows, including on edge hardware, without sending data out to an external inference service.",{"edge":292,"hub":292,"fleet":292},{"id":4501,"title":4502,"features":4503},"build","Build",[4504,4510,4516,4526,4532,4538,4542,4548,4554,4562,4568,4572,4576,4585,4593],{"id":4505,"title":4506,"description":4507,"docsLink":4508,"tiers":4509},"edge-development","Edge Development","Develop and test Node-RED flows directly on edge devices with a remote editor proxy.","\u002Fdocs\u002Fdevice-agent\u002Fquickstart\u002F",{"edge":292,"hub":4471,"fleet":292},{"id":4511,"title":4512,"description":4513,"docsLink":4514,"tiers":4515},"private-npm-registry","Custom Node-RED Nodes","Create and manage your own private npm registry for Node-RED nodes, so you can share custom nodes across your team and devices without publishing them publicly.","\u002Fdocs\u002Fuser\u002Fcustom-npm-packages\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4517,"title":4518,"description":4519,"docsLink":4520,"changelog":4521,"tiers":4525},"flowfuse-tables","FlowFuse Tables","A managed PostgreSQL database for every application, so you can store and query structured data without standing up and maintaining your own database.","\u002Fdocs\u002Fuser\u002Fff-tables\u002F",[4522],{"url":4523,"release":4524},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation\u002F","2.33",{"edge":292,"hub":292,"fleet":292},{"id":4527,"title":4528,"description":4529,"docsLink":4530,"tiers":4531},"persistent-files","File Storage","Store and retrieve files from your Node-RED flows, with automatic replication and backup across your devices and hosted instances.","\u002Fdocs\u002Finstall\u002Ffile-storage\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4533,"title":4534,"description":4535,"docsLink":4536,"showOnPricing":4471,"tiers":4537},"persistent-context","Persistent Context","In-memory values defined in a Node-RED flow persist across project restarts and upgrades.","\u002Fdocs\u002Fuser\u002Fpersistent-context\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4539,"title":4540,"showOnPricing":4471,"tiers":4541},"static-assets","Static Assets",{"edge":292,"hub":292,"fleet":292},{"id":4543,"title":4544,"description":4545,"docsLink":4546,"tiers":4547},"team-library","Team Library","Set up standard nodes and flows that can be shared with all team members across your organisation.","\u002Fdocs\u002Fuser\u002Fshared-library\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4549,"title":4550,"description":4551,"docsLink":4552,"tiers":4553},"personalised-multi-user-dashboards","Personalised Multi-User Dashboards","Build applications that provide unique data to each logged-in user using personalised multi-user dashboards.","https:\u002F\u002Fdashboard.flowfuse.com\u002Fuser\u002Fmulti-tenancy.html",{"edge":292,"hub":292,"fleet":292},{"id":4555,"title":4556,"description":4557,"changelog":4558,"subfeature":292,"showOnPricing":4471,"tiers":4561},"dashboards-view","Dashboards View","Browse and open every dashboard across your team from a dedicated Dashboards view, at both team and application level, without leaving FlowFuse.",[4559],{"url":4560,"release":4524},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4563,"title":4564,"description":4565,"docsLink":4566,"tiers":4567},"blueprints-converge","Blueprints","Ready-made starting points for your apps, from cross-team Converge templates to OT and IT specific blueprints.","\u002Fdocs\u002Fuser\u002Fconcepts\u002F#blueprint",{"edge":292,"hub":292,"fleet":292},{"id":4569,"title":4570,"subfeature":292,"showOnPricing":4471,"tiers":4571},"blueprints-ot-apps","Blueprints - OT APPS",{"edge":292,"hub":4471,"fleet":292},{"id":4573,"title":4574,"subfeature":292,"showOnPricing":4471,"tiers":4575},"blueprints-it-apps","Blueprints - IT APPS",{"edge":4471,"hub":292,"fleet":4471},{"id":4577,"title":4578,"description":4579,"changelog":4580,"showOnPricing":4471,"tiers":4584},"immersive-editor-snapshots","Snapshot Details in Immersive Editor","View and manage snapshot details directly inside the immersive editor without leaving your editing session.",[4581],{"url":4582,"release":4583},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor\u002F","2.29",{"edge":292,"hub":292,"fleet":292},{"id":4586,"title":4587,"description":4588,"changelog":4589,"showOnPricing":4471,"tiers":4592},"immersive-editor-drawer","Customisable Immersive Editor Drawer","Pin, move, resize, or full-screen the immersive editor drawer. Your preferences are remembered between sessions.",[4590],{"url":4591,"release":4481},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4594,"title":4595,"description":4596,"changelog":4597,"showOnPricing":4471,"tiers":4600},"embedded-editor-tab-title","Embedded Editor Browser Tab Title","The browser tab title updates to reflect the active Node-RED canvas tab when working in the embedded editor.",[4598],{"url":4599,"release":4583},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4602,"title":4603,"features":4604},"deploy","Deploy",[4605,4611,4620,4626,4632,4638,4644,4650,4655],{"id":4606,"title":4607,"description":4608,"docsLink":4609,"tiers":4610},"hosted-instances","Cloud Instances","Run Node-RED instances managed and hosted by FlowFuse.","\u002Fdocs\u002Fuser\u002Fintroduction\u002F#creating-a-node-red-instance",{"edge":292,"hub":292,"fleet":292},{"id":4612,"title":4613,"description":4614,"docsLink":4615,"changelog":4616,"tiers":4619},"edge-devices","Edge Instances","Deploy and mange your Node-RED instances on edge PLCs and gateways, with full visibility and control from the cloud.","\u002Fdocs\u002Fdevice-agent\u002Fintroduction\u002F",[4617],{"url":4618,"release":4461},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options\u002F",{"edge":292,"hub":4471,"fleet":292},{"id":4621,"title":4622,"description":4623,"docsLink":4624,"tiers":4625},"custom-hostnames","Custom Hostnames","Access your Node-RED application via your own domain name.","\u002Fdocs\u002Fuser\u002Fcustom-hostnames\u002F",{"edge":4471,"hub":292,"fleet":4471},{"id":4627,"title":4628,"description":4629,"docsLink":4630,"tiers":4631},"mqtt-broker","MQTT Broker","Manage and create MQTT clients to transport data for efficient messaging and communication within your applications.","\u002Fdocs\u002Fuser\u002Fteambroker\u002F",{"edge":292,"hub":4471,"fleet":292},{"id":4633,"title":4634,"description":4635,"docsLink":4636,"showOnPricing":4471,"tiers":4637},"project-nodes","Project Nodes aka seamless project comms","FlowFuse Project Nodes enable the passing of data and messages between your Node-RED projects.","\u002Fdocs\u002Fuser\u002Fprojectnodes\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4639,"title":4640,"description":4641,"docsLink":4642,"tiers":4643},"devops-pipelines","DevOps Pipelines","Set up different environments for development, testing, and production Node-RED instances to support a full software delivery lifecycle.","\u002Fdocs\u002Fuser\u002Fdevops-pipelines\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4645,"title":4646,"description":4647,"docsLink":4648,"tiers":4649},"git-integration","Git Integration","Back up your flows to a remote Git repository through a DevOps Pipeline. Supports GitHub and Azure DevOps repositories.","\u002Fdocs\u002Fuser\u002Fdevops-pipelines\u002F#git-repository-stage",{"edge":4471,"hub":292,"fleet":4471},{"id":4651,"title":4652,"description":4653,"docsLink":4648,"subfeature":292,"showOnPricing":4471,"tiers":4654},"git-integration-github","GitHub","Push and pull snapshots to GitHub repositories through DevOps Pipeline Git Stages.",{"edge":4471,"hub":292,"fleet":4471},{"id":4656,"title":4657,"description":4658,"docsLink":4648,"changelog":4659,"subfeature":292,"showOnPricing":4471,"tiers":4662},"git-integration-azure","Azure DevOps","Push and pull snapshots to Azure DevOps repositories through DevOps Pipeline Git Stages.",[4660],{"url":4661,"release":4583},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops\u002F",{"edge":4471,"hub":292,"fleet":4471},{"id":4664,"title":4665,"features":4666},"operate-maintain","Operate & Maintain",[4667,4673,4679,4684,4692,4696,4700,4705,4711,4717,4722,4728,4732,4736],{"id":4668,"title":4669,"description":4670,"docsLink":4671,"tiers":4672},"snapshots","Snapshots & Version History","Automatic snapshots on remote devices and hosted instances, plus a full version history timeline so you can roll back to any prior state.","\u002Fdocs\u002Fuser\u002Fsnapshots\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4674,"title":4675,"description":4676,"docsLink":4677,"subfeature":292,"showOnPricing":4471,"tiers":4678},"auto-snapshot-remote","Auto Snapshot (Remote)","Automatically capture a snapshot every time a remote instance is deployed, so you always have a recoverable history of what was running on each device.","\u002Fdocs\u002Fuser\u002Fsnapshots\u002F#auto-snapshots",{"edge":292,"hub":292,"fleet":292},{"id":4680,"title":4681,"description":4682,"docsLink":4677,"subfeature":292,"showOnPricing":4471,"tiers":4683},"auto-snapshot-hosted","Auto Snapshot (Hosted)","Automatically capture a snapshot every time a hosted instance is deployed, so you always have a recoverable history of what was running.",{"edge":292,"hub":292,"fleet":292},{"id":4685,"title":4686,"description":4687,"changelog":4688,"subfeature":292,"showOnPricing":4471,"tiers":4691},"snapshot-comparison","Snapshot Comparison","Compare two snapshots side-by-side with a navigable diff view. Step through every changed, added, or deleted node and see property and code diffs.",[4689],{"url":4690,"release":4583},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4693,"title":4694,"subfeature":292,"showOnPricing":4471,"tiers":4695},"version-history-timeline","Version History Timeline",{"edge":292,"hub":292,"fleet":292},{"id":4697,"title":4698,"tiers":4699},"unlimited-workflow-executions","Unlimited Workflow Executions",{"edge":292,"hub":292,"fleet":292},{"id":4701,"title":4702,"description":4703,"tiers":4704},"device-fleet-updates","Device Fleet Updates","Connect to edge devices to quickly assess and update logic. Debug one device and roll out improvements to your fleet in minutes, securely without requiring full device access for your whole organisation.",{"edge":292,"hub":4471,"fleet":292},{"id":4706,"title":4707,"description":4708,"docsLink":4709,"tiers":4710},"device-group-management","Device Group Management","Logically group devices assigned to an application and integrate device groups into your DevOps Pipeline for coordinated fleet updates.","\u002Fdocs\u002Fuser\u002Fdevice-groups\u002F",{"edge":292,"hub":4471,"fleet":292},{"id":4712,"title":4713,"description":4714,"docsLink":4715,"tiers":4716},"high-availability","High Availability","Leverage horizontal scaling for reliable and scalable processing of your data through Node-RED.","\u002Fdocs\u002Fuser\u002Fhigh-availability\u002F",{"edge":4471,"hub":292,"fleet":4471},{"id":4718,"title":4719,"description":4720,"tiers":4721},"performance-monitoring","Performance Monitoring & Alerts","Track CPU, memory, and event loop performance across your instances and devices, with email alerts when something needs your attention.",{"edge":292,"hub":292,"fleet":292},{"id":4723,"title":4724,"description":4725,"docsLink":4726,"subfeature":292,"showOnPricing":4471,"tiers":4727},"instance-monitoring","Instance Monitoring","Enable alerts to be sent via email when your Node-RED instances encounter issues.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#alerts",{"edge":292,"hub":292,"fleet":292},{"id":4729,"title":4730,"subfeature":292,"showOnPricing":4471,"tiers":4731},"email-alerts","Email Alerts",{"edge":292,"hub":292,"fleet":292},{"id":4733,"title":4734,"showOnPricing":4471,"tiers":4735},"api-debug-length-limit","API\u002FDebug Length Limit",{"edge":292,"hub":292,"fleet":292},{"id":4737,"title":4738,"tiers":4739},"protected-instances","Protected Instances",{"edge":4471,"hub":292,"fleet":4471},{"id":4741,"title":4742,"features":4743},"govern-secure","Govern and Secure",[4744,4753,4759,4765,4770,4776,4782,4788,4796,4802,4808,4814],{"id":4745,"title":4746,"description":4747,"docsLink":4748,"changelog":4749,"tiers":4752},"single-sign-on","Single Sign-On (SSO)","Configure FlowFuse to work with your own SSO provider, allowing users to access FlowFuse with a single set of login credentials.","\u002Fdocs\u002Fadmin\u002Fsso\u002F",[4750],{"url":4751,"release":4524},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4754,"title":4755,"description":4756,"docsLink":4757,"tiers":4758},"two-factor-authentication","Two-Factor Authentication","Two-factor authentication adds an extra layer of security to your FlowFuse account.","\u002Fdocs\u002Fuser\u002Fuser-settings\u002F#two-factor-authentication",{"edge":292,"hub":292,"fleet":292},{"id":4760,"title":4761,"description":4762,"docsLink":4763,"tiers":4764},"certified-nodes-it","Certified Nodes - IT","IT certified node bundle includes: Redis, MQTT, HTTP Request, AI nodes (Gemini, Claude, ChatGPT, Ollama), MCP Server","\u002Fblog\u002F2025\u002F07\u002Fcertified-nodes-v2\u002F",{"edge":4471,"hub":292,"fleet":292},{"id":4766,"title":4767,"description":4768,"tiers":4769},"certified-nodes-ot","Certified OT Connections - OPC-UA, Modbus, etc.","OT certified node bundle includes: OPC-UA, Modbus TCP & RTU, RTSP, EtherNet\u002FIP, AI nodes (Gemini, Claude, ChatGPT, Ollama), MCP Server",{"edge":292,"hub":4471,"fleet":4471},{"id":4771,"title":4772,"description":4773,"docsLink":4774,"tiers":4775},"audit-log","Audit Log","Keep track of everything going on in your Node-RED instances and FlowFuse. Audit Logs provide details on what actions have taken place, when they happened, and who did them.","\u002Fdocs\u002Fuser\u002Flogs\u002F#audit-log",{"edge":292,"hub":292,"fleet":292},{"id":4777,"title":4778,"description":4779,"docsLink":4780,"tiers":4781},"role-based-access-control","Role-Based Access Control","Control who can do what at both the team and application level, from viewers to admins.","\u002Fdocs\u002Fuser\u002Frole-based-access-control\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4783,"title":4784,"description":4785,"docsLink":4786,"subfeature":292,"showOnPricing":4471,"tiers":4787},"application-level-rbac","Application-Level RBAC","Fine-grained access control per application, allowing team members to have different permission levels across different applications without requiring separate teams.","\u002Fdocs\u002Fuser\u002Frole-based-access-control\u002F#application-level-rbac",{"edge":292,"hub":292,"fleet":292},{"id":4789,"title":4790,"description":4791,"changelog":4792,"subfeature":292,"showOnPricing":4471,"tiers":4795},"scoped-personal-access-tokens","Scoped Personal Access Tokens","Restrict a Personal Access Token to specific teams, limit it to read-only operations, or control whether it carries admin privileges.",[4793],{"url":4794,"release":4524},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats\u002F",{"edge":292,"hub":292,"fleet":292},{"id":4797,"title":4798,"description":4799,"docsLink":4800,"showOnPricing":4471,"tiers":4801},"team-members","Team Members","Invite multiple team members to collaborate on the same Node-RED flows.","\u002Fdocs\u002Fuser\u002Fteam\u002F#teams",{"edge":292,"hub":292,"fleet":292},{"id":4803,"title":4804,"description":4805,"docsLink":4806,"showOnPricing":4471,"tiers":4807},"endpoint-security","Endpoint Security","Secure HTTP endpoints for hosted Node-RED instances using FlowFuse credentials.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#security",{"edge":292,"hub":292,"fleet":292},{"id":4809,"title":4810,"description":4811,"docsLink":4812,"tiers":4813},"baa-for-hipaa","BAA for HIPAA","FlowFuse can sign a Business Associate Agreement to ensure proper safeguarding of protected health information handled on your behalf.","\u002Fhandbook\u002Fsales\u002Fsubscription-agreement-1.5\u002F",{"edge":4471,"hub":292,"fleet":4471},{"id":4815,"title":4816,"description":4817,"tiers":4818},"sbom","Software Bill of Materials","A complete list of all software components used in your Node-RED instances and hosted applications, including version numbers and license information.",{"edge":4471,"hub":292,"fleet":4471},{"id":4820,"title":4821,"features":4822},"support","Support",[4823,4828,4832],{"id":4824,"title":4825,"docsLink":4826,"tiers":4827},"installation-support","Installation Support","\u002Fdocs\u002Finstall\u002Fintroduction\u002F#do-you-need-help-installation-service",{"edge":292,"hub":292,"fleet":292},{"id":4829,"title":4830,"showOnPricing":4471,"tiers":4831},"live-chat-support","Live Chat Support",{"edge":292,"hub":292,"fleet":292},{"id":4833,"title":4834,"docsLink":4835,"tiers":4836},"enterprise-support","Enterprise Support","\u002Fdocs\u002Fpremium-support\u002F",{"edge":292,"hub":292,"fleet":292},"feature-catalog","0AnkhTIPCECCwP9NmbTWP5HvRYx4FTSao4lG93-HaWM",[4840,4843,4846,4849,4852,4855,4857,4860,4863,4866,4869,4871,4874,4877,4880,4883,4886,4889,4892,4895,4898,4901,4904,4907,4910,4913,4916,4919,4922,4925,4928,4931,4934,4937,4940,4943,4946,4949,4952,4955,4958,4961,4964,4967,4970,4973,4976,4979,4982,4984,4987,4990,4993,4996,4999,5002,5005,5007,5010,5013,5016,5019,5022,5024,5027,5030,5033,5036,5039,5042,5045,5048,5051,5054,5056,5059,5062,5065,5068,5071,5074,5077,5080,5083,5086,5089,5092,5095,5098,5100,5103,5106,5109,5112,5115,5118,5121,5124,5127,5130,5133,5136,5139,5142,5145,5148,5151,5154,5156,5159,5162,5165,5168,5171,5174,5177,5179,5182,5185,5188,5191,5194,5197,5200,5203,5206,5209,5212,5215,5218,5221,5224,5227,5230,5233,5236,5239,5242,5245,5248,5251,5254,5257,5260,5263,5266,5269,5272,5275,5278,5281,5284,5287,5290,5293,5296,5299,5302,5305,5308,5311,5314,5317,5320,5323,5326,5329,5331,5334,5337,5340,5343,5346,5349,5352,5355,5358,5361,5364,5367,5370],{"path":4841,"title":4842},"\u002Fchangelog\u002F2023\u002F09\u002Fcustom-node-support","Custom Node Support",{"path":4844,"title":4845},"\u002Fchangelog\u002F2023\u002F09\u002Fdevops-actions","DevOps Pipeline with action selection",{"path":4847,"title":4848},"\u002Fchangelog\u002F2023\u002F09\u002Fintroduction-enterprise-tier","Introducing the Enterprise Tier",{"path":4850,"title":4851},"\u002Fchangelog\u002F2023\u002F09\u002Fpipeline-api","API Endpoint for DevOps Pipeline",{"path":4853,"title":4854},"\u002Fchangelog\u002F2023\u002F09\u002Fsnapshots-devices","Usability improvements to Device Management",{"path":4856,"title":4564},"\u002Fchangelog\u002F2023\u002F10\u002Fblueprints",{"path":4858,"title":4859},"\u002Fchangelog\u002F2023\u002F10\u002Fcertified-nodes","Certified Nodes",{"path":4861,"title":4862},"\u002Fchangelog\u002F2023\u002F10\u002Fdevice-snapshot-selection","Enhanced Snapshot Selection",{"path":4864,"title":4865},"\u002Fchangelog\u002F2023\u002F10\u002Fpath-bug-fix","Device Agent path bug fix",{"path":4867,"title":4868},"\u002Fchangelog\u002F2023\u002F10\u002Fresource-alerts","Resource Monitoring in Audit Log",{"path":4870,"title":4755},"\u002Fchangelog\u002F2023\u002F11\u002F2fa",{"path":4872,"title":4873},"\u002Fchangelog\u002F2023\u002F11\u002Fdefault-editor","Device Editor enabled by default",{"path":4875,"title":4876},"\u002Fchangelog\u002F2023\u002F11\u002Fdevices-in-pipelines","Devices in DevOps Pipelines",{"path":4878,"title":4879},"\u002Fchangelog\u002F2023\u002F11\u002Fproject-nodes-devices","Project Nodes for Devices",{"path":4881,"title":4882},"\u002Fchangelog\u002F2023\u002F12\u002Fbilling","No Credit Card required for billing",{"path":4884,"title":4885},"\u002Fchangelog\u002F2023\u002F12\u002Fblueprint-selection","Blueprint Selection Update",{"path":4887,"title":4888},"\u002Fchangelog\u002F2023\u002F12\u002Fdevice-groups","Device Groups",{"path":4890,"title":4891},"\u002Fchangelog\u002F2023\u002F12\u002Femail-alerting-node-red-crash","Email Alerts for Audit Log Events",{"path":4893,"title":4894},"\u002Fchangelog\u002F2023\u002F12\u002Fnode-red-updated","Node-RED 3.1.3 now available",{"path":4896,"title":4897},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-audit-log","Introducing the Device Auditlog Feature",{"path":4899,"title":4900},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-groups-snapshot","Device Groups - Automatic snapshot assignment",{"path":4902,"title":4903},"\u002Fchangelog\u002F2024\u002F01\u002Ffleet-mode","Renaming \"Default Device Mode\" to \"Fleet Mode\"",{"path":4905,"title":4906},"\u002Fchangelog\u002F2024\u002F01\u002Fhelm-v2","Helm Chart v2.0",{"path":4908,"title":4909},"\u002Fchangelog\u002F2024\u002F01\u002Fnew-blueprints","New Blueprints added",{"path":4911,"title":4912},"\u002Fchangelog\u002F2024\u002F01\u002Fsecurity-updates","Security Updates",{"path":4914,"title":4915},"\u002Fchangelog\u002F2024\u002F01\u002Fsso-team-membership","Managing Team Membership via SSO",{"path":4917,"title":4918},"\u002Fchangelog\u002F2024\u002F01\u002Fstreamlined-device-assignment","Streamlined Device assignment",{"path":4920,"title":4921},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-auto-snapshot","Device Auto Snapshots",{"path":4923,"title":4924},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-instance-audit-logs","Device Instance Audit Logging",{"path":4926,"title":4927},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-onboarding-improvements","Device Onboarding Improvements",{"path":4929,"title":4930},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-pricing-change","Pricing change for Devices",{"path":4932,"title":4933},"\u002Fchangelog\u002F2024\u002F02\u002Finstance-auto-snapshots","Instance Auto Snapshots",{"path":4935,"title":4936},"\u002Fchangelog\u002F2024\u002F02\u002Fpostgresql-upgrade","PostgreSQL Version update",{"path":4938,"title":4939},"\u002Fchangelog\u002F2024\u002F03\u002Fbearer-token-authentication","Bearer Token Authentication for Node-RED Instances",{"path":4941,"title":4942},"\u002Fchangelog\u002F2024\u002F03\u002Finstance-protection-mode","Instance Protection Mode",{"path":4944,"title":4945},"\u002Fchangelog\u002F2024\u002F03\u002Flimits-debug-payload","Configure HTTP Payload and Debug Message size",{"path":4947,"title":4948},"\u002Fchangelog\u002F2024\u002F03\u002Frestart-devices-remotly","Remote Device Restart",{"path":4950,"title":4951},"\u002Fchangelog\u002F2024\u002F04\u002Fcustom-nodes-on-devices","Custom Nodes Support on Devices",{"path":4953,"title":4954},"\u002Fchangelog\u002F2024\u002F04\u002Fdevice-auto-snapshot","Direct Dashboard Access",{"path":4956,"title":4957},"\u002Fchangelog\u002F2024\u002F04\u002Fimproving-device-groups","Improving Device Groups",{"path":4959,"title":4960},"\u002Fchangelog\u002F2024\u002F04\u002Fpricing-change","Pricing change Enterprise & Teams Tier",{"path":4962,"title":4963},"\u002Fchangelog\u002F2024\u002F04\u002Ftougher-rate-limiting","Tougher Rate Limiting on Public Routes",{"path":4965,"title":4966},"\u002Fchangelog\u002F2024\u002F05\u002Finstance-healthcheck","Customizing instance health-check settings",{"path":4968,"title":4969},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-blueprints","Blueprints added to Library",{"path":4971,"title":4972},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-flowviewer","Team Library - Flow Viewer",{"path":4974,"title":4975},"\u002Fchangelog\u002F2024\u002F05\u002Fmanaging-node-red-version-on-devices","Managing Node-RED versions on Devices",{"path":4977,"title":4978},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements","Snapshot Improvements",{"path":4980,"title":4981},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements-pt3","Snapshot Upload",{"path":4983,"title":4981},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-upload",{"path":4985,"title":4986},"\u002Fchangelog\u002F2024\u002F06\u002Fdevice-agent-proxy-support","Running the Device Agent behind an HTTP proxy",{"path":4988,"title":4989},"\u002Fchangelog\u002F2024\u002F06\u002Flibrary-blueprints","Custom hostnames for your instances",{"path":4991,"title":4992},"\u002Fchangelog\u002F2024\u002F06\u002Fmultiline-env-vars","Multi-line Environment Variables",{"path":4994,"title":4995},"\u002Fchangelog\u002F2024\u002F06\u002Fsnapshot-flow-compare","Compare Snapshots flows",{"path":4997,"title":4998},"\u002Fchangelog\u002F2024\u002F07\u002Fapplications-search","Applications Search",{"path":5000,"title":5001},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-group-clear-snapshot","Device Groups Snapshots",{"path":5003,"title":5004},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-delete","Managing devices",{"path":5006,"title":5004},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-move",{"path":5008,"title":5009},"\u002Fchangelog\u002F2024\u002F07\u002Fedit-snapshots","Edit Snapshots",{"path":5011,"title":5012},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant","The FlowFuse Expert",{"path":5014,"title":5015},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant-json","FlowFuse Expert Writes JSON",{"path":5017,"title":5018},"\u002Fchangelog\u002F2024\u002F07\u002Fimmersive-editor","Immersive Editor Experience",{"path":5020,"title":5021},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-inbox","Notifications Inbox",{"path":5023,"title":5021},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-update",{"path":5025,"title":5026},"\u002Fchangelog\u002F2024\u002F07\u002Fpersistent-storage","Persistent Storage on FlowFuse Cloud",{"path":5028,"title":5029},"\u002Fchangelog\u002F2024\u002F07\u002Fsso","Single Sign On Updates",{"path":5031,"title":5032},"\u002Fchangelog\u002F2024\u002F08\u002Fbill-of-materials","Bill of Materials",{"path":5034,"title":5035},"\u002Fchangelog\u002F2024\u002F08\u002Fenterprise-license-update","Enforcing Enterprise Restrictions",{"path":5037,"title":5038},"\u002Fchangelog\u002F2024\u002F08\u002Fldap-sso-groups","LDAP Single Sign On Updates",{"path":5040,"title":5041},"\u002Fchangelog\u002F2024\u002F08\u002Fstatic-file-service-navigation-visibility","Static File Service Navigation and Visibility",{"path":5043,"title":5044},"\u002Fchangelog\u002F2024\u002F10\u002Fdevice-group-env-vars","Environment Variables for your Device Groups",{"path":5046,"title":5047},"\u002Fchangelog\u002F2024\u002F10\u002Fmqtt-service","MQTT Broker Service",{"path":5049,"title":5050},"\u002Fchangelog\u002F2024\u002F10\u002Fnotifications-bulk-actions","Managing Notifications",{"path":5052,"title":5053},"\u002Fchangelog\u002F2024\u002F10\u002Fsnapshot-download-upload-options","Snapshot Upload and Download Improvements",{"path":5055,"title":4694},"\u002Fchangelog\u002F2024\u002F10\u002Fversion-history-timeline",{"path":5057,"title":5058},"\u002Fchangelog\u002F2024\u002F11\u002Faudit-log-hierarchy","Audit logs show hierarchical events",{"path":5060,"title":5061},"\u002Fchangelog\u002F2024\u002F11\u002Fdevice-agent-release","Device Agent 3.0 released",{"path":5063,"title":5064},"\u002Fchangelog\u002F2024\u002F11\u002Fmqtt-topic-hierarchy","MQTT Topic Hierarchy view",{"path":5066,"title":5067},"\u002Fchangelog\u002F2024\u002F11\u002Fteam-search","Team-wide search",{"path":5069,"title":5070},"\u002Fchangelog\u002F2024\u002F12\u002Fdashboad-iframe","Allow Dashboards to be embedded in iFrames",{"path":5072,"title":5073},"\u002Fchangelog\u002F2024\u002F12\u002Fdevice-editor-cache","Device Editor Access Speed Up",{"path":5075,"title":5076},"\u002Fchangelog\u002F2024\u002F12\u002Fteam-bom-timeline","Team BOM and Pipeline Views",{"path":5078,"title":5079},"\u002Fchangelog\u002F2025\u002F01\u002Ffree-tier-onboarding","New Onboarding Tour for Free Tier Users",{"path":5081,"title":5082},"\u002Fchangelog\u002F2025\u002F01\u002Fhidden-env-vars","Hidden Environment Variables",{"path":5084,"title":5085},"\u002Fchangelog\u002F2025\u002F01\u002Fimproved-diagnostics","Improved Diagnostics",{"path":5087,"title":5088},"\u002Fchangelog\u002F2025\u002F01\u002Fteam-level-groups","Team level view of Groups",{"path":5090,"title":5091},"\u002Fchangelog\u002F2025\u002F02\u002Fadditional-device-version-history-events","New Remote Instances Version History Events",{"path":5093,"title":5094},"\u002Fchangelog\u002F2025\u002F02\u002Fbroker-error-feedback","Improved Broker Connection Feedback",{"path":5096,"title":5097},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-agent-updates","FlowFuse User Authentication on Remote Instances",{"path":5099,"title":4694},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-version-history-timeline",{"path":5101,"title":5102},"\u002Fchangelog\u002F2025\u002F02\u002Fexternal-brokers","External MQTT Brokers",{"path":5104,"title":5105},"\u002Fchangelog\u002F2025\u002F02\u002Fmqtt-schema-suggestions","MQTT Smart Schema Suggestions",{"path":5107,"title":5108},"\u002Fchangelog\u002F2025\u002F02\u002Fresend-and-extend-team-invitation-expiration","Re-send Team Invitations",{"path":5110,"title":5111},"\u002Fchangelog\u002F2025\u002F02\u002Fschema-docs","Personalized Schema Documentation",{"path":5113,"title":5114},"\u002Fchangelog\u002F2025\u002F02\u002Ftopic-hierarchy-search","Search & Filter for Topic Hierarchy List",{"path":5116,"title":5117},"\u002Fchangelog\u002F2025\u002F03\u002Fcontainer-tags","Changes to tags for flowfuse\u002Fnode-red",{"path":5119,"title":5120},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-groups","Multiple Device Groups in a pipeline",{"path":5122,"title":5123},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-local-login","Local Login for Remote Instances",{"path":5125,"title":5126},"\u002Fchangelog\u002F2025\u002F03\u002Ffree-tier","Free Tier now more accessible to all",{"path":5128,"title":5129},"\u002Fchangelog\u002F2025\u002F03\u002Fresource-notifications","Resource Alerts",{"path":5131,"title":5132},"\u002Fchangelog\u002F2025\u002F03\u002Fsnapshot-filter","Filtering Snapshots",{"path":5134,"title":5135},"\u002Fchangelog\u002F2025\u002F03\u002Fteam-npm-registry","NPM Package Hosting",{"path":5137,"title":5138},"\u002Fchangelog\u002F2025\u002F03\u002Ftopic-deletion","MQTT Topic Management",{"path":5140,"title":5141},"\u002Fchangelog\u002F2025\u002F04\u002Fdevice-provisioning","Remote Instance Provisioning",{"path":5143,"title":5144},"\u002Fchangelog\u002F2025\u002F04\u002Fgit-integration","Git Integration with Pipelines",{"path":5146,"title":5147},"\u002Fchangelog\u002F2025\u002F04\u002Finstance-log-browsing","Better Node-RED log handling",{"path":5149,"title":5150},"\u002Fchangelog\u002F2025\u002F05\u002Fimport-node-red-flows","Import Node-RED Flows During Remote Instance Setup",{"path":5152,"title":5153},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant","FlowFuse Expert just got smarter",{"path":5155,"title":5153},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant-2",{"path":5157,"title":5158},"\u002Fchangelog\u002F2025\u002F06\u002Fgit-integration","Pulling snapshots from Git with Pipelines",{"path":5160,"title":5161},"\u002Fchangelog\u002F2025\u002F06\u002Finstance-performance-memory","Memory Metrics in Instance Performance View",{"path":5163,"title":5164},"\u002Fchangelog\u002F2025\u002F06\u002Fnew-home-page","Introducing the New Home Page Experience",{"path":5166,"title":5167},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance","Team Performance Feature",{"path":5169,"title":5170},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance-view","Instance Performance View",{"path":5172,"title":5173},"\u002Fchangelog\u002F2025\u002F06\u002Fui-refresh","Navigation UI Refresh",{"path":5175,"title":5176},"\u002Fchangelog\u002F2025\u002F07\u002Fbrowse-node-red-flows","Browse for Node-RED Flows During Remote Instance Setup",{"path":5178,"title":4518},"\u002Fchangelog\u002F2025\u002F07\u002Fflowfuse-tables",{"path":5180,"title":5181},"\u002Fchangelog\u002F2025\u002F07\u002Fimport-blueprints","Import blueprints directly into your existing instances",{"path":5183,"title":5184},"\u002Fchangelog\u002F2025\u002F07\u002Fsimplified-applications-overview","Simplified Applications Page with Summary Tiles",{"path":5186,"title":5187},"\u002Fchangelog\u002F2025\u002F07\u002Fsmart-suggestions","Smart Suggestions",{"path":5189,"title":5190},"\u002Fchangelog\u002F2025\u002F07\u002Fteam-to-pro-plan-rename","Team Plan Renamed to Pro Plan",{"path":5192,"title":5193},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-hosted","Generate snapshot descriptions with AI",{"path":5195,"title":5196},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-remote","AI Snapshot Descriptions Now Work with Remote Instances",{"path":5198,"title":5199},"\u002Fchangelog\u002F2025\u002F08\u002Fdevice-performance","FlowFuse Remote Instance Performance Data",{"path":5201,"title":5202},"\u002Fchangelog\u002F2025\u002F08\u002Fdirect-sso","Direct SSO Login",{"path":5204,"title":5205},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-assistant","FlowFuse Expert documents your flows",{"path":5207,"title":5208},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-mqtt","FlowFuse MQTT",{"path":5210,"title":5211},"\u002Fchangelog\u002F2025\u002F08\u002Fhttp-cors","Configure HTTP CORS",{"path":5213,"title":5214},"\u002Fchangelog\u002F2025\u002F08\u002Fsubflow-export","Export SubFlow as Node-RED module",{"path":5216,"title":5217},"\u002Fchangelog\u002F2025\u002F08\u002Ftables-assistant","FlowFuse Tables with a little help from the Assistant",{"path":5219,"title":5220},"\u002Fchangelog\u002F2025\u002F09\u002Fexpose-saml-groups-to-dashboard","Allow SSO groups to be shared with the Node-RED Dashboard",{"path":5222,"title":5223},"\u002Fchangelog\u002F2025\u002F09\u002Finline-assist","FlowFuse Expert can help you write code",{"path":5225,"title":5226},"\u002Fchangelog\u002F2025\u002F09\u002Fretiring-flowforge-device-agent","No more @flowforge\u002Fflowforge-device-agent releases",{"path":5228,"title":5229},"\u002Fchangelog\u002F2025\u002F09\u002Frevised-instance-snapshot-ui","Streamlined Snapshot Management",{"path":5231,"title":5232},"\u002Fchangelog\u002F2025\u002F09\u002Fteam-broker-async-api","Capture Async API data from FlowFuse Team Broker",{"path":5234,"title":5235},"\u002Fchangelog\u002F2025\u002F10\u002Fapplication-level-rbac","Application-level access control for Enterprise teams",{"path":5237,"title":5238},"\u002Fchangelog\u002F2025\u002F10\u002Fbulk-device-group-assignment","Easier Access to Bulk Device Group Management",{"path":5240,"title":5241},"\u002Fchangelog\u002F2025\u002F10\u002Fduplicate-instances-across-applications","Duplicate Instances Across Different Applications",{"path":5243,"title":5244},"\u002Fchangelog\u002F2025\u002F10\u002Fimport-flows-on-instance-creation","Import flows during instance creation",{"path":5246,"title":5247},"\u002Fchangelog\u002F2025\u002F10\u002Fmcp-nodes","FlowFuse MCP Server Nodes",{"path":5249,"title":5250},"\u002Fchangelog\u002F2025\u002F10\u002Fonnx-nodes","FlowFuse AI Nodes",{"path":5252,"title":5253},"\u002Fchangelog\u002F2025\u002F10\u002Fsettings-page-device-group-management","Device Group Management from Settings Page",{"path":5255,"title":5256},"\u002Fchangelog\u002F2025\u002F11\u002Fff-expert-update","FlowFuse Expert Update",{"path":5258,"title":5259},"\u002Fchangelog\u002F2025\u002F11\u002Fminimum-nodejs-version","Node.js v20 Minimum Version Requirement",{"path":5261,"title":5262},"\u002Fchangelog\u002F2025\u002F11\u002Fsso-session","SSO control over Session life",{"path":5264,"title":5265},"\u002Fchangelog\u002F2025\u002F12\u002Fff-expert-mcp-insights","FlowFuse Expert: Now with MCP-Powered Insights",{"path":5267,"title":5268},"\u002Fchangelog\u002F2025\u002F12\u002Fscheduled-maintenance","Scheduled Maintenance Mode",{"path":5270,"title":5271},"\u002Fchangelog\u002F2026\u002F01\u002Fdevice-agent-containers","Device Agent Docker Containers updated",{"path":5273,"title":5274},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-manage-palette","FlowFuse Expert: Enhanced Palette Integration",{"path":5276,"title":5277},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-nr-actions","FlowFuse Expert: Integration with Node-RED",{"path":5279,"title":5280},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-palette-queries","FlowFuse Expert: Palette Queries",{"path":5282,"title":5283},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-select-flows","FlowFuse Expert: Ask about your flows",{"path":5285,"title":5286},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-rbacs","FlowFuse Expert: MCP-Powered Insights with RBACs",{"path":5288,"title":5289},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-security","FlowFuse Expert: MCP-Powered Insights",{"path":5291,"title":5292},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options","Set Node.js Options for Remote Instances",{"path":5294,"title":5295},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context","FlowFuse Expert: Helping you make sense of your debug log",{"path":5297,"title":5298},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner","FlowFuse Expert: Never Miss an Update",{"path":5300,"title":5301},"\u002Fchangelog\u002F2026\u002F02\u002Fha-instance-rolling-restart","HA Hosted Instance Rolling Restart",{"path":5303,"title":5304},"\u002Fchangelog\u002F2026\u002F02\u002Fremote-instances-immersive-editor","Immersive Mode for Remote Instances",{"path":5306,"title":5307},"\u002Fchangelog\u002F2026\u002F02\u002Frestoring-snapshots-to-remote-instances","Restoring snapshots to developer-mode Remote Instances",{"path":5309,"title":5310},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops","Azure DevOps Pipeline support",{"path":5312,"title":5313},"\u002Fchangelog\u002F2026\u002F03\u002Fdeveloper-mode-in-immersive-editor","Developer Mode Now Accessible from the Immersive Editor",{"path":5315,"title":5316},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title","Embedded Editor Now Shows Active Tab",{"path":5318,"title":5319},"\u002Fchangelog\u002F2026\u002F03\u002Fmarch-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on March 28th, 2026",{"path":5321,"title":5322},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor","View Snapshot Details in the Immersive Editor",{"path":5324,"title":5325},"\u002Fchangelog\u002F2026\u002F04\u002Fexpert-action-links","FlowFuse expert action links",{"path":5327,"title":5328},"\u002Fchangelog\u002F2026\u002F04\u002Fhosted-instance-url-env-var","Hosted Instances know their own URL",{"path":5330,"title":4587},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer",{"path":5332,"title":5333},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer","Richer snapshot comparison view",{"path":5335,"title":5336},"\u002Fchangelog\u002F2026\u002F05\u002Fai-opt-out","AI Feature Opt-Out for Teams",{"path":5338,"title":5339},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building","FlowFuse Expert Builds Your Application",{"path":5341,"title":5342},"\u002Fchangelog\u002F2026\u002F05\u002Fsingle-sso-provider","Single SSO provider for all users",{"path":5344,"title":5345},"\u002Fchangelog\u002F2026\u002F06\u002Fdark-mode","Dark Mode",{"path":5347,"title":5348},"\u002Fchangelog\u002F2026\u002F06\u002Fdevice-agent-v4-released","Device Agent v4 released",{"path":5350,"title":5351},"\u002Fchangelog\u002F2026\u002F06\u002Fgeneric-git-server-support","Connect Pipelines to Any Git Server",{"path":5353,"title":5354},"\u002Fchangelog\u002F2026\u002F06\u002Fjuly-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on July 11th, 2026",{"path":5356,"title":5357},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups","Application Roles from SSO Groups",{"path":5359,"title":5360},"\u002Fchangelog\u002F2026\u002F07\u002Fdevice-agent-onboarding","Getting started with FlowFuse straight from the terminal",{"path":5362,"title":5363},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-enhancements","FlowFuse Expert Enhancements",{"path":5365,"title":5366},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation","FlowFuse Expert Can Now Work With Your Tables",{"path":5368,"title":5369},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats","Team Scoped Personal Access Tokens",{"path":5371,"title":5372},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards","A Dedicated Home for Your Dashboards",[],1786105896198]