[{"data":1,"prerenderedAt":9749},["ShallowReactive",2],{"blog-\u002Fblog\u002F2025\u002F05\u002Fhow-to-generate-pdf-reports-using-node-red":3,"featureCatalog":6725,"changelog-titles":7120,"blog-all-for-related":7654},{"id":4,"title":5,"authors":6,"body":8,"cta":6700,"date":6704,"description":6705,"extension":6706,"features":6707,"image":6708,"lastUpdated":6709,"meta":6710,"navigation":5338,"path":6716,"release":6707,"seo":6717,"stem":6718,"subtitle":6719,"tags":6720,"tldr":6723,"video":6707,"__hash__":6724},"blog\u002Fblog\u002F2025\u002F05\u002Fhow-to-generate-pdf-reports-using-node-red.md","How to Generate PDF Reports Using Node-RED in FlowFuse (2026)",[7],"sumit-shinde",{"type":9,"value":10,"toc":6687},"minimark",[11,15,18,23,26,66,70,73,78,87,106,109,121,125,128,131,134,359,368,371,1746,1749,1759,1763,1766,1771,1774,5208,5226,5236,5245,6322,6371,6378,6381,6385,6388,6393,6495,6498,6503,6507,6510,6545,6548,6551,6559,6657,6662,6672,6676,6684],[12,13,14],"p",{},"Generating PDF reports is a common need in many workflows, whether you're logging data, sharing results, or creating summaries. With Node-RED and FlowFuse, you can easily automate turning your data into well-structured PDF files. This guide will show you how to set up step-by-step PDF report generation using simple tools and flows.",[12,16,17],{},"Generating reports allows you to capture snapshots of critical data, summarize system activities, and distribute insights in an easy-to-read and stored format. PDF is one of the most universally accepted formats for sharing documents, making it ideal for delivering structured information from your Node-RED flows.",[19,20,22],"h2",{"id":21},"prerequisites","Prerequisites",[12,24,25],{},"Before you begin, make sure the following requirements are met:",[27,28,29,41,50],"ul",{},[30,31,32,33,40],"li",{},"You have an active ",[34,35,39],"a",{"href":36,"rel":37},"https:\u002F\u002Fapp.flowfuse.com",[38],"nofollow","FlowFuse account"," and a running FlowFuse instance.",[30,42,43,44,49],{},"You are familiar with creating and deploying basic flows in Node-RED. If not, consider taking the ",[34,45,48],{"href":46,"rel":47},"https:\u002F\u002Fnode-red-academy.learnworlds.com\u002Fcourse\u002Fnode-red-getting-started",[38],"Node-RED Fundamentals Course"," sponsored by FlowFuse.",[30,51,52,53,57,58,61,62,65],{},"Ensure you have installed ",[54,55,56],"code",{},"flowfuse\u002Fnode-red-dashboard"," ",[54,59,60],{},"@flowfuse\u002Fnode-red-dashboard-2-ui-iframe"," and ",[54,63,64],{},"node-red-contrib-sqlite"," (The SQLite node is required for the demo data generation flow we provided. If you're not using that flow, you can skip this.).",[19,67,69],{"id":68},"setting-up-pdf-generation-in-node-red","Setting Up PDF Generation in Node-RED",[12,71,72],{},"Once the prerequisites are in place, the next step is setting up your Node-RED environment to generate PDF reports. In this section, we will go over how to install the necessary Node-RED node and configure a flow to generate PDF reports.",[74,75,77],"h3",{"id":76},"step-1-install-the-platmacnode-red-pdfbuilder","Step 1: Install the @platmac\u002Fnode-red-pdfbuilder",[12,79,80,81,86],{},"The ",[34,82,85],{"href":83,"rel":84},"https:\u002F\u002Fflows.nodered.org\u002Fnode\u002F@platmac\u002Fnode-red-pdfbuilder",[38],"platmac\u002Fnode-red-pdfbuilder"," node is the primary node for creating PDF reports in Node-RED. To install this node:",[88,89,90,93,96,103],"ol",{},[30,91,92],{},"Open your Node-RED editor.",[30,94,95],{},"Navigate to the \"Manage palette\" section from the top-right menu.",[30,97,98,99,102],{},"Click on the \"Install\" tab and search for ",[54,100,101],{},"@platmac\u002Fnode-red-pdfbuilder",".",[30,104,105],{},"Click \"Install\" to add the node to your palette.",[12,107,108],{},"This node allows you to dynamically generate PDFs from various inputs, which is exactly what you will need to generate reports.",[12,110,111,112,115,116,61,118,120],{},"If you haven't installed the ",[54,113,114],{},"@flowfuse\u002Fnode-red-dashboard",", ",[54,117,60],{},[54,119,64],{}," nodes, you can install them similarly.",[74,122,124],{"id":123},"step-2-understanding-how-to-use-the-pdfbuilder-node","Step 2: Understanding How to Use the Pdfbuilder Node",[12,126,127],{},"Now that the required node is installed, let's dive into how to use it and how to leverage the different attributes to customize your PDF reports. The pdfbuilder node in Node-RED simplifies generating PDFs by allowing you to define content, layout, and styling directly in your flow.",[12,129,130],{},"The key advantage of using pdfbuilder node is that it operates server-side, meaning PDFs can be generated automatically without a browser or manual interaction. This makes it ideal for automated workflows where consistent, programmatically created documents are needed.",[12,132,133],{},"When working with this node, you can use various attributes to customize the content and layout of the PDF, such as text, tables, images, page sizes, margins, headers, footers, and more. Below are the most commonly used attributes:",[135,136,137,160],"table",{},[138,139,140],"thead",{},[141,142,143,150,155],"tr",{},[144,145,146],"th",{},[147,148,149],"strong",{},"Attribute",[144,151,152],{},[147,153,154],{},"Description",[144,156,157],{},[147,158,159],{},"Example",[161,162,163,179,194,209,224,239,254,269,284,299,314,329,344],"tbody",{},[141,164,165,171,174],{},[166,167,168],"td",{},[54,169,170],{},"content",[166,172,173],{},"Defines the content of the PDF (text, tables, images, etc.).",[166,175,176],{},[54,177,178],{},"{ \"content\": \"Hello, World!\" }",[141,180,181,186,189],{},[166,182,183],{},[54,184,185],{},"style",[166,187,188],{},"Specifies the style for content (font size, font family, etc.).",[166,190,191],{},[54,192,193],{},"{ \"style\": \"headerStyle\" }",[141,195,196,201,204],{},[166,197,198],{},[54,199,200],{},"layout",[166,202,203],{},"Defines the layout of a table (e.g., 'lightHorizontalLines', 'noBorders').",[166,205,206],{},[54,207,208],{},"{ \"layout\": \"lightHorizontalLines\" }",[141,210,211,216,219],{},[166,212,213],{},[54,214,215],{},"pageSize",[166,217,218],{},"Defines the page size for the PDF.",[166,220,221],{},[54,222,223],{},"{ \"pageSize\": \"A4\" }",[141,225,226,231,234],{},[166,227,228],{},[54,229,230],{},"pageMargins",[166,232,233],{},"Sets the margins for the PDF (left, top, right, bottom).",[166,235,236],{},[54,237,238],{},"{ \"pageMargins\": [40, 60, 40, 60] }",[141,240,241,246,249],{},[166,242,243],{},[54,244,245],{},"header",[166,247,248],{},"Specifies a header for the PDF. Can be a static text or dynamic content.",[166,250,251],{},[54,252,253],{},"{ \"header\": \"My PDF Report\" }",[141,255,256,261,264],{},[166,257,258],{},[54,259,260],{},"footer",[166,262,263],{},"Specifies a footer for the PDF. Can be a static text or dynamic content.",[166,265,266],{},[54,267,268],{},"{ \"footer\": \"Page {PAGE_NUM} of {PAGE_COUNT}\" }",[141,270,271,276,279],{},[166,272,273],{},[54,274,275],{},"defaultStyle",[166,277,278],{},"Defines the default style for all content in the PDF.",[166,280,281],{},[54,282,283],{},"{ \"defaultStyle\": { \"font\": \"Helvetica\", \"fontSize\": 12 } }",[141,285,286,291,294],{},[166,287,288],{},[54,289,290],{},"background",[166,292,293],{},"Adds a background to the page or content area.",[166,295,296],{},[54,297,298],{},"{ \"background\": { \"image\": \"imageData\" } }",[141,300,301,306,309],{},[166,302,303],{},[54,304,305],{},"width",[166,307,308],{},"Sets the width of table cells or other elements.",[166,310,311],{},[54,312,313],{},"{ \"width\": 150 }",[141,315,316,321,324],{},[166,317,318],{},[54,319,320],{},"height",[166,322,323],{},"Sets the height of table cells or other elements.",[166,325,326],{},[54,327,328],{},"{ \"height\": 50 }",[141,330,331,336,339],{},[166,332,333],{},[54,334,335],{},"alignment",[166,337,338],{},"Specifies the text alignment (left, center, right).",[166,340,341],{},[54,342,343],{},"{ \"alignment\": \"center\" }",[141,345,346,351,354],{},[166,347,348],{},[54,349,350],{},"border",[166,352,353],{},"Defines the border for tables or table cells (style, width, and color).",[166,355,356],{},[54,357,358],{},"{ \"border\": [true, true, true, true] }",[12,360,361,362,367],{},"For additional attributes and information, refer to the ",[34,363,366],{"href":364,"rel":365},"https:\u002F\u002Fpdfmake.github.io\u002Fdocs\u002F0.1\u002Fdocument-definition-object\u002F",[38],"pdfmake documentation",", as pdfbuilder-node uses this library to generate PDFs.",[12,369,370],{},"Here’s a simple example of how you can use these attributes to create a basic PDF:",[372,373,378],"pre",{"className":374,"code":375,"language":376,"meta":377,"style":377},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","{\n  \"content\": [\n    {\n      \"svg\": \"logoDataHere\",\n      \"width\": 150,\n      \"alignment\": \"center\",\n      \"margin\": [0, 0, 0, 20]\n    },\n    {\n      \"text\": \"Production Report - 2025\",\n      \"style\": \"header\"\n    },\n    {\n      \"text\": \"Daily Production Summary with Operator Performance\",\n      \"style\": \"subheader\",\n      \"alignment\": \"center\",\n      \"margin\": [0, 10, 0, 20]\n    },\n    {\n      \"layout\": \"lightHorizontalLines\",\n      \"table\": {\n        \"headerRows\": 1,\n        \"widths\": [\"auto\", \"auto\", \"*\", \"auto\", \"auto\", \"*\"],\n        \"body\": [\n          [\"Date\", \"Shift\", \"Product\", \"Units Produced\", \"Defective Units\", \"Operator\"],\n          [\"2025-01-01\", \"Morning\", \"Product A\", \"1000\", \"20\", \"John Doe\"],\n          [\"2025-01-01\", \"Afternoon\", \"Product B\", \"950\", \"15\", \"Jane Smith\"],\n          [\"2025-01-02\", \"Morning\", \"Product A\", \"1050\", \"10\", \"James Brown\"],\n          [\"2025-01-02\", \"Afternoon\", \"Product C\", \"800\", \"30\", \"Emily Clark\"],\n          [\"2025-01-03\", \"Morning\", \"Product B\", \"1100\", \"25\", \"Michael Green\"],\n          [\"2025-01-03\", \"Afternoon\", \"Product A\", \"980\", \"18\", \"Sarah White\"]\n        ]\n      }\n    },\n    {\n      \"text\": \"This table summarizes the daily production output across different shifts and operators. It includes total units produced and defective units recorded for quality analysis.\",\n      \"fontSize\": 12,\n      \"alignment\": \"justify\",\n      \"margin\": [0, 10, 0, 20]\n    },\n    {\n      \"text\": \"Internal Use Only - Manufacturing Co.\",\n      \"style\": \"footer\",\n      \"alignment\": \"center\",\n      \"margin\": [0, 20, 0, 0]\n    }\n  ],\n  \"styles\": {\n    \"header\": {\n      \"fontSize\": 20,\n      \"bold\": true,\n      \"alignment\": \"center\",\n      \"margin\": [0, 20, 0, 10]\n    },\n    \"subheader\": {\n      \"fontSize\": 14,\n      \"italics\": true,\n      \"color\": \"grey\",\n      \"margin\": [0, 10, 0, 20]\n    },\n    \"footer\": {\n      \"fontSize\": 10,\n      \"color\": \"grey\"\n    }\n  },\n  \"pageSize\": \"A4\",\n  \"pageMargins\": [40, 60, 40, 60]\n}\n","json","",[54,379,380,389,407,413,439,456,476,512,518,523,544,562,567,572,592,612,631,661,666,671,691,705,723,788,802,862,921,979,1036,1093,1150,1206,1212,1218,1223,1228,1248,1265,1285,1314,1319,1324,1344,1363,1382,1411,1417,1423,1437,1451,1466,1481,1500,1529,1534,1547,1563,1577,1598,1627,1632,1645,1660,1677,1682,1688,1708,1740],{"__ignoreMap":377},[381,382,385],"span",{"class":383,"line":384},"line",1,[381,386,388],{"class":387},"sMK4o","{\n",[381,390,392,395,398,401,404],{"class":383,"line":391},2,[381,393,394],{"class":387},"  \"",[381,396,170],{"class":397},"spNyl",[381,399,400],{"class":387},"\"",[381,402,403],{"class":387},":",[381,405,406],{"class":387}," [\n",[381,408,410],{"class":383,"line":409},3,[381,411,412],{"class":387},"    {\n",[381,414,416,419,423,425,427,430,434,436],{"class":383,"line":415},4,[381,417,418],{"class":387},"      \"",[381,420,422],{"class":421},"sBMFI","svg",[381,424,400],{"class":387},[381,426,403],{"class":387},[381,428,429],{"class":387}," \"",[381,431,433],{"class":432},"sfazB","logoDataHere",[381,435,400],{"class":387},[381,437,438],{"class":387},",\n",[381,440,442,444,446,448,450,454],{"class":383,"line":441},5,[381,443,418],{"class":387},[381,445,305],{"class":421},[381,447,400],{"class":387},[381,449,403],{"class":387},[381,451,453],{"class":452},"sbssI"," 150",[381,455,438],{"class":387},[381,457,459,461,463,465,467,469,472,474],{"class":383,"line":458},6,[381,460,418],{"class":387},[381,462,335],{"class":421},[381,464,400],{"class":387},[381,466,403],{"class":387},[381,468,429],{"class":387},[381,470,471],{"class":432},"center",[381,473,400],{"class":387},[381,475,438],{"class":387},[381,477,479,481,484,486,488,491,494,497,500,502,504,506,509],{"class":383,"line":478},7,[381,480,418],{"class":387},[381,482,483],{"class":421},"margin",[381,485,400],{"class":387},[381,487,403],{"class":387},[381,489,490],{"class":387}," [",[381,492,493],{"class":452},"0",[381,495,496],{"class":387},",",[381,498,499],{"class":452}," 0",[381,501,496],{"class":387},[381,503,499],{"class":452},[381,505,496],{"class":387},[381,507,508],{"class":452}," 20",[381,510,511],{"class":387},"]\n",[381,513,515],{"class":383,"line":514},8,[381,516,517],{"class":387},"    },\n",[381,519,521],{"class":383,"line":520},9,[381,522,412],{"class":387},[381,524,526,528,531,533,535,537,540,542],{"class":383,"line":525},10,[381,527,418],{"class":387},[381,529,530],{"class":421},"text",[381,532,400],{"class":387},[381,534,403],{"class":387},[381,536,429],{"class":387},[381,538,539],{"class":432},"Production Report - 2025",[381,541,400],{"class":387},[381,543,438],{"class":387},[381,545,547,549,551,553,555,557,559],{"class":383,"line":546},11,[381,548,418],{"class":387},[381,550,185],{"class":421},[381,552,400],{"class":387},[381,554,403],{"class":387},[381,556,429],{"class":387},[381,558,245],{"class":432},[381,560,561],{"class":387},"\"\n",[381,563,565],{"class":383,"line":564},12,[381,566,517],{"class":387},[381,568,570],{"class":383,"line":569},13,[381,571,412],{"class":387},[381,573,575,577,579,581,583,585,588,590],{"class":383,"line":574},14,[381,576,418],{"class":387},[381,578,530],{"class":421},[381,580,400],{"class":387},[381,582,403],{"class":387},[381,584,429],{"class":387},[381,586,587],{"class":432},"Daily Production Summary with Operator Performance",[381,589,400],{"class":387},[381,591,438],{"class":387},[381,593,595,597,599,601,603,605,608,610],{"class":383,"line":594},15,[381,596,418],{"class":387},[381,598,185],{"class":421},[381,600,400],{"class":387},[381,602,403],{"class":387},[381,604,429],{"class":387},[381,606,607],{"class":432},"subheader",[381,609,400],{"class":387},[381,611,438],{"class":387},[381,613,615,617,619,621,623,625,627,629],{"class":383,"line":614},16,[381,616,418],{"class":387},[381,618,335],{"class":421},[381,620,400],{"class":387},[381,622,403],{"class":387},[381,624,429],{"class":387},[381,626,471],{"class":432},[381,628,400],{"class":387},[381,630,438],{"class":387},[381,632,634,636,638,640,642,644,646,648,651,653,655,657,659],{"class":383,"line":633},17,[381,635,418],{"class":387},[381,637,483],{"class":421},[381,639,400],{"class":387},[381,641,403],{"class":387},[381,643,490],{"class":387},[381,645,493],{"class":452},[381,647,496],{"class":387},[381,649,650],{"class":452}," 10",[381,652,496],{"class":387},[381,654,499],{"class":452},[381,656,496],{"class":387},[381,658,508],{"class":452},[381,660,511],{"class":387},[381,662,664],{"class":383,"line":663},18,[381,665,517],{"class":387},[381,667,669],{"class":383,"line":668},19,[381,670,412],{"class":387},[381,672,674,676,678,680,682,684,687,689],{"class":383,"line":673},20,[381,675,418],{"class":387},[381,677,200],{"class":421},[381,679,400],{"class":387},[381,681,403],{"class":387},[381,683,429],{"class":387},[381,685,686],{"class":432},"lightHorizontalLines",[381,688,400],{"class":387},[381,690,438],{"class":387},[381,692,694,696,698,700,702],{"class":383,"line":693},21,[381,695,418],{"class":387},[381,697,135],{"class":421},[381,699,400],{"class":387},[381,701,403],{"class":387},[381,703,704],{"class":387}," {\n",[381,706,708,711,714,716,718,721],{"class":383,"line":707},22,[381,709,710],{"class":387},"        \"",[381,712,713],{"class":452},"headerRows",[381,715,400],{"class":387},[381,717,403],{"class":387},[381,719,720],{"class":452}," 1",[381,722,438],{"class":387},[381,724,726,728,731,733,735,737,739,742,744,746,748,750,752,754,756,759,761,763,765,767,769,771,773,775,777,779,781,783,785],{"class":383,"line":725},23,[381,727,710],{"class":387},[381,729,730],{"class":452},"widths",[381,732,400],{"class":387},[381,734,403],{"class":387},[381,736,490],{"class":387},[381,738,400],{"class":387},[381,740,741],{"class":432},"auto",[381,743,400],{"class":387},[381,745,496],{"class":387},[381,747,429],{"class":387},[381,749,741],{"class":432},[381,751,400],{"class":387},[381,753,496],{"class":387},[381,755,429],{"class":387},[381,757,758],{"class":432},"*",[381,760,400],{"class":387},[381,762,496],{"class":387},[381,764,429],{"class":387},[381,766,741],{"class":432},[381,768,400],{"class":387},[381,770,496],{"class":387},[381,772,429],{"class":387},[381,774,741],{"class":432},[381,776,400],{"class":387},[381,778,496],{"class":387},[381,780,429],{"class":387},[381,782,758],{"class":432},[381,784,400],{"class":387},[381,786,787],{"class":387},"],\n",[381,789,791,793,796,798,800],{"class":383,"line":790},24,[381,792,710],{"class":387},[381,794,795],{"class":452},"body",[381,797,400],{"class":387},[381,799,403],{"class":387},[381,801,406],{"class":387},[381,803,805,808,810,813,815,817,819,822,824,826,828,831,833,835,837,840,842,844,846,849,851,853,855,858,860],{"class":383,"line":804},25,[381,806,807],{"class":387},"          [",[381,809,400],{"class":387},[381,811,812],{"class":432},"Date",[381,814,400],{"class":387},[381,816,496],{"class":387},[381,818,429],{"class":387},[381,820,821],{"class":432},"Shift",[381,823,400],{"class":387},[381,825,496],{"class":387},[381,827,429],{"class":387},[381,829,830],{"class":432},"Product",[381,832,400],{"class":387},[381,834,496],{"class":387},[381,836,429],{"class":387},[381,838,839],{"class":432},"Units Produced",[381,841,400],{"class":387},[381,843,496],{"class":387},[381,845,429],{"class":387},[381,847,848],{"class":432},"Defective Units",[381,850,400],{"class":387},[381,852,496],{"class":387},[381,854,429],{"class":387},[381,856,857],{"class":432},"Operator",[381,859,400],{"class":387},[381,861,787],{"class":387},[381,863,865,867,869,872,874,876,878,881,883,885,887,890,892,894,896,899,901,903,905,908,910,912,914,917,919],{"class":383,"line":864},26,[381,866,807],{"class":387},[381,868,400],{"class":387},[381,870,871],{"class":432},"2025-01-01",[381,873,400],{"class":387},[381,875,496],{"class":387},[381,877,429],{"class":387},[381,879,880],{"class":432},"Morning",[381,882,400],{"class":387},[381,884,496],{"class":387},[381,886,429],{"class":387},[381,888,889],{"class":432},"Product A",[381,891,400],{"class":387},[381,893,496],{"class":387},[381,895,429],{"class":387},[381,897,898],{"class":432},"1000",[381,900,400],{"class":387},[381,902,496],{"class":387},[381,904,429],{"class":387},[381,906,907],{"class":432},"20",[381,909,400],{"class":387},[381,911,496],{"class":387},[381,913,429],{"class":387},[381,915,916],{"class":432},"John Doe",[381,918,400],{"class":387},[381,920,787],{"class":387},[381,922,924,926,928,930,932,934,936,939,941,943,945,948,950,952,954,957,959,961,963,966,968,970,972,975,977],{"class":383,"line":923},27,[381,925,807],{"class":387},[381,927,400],{"class":387},[381,929,871],{"class":432},[381,931,400],{"class":387},[381,933,496],{"class":387},[381,935,429],{"class":387},[381,937,938],{"class":432},"Afternoon",[381,940,400],{"class":387},[381,942,496],{"class":387},[381,944,429],{"class":387},[381,946,947],{"class":432},"Product B",[381,949,400],{"class":387},[381,951,496],{"class":387},[381,953,429],{"class":387},[381,955,956],{"class":432},"950",[381,958,400],{"class":387},[381,960,496],{"class":387},[381,962,429],{"class":387},[381,964,965],{"class":432},"15",[381,967,400],{"class":387},[381,969,496],{"class":387},[381,971,429],{"class":387},[381,973,974],{"class":432},"Jane Smith",[381,976,400],{"class":387},[381,978,787],{"class":387},[381,980,982,984,986,989,991,993,995,997,999,1001,1003,1005,1007,1009,1011,1014,1016,1018,1020,1023,1025,1027,1029,1032,1034],{"class":383,"line":981},28,[381,983,807],{"class":387},[381,985,400],{"class":387},[381,987,988],{"class":432},"2025-01-02",[381,990,400],{"class":387},[381,992,496],{"class":387},[381,994,429],{"class":387},[381,996,880],{"class":432},[381,998,400],{"class":387},[381,1000,496],{"class":387},[381,1002,429],{"class":387},[381,1004,889],{"class":432},[381,1006,400],{"class":387},[381,1008,496],{"class":387},[381,1010,429],{"class":387},[381,1012,1013],{"class":432},"1050",[381,1015,400],{"class":387},[381,1017,496],{"class":387},[381,1019,429],{"class":387},[381,1021,1022],{"class":432},"10",[381,1024,400],{"class":387},[381,1026,496],{"class":387},[381,1028,429],{"class":387},[381,1030,1031],{"class":432},"James Brown",[381,1033,400],{"class":387},[381,1035,787],{"class":387},[381,1037,1039,1041,1043,1045,1047,1049,1051,1053,1055,1057,1059,1062,1064,1066,1068,1071,1073,1075,1077,1080,1082,1084,1086,1089,1091],{"class":383,"line":1038},29,[381,1040,807],{"class":387},[381,1042,400],{"class":387},[381,1044,988],{"class":432},[381,1046,400],{"class":387},[381,1048,496],{"class":387},[381,1050,429],{"class":387},[381,1052,938],{"class":432},[381,1054,400],{"class":387},[381,1056,496],{"class":387},[381,1058,429],{"class":387},[381,1060,1061],{"class":432},"Product C",[381,1063,400],{"class":387},[381,1065,496],{"class":387},[381,1067,429],{"class":387},[381,1069,1070],{"class":432},"800",[381,1072,400],{"class":387},[381,1074,496],{"class":387},[381,1076,429],{"class":387},[381,1078,1079],{"class":432},"30",[381,1081,400],{"class":387},[381,1083,496],{"class":387},[381,1085,429],{"class":387},[381,1087,1088],{"class":432},"Emily Clark",[381,1090,400],{"class":387},[381,1092,787],{"class":387},[381,1094,1096,1098,1100,1103,1105,1107,1109,1111,1113,1115,1117,1119,1121,1123,1125,1128,1130,1132,1134,1137,1139,1141,1143,1146,1148],{"class":383,"line":1095},30,[381,1097,807],{"class":387},[381,1099,400],{"class":387},[381,1101,1102],{"class":432},"2025-01-03",[381,1104,400],{"class":387},[381,1106,496],{"class":387},[381,1108,429],{"class":387},[381,1110,880],{"class":432},[381,1112,400],{"class":387},[381,1114,496],{"class":387},[381,1116,429],{"class":387},[381,1118,947],{"class":432},[381,1120,400],{"class":387},[381,1122,496],{"class":387},[381,1124,429],{"class":387},[381,1126,1127],{"class":432},"1100",[381,1129,400],{"class":387},[381,1131,496],{"class":387},[381,1133,429],{"class":387},[381,1135,1136],{"class":432},"25",[381,1138,400],{"class":387},[381,1140,496],{"class":387},[381,1142,429],{"class":387},[381,1144,1145],{"class":432},"Michael Green",[381,1147,400],{"class":387},[381,1149,787],{"class":387},[381,1151,1153,1155,1157,1159,1161,1163,1165,1167,1169,1171,1173,1175,1177,1179,1181,1184,1186,1188,1190,1193,1195,1197,1199,1202,1204],{"class":383,"line":1152},31,[381,1154,807],{"class":387},[381,1156,400],{"class":387},[381,1158,1102],{"class":432},[381,1160,400],{"class":387},[381,1162,496],{"class":387},[381,1164,429],{"class":387},[381,1166,938],{"class":432},[381,1168,400],{"class":387},[381,1170,496],{"class":387},[381,1172,429],{"class":387},[381,1174,889],{"class":432},[381,1176,400],{"class":387},[381,1178,496],{"class":387},[381,1180,429],{"class":387},[381,1182,1183],{"class":432},"980",[381,1185,400],{"class":387},[381,1187,496],{"class":387},[381,1189,429],{"class":387},[381,1191,1192],{"class":432},"18",[381,1194,400],{"class":387},[381,1196,496],{"class":387},[381,1198,429],{"class":387},[381,1200,1201],{"class":432},"Sarah White",[381,1203,400],{"class":387},[381,1205,511],{"class":387},[381,1207,1209],{"class":383,"line":1208},32,[381,1210,1211],{"class":387},"        ]\n",[381,1213,1215],{"class":383,"line":1214},33,[381,1216,1217],{"class":387},"      }\n",[381,1219,1221],{"class":383,"line":1220},34,[381,1222,517],{"class":387},[381,1224,1226],{"class":383,"line":1225},35,[381,1227,412],{"class":387},[381,1229,1231,1233,1235,1237,1239,1241,1244,1246],{"class":383,"line":1230},36,[381,1232,418],{"class":387},[381,1234,530],{"class":421},[381,1236,400],{"class":387},[381,1238,403],{"class":387},[381,1240,429],{"class":387},[381,1242,1243],{"class":432},"This table summarizes the daily production output across different shifts and operators. It includes total units produced and defective units recorded for quality analysis.",[381,1245,400],{"class":387},[381,1247,438],{"class":387},[381,1249,1251,1253,1256,1258,1260,1263],{"class":383,"line":1250},37,[381,1252,418],{"class":387},[381,1254,1255],{"class":421},"fontSize",[381,1257,400],{"class":387},[381,1259,403],{"class":387},[381,1261,1262],{"class":452}," 12",[381,1264,438],{"class":387},[381,1266,1268,1270,1272,1274,1276,1278,1281,1283],{"class":383,"line":1267},38,[381,1269,418],{"class":387},[381,1271,335],{"class":421},[381,1273,400],{"class":387},[381,1275,403],{"class":387},[381,1277,429],{"class":387},[381,1279,1280],{"class":432},"justify",[381,1282,400],{"class":387},[381,1284,438],{"class":387},[381,1286,1288,1290,1292,1294,1296,1298,1300,1302,1304,1306,1308,1310,1312],{"class":383,"line":1287},39,[381,1289,418],{"class":387},[381,1291,483],{"class":421},[381,1293,400],{"class":387},[381,1295,403],{"class":387},[381,1297,490],{"class":387},[381,1299,493],{"class":452},[381,1301,496],{"class":387},[381,1303,650],{"class":452},[381,1305,496],{"class":387},[381,1307,499],{"class":452},[381,1309,496],{"class":387},[381,1311,508],{"class":452},[381,1313,511],{"class":387},[381,1315,1317],{"class":383,"line":1316},40,[381,1318,517],{"class":387},[381,1320,1322],{"class":383,"line":1321},41,[381,1323,412],{"class":387},[381,1325,1327,1329,1331,1333,1335,1337,1340,1342],{"class":383,"line":1326},42,[381,1328,418],{"class":387},[381,1330,530],{"class":421},[381,1332,400],{"class":387},[381,1334,403],{"class":387},[381,1336,429],{"class":387},[381,1338,1339],{"class":432},"Internal Use Only - Manufacturing Co.",[381,1341,400],{"class":387},[381,1343,438],{"class":387},[381,1345,1347,1349,1351,1353,1355,1357,1359,1361],{"class":383,"line":1346},43,[381,1348,418],{"class":387},[381,1350,185],{"class":421},[381,1352,400],{"class":387},[381,1354,403],{"class":387},[381,1356,429],{"class":387},[381,1358,260],{"class":432},[381,1360,400],{"class":387},[381,1362,438],{"class":387},[381,1364,1366,1368,1370,1372,1374,1376,1378,1380],{"class":383,"line":1365},44,[381,1367,418],{"class":387},[381,1369,335],{"class":421},[381,1371,400],{"class":387},[381,1373,403],{"class":387},[381,1375,429],{"class":387},[381,1377,471],{"class":432},[381,1379,400],{"class":387},[381,1381,438],{"class":387},[381,1383,1385,1387,1389,1391,1393,1395,1397,1399,1401,1403,1405,1407,1409],{"class":383,"line":1384},45,[381,1386,418],{"class":387},[381,1388,483],{"class":421},[381,1390,400],{"class":387},[381,1392,403],{"class":387},[381,1394,490],{"class":387},[381,1396,493],{"class":452},[381,1398,496],{"class":387},[381,1400,508],{"class":452},[381,1402,496],{"class":387},[381,1404,499],{"class":452},[381,1406,496],{"class":387},[381,1408,499],{"class":452},[381,1410,511],{"class":387},[381,1412,1414],{"class":383,"line":1413},46,[381,1415,1416],{"class":387},"    }\n",[381,1418,1420],{"class":383,"line":1419},47,[381,1421,1422],{"class":387},"  ],\n",[381,1424,1426,1428,1431,1433,1435],{"class":383,"line":1425},48,[381,1427,394],{"class":387},[381,1429,1430],{"class":397},"styles",[381,1432,400],{"class":387},[381,1434,403],{"class":387},[381,1436,704],{"class":387},[381,1438,1440,1443,1445,1447,1449],{"class":383,"line":1439},49,[381,1441,1442],{"class":387},"    \"",[381,1444,245],{"class":421},[381,1446,400],{"class":387},[381,1448,403],{"class":387},[381,1450,704],{"class":387},[381,1452,1454,1456,1458,1460,1462,1464],{"class":383,"line":1453},50,[381,1455,418],{"class":387},[381,1457,1255],{"class":452},[381,1459,400],{"class":387},[381,1461,403],{"class":387},[381,1463,508],{"class":452},[381,1465,438],{"class":387},[381,1467,1469,1471,1474,1476,1478],{"class":383,"line":1468},51,[381,1470,418],{"class":387},[381,1472,1473],{"class":452},"bold",[381,1475,400],{"class":387},[381,1477,403],{"class":387},[381,1479,1480],{"class":387}," true,\n",[381,1482,1484,1486,1488,1490,1492,1494,1496,1498],{"class":383,"line":1483},52,[381,1485,418],{"class":387},[381,1487,335],{"class":452},[381,1489,400],{"class":387},[381,1491,403],{"class":387},[381,1493,429],{"class":387},[381,1495,471],{"class":432},[381,1497,400],{"class":387},[381,1499,438],{"class":387},[381,1501,1503,1505,1507,1509,1511,1513,1515,1517,1519,1521,1523,1525,1527],{"class":383,"line":1502},53,[381,1504,418],{"class":387},[381,1506,483],{"class":452},[381,1508,400],{"class":387},[381,1510,403],{"class":387},[381,1512,490],{"class":387},[381,1514,493],{"class":452},[381,1516,496],{"class":387},[381,1518,508],{"class":452},[381,1520,496],{"class":387},[381,1522,499],{"class":452},[381,1524,496],{"class":387},[381,1526,650],{"class":452},[381,1528,511],{"class":387},[381,1530,1532],{"class":383,"line":1531},54,[381,1533,517],{"class":387},[381,1535,1537,1539,1541,1543,1545],{"class":383,"line":1536},55,[381,1538,1442],{"class":387},[381,1540,607],{"class":421},[381,1542,400],{"class":387},[381,1544,403],{"class":387},[381,1546,704],{"class":387},[381,1548,1550,1552,1554,1556,1558,1561],{"class":383,"line":1549},56,[381,1551,418],{"class":387},[381,1553,1255],{"class":452},[381,1555,400],{"class":387},[381,1557,403],{"class":387},[381,1559,1560],{"class":452}," 14",[381,1562,438],{"class":387},[381,1564,1566,1568,1571,1573,1575],{"class":383,"line":1565},57,[381,1567,418],{"class":387},[381,1569,1570],{"class":452},"italics",[381,1572,400],{"class":387},[381,1574,403],{"class":387},[381,1576,1480],{"class":387},[381,1578,1580,1582,1585,1587,1589,1591,1594,1596],{"class":383,"line":1579},58,[381,1581,418],{"class":387},[381,1583,1584],{"class":452},"color",[381,1586,400],{"class":387},[381,1588,403],{"class":387},[381,1590,429],{"class":387},[381,1592,1593],{"class":432},"grey",[381,1595,400],{"class":387},[381,1597,438],{"class":387},[381,1599,1601,1603,1605,1607,1609,1611,1613,1615,1617,1619,1621,1623,1625],{"class":383,"line":1600},59,[381,1602,418],{"class":387},[381,1604,483],{"class":452},[381,1606,400],{"class":387},[381,1608,403],{"class":387},[381,1610,490],{"class":387},[381,1612,493],{"class":452},[381,1614,496],{"class":387},[381,1616,650],{"class":452},[381,1618,496],{"class":387},[381,1620,499],{"class":452},[381,1622,496],{"class":387},[381,1624,508],{"class":452},[381,1626,511],{"class":387},[381,1628,1630],{"class":383,"line":1629},60,[381,1631,517],{"class":387},[381,1633,1635,1637,1639,1641,1643],{"class":383,"line":1634},61,[381,1636,1442],{"class":387},[381,1638,260],{"class":421},[381,1640,400],{"class":387},[381,1642,403],{"class":387},[381,1644,704],{"class":387},[381,1646,1648,1650,1652,1654,1656,1658],{"class":383,"line":1647},62,[381,1649,418],{"class":387},[381,1651,1255],{"class":452},[381,1653,400],{"class":387},[381,1655,403],{"class":387},[381,1657,650],{"class":452},[381,1659,438],{"class":387},[381,1661,1663,1665,1667,1669,1671,1673,1675],{"class":383,"line":1662},63,[381,1664,418],{"class":387},[381,1666,1584],{"class":452},[381,1668,400],{"class":387},[381,1670,403],{"class":387},[381,1672,429],{"class":387},[381,1674,1593],{"class":432},[381,1676,561],{"class":387},[381,1678,1680],{"class":383,"line":1679},64,[381,1681,1416],{"class":387},[381,1683,1685],{"class":383,"line":1684},65,[381,1686,1687],{"class":387},"  },\n",[381,1689,1691,1693,1695,1697,1699,1701,1704,1706],{"class":383,"line":1690},66,[381,1692,394],{"class":387},[381,1694,215],{"class":397},[381,1696,400],{"class":387},[381,1698,403],{"class":387},[381,1700,429],{"class":387},[381,1702,1703],{"class":432},"A4",[381,1705,400],{"class":387},[381,1707,438],{"class":387},[381,1709,1711,1713,1715,1717,1719,1721,1724,1726,1729,1731,1734,1736,1738],{"class":383,"line":1710},67,[381,1712,394],{"class":387},[381,1714,230],{"class":397},[381,1716,400],{"class":387},[381,1718,403],{"class":387},[381,1720,490],{"class":387},[381,1722,1723],{"class":452},"40",[381,1725,496],{"class":387},[381,1727,1728],{"class":452}," 60",[381,1730,496],{"class":387},[381,1732,1733],{"class":452}," 40",[381,1735,496],{"class":387},[381,1737,1728],{"class":452},[381,1739,511],{"class":387},[381,1741,1743],{"class":383,"line":1742},68,[381,1744,1745],{"class":387},"}\n",[12,1747,1748],{},"This example creates a simple PDF featuring a centered logo, a title, a subtitle, a table with a light horizontal line layout, a paragraph of text, and a footer at the end. The following screenshot shows how it looks. You can customize it by adjusting the styles, layout, and content.",[12,1750,1751,1756],{},[1752,1753],"img",{"alt":1754,"dataZoomable":377,"src":1755},"Example pdf result","\u002Fblog\u002F2025\u002F05\u002Fimages\u002Fexample-pdf.png",[1757,1758,1754],"em",{},[74,1760,1762],{"id":1761},"step-3-creating-a-flow-to-generate-a-pdf","Step 3: Creating a Flow to Generate a PDF",[12,1764,1765],{},"Let's learn how to generate a PDF using dynamic inputs. For this, we’ll use the same example PDF report shown earlier, but this time, we’ll replace the hardcoded values with dynamic input data.",[88,1767,1768],{},[30,1769,1770],{},"For this guide's practical example, we will use the following SQLite flow that generates simulated production data. If you don't have the data source, you can import the flow below to follow along. After importing, deploy the flow and click the Inject node button to generate and insert the data.",[12,1772,1773],{},"When generating PDFs for your specific data, start by creating a flow to collect the information you want in the report. This data can come from sensors, databases, APIs, or even manual inputs.",[1775,1776,1778],"render-flow",{":height":1777},"300",[372,1779,1781],{"className":374,"code":1780,"language":376,"meta":377,"style":377},"[{\"id\":\"1e73fef718bb4876\",\"type\":\"group\",\"z\":\"b37428694e90b2c5\",\"style\":{\"stroke\":\"#b2b3bd\",\"stroke-opacity\":\"1\",\"fill\":\"#f2f3fb\",\"fill-opacity\":\"0.5\",\"label\":true,\"label-position\":\"nw\",\"color\":\"#32333b\"},\"nodes\":[\"5169b96ad66dcff6\",\"b75fde37ea431d84\",\"a571bbd7b0c0cb25\"],\"x\":14,\"y\":59,\"w\":812,\"h\":82},{\"id\":\"5169b96ad66dcff6\",\"type\":\"inject\",\"z\":\"b37428694e90b2c5\",\"g\":\"1e73fef718bb4876\",\"name\":\"Create Table\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":true,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"date\",\"x\":130,\"y\":100,\"wires\":[[\"b75fde37ea431d84\"]]},{\"id\":\"b75fde37ea431d84\",\"type\":\"sqlite\",\"z\":\"b37428694e90b2c5\",\"g\":\"1e73fef718bb4876\",\"mydb\":\"1ae6d7f7fdb60191\",\"sqlquery\":\"fixed\",\"sql\":\"CREATE TABLE IF NOT EXISTS production_report (\\n    id INTEGER PRIMARY KEY AUTOINCREMENT,\\n    date TEXT NOT NULL,\\n    shift TEXT NOT NULL,\\n    product TEXT NOT NULL,\\n    units_produced INTEGER NOT NULL,\\n    defective_units INTEGER NOT NULL,\\n    operator TEXT NOT NULL\\n);\",\"name\":\"\",\"x\":440,\"y\":100,\"wires\":[[\"a571bbd7b0c0cb25\"]]},{\"id\":\"a571bbd7b0c0cb25\",\"type\":\"debug\",\"z\":\"b37428694e90b2c5\",\"g\":\"1e73fef718bb4876\",\"name\":\"debug 2\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"false\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":720,\"y\":100,\"wires\":[]},{\"id\":\"1ae6d7f7fdb60191\",\"type\":\"sqlitedb\",\"db\":\"productiondata.sqlite\",\"mode\":\"RWC\"},{\"id\":\"ccca7810c6b3db41\",\"type\":\"group\",\"z\":\"b37428694e90b2c5\",\"style\":{\"stroke\":\"#b2b3bd\",\"stroke-opacity\":\"1\",\"fill\":\"#f2f3fb\",\"fill-opacity\":\"0.5\",\"label\":true,\"label-position\":\"nw\",\"color\":\"#32333b\"},\"nodes\":[\"19ad08d3015ef8f2\",\"b706e4aa8a2d0740\",\"f32cdc1dd16b56b7\",\"3708b00ae17defa5\",\"c4464e3454a8805e\",\"2df338e18c9a60d5\"],\"x\":14,\"y\":179,\"w\":1332,\"h\":82},{\"id\":\"19ad08d3015ef8f2\",\"type\":\"sqlite\",\"z\":\"b37428694e90b2c5\",\"g\":\"ccca7810c6b3db41\",\"mydb\":\"1ae6d7f7fdb60191\",\"sqlquery\":\"prepared\",\"sql\":\"INSERT INTO production_report (\\n    date,\\n    shift,\\n    product,\\n    units_produced,\\n    defective_units,\\n    operator\\n) VALUES (\\n    $date,\\n    $shift,\\n    $product,\\n    $units_produced,\\n    $defective_units,\\n    $operator\\n);\\n\",\"name\":\"\",\"x\":1060,\"y\":220,\"wires\":[[\"2df338e18c9a60d5\"]]},{\"id\":\"b706e4aa8a2d0740\",\"type\":\"inject\",\"z\":\"b37428694e90b2c5\",\"g\":\"ccca7810c6b3db41\",\"name\":\"Click to generate and insert data\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"date\",\"x\":190,\"y\":220,\"wires\":[[\"f32cdc1dd16b56b7\"]]},{\"id\":\"f32cdc1dd16b56b7\",\"type\":\"function\",\"z\":\"b37428694e90b2c5\",\"g\":\"ccca7810c6b3db41\",\"name\":\"Generate Simulated Production Data\",\"func\":\"const products = [\\\"Widget A\\\", \\\"Widget B\\\", \\\"Gadget X\\\", \\\"Component Z\\\"];\\nconst operators = [\\\"John Matthews\\\", \\\"Sarah Lee\\\", \\\"Amit Kumar\\\", \\\"Rita Patel\\\"];\\nconst shifts = [\\\"A\\\", \\\"B\\\", \\\"C\\\"];\\n\\nfunction getRandomInt(min, max) {\\n    return Math.floor(Math.random() * (max - min + 1)) + min;\\n}\\n\\nconst data = [];\\n\\nfor (let i = 0; i \u003C 10; i++) {\\n    const date = new Date();\\n    date.setDate(date.getDate() - i); \u002F\u002F Last 10 days\\n\\n    data.push({\\n        date: date.toISOString().split('T')[0],\\n        shift: shifts[getRandomInt(0, shifts.length - 1)],\\n        product: products[getRandomInt(0, products.length - 1)],\\n        units_produced: getRandomInt(400, 600),\\n        defective_units: getRandomInt(0, 10),\\n        operator: operators[getRandomInt(0, operators.length - 1)]\\n    });\\n}\\n\\nmsg.payload = data;\\nreturn msg;\\n\",\"outputs\":1,\"timeout\":0,\"noerr\":0,\"initialize\":\"\",\"finalize\":\"\",\"libs\":[],\"x\":490,\"y\":220,\"wires\":[[\"3708b00ae17defa5\"]]},{\"id\":\"3708b00ae17defa5\",\"type\":\"split\",\"z\":\"b37428694e90b2c5\",\"g\":\"ccca7810c6b3db41\",\"name\":\"\",\"splt\":\"\\\\n\",\"spltType\":\"str\",\"arraySplt\":1,\"arraySpltType\":\"len\",\"stream\":false,\"addname\":\"\",\"property\":\"payload\",\"x\":710,\"y\":220,\"wires\":[[\"c4464e3454a8805e\"]]},{\"id\":\"c4464e3454a8805e\",\"type\":\"change\",\"z\":\"b37428694e90b2c5\",\"g\":\"ccca7810c6b3db41\",\"name\":\"\",\"rules\":[{\"t\":\"set\",\"p\":\"params\",\"pt\":\"msg\",\"to\":\"{}\",\"tot\":\"json\"},{\"t\":\"set\",\"p\":\"params.$date\",\"pt\":\"msg\",\"to\":\"payload.date\",\"tot\":\"msg\"},{\"t\":\"set\",\"p\":\"params.$shift\",\"pt\":\"msg\",\"to\":\"payload.shift\",\"tot\":\"msg\"},{\"t\":\"set\",\"p\":\"params.$product\",\"pt\":\"msg\",\"to\":\"payload.product\",\"tot\":\"msg\"},{\"t\":\"set\",\"p\":\"params.$units_produced\",\"pt\":\"msg\",\"to\":\"payload.units_produced\",\"tot\":\"msg\"},{\"t\":\"set\",\"p\":\"params.$defective_units\",\"pt\":\"msg\",\"to\":\"payload.defective_units\",\"tot\":\"msg\"},{\"t\":\"set\",\"p\":\"params.$operator\",\"pt\":\"msg\",\"to\":\"payload.operator\",\"tot\":\"msg\"}],\"action\":\"\",\"property\":\"\",\"from\":\"\",\"to\":\"\",\"reg\":false,\"x\":860,\"y\":220,\"wires\":[[\"19ad08d3015ef8f2\"]]},{\"id\":\"2df338e18c9a60d5\",\"type\":\"debug\",\"z\":\"b37428694e90b2c5\",\"g\":\"ccca7810c6b3db41\",\"name\":\"debug 3\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"false\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":1240,\"y\":220,\"wires\":[]}]\n",[54,1782,1783],{"__ignoreMap":377},[381,1784,1785,1788,1790,1793,1795,1797,1799,1802,1804,1806,1808,1811,1813,1815,1817,1820,1822,1824,1826,1829,1831,1833,1835,1838,1840,1842,1844,1846,1848,1851,1853,1856,1858,1860,1862,1865,1867,1869,1871,1874,1876,1878,1880,1883,1885,1887,1889,1892,1894,1896,1898,1901,1903,1905,1907,1910,1912,1914,1916,1919,1921,1923,1925,1928,1930,1933,1935,1938,1940,1942,1944,1947,1949,1951,1953,1955,1957,1959,1961,1964,1966,1969,1971,1974,1976,1979,1981,1984,1986,1988,1990,1993,1995,1997,1999,2002,2004,2007,2009,2012,2014,2016,2019,2021,2023,2026,2028,2030,2033,2035,2037,2040,2042,2044,2047,2049,2051,2054,2056,2058,2061,2064,2066,2068,2070,2072,2074,2076,2078,2080,2082,2084,2086,2088,2090,2093,2095,2097,2099,2101,2103,2105,2107,2109,2111,2113,2115,2118,2120,2122,2124,2126,2128,2130,2132,2135,2137,2139,2141,2144,2146,2148,2150,2153,2155,2158,2160,2162,2164,2166,2168,2171,2173,2175,2177,2179,2181,2183,2185,2188,2190,2192,2194,2197,2199,2201,2203,2206,2208,2211,2213,2216,2218,2220,2223,2225,2227,2230,2232,2234,2236,2238,2240,2243,2245,2247,2249,2252,2254,2256,2259,2261,2263,2265,2267,2269,2271,2273,2275,2277,2279,2281,2283,2285,2287,2290,2292,2294,2296,2299,2301,2303,2305,2307,2309,2311,2314,2316,2318,2320,2322,2324,2327,2329,2331,2334,2336,2339,2341,2343,2345,2348,2350,2352,2354,2356,2358,2360,2362,2364,2366,2368,2370,2372,2374,2377,2379,2381,2383,2385,2387,2389,2391,2393,2395,2397,2399,2401,2403,2405,2407,2409,2411,2413,2415,2418,2420,2422,2424,2427,2429,2431,2433,2436,2438,2440,2442,2445,2447,2449,2451,2454,2456,2458,2460,2463,2467,2470,2472,2475,2477,2480,2482,2485,2487,2490,2492,2495,2497,2500,2502,2505,2507,2509,2511,2513,2515,2517,2519,2521,2523,2525,2527,2529,2532,2534,2536,2538,2540,2542,2544,2546,2548,2550,2552,2554,2556,2558,2560,2562,2564,2566,2568,2570,2572,2574,2576,2578,2580,2582,2584,2586,2588,2591,2593,2595,2597,2599,2601,2603,2605,2607,2609,2611,2613,2615,2617,2619,2621,2623,2625,2627,2629,2631,2633,2635,2637,2640,2642,2644,2646,2649,2651,2653,2655,2658,2660,2662,2664,2667,2669,2672,2674,2677,2679,2681,2683,2686,2688,2690,2692,2695,2697,2699,2701,2704,2706,2708,2710,2712,2714,2717,2719,2721,2723,2725,2727,2729,2731,2733,2735,2737,2740,2742,2744,2746,2748,2750,2752,2754,2756,2758,2760,2763,2765,2767,2769,2771,2773,2775,2777,2779,2781,2783,2785,2787,2789,2792,2794,2796,2798,2801,2803,2805,2807,2810,2812,2814,2816,2819,2821,2823,2825,2828,2830,2832,2834,2836,2838,2840,2842,2845,2847,2849,2851,2853,2855,2857,2859,2861,2863,2865,2867,2869,2871,2873,2875,2877,2879,2881,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,2941,2943,2945,2947,2949,2951,2953,2955,2957,2959,2961,2963,2965,2967,2969,2971,2973,2975,2977,2979,2981,2983,2985,2987,2989,2991,2993,2995,2997,2999,3001,3003,3006,3008,3010,3012,3015,3017,3019,3021,3024,3026,3028,3030,3033,3035,3037,3039,3042,3044,3046,3048,3051,3053,3055,3057,3059,3061,3063,3065,3067,3069,3071,3073,3075,3078,3080,3082,3084,3086,3088,3091,3093,3095,3097,3099,3101,3103,3105,3107,3109,3111,3113,3115,3117,3119,3121,3123,3125,3127,3129,3131,3133,3135,3137,3139,3141,3143,3145,3147,3149,3151,3153,3155,3157,3159,3161,3163,3165,3167,3169,3171,3173,3175,3177,3179,3181,3183,3185,3187,3189,3191,3193,3195,3198,3200,3202,3204,3206,3208,3210,3212,3215,3217,3220,3222,3225,3227,3230,3232,3235,3237,3240,3242,3245,3247,3250,3252,3255,3257,3260,3262,3265,3267,3270,3272,3275,3277,3280,3282,3284,3286,3288,3290,3292,3294,3296,3298,3300,3302,3304,3306,3308,3310,3313,3315,3317,3319,3321,3323,3326,3328,3330,3332,3334,3336,3338,3340,3342,3344,3346,3348,3350,3352,3354,3356,3358,3360,3362,3364,3366,3368,3370,3372,3374,3376,3378,3380,3382,3384,3386,3388,3390,3392,3394,3396,3398,3400,3402,3404,3406,3408,3410,3412,3414,3416,3418,3421,3423,3425,3427,3429,3431,3433,3435,3437,3439,3441,3443,3445,3447,3449,3451,3453,3455,3457,3459,3461,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,3547,3549,3551,3553,3555,3557,3559,3561,3563,3565,3567,3569,3571,3573,3576,3578,3580,3582,3584,3586,3588,3590,3592,3594,3596,3598,3600,3602,3604,3606,3608,3610,3612,3614,3616,3618,3620,3622,3624,3626,3628,3630,3632,3635,3637,3639,3641,3643,3645,3647,3649,3651,3653,3655,3657,3659,3661,3663,3665,3667,3669,3671,3673,3675,3677,3679,3681,3684,3686,3688,3690,3693,3695,3697,3699,3702,3705,3708,3710,3712,3714,3717,3719,3721,3723,3726,3728,3730,3732,3735,3737,3740,3742,3745,3747,3750,3752,3754,3756,3759,3761,3763,3765,3768,3770,3772,3774,3777,3779,3781,3783,3786,3788,3791,3793,3795,3797,3800,3802,3804,3806,3809,3811,3813,3816,3819,3821,3824,3826,3829,3831,3834,3836,3839,3841,3844,3846,3849,3851,3854,3856,3859,3861,3864,3866,3869,3871,3874,3876,3879,3881,3884,3886,3889,3891,3893,3895,3898,3900,3903,3905,3907,3909,3911,3914,3916,3918,3920,3922,3924,3927,3929,3931,3933,3935,3937,3940,3942,3944,3946,3948,3950,3953,3955,3957,3959,3961,3963,3966,3968,3970,3972,3974,3976,3979,3981,3984,3986,3988,3990,3992,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,4054,4056,4058,4060,4062,4064,4066,4068,4070,4072,4074,4076,4078,4080,4082,4084,4086,4088,4090,4092,4094,4096,4098,4100,4102,4104,4107,4109,4111,4113,4116,4119,4121,4123,4125,4128,4130,4132,4134,4136,4138,4140,4142,4145,4147,4149,4151,4153,4155,4158,4160,4162,4164,4167,4169,4171,4173,4176,4178,4180,4182,4185,4187,4189,4191,4193,4195,4198,4200,4202,4204,4206,4208,4210,4212,4214,4216,4218,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,4273,4275,4277,4280,4282,4284,4286,4288,4290,4292,4294,4296,4298,4300,4302,4304,4306,4308,4310,4312,4314,4316,4318,4320,4322,4324,4326,4328,4330,4333,4335,4337,4339,4342,4344,4346,4348,4351,4353,4355,4357,4359,4361,4363,4365,4368,4370,4372,4374,4377,4379,4381,4383,4386,4388,4390,4392,4395,4397,4399,4401,4404,4406,4408,4410,4413,4415,4417,4419,4421,4423,4425,4427,4429,4431,4433,4435,4437,4439,4441,4443,4445,4447,4449,4451,4454,4456,4458,4460,4462,4464,4466,4468,4470,4472,4474,4476,4478,4480,4482,4484,4487,4489,4491,4493,4495,4497,4499,4501,4503,4505,4507,4509,4511,4513,4515,4517,4519,4521,4523,4525,4527,4529,4531,4533,4536,4538,4540,4542,4544,4546,4548,4550,4552,4554,4556,4558,4560,4562,4564,4566,4569,4571,4573,4575,4577,4579,4581,4583,4585,4587,4589,4591,4593,4595,4597,4599,4601,4603,4605,4607,4609,4611,4613,4615,4618,4620,4622,4624,4626,4628,4630,4632,4634,4636,4638,4640,4642,4644,4646,4648,4651,4653,4655,4657,4659,4661,4663,4665,4667,4669,4671,4673,4675,4677,4679,4681,4683,4685,4687,4689,4691,4693,4695,4697,4700,4702,4704,4706,4708,4710,4712,4714,4716,4718,4720,4722,4724,4726,4728,4730,4733,4735,4737,4739,4741,4743,4745,4747,4749,4751,4753,4755,4757,4759,4761,4763,4765,4767,4769,4771,4773,4775,4777,4779,4782,4784,4786,4788,4790,4792,4794,4796,4798,4800,4802,4804,4806,4808,4810,4812,4815,4817,4819,4821,4823,4825,4827,4829,4831,4833,4835,4837,4839,4841,4843,4845,4847,4849,4851,4853,4855,4857,4859,4861,4864,4866,4868,4870,4872,4874,4876,4878,4880,4882,4884,4886,4888,4890,4892,4894,4897,4899,4901,4903,4905,4907,4909,4911,4913,4915,4917,4919,4922,4924,4926,4928,4930,4932,4934,4936,4938,4940,4942,4944,4947,4949,4951,4953,4955,4957,4959,4961,4963,4965,4967,4969,4972,4974,4976,4978,4980,4982,4984,4987,4989,4991,4993,4995,4997,4999,5001,5003,5005,5007,5009,5011,5013,5015,5017,5019,5021,5023,5025,5027,5029,5031,5033,5035,5037,5039,5041,5043,5045,5047,5049,5051,5053,5055,5057,5059,5061,5063,5065,5067,5069,5071,5073,5075,5077,5079,5081,5083,5085,5087,5089,5091,5094,5096,5098,5100,5102,5104,5106,5108,5110,5112,5114,5116,5118,5120,5122,5124,5126,5128,5130,5132,5134,5136,5138,5140,5142,5144,5146,5148,5150,5152,5154,5156,5158,5160,5162,5164,5166,5168,5170,5172,5174,5176,5178,5180,5182,5185,5187,5189,5191,5193,5195,5197,5199,5201,5203,5205],{"class":383,"line":384},[381,1786,1787],{"class":387},"[{",[381,1789,400],{"class":387},[381,1791,1792],{"class":397},"id",[381,1794,400],{"class":387},[381,1796,403],{"class":387},[381,1798,400],{"class":387},[381,1800,1801],{"class":432},"1e73fef718bb4876",[381,1803,400],{"class":387},[381,1805,496],{"class":387},[381,1807,400],{"class":387},[381,1809,1810],{"class":397},"type",[381,1812,400],{"class":387},[381,1814,403],{"class":387},[381,1816,400],{"class":387},[381,1818,1819],{"class":432},"group",[381,1821,400],{"class":387},[381,1823,496],{"class":387},[381,1825,400],{"class":387},[381,1827,1828],{"class":397},"z",[381,1830,400],{"class":387},[381,1832,403],{"class":387},[381,1834,400],{"class":387},[381,1836,1837],{"class":432},"b37428694e90b2c5",[381,1839,400],{"class":387},[381,1841,496],{"class":387},[381,1843,400],{"class":387},[381,1845,185],{"class":397},[381,1847,400],{"class":387},[381,1849,1850],{"class":387},":{",[381,1852,400],{"class":387},[381,1854,1855],{"class":421},"stroke",[381,1857,400],{"class":387},[381,1859,403],{"class":387},[381,1861,400],{"class":387},[381,1863,1864],{"class":432},"#b2b3bd",[381,1866,400],{"class":387},[381,1868,496],{"class":387},[381,1870,400],{"class":387},[381,1872,1873],{"class":421},"stroke-opacity",[381,1875,400],{"class":387},[381,1877,403],{"class":387},[381,1879,400],{"class":387},[381,1881,1882],{"class":432},"1",[381,1884,400],{"class":387},[381,1886,496],{"class":387},[381,1888,400],{"class":387},[381,1890,1891],{"class":421},"fill",[381,1893,400],{"class":387},[381,1895,403],{"class":387},[381,1897,400],{"class":387},[381,1899,1900],{"class":432},"#f2f3fb",[381,1902,400],{"class":387},[381,1904,496],{"class":387},[381,1906,400],{"class":387},[381,1908,1909],{"class":421},"fill-opacity",[381,1911,400],{"class":387},[381,1913,403],{"class":387},[381,1915,400],{"class":387},[381,1917,1918],{"class":432},"0.5",[381,1920,400],{"class":387},[381,1922,496],{"class":387},[381,1924,400],{"class":387},[381,1926,1927],{"class":421},"label",[381,1929,400],{"class":387},[381,1931,1932],{"class":387},":true,",[381,1934,400],{"class":387},[381,1936,1937],{"class":421},"label-position",[381,1939,400],{"class":387},[381,1941,403],{"class":387},[381,1943,400],{"class":387},[381,1945,1946],{"class":432},"nw",[381,1948,400],{"class":387},[381,1950,496],{"class":387},[381,1952,400],{"class":387},[381,1954,1584],{"class":421},[381,1956,400],{"class":387},[381,1958,403],{"class":387},[381,1960,400],{"class":387},[381,1962,1963],{"class":432},"#32333b",[381,1965,400],{"class":387},[381,1967,1968],{"class":387},"},",[381,1970,400],{"class":387},[381,1972,1973],{"class":397},"nodes",[381,1975,400],{"class":387},[381,1977,1978],{"class":387},":[",[381,1980,400],{"class":387},[381,1982,1983],{"class":432},"5169b96ad66dcff6",[381,1985,400],{"class":387},[381,1987,496],{"class":387},[381,1989,400],{"class":387},[381,1991,1992],{"class":432},"b75fde37ea431d84",[381,1994,400],{"class":387},[381,1996,496],{"class":387},[381,1998,400],{"class":387},[381,2000,2001],{"class":432},"a571bbd7b0c0cb25",[381,2003,400],{"class":387},[381,2005,2006],{"class":387},"],",[381,2008,400],{"class":387},[381,2010,2011],{"class":397},"x",[381,2013,400],{"class":387},[381,2015,403],{"class":387},[381,2017,2018],{"class":452},"14",[381,2020,496],{"class":387},[381,2022,400],{"class":387},[381,2024,2025],{"class":397},"y",[381,2027,400],{"class":387},[381,2029,403],{"class":387},[381,2031,2032],{"class":452},"59",[381,2034,496],{"class":387},[381,2036,400],{"class":387},[381,2038,2039],{"class":397},"w",[381,2041,400],{"class":387},[381,2043,403],{"class":387},[381,2045,2046],{"class":452},"812",[381,2048,496],{"class":387},[381,2050,400],{"class":387},[381,2052,2053],{"class":397},"h",[381,2055,400],{"class":387},[381,2057,403],{"class":387},[381,2059,2060],{"class":452},"82",[381,2062,2063],{"class":387},"},{",[381,2065,400],{"class":387},[381,2067,1792],{"class":397},[381,2069,400],{"class":387},[381,2071,403],{"class":387},[381,2073,400],{"class":387},[381,2075,1983],{"class":432},[381,2077,400],{"class":387},[381,2079,496],{"class":387},[381,2081,400],{"class":387},[381,2083,1810],{"class":397},[381,2085,400],{"class":387},[381,2087,403],{"class":387},[381,2089,400],{"class":387},[381,2091,2092],{"class":432},"inject",[381,2094,400],{"class":387},[381,2096,496],{"class":387},[381,2098,400],{"class":387},[381,2100,1828],{"class":397},[381,2102,400],{"class":387},[381,2104,403],{"class":387},[381,2106,400],{"class":387},[381,2108,1837],{"class":432},[381,2110,400],{"class":387},[381,2112,496],{"class":387},[381,2114,400],{"class":387},[381,2116,2117],{"class":397},"g",[381,2119,400],{"class":387},[381,2121,403],{"class":387},[381,2123,400],{"class":387},[381,2125,1801],{"class":432},[381,2127,400],{"class":387},[381,2129,496],{"class":387},[381,2131,400],{"class":387},[381,2133,2134],{"class":397},"name",[381,2136,400],{"class":387},[381,2138,403],{"class":387},[381,2140,400],{"class":387},[381,2142,2143],{"class":432},"Create Table",[381,2145,400],{"class":387},[381,2147,496],{"class":387},[381,2149,400],{"class":387},[381,2151,2152],{"class":397},"props",[381,2154,400],{"class":387},[381,2156,2157],{"class":387},":[{",[381,2159,400],{"class":387},[381,2161,12],{"class":421},[381,2163,400],{"class":387},[381,2165,403],{"class":387},[381,2167,400],{"class":387},[381,2169,2170],{"class":432},"payload",[381,2172,400],{"class":387},[381,2174,2063],{"class":387},[381,2176,400],{"class":387},[381,2178,12],{"class":421},[381,2180,400],{"class":387},[381,2182,403],{"class":387},[381,2184,400],{"class":387},[381,2186,2187],{"class":432},"topic",[381,2189,400],{"class":387},[381,2191,496],{"class":387},[381,2193,400],{"class":387},[381,2195,2196],{"class":421},"vt",[381,2198,400],{"class":387},[381,2200,403],{"class":387},[381,2202,400],{"class":387},[381,2204,2205],{"class":432},"str",[381,2207,400],{"class":387},[381,2209,2210],{"class":387},"}],",[381,2212,400],{"class":387},[381,2214,2215],{"class":397},"repeat",[381,2217,400],{"class":387},[381,2219,403],{"class":387},[381,2221,2222],{"class":387},"\"\"",[381,2224,496],{"class":387},[381,2226,400],{"class":387},[381,2228,2229],{"class":397},"crontab",[381,2231,400],{"class":387},[381,2233,403],{"class":387},[381,2235,2222],{"class":387},[381,2237,496],{"class":387},[381,2239,400],{"class":387},[381,2241,2242],{"class":397},"once",[381,2244,400],{"class":387},[381,2246,1932],{"class":387},[381,2248,400],{"class":387},[381,2250,2251],{"class":397},"onceDelay",[381,2253,400],{"class":387},[381,2255,403],{"class":387},[381,2257,2258],{"class":452},"0.1",[381,2260,496],{"class":387},[381,2262,400],{"class":387},[381,2264,2187],{"class":397},[381,2266,400],{"class":387},[381,2268,403],{"class":387},[381,2270,2222],{"class":387},[381,2272,496],{"class":387},[381,2274,400],{"class":387},[381,2276,2170],{"class":397},[381,2278,400],{"class":387},[381,2280,403],{"class":387},[381,2282,2222],{"class":387},[381,2284,496],{"class":387},[381,2286,400],{"class":387},[381,2288,2289],{"class":397},"payloadType",[381,2291,400],{"class":387},[381,2293,403],{"class":387},[381,2295,400],{"class":387},[381,2297,2298],{"class":432},"date",[381,2300,400],{"class":387},[381,2302,496],{"class":387},[381,2304,400],{"class":387},[381,2306,2011],{"class":397},[381,2308,400],{"class":387},[381,2310,403],{"class":387},[381,2312,2313],{"class":452},"130",[381,2315,496],{"class":387},[381,2317,400],{"class":387},[381,2319,2025],{"class":397},[381,2321,400],{"class":387},[381,2323,403],{"class":387},[381,2325,2326],{"class":452},"100",[381,2328,496],{"class":387},[381,2330,400],{"class":387},[381,2332,2333],{"class":397},"wires",[381,2335,400],{"class":387},[381,2337,2338],{"class":387},":[[",[381,2340,400],{"class":387},[381,2342,1992],{"class":432},[381,2344,400],{"class":387},[381,2346,2347],{"class":387},"]]},{",[381,2349,400],{"class":387},[381,2351,1792],{"class":397},[381,2353,400],{"class":387},[381,2355,403],{"class":387},[381,2357,400],{"class":387},[381,2359,1992],{"class":432},[381,2361,400],{"class":387},[381,2363,496],{"class":387},[381,2365,400],{"class":387},[381,2367,1810],{"class":397},[381,2369,400],{"class":387},[381,2371,403],{"class":387},[381,2373,400],{"class":387},[381,2375,2376],{"class":432},"sqlite",[381,2378,400],{"class":387},[381,2380,496],{"class":387},[381,2382,400],{"class":387},[381,2384,1828],{"class":397},[381,2386,400],{"class":387},[381,2388,403],{"class":387},[381,2390,400],{"class":387},[381,2392,1837],{"class":432},[381,2394,400],{"class":387},[381,2396,496],{"class":387},[381,2398,400],{"class":387},[381,2400,2117],{"class":397},[381,2402,400],{"class":387},[381,2404,403],{"class":387},[381,2406,400],{"class":387},[381,2408,1801],{"class":432},[381,2410,400],{"class":387},[381,2412,496],{"class":387},[381,2414,400],{"class":387},[381,2416,2417],{"class":397},"mydb",[381,2419,400],{"class":387},[381,2421,403],{"class":387},[381,2423,400],{"class":387},[381,2425,2426],{"class":432},"1ae6d7f7fdb60191",[381,2428,400],{"class":387},[381,2430,496],{"class":387},[381,2432,400],{"class":387},[381,2434,2435],{"class":397},"sqlquery",[381,2437,400],{"class":387},[381,2439,403],{"class":387},[381,2441,400],{"class":387},[381,2443,2444],{"class":432},"fixed",[381,2446,400],{"class":387},[381,2448,496],{"class":387},[381,2450,400],{"class":387},[381,2452,2453],{"class":397},"sql",[381,2455,400],{"class":387},[381,2457,403],{"class":387},[381,2459,400],{"class":387},[381,2461,2462],{"class":432},"CREATE TABLE IF NOT EXISTS production_report (",[381,2464,2466],{"class":2465},"sTEyZ","\\n",[381,2468,2469],{"class":432},"    id INTEGER PRIMARY KEY AUTOINCREMENT,",[381,2471,2466],{"class":2465},[381,2473,2474],{"class":432},"    date TEXT NOT NULL,",[381,2476,2466],{"class":2465},[381,2478,2479],{"class":432},"    shift TEXT NOT NULL,",[381,2481,2466],{"class":2465},[381,2483,2484],{"class":432},"    product TEXT NOT NULL,",[381,2486,2466],{"class":2465},[381,2488,2489],{"class":432},"    units_produced INTEGER NOT NULL,",[381,2491,2466],{"class":2465},[381,2493,2494],{"class":432},"    defective_units INTEGER NOT NULL,",[381,2496,2466],{"class":2465},[381,2498,2499],{"class":432},"    operator TEXT NOT NULL",[381,2501,2466],{"class":2465},[381,2503,2504],{"class":432},");",[381,2506,400],{"class":387},[381,2508,496],{"class":387},[381,2510,400],{"class":387},[381,2512,2134],{"class":397},[381,2514,400],{"class":387},[381,2516,403],{"class":387},[381,2518,2222],{"class":387},[381,2520,496],{"class":387},[381,2522,400],{"class":387},[381,2524,2011],{"class":397},[381,2526,400],{"class":387},[381,2528,403],{"class":387},[381,2530,2531],{"class":452},"440",[381,2533,496],{"class":387},[381,2535,400],{"class":387},[381,2537,2025],{"class":397},[381,2539,400],{"class":387},[381,2541,403],{"class":387},[381,2543,2326],{"class":452},[381,2545,496],{"class":387},[381,2547,400],{"class":387},[381,2549,2333],{"class":397},[381,2551,400],{"class":387},[381,2553,2338],{"class":387},[381,2555,400],{"class":387},[381,2557,2001],{"class":432},[381,2559,400],{"class":387},[381,2561,2347],{"class":387},[381,2563,400],{"class":387},[381,2565,1792],{"class":397},[381,2567,400],{"class":387},[381,2569,403],{"class":387},[381,2571,400],{"class":387},[381,2573,2001],{"class":432},[381,2575,400],{"class":387},[381,2577,496],{"class":387},[381,2579,400],{"class":387},[381,2581,1810],{"class":397},[381,2583,400],{"class":387},[381,2585,403],{"class":387},[381,2587,400],{"class":387},[381,2589,2590],{"class":432},"debug",[381,2592,400],{"class":387},[381,2594,496],{"class":387},[381,2596,400],{"class":387},[381,2598,1828],{"class":397},[381,2600,400],{"class":387},[381,2602,403],{"class":387},[381,2604,400],{"class":387},[381,2606,1837],{"class":432},[381,2608,400],{"class":387},[381,2610,496],{"class":387},[381,2612,400],{"class":387},[381,2614,2117],{"class":397},[381,2616,400],{"class":387},[381,2618,403],{"class":387},[381,2620,400],{"class":387},[381,2622,1801],{"class":432},[381,2624,400],{"class":387},[381,2626,496],{"class":387},[381,2628,400],{"class":387},[381,2630,2134],{"class":397},[381,2632,400],{"class":387},[381,2634,403],{"class":387},[381,2636,400],{"class":387},[381,2638,2639],{"class":432},"debug 2",[381,2641,400],{"class":387},[381,2643,496],{"class":387},[381,2645,400],{"class":387},[381,2647,2648],{"class":397},"active",[381,2650,400],{"class":387},[381,2652,1932],{"class":387},[381,2654,400],{"class":387},[381,2656,2657],{"class":397},"tosidebar",[381,2659,400],{"class":387},[381,2661,1932],{"class":387},[381,2663,400],{"class":387},[381,2665,2666],{"class":397},"console",[381,2668,400],{"class":387},[381,2670,2671],{"class":387},":false,",[381,2673,400],{"class":387},[381,2675,2676],{"class":397},"tostatus",[381,2678,400],{"class":387},[381,2680,2671],{"class":387},[381,2682,400],{"class":387},[381,2684,2685],{"class":397},"complete",[381,2687,400],{"class":387},[381,2689,403],{"class":387},[381,2691,400],{"class":387},[381,2693,2694],{"class":432},"false",[381,2696,400],{"class":387},[381,2698,496],{"class":387},[381,2700,400],{"class":387},[381,2702,2703],{"class":397},"statusVal",[381,2705,400],{"class":387},[381,2707,403],{"class":387},[381,2709,2222],{"class":387},[381,2711,496],{"class":387},[381,2713,400],{"class":387},[381,2715,2716],{"class":397},"statusType",[381,2718,400],{"class":387},[381,2720,403],{"class":387},[381,2722,400],{"class":387},[381,2724,741],{"class":432},[381,2726,400],{"class":387},[381,2728,496],{"class":387},[381,2730,400],{"class":387},[381,2732,2011],{"class":397},[381,2734,400],{"class":387},[381,2736,403],{"class":387},[381,2738,2739],{"class":452},"720",[381,2741,496],{"class":387},[381,2743,400],{"class":387},[381,2745,2025],{"class":397},[381,2747,400],{"class":387},[381,2749,403],{"class":387},[381,2751,2326],{"class":452},[381,2753,496],{"class":387},[381,2755,400],{"class":387},[381,2757,2333],{"class":397},[381,2759,400],{"class":387},[381,2761,2762],{"class":387},":[]},{",[381,2764,400],{"class":387},[381,2766,1792],{"class":397},[381,2768,400],{"class":387},[381,2770,403],{"class":387},[381,2772,400],{"class":387},[381,2774,2426],{"class":432},[381,2776,400],{"class":387},[381,2778,496],{"class":387},[381,2780,400],{"class":387},[381,2782,1810],{"class":397},[381,2784,400],{"class":387},[381,2786,403],{"class":387},[381,2788,400],{"class":387},[381,2790,2791],{"class":432},"sqlitedb",[381,2793,400],{"class":387},[381,2795,496],{"class":387},[381,2797,400],{"class":387},[381,2799,2800],{"class":397},"db",[381,2802,400],{"class":387},[381,2804,403],{"class":387},[381,2806,400],{"class":387},[381,2808,2809],{"class":432},"productiondata.sqlite",[381,2811,400],{"class":387},[381,2813,496],{"class":387},[381,2815,400],{"class":387},[381,2817,2818],{"class":397},"mode",[381,2820,400],{"class":387},[381,2822,403],{"class":387},[381,2824,400],{"class":387},[381,2826,2827],{"class":432},"RWC",[381,2829,400],{"class":387},[381,2831,2063],{"class":387},[381,2833,400],{"class":387},[381,2835,1792],{"class":397},[381,2837,400],{"class":387},[381,2839,403],{"class":387},[381,2841,400],{"class":387},[381,2843,2844],{"class":432},"ccca7810c6b3db41",[381,2846,400],{"class":387},[381,2848,496],{"class":387},[381,2850,400],{"class":387},[381,2852,1810],{"class":397},[381,2854,400],{"class":387},[381,2856,403],{"class":387},[381,2858,400],{"class":387},[381,2860,1819],{"class":432},[381,2862,400],{"class":387},[381,2864,496],{"class":387},[381,2866,400],{"class":387},[381,2868,1828],{"class":397},[381,2870,400],{"class":387},[381,2872,403],{"class":387},[381,2874,400],{"class":387},[381,2876,1837],{"class":432},[381,2878,400],{"class":387},[381,2880,496],{"class":387},[381,2882,400],{"class":387},[381,2884,185],{"class":397},[381,2886,400],{"class":387},[381,2888,1850],{"class":387},[381,2890,400],{"class":387},[381,2892,1855],{"class":421},[381,2894,400],{"class":387},[381,2896,403],{"class":387},[381,2898,400],{"class":387},[381,2900,1864],{"class":432},[381,2902,400],{"class":387},[381,2904,496],{"class":387},[381,2906,400],{"class":387},[381,2908,1873],{"class":421},[381,2910,400],{"class":387},[381,2912,403],{"class":387},[381,2914,400],{"class":387},[381,2916,1882],{"class":432},[381,2918,400],{"class":387},[381,2920,496],{"class":387},[381,2922,400],{"class":387},[381,2924,1891],{"class":421},[381,2926,400],{"class":387},[381,2928,403],{"class":387},[381,2930,400],{"class":387},[381,2932,1900],{"class":432},[381,2934,400],{"class":387},[381,2936,496],{"class":387},[381,2938,400],{"class":387},[381,2940,1909],{"class":421},[381,2942,400],{"class":387},[381,2944,403],{"class":387},[381,2946,400],{"class":387},[381,2948,1918],{"class":432},[381,2950,400],{"class":387},[381,2952,496],{"class":387},[381,2954,400],{"class":387},[381,2956,1927],{"class":421},[381,2958,400],{"class":387},[381,2960,1932],{"class":387},[381,2962,400],{"class":387},[381,2964,1937],{"class":421},[381,2966,400],{"class":387},[381,2968,403],{"class":387},[381,2970,400],{"class":387},[381,2972,1946],{"class":432},[381,2974,400],{"class":387},[381,2976,496],{"class":387},[381,2978,400],{"class":387},[381,2980,1584],{"class":421},[381,2982,400],{"class":387},[381,2984,403],{"class":387},[381,2986,400],{"class":387},[381,2988,1963],{"class":432},[381,2990,400],{"class":387},[381,2992,1968],{"class":387},[381,2994,400],{"class":387},[381,2996,1973],{"class":397},[381,2998,400],{"class":387},[381,3000,1978],{"class":387},[381,3002,400],{"class":387},[381,3004,3005],{"class":432},"19ad08d3015ef8f2",[381,3007,400],{"class":387},[381,3009,496],{"class":387},[381,3011,400],{"class":387},[381,3013,3014],{"class":432},"b706e4aa8a2d0740",[381,3016,400],{"class":387},[381,3018,496],{"class":387},[381,3020,400],{"class":387},[381,3022,3023],{"class":432},"f32cdc1dd16b56b7",[381,3025,400],{"class":387},[381,3027,496],{"class":387},[381,3029,400],{"class":387},[381,3031,3032],{"class":432},"3708b00ae17defa5",[381,3034,400],{"class":387},[381,3036,496],{"class":387},[381,3038,400],{"class":387},[381,3040,3041],{"class":432},"c4464e3454a8805e",[381,3043,400],{"class":387},[381,3045,496],{"class":387},[381,3047,400],{"class":387},[381,3049,3050],{"class":432},"2df338e18c9a60d5",[381,3052,400],{"class":387},[381,3054,2006],{"class":387},[381,3056,400],{"class":387},[381,3058,2011],{"class":397},[381,3060,400],{"class":387},[381,3062,403],{"class":387},[381,3064,2018],{"class":452},[381,3066,496],{"class":387},[381,3068,400],{"class":387},[381,3070,2025],{"class":397},[381,3072,400],{"class":387},[381,3074,403],{"class":387},[381,3076,3077],{"class":452},"179",[381,3079,496],{"class":387},[381,3081,400],{"class":387},[381,3083,2039],{"class":397},[381,3085,400],{"class":387},[381,3087,403],{"class":387},[381,3089,3090],{"class":452},"1332",[381,3092,496],{"class":387},[381,3094,400],{"class":387},[381,3096,2053],{"class":397},[381,3098,400],{"class":387},[381,3100,403],{"class":387},[381,3102,2060],{"class":452},[381,3104,2063],{"class":387},[381,3106,400],{"class":387},[381,3108,1792],{"class":397},[381,3110,400],{"class":387},[381,3112,403],{"class":387},[381,3114,400],{"class":387},[381,3116,3005],{"class":432},[381,3118,400],{"class":387},[381,3120,496],{"class":387},[381,3122,400],{"class":387},[381,3124,1810],{"class":397},[381,3126,400],{"class":387},[381,3128,403],{"class":387},[381,3130,400],{"class":387},[381,3132,2376],{"class":432},[381,3134,400],{"class":387},[381,3136,496],{"class":387},[381,3138,400],{"class":387},[381,3140,1828],{"class":397},[381,3142,400],{"class":387},[381,3144,403],{"class":387},[381,3146,400],{"class":387},[381,3148,1837],{"class":432},[381,3150,400],{"class":387},[381,3152,496],{"class":387},[381,3154,400],{"class":387},[381,3156,2117],{"class":397},[381,3158,400],{"class":387},[381,3160,403],{"class":387},[381,3162,400],{"class":387},[381,3164,2844],{"class":432},[381,3166,400],{"class":387},[381,3168,496],{"class":387},[381,3170,400],{"class":387},[381,3172,2417],{"class":397},[381,3174,400],{"class":387},[381,3176,403],{"class":387},[381,3178,400],{"class":387},[381,3180,2426],{"class":432},[381,3182,400],{"class":387},[381,3184,496],{"class":387},[381,3186,400],{"class":387},[381,3188,2435],{"class":397},[381,3190,400],{"class":387},[381,3192,403],{"class":387},[381,3194,400],{"class":387},[381,3196,3197],{"class":432},"prepared",[381,3199,400],{"class":387},[381,3201,496],{"class":387},[381,3203,400],{"class":387},[381,3205,2453],{"class":397},[381,3207,400],{"class":387},[381,3209,403],{"class":387},[381,3211,400],{"class":387},[381,3213,3214],{"class":432},"INSERT INTO production_report (",[381,3216,2466],{"class":2465},[381,3218,3219],{"class":432},"    date,",[381,3221,2466],{"class":2465},[381,3223,3224],{"class":432},"    shift,",[381,3226,2466],{"class":2465},[381,3228,3229],{"class":432},"    product,",[381,3231,2466],{"class":2465},[381,3233,3234],{"class":432},"    units_produced,",[381,3236,2466],{"class":2465},[381,3238,3239],{"class":432},"    defective_units,",[381,3241,2466],{"class":2465},[381,3243,3244],{"class":432},"    operator",[381,3246,2466],{"class":2465},[381,3248,3249],{"class":432},") VALUES (",[381,3251,2466],{"class":2465},[381,3253,3254],{"class":432},"    $date,",[381,3256,2466],{"class":2465},[381,3258,3259],{"class":432},"    $shift,",[381,3261,2466],{"class":2465},[381,3263,3264],{"class":432},"    $product,",[381,3266,2466],{"class":2465},[381,3268,3269],{"class":432},"    $units_produced,",[381,3271,2466],{"class":2465},[381,3273,3274],{"class":432},"    $defective_units,",[381,3276,2466],{"class":2465},[381,3278,3279],{"class":432},"    $operator",[381,3281,2466],{"class":2465},[381,3283,2504],{"class":432},[381,3285,2466],{"class":2465},[381,3287,400],{"class":387},[381,3289,496],{"class":387},[381,3291,400],{"class":387},[381,3293,2134],{"class":397},[381,3295,400],{"class":387},[381,3297,403],{"class":387},[381,3299,2222],{"class":387},[381,3301,496],{"class":387},[381,3303,400],{"class":387},[381,3305,2011],{"class":397},[381,3307,400],{"class":387},[381,3309,403],{"class":387},[381,3311,3312],{"class":452},"1060",[381,3314,496],{"class":387},[381,3316,400],{"class":387},[381,3318,2025],{"class":397},[381,3320,400],{"class":387},[381,3322,403],{"class":387},[381,3324,3325],{"class":452},"220",[381,3327,496],{"class":387},[381,3329,400],{"class":387},[381,3331,2333],{"class":397},[381,3333,400],{"class":387},[381,3335,2338],{"class":387},[381,3337,400],{"class":387},[381,3339,3050],{"class":432},[381,3341,400],{"class":387},[381,3343,2347],{"class":387},[381,3345,400],{"class":387},[381,3347,1792],{"class":397},[381,3349,400],{"class":387},[381,3351,403],{"class":387},[381,3353,400],{"class":387},[381,3355,3014],{"class":432},[381,3357,400],{"class":387},[381,3359,496],{"class":387},[381,3361,400],{"class":387},[381,3363,1810],{"class":397},[381,3365,400],{"class":387},[381,3367,403],{"class":387},[381,3369,400],{"class":387},[381,3371,2092],{"class":432},[381,3373,400],{"class":387},[381,3375,496],{"class":387},[381,3377,400],{"class":387},[381,3379,1828],{"class":397},[381,3381,400],{"class":387},[381,3383,403],{"class":387},[381,3385,400],{"class":387},[381,3387,1837],{"class":432},[381,3389,400],{"class":387},[381,3391,496],{"class":387},[381,3393,400],{"class":387},[381,3395,2117],{"class":397},[381,3397,400],{"class":387},[381,3399,403],{"class":387},[381,3401,400],{"class":387},[381,3403,2844],{"class":432},[381,3405,400],{"class":387},[381,3407,496],{"class":387},[381,3409,400],{"class":387},[381,3411,2134],{"class":397},[381,3413,400],{"class":387},[381,3415,403],{"class":387},[381,3417,400],{"class":387},[381,3419,3420],{"class":432},"Click to generate and insert data",[381,3422,400],{"class":387},[381,3424,496],{"class":387},[381,3426,400],{"class":387},[381,3428,2152],{"class":397},[381,3430,400],{"class":387},[381,3432,2157],{"class":387},[381,3434,400],{"class":387},[381,3436,12],{"class":421},[381,3438,400],{"class":387},[381,3440,403],{"class":387},[381,3442,400],{"class":387},[381,3444,2170],{"class":432},[381,3446,400],{"class":387},[381,3448,2063],{"class":387},[381,3450,400],{"class":387},[381,3452,12],{"class":421},[381,3454,400],{"class":387},[381,3456,403],{"class":387},[381,3458,400],{"class":387},[381,3460,2187],{"class":432},[381,3462,400],{"class":387},[381,3464,496],{"class":387},[381,3466,400],{"class":387},[381,3468,2196],{"class":421},[381,3470,400],{"class":387},[381,3472,403],{"class":387},[381,3474,400],{"class":387},[381,3476,2205],{"class":432},[381,3478,400],{"class":387},[381,3480,2210],{"class":387},[381,3482,400],{"class":387},[381,3484,2215],{"class":397},[381,3486,400],{"class":387},[381,3488,403],{"class":387},[381,3490,2222],{"class":387},[381,3492,496],{"class":387},[381,3494,400],{"class":387},[381,3496,2229],{"class":397},[381,3498,400],{"class":387},[381,3500,403],{"class":387},[381,3502,2222],{"class":387},[381,3504,496],{"class":387},[381,3506,400],{"class":387},[381,3508,2242],{"class":397},[381,3510,400],{"class":387},[381,3512,2671],{"class":387},[381,3514,400],{"class":387},[381,3516,2251],{"class":397},[381,3518,400],{"class":387},[381,3520,403],{"class":387},[381,3522,2258],{"class":452},[381,3524,496],{"class":387},[381,3526,400],{"class":387},[381,3528,2187],{"class":397},[381,3530,400],{"class":387},[381,3532,403],{"class":387},[381,3534,2222],{"class":387},[381,3536,496],{"class":387},[381,3538,400],{"class":387},[381,3540,2170],{"class":397},[381,3542,400],{"class":387},[381,3544,403],{"class":387},[381,3546,2222],{"class":387},[381,3548,496],{"class":387},[381,3550,400],{"class":387},[381,3552,2289],{"class":397},[381,3554,400],{"class":387},[381,3556,403],{"class":387},[381,3558,400],{"class":387},[381,3560,2298],{"class":432},[381,3562,400],{"class":387},[381,3564,496],{"class":387},[381,3566,400],{"class":387},[381,3568,2011],{"class":397},[381,3570,400],{"class":387},[381,3572,403],{"class":387},[381,3574,3575],{"class":452},"190",[381,3577,496],{"class":387},[381,3579,400],{"class":387},[381,3581,2025],{"class":397},[381,3583,400],{"class":387},[381,3585,403],{"class":387},[381,3587,3325],{"class":452},[381,3589,496],{"class":387},[381,3591,400],{"class":387},[381,3593,2333],{"class":397},[381,3595,400],{"class":387},[381,3597,2338],{"class":387},[381,3599,400],{"class":387},[381,3601,3023],{"class":432},[381,3603,400],{"class":387},[381,3605,2347],{"class":387},[381,3607,400],{"class":387},[381,3609,1792],{"class":397},[381,3611,400],{"class":387},[381,3613,403],{"class":387},[381,3615,400],{"class":387},[381,3617,3023],{"class":432},[381,3619,400],{"class":387},[381,3621,496],{"class":387},[381,3623,400],{"class":387},[381,3625,1810],{"class":397},[381,3627,400],{"class":387},[381,3629,403],{"class":387},[381,3631,400],{"class":387},[381,3633,3634],{"class":432},"function",[381,3636,400],{"class":387},[381,3638,496],{"class":387},[381,3640,400],{"class":387},[381,3642,1828],{"class":397},[381,3644,400],{"class":387},[381,3646,403],{"class":387},[381,3648,400],{"class":387},[381,3650,1837],{"class":432},[381,3652,400],{"class":387},[381,3654,496],{"class":387},[381,3656,400],{"class":387},[381,3658,2117],{"class":397},[381,3660,400],{"class":387},[381,3662,403],{"class":387},[381,3664,400],{"class":387},[381,3666,2844],{"class":432},[381,3668,400],{"class":387},[381,3670,496],{"class":387},[381,3672,400],{"class":387},[381,3674,2134],{"class":397},[381,3676,400],{"class":387},[381,3678,403],{"class":387},[381,3680,400],{"class":387},[381,3682,3683],{"class":432},"Generate Simulated Production Data",[381,3685,400],{"class":387},[381,3687,496],{"class":387},[381,3689,400],{"class":387},[381,3691,3692],{"class":397},"func",[381,3694,400],{"class":387},[381,3696,403],{"class":387},[381,3698,400],{"class":387},[381,3700,3701],{"class":432},"const products = [",[381,3703,3704],{"class":2465},"\\\"",[381,3706,3707],{"class":432},"Widget A",[381,3709,3704],{"class":2465},[381,3711,115],{"class":432},[381,3713,3704],{"class":2465},[381,3715,3716],{"class":432},"Widget B",[381,3718,3704],{"class":2465},[381,3720,115],{"class":432},[381,3722,3704],{"class":2465},[381,3724,3725],{"class":432},"Gadget X",[381,3727,3704],{"class":2465},[381,3729,115],{"class":432},[381,3731,3704],{"class":2465},[381,3733,3734],{"class":432},"Component Z",[381,3736,3704],{"class":2465},[381,3738,3739],{"class":432},"];",[381,3741,2466],{"class":2465},[381,3743,3744],{"class":432},"const operators = [",[381,3746,3704],{"class":2465},[381,3748,3749],{"class":432},"John Matthews",[381,3751,3704],{"class":2465},[381,3753,115],{"class":432},[381,3755,3704],{"class":2465},[381,3757,3758],{"class":432},"Sarah Lee",[381,3760,3704],{"class":2465},[381,3762,115],{"class":432},[381,3764,3704],{"class":2465},[381,3766,3767],{"class":432},"Amit Kumar",[381,3769,3704],{"class":2465},[381,3771,115],{"class":432},[381,3773,3704],{"class":2465},[381,3775,3776],{"class":432},"Rita Patel",[381,3778,3704],{"class":2465},[381,3780,3739],{"class":432},[381,3782,2466],{"class":2465},[381,3784,3785],{"class":432},"const shifts = [",[381,3787,3704],{"class":2465},[381,3789,3790],{"class":432},"A",[381,3792,3704],{"class":2465},[381,3794,115],{"class":432},[381,3796,3704],{"class":2465},[381,3798,3799],{"class":432},"B",[381,3801,3704],{"class":2465},[381,3803,115],{"class":432},[381,3805,3704],{"class":2465},[381,3807,3808],{"class":432},"C",[381,3810,3704],{"class":2465},[381,3812,3739],{"class":432},[381,3814,3815],{"class":2465},"\\n\\n",[381,3817,3818],{"class":432},"function getRandomInt(min, max) {",[381,3820,2466],{"class":2465},[381,3822,3823],{"class":432},"    return Math.floor(Math.random() * (max - min + 1)) + min;",[381,3825,2466],{"class":2465},[381,3827,3828],{"class":432},"}",[381,3830,3815],{"class":2465},[381,3832,3833],{"class":432},"const data = [];",[381,3835,3815],{"class":2465},[381,3837,3838],{"class":432},"for (let i = 0; i \u003C 10; i++) {",[381,3840,2466],{"class":2465},[381,3842,3843],{"class":432},"    const date = new Date();",[381,3845,2466],{"class":2465},[381,3847,3848],{"class":432},"    date.setDate(date.getDate() - i); \u002F\u002F Last 10 days",[381,3850,3815],{"class":2465},[381,3852,3853],{"class":432},"    data.push({",[381,3855,2466],{"class":2465},[381,3857,3858],{"class":432},"        date: date.toISOString().split('T')[0],",[381,3860,2466],{"class":2465},[381,3862,3863],{"class":432},"        shift: shifts[getRandomInt(0, shifts.length - 1)],",[381,3865,2466],{"class":2465},[381,3867,3868],{"class":432},"        product: products[getRandomInt(0, products.length - 1)],",[381,3870,2466],{"class":2465},[381,3872,3873],{"class":432},"        units_produced: getRandomInt(400, 600),",[381,3875,2466],{"class":2465},[381,3877,3878],{"class":432},"        defective_units: getRandomInt(0, 10),",[381,3880,2466],{"class":2465},[381,3882,3883],{"class":432},"        operator: operators[getRandomInt(0, operators.length - 1)]",[381,3885,2466],{"class":2465},[381,3887,3888],{"class":432},"    });",[381,3890,2466],{"class":2465},[381,3892,3828],{"class":432},[381,3894,3815],{"class":2465},[381,3896,3897],{"class":432},"msg.payload = data;",[381,3899,2466],{"class":2465},[381,3901,3902],{"class":432},"return msg;",[381,3904,2466],{"class":2465},[381,3906,400],{"class":387},[381,3908,496],{"class":387},[381,3910,400],{"class":387},[381,3912,3913],{"class":397},"outputs",[381,3915,400],{"class":387},[381,3917,403],{"class":387},[381,3919,1882],{"class":452},[381,3921,496],{"class":387},[381,3923,400],{"class":387},[381,3925,3926],{"class":397},"timeout",[381,3928,400],{"class":387},[381,3930,403],{"class":387},[381,3932,493],{"class":452},[381,3934,496],{"class":387},[381,3936,400],{"class":387},[381,3938,3939],{"class":397},"noerr",[381,3941,400],{"class":387},[381,3943,403],{"class":387},[381,3945,493],{"class":452},[381,3947,496],{"class":387},[381,3949,400],{"class":387},[381,3951,3952],{"class":397},"initialize",[381,3954,400],{"class":387},[381,3956,403],{"class":387},[381,3958,2222],{"class":387},[381,3960,496],{"class":387},[381,3962,400],{"class":387},[381,3964,3965],{"class":397},"finalize",[381,3967,400],{"class":387},[381,3969,403],{"class":387},[381,3971,2222],{"class":387},[381,3973,496],{"class":387},[381,3975,400],{"class":387},[381,3977,3978],{"class":397},"libs",[381,3980,400],{"class":387},[381,3982,3983],{"class":387},":[],",[381,3985,400],{"class":387},[381,3987,2011],{"class":397},[381,3989,400],{"class":387},[381,3991,403],{"class":387},[381,3993,3994],{"class":452},"490",[381,3996,496],{"class":387},[381,3998,400],{"class":387},[381,4000,2025],{"class":397},[381,4002,400],{"class":387},[381,4004,403],{"class":387},[381,4006,3325],{"class":452},[381,4008,496],{"class":387},[381,4010,400],{"class":387},[381,4012,2333],{"class":397},[381,4014,400],{"class":387},[381,4016,2338],{"class":387},[381,4018,400],{"class":387},[381,4020,3032],{"class":432},[381,4022,400],{"class":387},[381,4024,2347],{"class":387},[381,4026,400],{"class":387},[381,4028,1792],{"class":397},[381,4030,400],{"class":387},[381,4032,403],{"class":387},[381,4034,400],{"class":387},[381,4036,3032],{"class":432},[381,4038,400],{"class":387},[381,4040,496],{"class":387},[381,4042,400],{"class":387},[381,4044,1810],{"class":397},[381,4046,400],{"class":387},[381,4048,403],{"class":387},[381,4050,400],{"class":387},[381,4052,4053],{"class":432},"split",[381,4055,400],{"class":387},[381,4057,496],{"class":387},[381,4059,400],{"class":387},[381,4061,1828],{"class":397},[381,4063,400],{"class":387},[381,4065,403],{"class":387},[381,4067,400],{"class":387},[381,4069,1837],{"class":432},[381,4071,400],{"class":387},[381,4073,496],{"class":387},[381,4075,400],{"class":387},[381,4077,2117],{"class":397},[381,4079,400],{"class":387},[381,4081,403],{"class":387},[381,4083,400],{"class":387},[381,4085,2844],{"class":432},[381,4087,400],{"class":387},[381,4089,496],{"class":387},[381,4091,400],{"class":387},[381,4093,2134],{"class":397},[381,4095,400],{"class":387},[381,4097,403],{"class":387},[381,4099,2222],{"class":387},[381,4101,496],{"class":387},[381,4103,400],{"class":387},[381,4105,4106],{"class":397},"splt",[381,4108,400],{"class":387},[381,4110,403],{"class":387},[381,4112,400],{"class":387},[381,4114,4115],{"class":2465},"\\\\",[381,4117,4118],{"class":432},"n",[381,4120,400],{"class":387},[381,4122,496],{"class":387},[381,4124,400],{"class":387},[381,4126,4127],{"class":397},"spltType",[381,4129,400],{"class":387},[381,4131,403],{"class":387},[381,4133,400],{"class":387},[381,4135,2205],{"class":432},[381,4137,400],{"class":387},[381,4139,496],{"class":387},[381,4141,400],{"class":387},[381,4143,4144],{"class":397},"arraySplt",[381,4146,400],{"class":387},[381,4148,403],{"class":387},[381,4150,1882],{"class":452},[381,4152,496],{"class":387},[381,4154,400],{"class":387},[381,4156,4157],{"class":397},"arraySpltType",[381,4159,400],{"class":387},[381,4161,403],{"class":387},[381,4163,400],{"class":387},[381,4165,4166],{"class":432},"len",[381,4168,400],{"class":387},[381,4170,496],{"class":387},[381,4172,400],{"class":387},[381,4174,4175],{"class":397},"stream",[381,4177,400],{"class":387},[381,4179,2671],{"class":387},[381,4181,400],{"class":387},[381,4183,4184],{"class":397},"addname",[381,4186,400],{"class":387},[381,4188,403],{"class":387},[381,4190,2222],{"class":387},[381,4192,496],{"class":387},[381,4194,400],{"class":387},[381,4196,4197],{"class":397},"property",[381,4199,400],{"class":387},[381,4201,403],{"class":387},[381,4203,400],{"class":387},[381,4205,2170],{"class":432},[381,4207,400],{"class":387},[381,4209,496],{"class":387},[381,4211,400],{"class":387},[381,4213,2011],{"class":397},[381,4215,400],{"class":387},[381,4217,403],{"class":387},[381,4219,4220],{"class":452},"710",[381,4222,496],{"class":387},[381,4224,400],{"class":387},[381,4226,2025],{"class":397},[381,4228,400],{"class":387},[381,4230,403],{"class":387},[381,4232,3325],{"class":452},[381,4234,496],{"class":387},[381,4236,400],{"class":387},[381,4238,2333],{"class":397},[381,4240,400],{"class":387},[381,4242,2338],{"class":387},[381,4244,400],{"class":387},[381,4246,3041],{"class":432},[381,4248,400],{"class":387},[381,4250,2347],{"class":387},[381,4252,400],{"class":387},[381,4254,1792],{"class":397},[381,4256,400],{"class":387},[381,4258,403],{"class":387},[381,4260,400],{"class":387},[381,4262,3041],{"class":432},[381,4264,400],{"class":387},[381,4266,496],{"class":387},[381,4268,400],{"class":387},[381,4270,1810],{"class":397},[381,4272,400],{"class":387},[381,4274,403],{"class":387},[381,4276,400],{"class":387},[381,4278,4279],{"class":432},"change",[381,4281,400],{"class":387},[381,4283,496],{"class":387},[381,4285,400],{"class":387},[381,4287,1828],{"class":397},[381,4289,400],{"class":387},[381,4291,403],{"class":387},[381,4293,400],{"class":387},[381,4295,1837],{"class":432},[381,4297,400],{"class":387},[381,4299,496],{"class":387},[381,4301,400],{"class":387},[381,4303,2117],{"class":397},[381,4305,400],{"class":387},[381,4307,403],{"class":387},[381,4309,400],{"class":387},[381,4311,2844],{"class":432},[381,4313,400],{"class":387},[381,4315,496],{"class":387},[381,4317,400],{"class":387},[381,4319,2134],{"class":397},[381,4321,400],{"class":387},[381,4323,403],{"class":387},[381,4325,2222],{"class":387},[381,4327,496],{"class":387},[381,4329,400],{"class":387},[381,4331,4332],{"class":397},"rules",[381,4334,400],{"class":387},[381,4336,2157],{"class":387},[381,4338,400],{"class":387},[381,4340,4341],{"class":421},"t",[381,4343,400],{"class":387},[381,4345,403],{"class":387},[381,4347,400],{"class":387},[381,4349,4350],{"class":432},"set",[381,4352,400],{"class":387},[381,4354,496],{"class":387},[381,4356,400],{"class":387},[381,4358,12],{"class":421},[381,4360,400],{"class":387},[381,4362,403],{"class":387},[381,4364,400],{"class":387},[381,4366,4367],{"class":432},"params",[381,4369,400],{"class":387},[381,4371,496],{"class":387},[381,4373,400],{"class":387},[381,4375,4376],{"class":421},"pt",[381,4378,400],{"class":387},[381,4380,403],{"class":387},[381,4382,400],{"class":387},[381,4384,4385],{"class":432},"msg",[381,4387,400],{"class":387},[381,4389,496],{"class":387},[381,4391,400],{"class":387},[381,4393,4394],{"class":421},"to",[381,4396,400],{"class":387},[381,4398,403],{"class":387},[381,4400,400],{"class":387},[381,4402,4403],{"class":432},"{}",[381,4405,400],{"class":387},[381,4407,496],{"class":387},[381,4409,400],{"class":387},[381,4411,4412],{"class":421},"tot",[381,4414,400],{"class":387},[381,4416,403],{"class":387},[381,4418,400],{"class":387},[381,4420,376],{"class":432},[381,4422,400],{"class":387},[381,4424,2063],{"class":387},[381,4426,400],{"class":387},[381,4428,4341],{"class":421},[381,4430,400],{"class":387},[381,4432,403],{"class":387},[381,4434,400],{"class":387},[381,4436,4350],{"class":432},[381,4438,400],{"class":387},[381,4440,496],{"class":387},[381,4442,400],{"class":387},[381,4444,12],{"class":421},[381,4446,400],{"class":387},[381,4448,403],{"class":387},[381,4450,400],{"class":387},[381,4452,4453],{"class":432},"params.$date",[381,4455,400],{"class":387},[381,4457,496],{"class":387},[381,4459,400],{"class":387},[381,4461,4376],{"class":421},[381,4463,400],{"class":387},[381,4465,403],{"class":387},[381,4467,400],{"class":387},[381,4469,4385],{"class":432},[381,4471,400],{"class":387},[381,4473,496],{"class":387},[381,4475,400],{"class":387},[381,4477,4394],{"class":421},[381,4479,400],{"class":387},[381,4481,403],{"class":387},[381,4483,400],{"class":387},[381,4485,4486],{"class":432},"payload.date",[381,4488,400],{"class":387},[381,4490,496],{"class":387},[381,4492,400],{"class":387},[381,4494,4412],{"class":421},[381,4496,400],{"class":387},[381,4498,403],{"class":387},[381,4500,400],{"class":387},[381,4502,4385],{"class":432},[381,4504,400],{"class":387},[381,4506,2063],{"class":387},[381,4508,400],{"class":387},[381,4510,4341],{"class":421},[381,4512,400],{"class":387},[381,4514,403],{"class":387},[381,4516,400],{"class":387},[381,4518,4350],{"class":432},[381,4520,400],{"class":387},[381,4522,496],{"class":387},[381,4524,400],{"class":387},[381,4526,12],{"class":421},[381,4528,400],{"class":387},[381,4530,403],{"class":387},[381,4532,400],{"class":387},[381,4534,4535],{"class":432},"params.$shift",[381,4537,400],{"class":387},[381,4539,496],{"class":387},[381,4541,400],{"class":387},[381,4543,4376],{"class":421},[381,4545,400],{"class":387},[381,4547,403],{"class":387},[381,4549,400],{"class":387},[381,4551,4385],{"class":432},[381,4553,400],{"class":387},[381,4555,496],{"class":387},[381,4557,400],{"class":387},[381,4559,4394],{"class":421},[381,4561,400],{"class":387},[381,4563,403],{"class":387},[381,4565,400],{"class":387},[381,4567,4568],{"class":432},"payload.shift",[381,4570,400],{"class":387},[381,4572,496],{"class":387},[381,4574,400],{"class":387},[381,4576,4412],{"class":421},[381,4578,400],{"class":387},[381,4580,403],{"class":387},[381,4582,400],{"class":387},[381,4584,4385],{"class":432},[381,4586,400],{"class":387},[381,4588,2063],{"class":387},[381,4590,400],{"class":387},[381,4592,4341],{"class":421},[381,4594,400],{"class":387},[381,4596,403],{"class":387},[381,4598,400],{"class":387},[381,4600,4350],{"class":432},[381,4602,400],{"class":387},[381,4604,496],{"class":387},[381,4606,400],{"class":387},[381,4608,12],{"class":421},[381,4610,400],{"class":387},[381,4612,403],{"class":387},[381,4614,400],{"class":387},[381,4616,4617],{"class":432},"params.$product",[381,4619,400],{"class":387},[381,4621,496],{"class":387},[381,4623,400],{"class":387},[381,4625,4376],{"class":421},[381,4627,400],{"class":387},[381,4629,403],{"class":387},[381,4631,400],{"class":387},[381,4633,4385],{"class":432},[381,4635,400],{"class":387},[381,4637,496],{"class":387},[381,4639,400],{"class":387},[381,4641,4394],{"class":421},[381,4643,400],{"class":387},[381,4645,403],{"class":387},[381,4647,400],{"class":387},[381,4649,4650],{"class":432},"payload.product",[381,4652,400],{"class":387},[381,4654,496],{"class":387},[381,4656,400],{"class":387},[381,4658,4412],{"class":421},[381,4660,400],{"class":387},[381,4662,403],{"class":387},[381,4664,400],{"class":387},[381,4666,4385],{"class":432},[381,4668,400],{"class":387},[381,4670,2063],{"class":387},[381,4672,400],{"class":387},[381,4674,4341],{"class":421},[381,4676,400],{"class":387},[381,4678,403],{"class":387},[381,4680,400],{"class":387},[381,4682,4350],{"class":432},[381,4684,400],{"class":387},[381,4686,496],{"class":387},[381,4688,400],{"class":387},[381,4690,12],{"class":421},[381,4692,400],{"class":387},[381,4694,403],{"class":387},[381,4696,400],{"class":387},[381,4698,4699],{"class":432},"params.$units_produced",[381,4701,400],{"class":387},[381,4703,496],{"class":387},[381,4705,400],{"class":387},[381,4707,4376],{"class":421},[381,4709,400],{"class":387},[381,4711,403],{"class":387},[381,4713,400],{"class":387},[381,4715,4385],{"class":432},[381,4717,400],{"class":387},[381,4719,496],{"class":387},[381,4721,400],{"class":387},[381,4723,4394],{"class":421},[381,4725,400],{"class":387},[381,4727,403],{"class":387},[381,4729,400],{"class":387},[381,4731,4732],{"class":432},"payload.units_produced",[381,4734,400],{"class":387},[381,4736,496],{"class":387},[381,4738,400],{"class":387},[381,4740,4412],{"class":421},[381,4742,400],{"class":387},[381,4744,403],{"class":387},[381,4746,400],{"class":387},[381,4748,4385],{"class":432},[381,4750,400],{"class":387},[381,4752,2063],{"class":387},[381,4754,400],{"class":387},[381,4756,4341],{"class":421},[381,4758,400],{"class":387},[381,4760,403],{"class":387},[381,4762,400],{"class":387},[381,4764,4350],{"class":432},[381,4766,400],{"class":387},[381,4768,496],{"class":387},[381,4770,400],{"class":387},[381,4772,12],{"class":421},[381,4774,400],{"class":387},[381,4776,403],{"class":387},[381,4778,400],{"class":387},[381,4780,4781],{"class":432},"params.$defective_units",[381,4783,400],{"class":387},[381,4785,496],{"class":387},[381,4787,400],{"class":387},[381,4789,4376],{"class":421},[381,4791,400],{"class":387},[381,4793,403],{"class":387},[381,4795,400],{"class":387},[381,4797,4385],{"class":432},[381,4799,400],{"class":387},[381,4801,496],{"class":387},[381,4803,400],{"class":387},[381,4805,4394],{"class":421},[381,4807,400],{"class":387},[381,4809,403],{"class":387},[381,4811,400],{"class":387},[381,4813,4814],{"class":432},"payload.defective_units",[381,4816,400],{"class":387},[381,4818,496],{"class":387},[381,4820,400],{"class":387},[381,4822,4412],{"class":421},[381,4824,400],{"class":387},[381,4826,403],{"class":387},[381,4828,400],{"class":387},[381,4830,4385],{"class":432},[381,4832,400],{"class":387},[381,4834,2063],{"class":387},[381,4836,400],{"class":387},[381,4838,4341],{"class":421},[381,4840,400],{"class":387},[381,4842,403],{"class":387},[381,4844,400],{"class":387},[381,4846,4350],{"class":432},[381,4848,400],{"class":387},[381,4850,496],{"class":387},[381,4852,400],{"class":387},[381,4854,12],{"class":421},[381,4856,400],{"class":387},[381,4858,403],{"class":387},[381,4860,400],{"class":387},[381,4862,4863],{"class":432},"params.$operator",[381,4865,400],{"class":387},[381,4867,496],{"class":387},[381,4869,400],{"class":387},[381,4871,4376],{"class":421},[381,4873,400],{"class":387},[381,4875,403],{"class":387},[381,4877,400],{"class":387},[381,4879,4385],{"class":432},[381,4881,400],{"class":387},[381,4883,496],{"class":387},[381,4885,400],{"class":387},[381,4887,4394],{"class":421},[381,4889,400],{"class":387},[381,4891,403],{"class":387},[381,4893,400],{"class":387},[381,4895,4896],{"class":432},"payload.operator",[381,4898,400],{"class":387},[381,4900,496],{"class":387},[381,4902,400],{"class":387},[381,4904,4412],{"class":421},[381,4906,400],{"class":387},[381,4908,403],{"class":387},[381,4910,400],{"class":387},[381,4912,4385],{"class":432},[381,4914,400],{"class":387},[381,4916,2210],{"class":387},[381,4918,400],{"class":387},[381,4920,4921],{"class":397},"action",[381,4923,400],{"class":387},[381,4925,403],{"class":387},[381,4927,2222],{"class":387},[381,4929,496],{"class":387},[381,4931,400],{"class":387},[381,4933,4197],{"class":397},[381,4935,400],{"class":387},[381,4937,403],{"class":387},[381,4939,2222],{"class":387},[381,4941,496],{"class":387},[381,4943,400],{"class":387},[381,4945,4946],{"class":397},"from",[381,4948,400],{"class":387},[381,4950,403],{"class":387},[381,4952,2222],{"class":387},[381,4954,496],{"class":387},[381,4956,400],{"class":387},[381,4958,4394],{"class":397},[381,4960,400],{"class":387},[381,4962,403],{"class":387},[381,4964,2222],{"class":387},[381,4966,496],{"class":387},[381,4968,400],{"class":387},[381,4970,4971],{"class":397},"reg",[381,4973,400],{"class":387},[381,4975,2671],{"class":387},[381,4977,400],{"class":387},[381,4979,2011],{"class":397},[381,4981,400],{"class":387},[381,4983,403],{"class":387},[381,4985,4986],{"class":452},"860",[381,4988,496],{"class":387},[381,4990,400],{"class":387},[381,4992,2025],{"class":397},[381,4994,400],{"class":387},[381,4996,403],{"class":387},[381,4998,3325],{"class":452},[381,5000,496],{"class":387},[381,5002,400],{"class":387},[381,5004,2333],{"class":397},[381,5006,400],{"class":387},[381,5008,2338],{"class":387},[381,5010,400],{"class":387},[381,5012,3005],{"class":432},[381,5014,400],{"class":387},[381,5016,2347],{"class":387},[381,5018,400],{"class":387},[381,5020,1792],{"class":397},[381,5022,400],{"class":387},[381,5024,403],{"class":387},[381,5026,400],{"class":387},[381,5028,3050],{"class":432},[381,5030,400],{"class":387},[381,5032,496],{"class":387},[381,5034,400],{"class":387},[381,5036,1810],{"class":397},[381,5038,400],{"class":387},[381,5040,403],{"class":387},[381,5042,400],{"class":387},[381,5044,2590],{"class":432},[381,5046,400],{"class":387},[381,5048,496],{"class":387},[381,5050,400],{"class":387},[381,5052,1828],{"class":397},[381,5054,400],{"class":387},[381,5056,403],{"class":387},[381,5058,400],{"class":387},[381,5060,1837],{"class":432},[381,5062,400],{"class":387},[381,5064,496],{"class":387},[381,5066,400],{"class":387},[381,5068,2117],{"class":397},[381,5070,400],{"class":387},[381,5072,403],{"class":387},[381,5074,400],{"class":387},[381,5076,2844],{"class":432},[381,5078,400],{"class":387},[381,5080,496],{"class":387},[381,5082,400],{"class":387},[381,5084,2134],{"class":397},[381,5086,400],{"class":387},[381,5088,403],{"class":387},[381,5090,400],{"class":387},[381,5092,5093],{"class":432},"debug 3",[381,5095,400],{"class":387},[381,5097,496],{"class":387},[381,5099,400],{"class":387},[381,5101,2648],{"class":397},[381,5103,400],{"class":387},[381,5105,1932],{"class":387},[381,5107,400],{"class":387},[381,5109,2657],{"class":397},[381,5111,400],{"class":387},[381,5113,1932],{"class":387},[381,5115,400],{"class":387},[381,5117,2666],{"class":397},[381,5119,400],{"class":387},[381,5121,2671],{"class":387},[381,5123,400],{"class":387},[381,5125,2676],{"class":397},[381,5127,400],{"class":387},[381,5129,2671],{"class":387},[381,5131,400],{"class":387},[381,5133,2685],{"class":397},[381,5135,400],{"class":387},[381,5137,403],{"class":387},[381,5139,400],{"class":387},[381,5141,2694],{"class":432},[381,5143,400],{"class":387},[381,5145,496],{"class":387},[381,5147,400],{"class":387},[381,5149,2703],{"class":397},[381,5151,400],{"class":387},[381,5153,403],{"class":387},[381,5155,2222],{"class":387},[381,5157,496],{"class":387},[381,5159,400],{"class":387},[381,5161,2716],{"class":397},[381,5163,400],{"class":387},[381,5165,403],{"class":387},[381,5167,400],{"class":387},[381,5169,741],{"class":432},[381,5171,400],{"class":387},[381,5173,496],{"class":387},[381,5175,400],{"class":387},[381,5177,2011],{"class":397},[381,5179,400],{"class":387},[381,5181,403],{"class":387},[381,5183,5184],{"class":452},"1240",[381,5186,496],{"class":387},[381,5188,400],{"class":387},[381,5190,2025],{"class":397},[381,5192,400],{"class":387},[381,5194,403],{"class":387},[381,5196,3325],{"class":452},[381,5198,496],{"class":387},[381,5200,400],{"class":387},[381,5202,2333],{"class":397},[381,5204,400],{"class":387},[381,5206,5207],{"class":387},":[]}]\n",[88,5209,5210,5217],{"start":391},[30,5211,5212,5213,5216],{},"Drag an ",[147,5214,5215],{},"Inject"," node onto the canvas.",[30,5218,5212,5219,5222,5223,5225],{},[147,5220,5221],{},"SQLite"," node and connect it to the Inject node. Configure the ",[147,5224,5221],{}," node with the same database to generate the simulated data. Set the SQL Query type to \"fixed statement\" and use the following query:",[372,5227,5230],{"className":5228,"code":5229,"language":2453,"meta":377,"style":377},"language-sql shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","SELECT * FROM production_report;\n",[54,5231,5232],{"__ignoreMap":377},[381,5233,5234],{"class":383,"line":384},[381,5235,5229],{},[88,5237,5238],{"start":415},[30,5239,5240,5241,5244],{},"Drag a ",[147,5242,5243],{},"Function"," node onto the canvas and paste the following JavaScript code. When generating PDFs for your specific data, make sure to adjust the code to match your data structure.",[372,5246,5250],{"className":5247,"code":5248,"language":5249,"meta":377,"style":377},"language-javascript shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u002F\u002F Initialize table body with headers\nconst tableBody = [\n    ['Date', 'Shift', 'Product', 'Units Produced', 'Defective Units', 'Operator']\n];\n\nconst logo = `\u003Creplace-this-your-logo-svg`\n\n\u002F\u002F Loop through data rows from SQLite (msg.payload)\nfor (const row of msg.payload) {\n    tableBody.push([\n        row.date,\n        row.shift,\n        row.product,\n        row.units_produced.toString(),\n        row.defective_units.toString(),\n        row.operator\n    ]);\n}\n\nconst docDefinition = {\n    content: [\n        {\n            svg: logo,\n            width: 150, \u002F\u002F Adjust the logo size as needed\n            alignment: 'center',\n            margin: [0, 0, 0, 20]\n        },\n        \u002F\u002F Header\n        {\n            text: 'Production Report - 2025',\n            style: 'header'\n        },\n\n        \u002F\u002F Subheader\n        {\n            text: 'Daily Production Summary with Operator Performance',\n            style: 'subheader',\n            alignment: 'center',\n            margin: [0, 10, 0, 20]\n        },\n\n        \u002F\u002F Table\n        {\n            layout: 'lightHorizontalLines',\n            table: {\n                headerRows: 1,\n                widths: ['auto', 'auto', '*', 'auto', 'auto', '*'],\n                body: tableBody\n            }\n        },\n\n        \u002F\u002F Description\n        {\n            text: 'This table summarizes the daily production output across different shifts and operators. It includes total units produced and defective units recorded for quality analysis.',\n            fontSize: 12,\n            alignment: 'justify',\n            margin: [0, 10, 0, 20]\n        },\n\n        \u002F\u002F Footer\n        {\n            text: 'Internal Use Only - Manufacturing Co.',\n            style: 'footer',\n            alignment: 'center',\n            margin: [0, 20, 0, 0]\n        }\n    ],\n\n    styles: {\n        header: {\n            fontSize: 20,\n            bold: true,\n            alignment: 'center',\n            margin: [0, 20, 0, 10]\n        },\n        subheader: {\n            fontSize: 14,\n            italics: true,\n            color: 'grey',\n            margin: [0, 10, 0, 20]\n        },\n        footer: {\n            fontSize: 10,\n            color: 'grey'\n        }\n    },\n\n    pageSize: 'A4',\n    pageMargins: [40, 60, 40, 60]\n};\n\nmsg.payload = docDefinition;\nreturn msg;\n","javascript",[54,5251,5252,5258,5271,5326,5334,5340,5358,5362,5367,5394,5409,5420,5431,5442,5461,5478,5487,5494,5498,5502,5513,5522,5527,5539,5553,5568,5593,5598,5603,5607,5622,5636,5640,5644,5649,5653,5667,5681,5695,5719,5723,5727,5732,5736,5751,5760,5771,5830,5840,5845,5849,5853,5858,5862,5876,5887,5901,5925,5929,5933,5938,5942,5956,5970,5984,6008,6013,6020,6024,6034,6044,6055,6069,6084,6109,6114,6124,6135,6147,6163,6188,6193,6203,6214,6227,6232,6237,6242,6258,6284,6290,6295,6312],{"__ignoreMap":377},[381,5253,5254],{"class":383,"line":384},[381,5255,5257],{"class":5256},"sHwdD","\u002F\u002F Initialize table body with headers\n",[381,5259,5260,5263,5266,5269],{"class":383,"line":391},[381,5261,5262],{"class":397},"const",[381,5264,5265],{"class":2465}," tableBody ",[381,5267,5268],{"class":387},"=",[381,5270,406],{"class":2465},[381,5272,5273,5276,5279,5281,5283,5285,5288,5290,5292,5294,5296,5298,5300,5302,5304,5306,5308,5310,5312,5314,5316,5318,5320,5322,5324],{"class":383,"line":409},[381,5274,5275],{"class":2465},"    [",[381,5277,5278],{"class":387},"'",[381,5280,812],{"class":432},[381,5282,5278],{"class":387},[381,5284,496],{"class":387},[381,5286,5287],{"class":387}," '",[381,5289,821],{"class":432},[381,5291,5278],{"class":387},[381,5293,496],{"class":387},[381,5295,5287],{"class":387},[381,5297,830],{"class":432},[381,5299,5278],{"class":387},[381,5301,496],{"class":387},[381,5303,5287],{"class":387},[381,5305,839],{"class":432},[381,5307,5278],{"class":387},[381,5309,496],{"class":387},[381,5311,5287],{"class":387},[381,5313,848],{"class":432},[381,5315,5278],{"class":387},[381,5317,496],{"class":387},[381,5319,5287],{"class":387},[381,5321,857],{"class":432},[381,5323,5278],{"class":387},[381,5325,511],{"class":2465},[381,5327,5328,5331],{"class":383,"line":415},[381,5329,5330],{"class":2465},"]",[381,5332,5333],{"class":387},";\n",[381,5335,5336],{"class":383,"line":441},[381,5337,5339],{"emptyLinePlaceholder":5338},true,"\n",[381,5341,5342,5344,5347,5349,5352,5355],{"class":383,"line":458},[381,5343,5262],{"class":397},[381,5345,5346],{"class":2465}," logo ",[381,5348,5268],{"class":387},[381,5350,5351],{"class":387}," `",[381,5353,5354],{"class":432},"\u003Creplace-this-your-logo-svg",[381,5356,5357],{"class":387},"`\n",[381,5359,5360],{"class":383,"line":478},[381,5361,5339],{"emptyLinePlaceholder":5338},[381,5363,5364],{"class":383,"line":514},[381,5365,5366],{"class":5256},"\u002F\u002F Loop through data rows from SQLite (msg.payload)\n",[381,5368,5369,5373,5376,5378,5381,5384,5387,5389,5392],{"class":383,"line":520},[381,5370,5372],{"class":5371},"s7zQu","for",[381,5374,5375],{"class":2465}," (",[381,5377,5262],{"class":397},[381,5379,5380],{"class":2465}," row ",[381,5382,5383],{"class":387},"of",[381,5385,5386],{"class":2465}," msg",[381,5388,102],{"class":387},[381,5390,5391],{"class":2465},"payload) ",[381,5393,388],{"class":387},[381,5395,5396,5399,5401,5405],{"class":383,"line":525},[381,5397,5398],{"class":2465},"    tableBody",[381,5400,102],{"class":387},[381,5402,5404],{"class":5403},"s2Zo4","push",[381,5406,5408],{"class":5407},"swJcz","([\n",[381,5410,5411,5414,5416,5418],{"class":383,"line":546},[381,5412,5413],{"class":2465},"        row",[381,5415,102],{"class":387},[381,5417,2298],{"class":2465},[381,5419,438],{"class":387},[381,5421,5422,5424,5426,5429],{"class":383,"line":564},[381,5423,5413],{"class":2465},[381,5425,102],{"class":387},[381,5427,5428],{"class":2465},"shift",[381,5430,438],{"class":387},[381,5432,5433,5435,5437,5440],{"class":383,"line":569},[381,5434,5413],{"class":2465},[381,5436,102],{"class":387},[381,5438,5439],{"class":2465},"product",[381,5441,438],{"class":387},[381,5443,5444,5446,5448,5451,5453,5456,5459],{"class":383,"line":574},[381,5445,5413],{"class":2465},[381,5447,102],{"class":387},[381,5449,5450],{"class":2465},"units_produced",[381,5452,102],{"class":387},[381,5454,5455],{"class":5403},"toString",[381,5457,5458],{"class":5407},"()",[381,5460,438],{"class":387},[381,5462,5463,5465,5467,5470,5472,5474,5476],{"class":383,"line":594},[381,5464,5413],{"class":2465},[381,5466,102],{"class":387},[381,5468,5469],{"class":2465},"defective_units",[381,5471,102],{"class":387},[381,5473,5455],{"class":5403},[381,5475,5458],{"class":5407},[381,5477,438],{"class":387},[381,5479,5480,5482,5484],{"class":383,"line":614},[381,5481,5413],{"class":2465},[381,5483,102],{"class":387},[381,5485,5486],{"class":2465},"operator\n",[381,5488,5489,5492],{"class":383,"line":633},[381,5490,5491],{"class":5407},"    ])",[381,5493,5333],{"class":387},[381,5495,5496],{"class":383,"line":663},[381,5497,1745],{"class":387},[381,5499,5500],{"class":383,"line":668},[381,5501,5339],{"emptyLinePlaceholder":5338},[381,5503,5504,5506,5509,5511],{"class":383,"line":673},[381,5505,5262],{"class":397},[381,5507,5508],{"class":2465}," docDefinition ",[381,5510,5268],{"class":387},[381,5512,704],{"class":387},[381,5514,5515,5518,5520],{"class":383,"line":693},[381,5516,5517],{"class":5407},"    content",[381,5519,403],{"class":387},[381,5521,406],{"class":2465},[381,5523,5524],{"class":383,"line":707},[381,5525,5526],{"class":387},"        {\n",[381,5528,5529,5532,5534,5537],{"class":383,"line":725},[381,5530,5531],{"class":5407},"            svg",[381,5533,403],{"class":387},[381,5535,5536],{"class":2465}," logo",[381,5538,438],{"class":387},[381,5540,5541,5544,5546,5548,5550],{"class":383,"line":790},[381,5542,5543],{"class":5407},"            width",[381,5545,403],{"class":387},[381,5547,453],{"class":452},[381,5549,496],{"class":387},[381,5551,5552],{"class":5256}," \u002F\u002F Adjust the logo size as needed\n",[381,5554,5555,5558,5560,5562,5564,5566],{"class":383,"line":804},[381,5556,5557],{"class":5407},"            alignment",[381,5559,403],{"class":387},[381,5561,5287],{"class":387},[381,5563,471],{"class":432},[381,5565,5278],{"class":387},[381,5567,438],{"class":387},[381,5569,5570,5573,5575,5577,5579,5581,5583,5585,5587,5589,5591],{"class":383,"line":864},[381,5571,5572],{"class":5407},"            margin",[381,5574,403],{"class":387},[381,5576,490],{"class":2465},[381,5578,493],{"class":452},[381,5580,496],{"class":387},[381,5582,499],{"class":452},[381,5584,496],{"class":387},[381,5586,499],{"class":452},[381,5588,496],{"class":387},[381,5590,508],{"class":452},[381,5592,511],{"class":2465},[381,5594,5595],{"class":383,"line":923},[381,5596,5597],{"class":387},"        },\n",[381,5599,5600],{"class":383,"line":981},[381,5601,5602],{"class":5256},"        \u002F\u002F Header\n",[381,5604,5605],{"class":383,"line":1038},[381,5606,5526],{"class":387},[381,5608,5609,5612,5614,5616,5618,5620],{"class":383,"line":1095},[381,5610,5611],{"class":5407},"            text",[381,5613,403],{"class":387},[381,5615,5287],{"class":387},[381,5617,539],{"class":432},[381,5619,5278],{"class":387},[381,5621,438],{"class":387},[381,5623,5624,5627,5629,5631,5633],{"class":383,"line":1152},[381,5625,5626],{"class":5407},"            style",[381,5628,403],{"class":387},[381,5630,5287],{"class":387},[381,5632,245],{"class":432},[381,5634,5635],{"class":387},"'\n",[381,5637,5638],{"class":383,"line":1208},[381,5639,5597],{"class":387},[381,5641,5642],{"class":383,"line":1214},[381,5643,5339],{"emptyLinePlaceholder":5338},[381,5645,5646],{"class":383,"line":1220},[381,5647,5648],{"class":5256},"        \u002F\u002F Subheader\n",[381,5650,5651],{"class":383,"line":1225},[381,5652,5526],{"class":387},[381,5654,5655,5657,5659,5661,5663,5665],{"class":383,"line":1230},[381,5656,5611],{"class":5407},[381,5658,403],{"class":387},[381,5660,5287],{"class":387},[381,5662,587],{"class":432},[381,5664,5278],{"class":387},[381,5666,438],{"class":387},[381,5668,5669,5671,5673,5675,5677,5679],{"class":383,"line":1250},[381,5670,5626],{"class":5407},[381,5672,403],{"class":387},[381,5674,5287],{"class":387},[381,5676,607],{"class":432},[381,5678,5278],{"class":387},[381,5680,438],{"class":387},[381,5682,5683,5685,5687,5689,5691,5693],{"class":383,"line":1267},[381,5684,5557],{"class":5407},[381,5686,403],{"class":387},[381,5688,5287],{"class":387},[381,5690,471],{"class":432},[381,5692,5278],{"class":387},[381,5694,438],{"class":387},[381,5696,5697,5699,5701,5703,5705,5707,5709,5711,5713,5715,5717],{"class":383,"line":1287},[381,5698,5572],{"class":5407},[381,5700,403],{"class":387},[381,5702,490],{"class":2465},[381,5704,493],{"class":452},[381,5706,496],{"class":387},[381,5708,650],{"class":452},[381,5710,496],{"class":387},[381,5712,499],{"class":452},[381,5714,496],{"class":387},[381,5716,508],{"class":452},[381,5718,511],{"class":2465},[381,5720,5721],{"class":383,"line":1316},[381,5722,5597],{"class":387},[381,5724,5725],{"class":383,"line":1321},[381,5726,5339],{"emptyLinePlaceholder":5338},[381,5728,5729],{"class":383,"line":1326},[381,5730,5731],{"class":5256},"        \u002F\u002F Table\n",[381,5733,5734],{"class":383,"line":1346},[381,5735,5526],{"class":387},[381,5737,5738,5741,5743,5745,5747,5749],{"class":383,"line":1365},[381,5739,5740],{"class":5407},"            layout",[381,5742,403],{"class":387},[381,5744,5287],{"class":387},[381,5746,686],{"class":432},[381,5748,5278],{"class":387},[381,5750,438],{"class":387},[381,5752,5753,5756,5758],{"class":383,"line":1384},[381,5754,5755],{"class":5407},"            table",[381,5757,403],{"class":387},[381,5759,704],{"class":387},[381,5761,5762,5765,5767,5769],{"class":383,"line":1413},[381,5763,5764],{"class":5407},"                headerRows",[381,5766,403],{"class":387},[381,5768,720],{"class":452},[381,5770,438],{"class":387},[381,5772,5773,5776,5778,5780,5782,5784,5786,5788,5790,5792,5794,5796,5798,5800,5802,5804,5806,5808,5810,5812,5814,5816,5818,5820,5822,5824,5826,5828],{"class":383,"line":1419},[381,5774,5775],{"class":5407},"                widths",[381,5777,403],{"class":387},[381,5779,490],{"class":2465},[381,5781,5278],{"class":387},[381,5783,741],{"class":432},[381,5785,5278],{"class":387},[381,5787,496],{"class":387},[381,5789,5287],{"class":387},[381,5791,741],{"class":432},[381,5793,5278],{"class":387},[381,5795,496],{"class":387},[381,5797,5287],{"class":387},[381,5799,758],{"class":432},[381,5801,5278],{"class":387},[381,5803,496],{"class":387},[381,5805,5287],{"class":387},[381,5807,741],{"class":432},[381,5809,5278],{"class":387},[381,5811,496],{"class":387},[381,5813,5287],{"class":387},[381,5815,741],{"class":432},[381,5817,5278],{"class":387},[381,5819,496],{"class":387},[381,5821,5287],{"class":387},[381,5823,758],{"class":432},[381,5825,5278],{"class":387},[381,5827,5330],{"class":2465},[381,5829,438],{"class":387},[381,5831,5832,5835,5837],{"class":383,"line":1425},[381,5833,5834],{"class":5407},"                body",[381,5836,403],{"class":387},[381,5838,5839],{"class":2465}," tableBody\n",[381,5841,5842],{"class":383,"line":1439},[381,5843,5844],{"class":387},"            }\n",[381,5846,5847],{"class":383,"line":1453},[381,5848,5597],{"class":387},[381,5850,5851],{"class":383,"line":1468},[381,5852,5339],{"emptyLinePlaceholder":5338},[381,5854,5855],{"class":383,"line":1483},[381,5856,5857],{"class":5256},"        \u002F\u002F Description\n",[381,5859,5860],{"class":383,"line":1502},[381,5861,5526],{"class":387},[381,5863,5864,5866,5868,5870,5872,5874],{"class":383,"line":1531},[381,5865,5611],{"class":5407},[381,5867,403],{"class":387},[381,5869,5287],{"class":387},[381,5871,1243],{"class":432},[381,5873,5278],{"class":387},[381,5875,438],{"class":387},[381,5877,5878,5881,5883,5885],{"class":383,"line":1536},[381,5879,5880],{"class":5407},"            fontSize",[381,5882,403],{"class":387},[381,5884,1262],{"class":452},[381,5886,438],{"class":387},[381,5888,5889,5891,5893,5895,5897,5899],{"class":383,"line":1549},[381,5890,5557],{"class":5407},[381,5892,403],{"class":387},[381,5894,5287],{"class":387},[381,5896,1280],{"class":432},[381,5898,5278],{"class":387},[381,5900,438],{"class":387},[381,5902,5903,5905,5907,5909,5911,5913,5915,5917,5919,5921,5923],{"class":383,"line":1565},[381,5904,5572],{"class":5407},[381,5906,403],{"class":387},[381,5908,490],{"class":2465},[381,5910,493],{"class":452},[381,5912,496],{"class":387},[381,5914,650],{"class":452},[381,5916,496],{"class":387},[381,5918,499],{"class":452},[381,5920,496],{"class":387},[381,5922,508],{"class":452},[381,5924,511],{"class":2465},[381,5926,5927],{"class":383,"line":1579},[381,5928,5597],{"class":387},[381,5930,5931],{"class":383,"line":1600},[381,5932,5339],{"emptyLinePlaceholder":5338},[381,5934,5935],{"class":383,"line":1629},[381,5936,5937],{"class":5256},"        \u002F\u002F Footer\n",[381,5939,5940],{"class":383,"line":1634},[381,5941,5526],{"class":387},[381,5943,5944,5946,5948,5950,5952,5954],{"class":383,"line":1647},[381,5945,5611],{"class":5407},[381,5947,403],{"class":387},[381,5949,5287],{"class":387},[381,5951,1339],{"class":432},[381,5953,5278],{"class":387},[381,5955,438],{"class":387},[381,5957,5958,5960,5962,5964,5966,5968],{"class":383,"line":1662},[381,5959,5626],{"class":5407},[381,5961,403],{"class":387},[381,5963,5287],{"class":387},[381,5965,260],{"class":432},[381,5967,5278],{"class":387},[381,5969,438],{"class":387},[381,5971,5972,5974,5976,5978,5980,5982],{"class":383,"line":1679},[381,5973,5557],{"class":5407},[381,5975,403],{"class":387},[381,5977,5287],{"class":387},[381,5979,471],{"class":432},[381,5981,5278],{"class":387},[381,5983,438],{"class":387},[381,5985,5986,5988,5990,5992,5994,5996,5998,6000,6002,6004,6006],{"class":383,"line":1684},[381,5987,5572],{"class":5407},[381,5989,403],{"class":387},[381,5991,490],{"class":2465},[381,5993,493],{"class":452},[381,5995,496],{"class":387},[381,5997,508],{"class":452},[381,5999,496],{"class":387},[381,6001,499],{"class":452},[381,6003,496],{"class":387},[381,6005,499],{"class":452},[381,6007,511],{"class":2465},[381,6009,6010],{"class":383,"line":1690},[381,6011,6012],{"class":387},"        }\n",[381,6014,6015,6018],{"class":383,"line":1710},[381,6016,6017],{"class":2465},"    ]",[381,6019,438],{"class":387},[381,6021,6022],{"class":383,"line":1742},[381,6023,5339],{"emptyLinePlaceholder":5338},[381,6025,6027,6030,6032],{"class":383,"line":6026},69,[381,6028,6029],{"class":5407},"    styles",[381,6031,403],{"class":387},[381,6033,704],{"class":387},[381,6035,6037,6040,6042],{"class":383,"line":6036},70,[381,6038,6039],{"class":5407},"        header",[381,6041,403],{"class":387},[381,6043,704],{"class":387},[381,6045,6047,6049,6051,6053],{"class":383,"line":6046},71,[381,6048,5880],{"class":5407},[381,6050,403],{"class":387},[381,6052,508],{"class":452},[381,6054,438],{"class":387},[381,6056,6058,6061,6063,6067],{"class":383,"line":6057},72,[381,6059,6060],{"class":5407},"            bold",[381,6062,403],{"class":387},[381,6064,6066],{"class":6065},"sfNiH"," true",[381,6068,438],{"class":387},[381,6070,6072,6074,6076,6078,6080,6082],{"class":383,"line":6071},73,[381,6073,5557],{"class":5407},[381,6075,403],{"class":387},[381,6077,5287],{"class":387},[381,6079,471],{"class":432},[381,6081,5278],{"class":387},[381,6083,438],{"class":387},[381,6085,6087,6089,6091,6093,6095,6097,6099,6101,6103,6105,6107],{"class":383,"line":6086},74,[381,6088,5572],{"class":5407},[381,6090,403],{"class":387},[381,6092,490],{"class":2465},[381,6094,493],{"class":452},[381,6096,496],{"class":387},[381,6098,508],{"class":452},[381,6100,496],{"class":387},[381,6102,499],{"class":452},[381,6104,496],{"class":387},[381,6106,650],{"class":452},[381,6108,511],{"class":2465},[381,6110,6112],{"class":383,"line":6111},75,[381,6113,5597],{"class":387},[381,6115,6117,6120,6122],{"class":383,"line":6116},76,[381,6118,6119],{"class":5407},"        subheader",[381,6121,403],{"class":387},[381,6123,704],{"class":387},[381,6125,6127,6129,6131,6133],{"class":383,"line":6126},77,[381,6128,5880],{"class":5407},[381,6130,403],{"class":387},[381,6132,1560],{"class":452},[381,6134,438],{"class":387},[381,6136,6138,6141,6143,6145],{"class":383,"line":6137},78,[381,6139,6140],{"class":5407},"            italics",[381,6142,403],{"class":387},[381,6144,6066],{"class":6065},[381,6146,438],{"class":387},[381,6148,6150,6153,6155,6157,6159,6161],{"class":383,"line":6149},79,[381,6151,6152],{"class":5407},"            color",[381,6154,403],{"class":387},[381,6156,5287],{"class":387},[381,6158,1593],{"class":432},[381,6160,5278],{"class":387},[381,6162,438],{"class":387},[381,6164,6166,6168,6170,6172,6174,6176,6178,6180,6182,6184,6186],{"class":383,"line":6165},80,[381,6167,5572],{"class":5407},[381,6169,403],{"class":387},[381,6171,490],{"class":2465},[381,6173,493],{"class":452},[381,6175,496],{"class":387},[381,6177,650],{"class":452},[381,6179,496],{"class":387},[381,6181,499],{"class":452},[381,6183,496],{"class":387},[381,6185,508],{"class":452},[381,6187,511],{"class":2465},[381,6189,6191],{"class":383,"line":6190},81,[381,6192,5597],{"class":387},[381,6194,6196,6199,6201],{"class":383,"line":6195},82,[381,6197,6198],{"class":5407},"        footer",[381,6200,403],{"class":387},[381,6202,704],{"class":387},[381,6204,6206,6208,6210,6212],{"class":383,"line":6205},83,[381,6207,5880],{"class":5407},[381,6209,403],{"class":387},[381,6211,650],{"class":452},[381,6213,438],{"class":387},[381,6215,6217,6219,6221,6223,6225],{"class":383,"line":6216},84,[381,6218,6152],{"class":5407},[381,6220,403],{"class":387},[381,6222,5287],{"class":387},[381,6224,1593],{"class":432},[381,6226,5635],{"class":387},[381,6228,6230],{"class":383,"line":6229},85,[381,6231,6012],{"class":387},[381,6233,6235],{"class":383,"line":6234},86,[381,6236,517],{"class":387},[381,6238,6240],{"class":383,"line":6239},87,[381,6241,5339],{"emptyLinePlaceholder":5338},[381,6243,6245,6248,6250,6252,6254,6256],{"class":383,"line":6244},88,[381,6246,6247],{"class":5407},"    pageSize",[381,6249,403],{"class":387},[381,6251,5287],{"class":387},[381,6253,1703],{"class":432},[381,6255,5278],{"class":387},[381,6257,438],{"class":387},[381,6259,6261,6264,6266,6268,6270,6272,6274,6276,6278,6280,6282],{"class":383,"line":6260},89,[381,6262,6263],{"class":5407},"    pageMargins",[381,6265,403],{"class":387},[381,6267,490],{"class":2465},[381,6269,1723],{"class":452},[381,6271,496],{"class":387},[381,6273,1728],{"class":452},[381,6275,496],{"class":387},[381,6277,1733],{"class":452},[381,6279,496],{"class":387},[381,6281,1728],{"class":452},[381,6283,511],{"class":2465},[381,6285,6287],{"class":383,"line":6286},90,[381,6288,6289],{"class":387},"};\n",[381,6291,6293],{"class":383,"line":6292},91,[381,6294,5339],{"emptyLinePlaceholder":5338},[381,6296,6298,6300,6302,6305,6307,6310],{"class":383,"line":6297},92,[381,6299,4385],{"class":2465},[381,6301,102],{"class":387},[381,6303,6304],{"class":2465},"payload ",[381,6306,5268],{"class":387},[381,6308,6309],{"class":2465}," docDefinition",[381,6311,5333],{"class":387},[381,6313,6315,6318,6320],{"class":383,"line":6314},93,[381,6316,6317],{"class":5371},"return",[381,6319,5386],{"class":2465},[381,6321,5333],{"class":387},[88,6323,6324,6336,6353,6368],{"start":441},[30,6325,5240,6326,6329,6330,6333,6334,102],{},[147,6327,6328],{},"pdfbuilder"," node onto the canvas. Set the input property to ",[54,6331,6332],{},"msg.payload",", set output type to Buffer, and output property to ",[54,6335,6332],{},[30,6337,5240,6338,6341,6342],{},[147,6339,6340],{},"Write File"," node, configure it with:\n",[27,6343,6344,6347,6350],{},[30,6345,6346],{},"Filename: test.pdf",[30,6348,6349],{},"Action: Overwrite file",[30,6351,6352],{},"Add newline (\\n) to each payload?: Checked",[30,6354,6355,6356,6358,6359,6361,6362,6364,6365,6367],{},"Connect the ",[147,6357,5221],{}," node to the ",[147,6360,5243],{}," node, then to the ",[147,6363,6328],{}," node, and finally to the ",[147,6366,6340],{}," node.",[30,6369,6370],{},"Deploy the flow and click inject node to generate the pdf.",[12,6372,6373,6374,6377],{},"Once the PDF is generated, you can find it in the ",[54,6375,6376],{},".node-red"," directory.",[12,6379,6380],{},"However, if you want to share the PDF with others, display it on the dashboard, and provide a download button, you can use the HTTP API, an iframe, and a few supporting nodes. Let's walk through how to do that next.",[74,6382,6384],{"id":6383},"step-4-serving-the-pdf-via-http-and-previewing-it-on-the-dashboard","Step 4: Serving the PDF via HTTP and Previewing It on the Dashboard",[12,6386,6387],{},"In this step, we’ll make the generated PDF accessible through a web interface. You’ll be able to preview the PDF directly in the browser and embed it in your FlowFuse dashboard for a smooth, integrated experience. We’ll also add a download button so users can easily save the report. Instead of manually retrieving the file, we’ll create an HTTP endpoint to serve the PDF and use an iframe to display it.",[6389,6390,6392],"h4",{"id":6391},"exposing-the-pdf-via-http","Exposing the PDF via HTTP",[88,6394,6395,6406,6413,6486,6492],{},[30,6396,6397,6398,6401,6402,6405],{},"Drag the ",[147,6399,6400],{},"http-in"," node onto the canvas. Set the method to 'GET' and the URL to ",[54,6403,6404],{},"\u002Freport.pdf",". This will create an HTTP endpoint for retrieving the generated PDF.",[30,6407,6355,6408,6358,6410,6412],{},[147,6409,6400],{},[147,6411,5221],{}," node. This ensures that when a request is made to this endpoint, the necessary data is fetched from the database.",[30,6414,6415,6416,6418,6419,6422,6423,6425,6426,6435],{},"After the ",[147,6417,6340],{}," node in your flow, add a ",[147,6420,6421],{},"Change"," node. Connect it to the ",[147,6424,6340],{}," node, and configure it to set the following headers for the HTTP response:",[27,6427,6428],{},[30,6429,6430,6431,6434],{},"Set ",[54,6432,6433],{},"msg.headers"," to:",[372,6436,6438],{"className":374,"code":6437,"language":376,"meta":377,"style":377},"{   \n   'Content-Type': 'application\u002Fpdf',   \n   'Content-Disposition': 'inline; filename=\"report.pdf\"' \n}\n",[54,6439,6440,6448,6462,6482],{"__ignoreMap":377},[381,6441,6442,6445],{"class":383,"line":384},[381,6443,6444],{"class":387},"{",[381,6446,6447],{"class":2465},"   \n",[381,6449,6450,6453,6455,6458,6460],{"class":383,"line":391},[381,6451,6452],{"class":2465},"   'Content-Type'",[381,6454,403],{"class":387},[381,6456,6457],{"class":2465}," 'application\u002Fpdf'",[381,6459,496],{"class":387},[381,6461,6447],{"class":2465},[381,6463,6464,6467,6469,6472,6474,6477,6479],{"class":383,"line":409},[381,6465,6466],{"class":2465},"   'Content-Disposition'",[381,6468,403],{"class":387},[381,6470,6471],{"class":2465}," 'inline; filename=",[381,6473,400],{"class":387},[381,6475,6476],{"class":432},"report.pdf",[381,6478,400],{"class":387},[381,6480,6481],{"class":2465},"' \n",[381,6483,6484],{"class":383,"line":415},[381,6485,1745],{"class":387},[30,6487,6397,6488,6491],{},[147,6489,6490],{},"HTTP-response"," node onto the canvas and connect it to the Change node.",[30,6493,6494],{},"Deploy the flow",[12,6496,6497],{},"Now, this will send the generated PDF as a response to the incoming HTTP request, allowing it to be previewed in the browser. You can check by entering the URL:",[12,6499,6500],{},[54,6501,6502],{},"https:\u002F\u002F\u003Cyour-instance-name>.flowfuse.cloud\u002Freport.pdf",[74,6504,6506],{"id":6505},"embedding-the-pdf-on-the-dashboard-and-adding-the-download-button","Embedding the PDF on the Dashboard and Adding the Download Button",[12,6508,6509],{},"Now, let's embed the PDF into the dashboard:",[88,6511,6512,6518,6542],{},[30,6513,5240,6514,6517],{},[147,6515,6516],{},"ui-event"," node onto the canvas and configure it with the appropriate UI base settings.",[30,6519,6520,6521,5216,6524,6535],{},"Next, drag an ",[147,6522,6523],{},"iframe",[27,6525,6526,6529,6532],{},[30,6527,6528],{},"Select the correct group where the PDF should be displayed.",[30,6530,6531],{},"Adjust the size according to your preferences.",[30,6533,6534],{},"In the URL field, enter:",[372,6536,6540],{"className":6537,"code":6539,"language":530},[6538],"language-text","https:\u002F\u002F\u003Cyour-instance-name>.flowfuse.cloud\u002Freport.pdf\n",[54,6541,6539],{"__ignoreMap":377},[30,6543,6544],{},"Click Done and Deploy the flow.",[12,6546,6547],{},"Once deployed, when you open the dashboard, the generated PDF will be embedded and displayed directly on the dashboard page.",[12,6549,6550],{},"Now, let's add a download button:",[88,6552,6553],{"start":415},[30,6554,5240,6555,6558],{},[147,6556,6557],{},"ui-template"," widget onto the canvas and paste the following HTML code into it:",[372,6560,6564],{"className":6561,"code":6562,"language":6563,"meta":377,"style":377},"language-html shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","\u003Cdiv style=\"text-align:center; margin-top: 20px;\">\n    \u003Ca href=\"https:\u002F\u002F\u003Cyour-instance-name>.flowfuse.cloud\u002Freport.pdf\" download=\"report.pdf\"\n        style=\"display: inline-block; background-color: #4f7a28; color: white; padding: 14px 20px; text-align: center; text-decoration: none; font-size: 16px; border-radius: 5px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease;\">\n        Download Report\n    \u003C\u002Fa>\n\u003C\u002Fdiv>\n","html",[54,6565,6566,6589,6618,6634,6639,6648],{"__ignoreMap":377},[381,6567,6568,6571,6574,6577,6579,6581,6584,6586],{"class":383,"line":384},[381,6569,6570],{"class":387},"\u003C",[381,6572,6573],{"class":5407},"div",[381,6575,6576],{"class":397}," style",[381,6578,5268],{"class":387},[381,6580,400],{"class":387},[381,6582,6583],{"class":432},"text-align:center; margin-top: 20px;",[381,6585,400],{"class":387},[381,6587,6588],{"class":387},">\n",[381,6590,6591,6594,6596,6599,6601,6603,6605,6607,6610,6612,6614,6616],{"class":383,"line":391},[381,6592,6593],{"class":387},"    \u003C",[381,6595,34],{"class":5407},[381,6597,6598],{"class":397}," href",[381,6600,5268],{"class":387},[381,6602,400],{"class":387},[381,6604,6502],{"class":432},[381,6606,400],{"class":387},[381,6608,6609],{"class":397}," download",[381,6611,5268],{"class":387},[381,6613,400],{"class":387},[381,6615,6476],{"class":432},[381,6617,561],{"class":387},[381,6619,6620,6623,6625,6627,6630,6632],{"class":383,"line":409},[381,6621,6622],{"class":397},"        style",[381,6624,5268],{"class":387},[381,6626,400],{"class":387},[381,6628,6629],{"class":432},"display: inline-block; background-color: #4f7a28; color: white; padding: 14px 20px; text-align: center; text-decoration: none; font-size: 16px; border-radius: 5px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); transition: background-color 0.3s ease;",[381,6631,400],{"class":387},[381,6633,6588],{"class":387},[381,6635,6636],{"class":383,"line":415},[381,6637,6638],{"class":2465},"        Download Report\n",[381,6640,6641,6644,6646],{"class":383,"line":441},[381,6642,6643],{"class":387},"    \u003C\u002F",[381,6645,34],{"class":5407},[381,6647,6588],{"class":387},[381,6649,6650,6653,6655],{"class":383,"line":458},[381,6651,6652],{"class":387},"\u003C\u002F",[381,6654,6573],{"class":5407},[381,6656,6588],{"class":387},[88,6658,6659],{"start":441},[30,6660,6661],{},"Deploy the flow.",[12,6663,6664,6668],{},[1752,6665],{"alt":6666,"dataZoomable":377,"src":6667},"Dashboard displaying embedded PDF with a download button","\u002Fblog\u002F2025\u002F05\u002Fimages\u002Fdashboard-with-embedded-report.png",[1757,6669,6670],{},[381,6671,6666],{},[19,6673,6675],{"id":6674},"final-thought","Final thought",[12,6677,6678,6679,6683],{},"Automating PDF report generation in Node-RED is a great way to save time and effort. Using tools like the node-red-contrib-pdfmake node, you can quickly turn your data into well-designed PDFs without manual work. If you want to save time and avoid the setup process, you can directly use our ready-made ",[34,6680,6682],{"href":6681},"\u002Fblueprints\u002Fmanufacturing\u002Fpdf-report-generator\u002F","PDF generation blueprint",". It’s an easy way to get started and generate professional reports quickly.",[185,6685,6686],{},"html pre.shiki code .sMK4o, html code.shiki .sMK4o{--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF}html pre.shiki code .spNyl, html code.shiki .spNyl{--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}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 .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 .sTEyZ, html code.shiki .sTEyZ{--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8}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 .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 pre.shiki code .s2Zo4, html code.shiki .s2Zo4{--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF}html pre.shiki code .swJcz, html code.shiki .swJcz{--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178}html pre.shiki code .sfNiH, html code.shiki .sfNiH{--shiki-light:#FF5370;--shiki-default:#FF9CAC;--shiki-dark:#FF9CAC}",{"title":377,"searchDepth":415,"depth":415,"links":6688},[6689,6690,6699],{"id":21,"depth":391,"text":22},{"id":68,"depth":391,"text":69,"children":6691},[6692,6693,6694,6695,6698],{"id":76,"depth":409,"text":77},{"id":123,"depth":409,"text":124},{"id":1761,"depth":409,"text":1762},{"id":6383,"depth":409,"text":6384,"children":6696},[6697],{"id":6391,"depth":415,"text":6392},{"id":6505,"depth":409,"text":6506},{"id":6674,"depth":391,"text":6675},{"type":6701,"title":6702,"description":6703},"sign-up","Automate PDF Reports with Node-RED on FlowFuse","FlowFuse gives you a managed Node-RED environment with one-click deployment, secure HTTP endpoints, and Dashboard 2.0 integration, everything you need to automate and serve PDF reports in production.","2025-05-07","Discover how to create automated PDF reports in Node-RED with FlowFuse, from setup to generating reports with dynamic data.","md",null,"\u002Fblog\u002F2025\u002F05\u002Fimages\u002Fhow-to-generate-pdf-with-nr-and-ff.png","2026-06-03",{"keywords":6711,"excerpt":6712},"pdf generate with node-red, node-red pdf report generation, pdf report node-red, pdfmake node-red, platmac\u002Fnode-red-pdfbuilder, automate pdf node-red, node-red pdfbuilder",{"type":9,"value":6713},[6714],[12,6715,14],{},"\u002Fblog\u002F2025\u002F05\u002Fhow-to-generate-pdf-reports-using-node-red",{"title":5,"description":6705},"blog\u002F2025\u002F05\u002Fhow-to-generate-pdf-reports-using-node-red","Learn how to automate the generation of dynamic PDF reports within Node-RED and FlowFuse.",[6721,6722],"flowfuse","how-to","This guide shows how to automate PDF report generation in Node-RED using the @platmac\u002Fnode-red-pdfbuilder node and FlowFuse. It covers installing the node, building a flow that pulls production data from SQLite and renders it as a styled PDF, serving the file via an HTTP endpoint, and embedding it with a download button in a Dashboard 2.0 iframe widget.","kDKVaW2opRxrStw-es-1gfbmnR4xpkQXWCRKyMhHa9c",{"id":6726,"extension":6727,"meta":6728,"sections":6729,"stem":7118,"__hash__":7119},"featureCatalog\u002Ffeature-catalog.yml","yml",{},[6730,6781,6882,6944,7021,7100],{"id":6731,"title":6732,"features":6733},"ai-automation","AI & Automation",[6734,6744,6754,6764,6770,6776],{"id":6735,"title":6736,"description":6737,"docsLink":6738,"changelog":6739,"tiers":6743},"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",[6740],{"url":6741,"release":6742},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner\u002F","2.28",{"edge":5338,"hub":5338,"fleet":5338},{"id":6745,"title":6746,"description":6747,"docsLink":6748,"changelog":6749,"subfeature":5338,"showOnPricing":6752,"tiers":6753},"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",[6750],{"url":6751,"release":6742},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context\u002F",false,{"edge":5338,"hub":5338,"fleet":5338},{"id":6755,"title":6756,"description":6757,"docsLink":6758,"changelog":6759,"subfeature":5338,"showOnPricing":6752,"tiers":6763},"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",[6760],{"url":6761,"release":6762},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building\u002F","2.30",{"edge":5338,"hub":5338,"fleet":5338},{"id":6765,"title":6766,"description":6767,"docsLink":6768,"subfeature":5338,"beta":5338,"showOnPricing":6752,"tiers":6769},"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":5338,"hub":5338,"fleet":5338},{"id":6771,"title":6772,"description":6773,"docsLink":6774,"tiers":6775},"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":5338,"hub":5338,"fleet":5338},{"id":6777,"title":6778,"description":6779,"tiers":6780},"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":5338,"hub":5338,"fleet":5338},{"id":6782,"title":6783,"features":6784},"build","Build",[6785,6791,6797,6807,6813,6819,6823,6829,6835,6843,6849,6853,6857,6866,6874],{"id":6786,"title":6787,"description":6788,"docsLink":6789,"tiers":6790},"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":5338,"hub":6752,"fleet":5338},{"id":6792,"title":6793,"description":6794,"docsLink":6795,"tiers":6796},"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":5338,"hub":5338,"fleet":5338},{"id":6798,"title":6799,"description":6800,"docsLink":6801,"changelog":6802,"tiers":6806},"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",[6803],{"url":6804,"release":6805},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation\u002F","2.33",{"edge":5338,"hub":5338,"fleet":5338},{"id":6808,"title":6809,"description":6810,"docsLink":6811,"tiers":6812},"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":5338,"hub":5338,"fleet":5338},{"id":6814,"title":6815,"description":6816,"docsLink":6817,"showOnPricing":6752,"tiers":6818},"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":5338,"hub":5338,"fleet":5338},{"id":6820,"title":6821,"showOnPricing":6752,"tiers":6822},"static-assets","Static Assets",{"edge":5338,"hub":5338,"fleet":5338},{"id":6824,"title":6825,"description":6826,"docsLink":6827,"tiers":6828},"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":5338,"hub":5338,"fleet":5338},{"id":6830,"title":6831,"description":6832,"docsLink":6833,"tiers":6834},"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":5338,"hub":5338,"fleet":5338},{"id":6836,"title":6837,"description":6838,"changelog":6839,"subfeature":5338,"showOnPricing":6752,"tiers":6842},"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.",[6840],{"url":6841,"release":6805},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards\u002F",{"edge":5338,"hub":5338,"fleet":5338},{"id":6844,"title":6845,"description":6846,"docsLink":6847,"tiers":6848},"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":5338,"hub":5338,"fleet":5338},{"id":6850,"title":6851,"subfeature":5338,"showOnPricing":6752,"tiers":6852},"blueprints-ot-apps","Blueprints - OT APPS",{"edge":5338,"hub":6752,"fleet":5338},{"id":6854,"title":6855,"subfeature":5338,"showOnPricing":6752,"tiers":6856},"blueprints-it-apps","Blueprints - IT APPS",{"edge":6752,"hub":5338,"fleet":6752},{"id":6858,"title":6859,"description":6860,"changelog":6861,"showOnPricing":6752,"tiers":6865},"immersive-editor-snapshots","Snapshot Details in Immersive Editor","View and manage snapshot details directly inside the immersive editor without leaving your editing session.",[6862],{"url":6863,"release":6864},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor\u002F","2.29",{"edge":5338,"hub":5338,"fleet":5338},{"id":6867,"title":6868,"description":6869,"changelog":6870,"showOnPricing":6752,"tiers":6873},"immersive-editor-drawer","Customisable Immersive Editor Drawer","Pin, move, resize, or full-screen the immersive editor drawer. Your preferences are remembered between sessions.",[6871],{"url":6872,"release":6762},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer\u002F",{"edge":5338,"hub":5338,"fleet":5338},{"id":6875,"title":6876,"description":6877,"changelog":6878,"showOnPricing":6752,"tiers":6881},"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.",[6879],{"url":6880,"release":6864},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title\u002F",{"edge":5338,"hub":5338,"fleet":5338},{"id":6883,"title":6884,"features":6885},"deploy","Deploy",[6886,6892,6901,6907,6913,6919,6925,6931,6936],{"id":6887,"title":6888,"description":6889,"docsLink":6890,"tiers":6891},"hosted-instances","Cloud Instances","Run Node-RED instances managed and hosted by FlowFuse.","\u002Fdocs\u002Fuser\u002Fintroduction\u002F#creating-a-node-red-instance",{"edge":5338,"hub":5338,"fleet":5338},{"id":6893,"title":6894,"description":6895,"docsLink":6896,"changelog":6897,"tiers":6900},"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",[6898],{"url":6899,"release":6742},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options\u002F",{"edge":5338,"hub":6752,"fleet":5338},{"id":6902,"title":6903,"description":6904,"docsLink":6905,"tiers":6906},"custom-hostnames","Custom Hostnames","Access your Node-RED application via your own domain name.","\u002Fdocs\u002Fuser\u002Fcustom-hostnames\u002F",{"edge":6752,"hub":5338,"fleet":6752},{"id":6908,"title":6909,"description":6910,"docsLink":6911,"tiers":6912},"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":5338,"hub":6752,"fleet":5338},{"id":6914,"title":6915,"description":6916,"docsLink":6917,"showOnPricing":6752,"tiers":6918},"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":5338,"hub":5338,"fleet":5338},{"id":6920,"title":6921,"description":6922,"docsLink":6923,"tiers":6924},"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":5338,"hub":5338,"fleet":5338},{"id":6926,"title":6927,"description":6928,"docsLink":6929,"tiers":6930},"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":6752,"hub":5338,"fleet":6752},{"id":6932,"title":6933,"description":6934,"docsLink":6929,"subfeature":5338,"showOnPricing":6752,"tiers":6935},"git-integration-github","GitHub","Push and pull snapshots to GitHub repositories through DevOps Pipeline Git Stages.",{"edge":6752,"hub":5338,"fleet":6752},{"id":6937,"title":6938,"description":6939,"docsLink":6929,"changelog":6940,"subfeature":5338,"showOnPricing":6752,"tiers":6943},"git-integration-azure","Azure DevOps","Push and pull snapshots to Azure DevOps repositories through DevOps Pipeline Git Stages.",[6941],{"url":6942,"release":6864},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops\u002F",{"edge":6752,"hub":5338,"fleet":6752},{"id":6945,"title":6946,"features":6947},"operate-maintain","Operate & Maintain",[6948,6954,6960,6965,6973,6977,6981,6986,6992,6998,7003,7009,7013,7017],{"id":6949,"title":6950,"description":6951,"docsLink":6952,"tiers":6953},"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":5338,"hub":5338,"fleet":5338},{"id":6955,"title":6956,"description":6957,"docsLink":6958,"subfeature":5338,"showOnPricing":6752,"tiers":6959},"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":5338,"hub":5338,"fleet":5338},{"id":6961,"title":6962,"description":6963,"docsLink":6958,"subfeature":5338,"showOnPricing":6752,"tiers":6964},"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":5338,"hub":5338,"fleet":5338},{"id":6966,"title":6967,"description":6968,"changelog":6969,"subfeature":5338,"showOnPricing":6752,"tiers":6972},"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.",[6970],{"url":6971,"release":6864},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer\u002F",{"edge":5338,"hub":5338,"fleet":5338},{"id":6974,"title":6975,"subfeature":5338,"showOnPricing":6752,"tiers":6976},"version-history-timeline","Version History Timeline",{"edge":5338,"hub":5338,"fleet":5338},{"id":6978,"title":6979,"tiers":6980},"unlimited-workflow-executions","Unlimited Workflow Executions",{"edge":5338,"hub":5338,"fleet":5338},{"id":6982,"title":6983,"description":6984,"tiers":6985},"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":5338,"hub":6752,"fleet":5338},{"id":6987,"title":6988,"description":6989,"docsLink":6990,"tiers":6991},"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":5338,"hub":6752,"fleet":5338},{"id":6993,"title":6994,"description":6995,"docsLink":6996,"tiers":6997},"high-availability","High Availability","Leverage horizontal scaling for reliable and scalable processing of your data through Node-RED.","\u002Fdocs\u002Fuser\u002Fhigh-availability\u002F",{"edge":6752,"hub":5338,"fleet":6752},{"id":6999,"title":7000,"description":7001,"tiers":7002},"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":5338,"hub":5338,"fleet":5338},{"id":7004,"title":7005,"description":7006,"docsLink":7007,"subfeature":5338,"showOnPricing":6752,"tiers":7008},"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":5338,"hub":5338,"fleet":5338},{"id":7010,"title":7011,"subfeature":5338,"showOnPricing":6752,"tiers":7012},"email-alerts","Email Alerts",{"edge":5338,"hub":5338,"fleet":5338},{"id":7014,"title":7015,"showOnPricing":6752,"tiers":7016},"api-debug-length-limit","API\u002FDebug Length Limit",{"edge":5338,"hub":5338,"fleet":5338},{"id":7018,"title":7019,"tiers":7020},"protected-instances","Protected Instances",{"edge":6752,"hub":5338,"fleet":6752},{"id":7022,"title":7023,"features":7024},"govern-secure","Govern and Secure",[7025,7034,7040,7046,7051,7057,7063,7069,7077,7083,7089,7095],{"id":7026,"title":7027,"description":7028,"docsLink":7029,"changelog":7030,"tiers":7033},"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",[7031],{"url":7032,"release":6805},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups\u002F",{"edge":5338,"hub":5338,"fleet":5338},{"id":7035,"title":7036,"description":7037,"docsLink":7038,"tiers":7039},"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":5338,"hub":5338,"fleet":5338},{"id":7041,"title":7042,"description":7043,"docsLink":7044,"tiers":7045},"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":6752,"hub":5338,"fleet":5338},{"id":7047,"title":7048,"description":7049,"tiers":7050},"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":5338,"hub":6752,"fleet":6752},{"id":7052,"title":7053,"description":7054,"docsLink":7055,"tiers":7056},"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":5338,"hub":5338,"fleet":5338},{"id":7058,"title":7059,"description":7060,"docsLink":7061,"tiers":7062},"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":5338,"hub":5338,"fleet":5338},{"id":7064,"title":7065,"description":7066,"docsLink":7067,"subfeature":5338,"showOnPricing":6752,"tiers":7068},"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":5338,"hub":5338,"fleet":5338},{"id":7070,"title":7071,"description":7072,"changelog":7073,"subfeature":5338,"showOnPricing":6752,"tiers":7076},"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.",[7074],{"url":7075,"release":6805},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats\u002F",{"edge":5338,"hub":5338,"fleet":5338},{"id":7078,"title":7079,"description":7080,"docsLink":7081,"showOnPricing":6752,"tiers":7082},"team-members","Team Members","Invite multiple team members to collaborate on the same Node-RED flows.","\u002Fdocs\u002Fuser\u002Fteam\u002F#teams",{"edge":5338,"hub":5338,"fleet":5338},{"id":7084,"title":7085,"description":7086,"docsLink":7087,"showOnPricing":6752,"tiers":7088},"endpoint-security","Endpoint Security","Secure HTTP endpoints for hosted Node-RED instances using FlowFuse credentials.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#security",{"edge":5338,"hub":5338,"fleet":5338},{"id":7090,"title":7091,"description":7092,"docsLink":7093,"tiers":7094},"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":6752,"hub":5338,"fleet":6752},{"id":7096,"title":7097,"description":7098,"tiers":7099},"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":6752,"hub":5338,"fleet":6752},{"id":7101,"title":7102,"features":7103},"support","Support",[7104,7109,7113],{"id":7105,"title":7106,"docsLink":7107,"tiers":7108},"installation-support","Installation Support","\u002Fdocs\u002Finstall\u002Fintroduction\u002F#do-you-need-help-installation-service",{"edge":5338,"hub":5338,"fleet":5338},{"id":7110,"title":7111,"showOnPricing":6752,"tiers":7112},"live-chat-support","Live Chat Support",{"edge":5338,"hub":5338,"fleet":5338},{"id":7114,"title":7115,"docsLink":7116,"tiers":7117},"enterprise-support","Enterprise Support","\u002Fdocs\u002Fpremium-support\u002F",{"edge":5338,"hub":5338,"fleet":5338},"feature-catalog","0AnkhTIPCECCwP9NmbTWP5HvRYx4FTSao4lG93-HaWM",[7121,7124,7127,7130,7133,7136,7138,7141,7144,7147,7150,7152,7155,7158,7161,7164,7167,7170,7173,7176,7179,7182,7185,7188,7191,7194,7197,7200,7203,7206,7209,7212,7215,7218,7221,7224,7227,7230,7233,7236,7239,7242,7245,7248,7251,7254,7257,7260,7263,7265,7268,7271,7274,7277,7280,7283,7286,7288,7291,7294,7297,7300,7303,7305,7308,7311,7314,7317,7320,7323,7326,7329,7332,7335,7337,7340,7343,7346,7349,7352,7355,7358,7361,7364,7367,7370,7373,7376,7379,7381,7384,7387,7390,7393,7396,7399,7402,7405,7408,7411,7414,7417,7420,7423,7426,7429,7432,7435,7437,7440,7443,7446,7449,7452,7455,7458,7460,7463,7466,7469,7472,7475,7478,7481,7484,7487,7490,7493,7496,7499,7502,7505,7508,7511,7514,7517,7520,7523,7526,7529,7532,7535,7538,7541,7544,7547,7550,7553,7556,7559,7562,7565,7568,7571,7574,7577,7580,7583,7586,7589,7592,7595,7598,7601,7604,7607,7610,7612,7615,7618,7621,7624,7627,7630,7633,7636,7639,7642,7645,7648,7651],{"path":7122,"title":7123},"\u002Fchangelog\u002F2023\u002F09\u002Fcustom-node-support","Custom Node Support",{"path":7125,"title":7126},"\u002Fchangelog\u002F2023\u002F09\u002Fdevops-actions","DevOps Pipeline with action selection",{"path":7128,"title":7129},"\u002Fchangelog\u002F2023\u002F09\u002Fintroduction-enterprise-tier","Introducing the Enterprise Tier",{"path":7131,"title":7132},"\u002Fchangelog\u002F2023\u002F09\u002Fpipeline-api","API Endpoint for DevOps Pipeline",{"path":7134,"title":7135},"\u002Fchangelog\u002F2023\u002F09\u002Fsnapshots-devices","Usability improvements to Device Management",{"path":7137,"title":6845},"\u002Fchangelog\u002F2023\u002F10\u002Fblueprints",{"path":7139,"title":7140},"\u002Fchangelog\u002F2023\u002F10\u002Fcertified-nodes","Certified Nodes",{"path":7142,"title":7143},"\u002Fchangelog\u002F2023\u002F10\u002Fdevice-snapshot-selection","Enhanced Snapshot Selection",{"path":7145,"title":7146},"\u002Fchangelog\u002F2023\u002F10\u002Fpath-bug-fix","Device Agent path bug fix",{"path":7148,"title":7149},"\u002Fchangelog\u002F2023\u002F10\u002Fresource-alerts","Resource Monitoring in Audit Log",{"path":7151,"title":7036},"\u002Fchangelog\u002F2023\u002F11\u002F2fa",{"path":7153,"title":7154},"\u002Fchangelog\u002F2023\u002F11\u002Fdefault-editor","Device Editor enabled by default",{"path":7156,"title":7157},"\u002Fchangelog\u002F2023\u002F11\u002Fdevices-in-pipelines","Devices in DevOps Pipelines",{"path":7159,"title":7160},"\u002Fchangelog\u002F2023\u002F11\u002Fproject-nodes-devices","Project Nodes for Devices",{"path":7162,"title":7163},"\u002Fchangelog\u002F2023\u002F12\u002Fbilling","No Credit Card required for billing",{"path":7165,"title":7166},"\u002Fchangelog\u002F2023\u002F12\u002Fblueprint-selection","Blueprint Selection Update",{"path":7168,"title":7169},"\u002Fchangelog\u002F2023\u002F12\u002Fdevice-groups","Device Groups",{"path":7171,"title":7172},"\u002Fchangelog\u002F2023\u002F12\u002Femail-alerting-node-red-crash","Email Alerts for Audit Log Events",{"path":7174,"title":7175},"\u002Fchangelog\u002F2023\u002F12\u002Fnode-red-updated","Node-RED 3.1.3 now available",{"path":7177,"title":7178},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-audit-log","Introducing the Device Auditlog Feature",{"path":7180,"title":7181},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-groups-snapshot","Device Groups - Automatic snapshot assignment",{"path":7183,"title":7184},"\u002Fchangelog\u002F2024\u002F01\u002Ffleet-mode","Renaming \"Default Device Mode\" to \"Fleet Mode\"",{"path":7186,"title":7187},"\u002Fchangelog\u002F2024\u002F01\u002Fhelm-v2","Helm Chart v2.0",{"path":7189,"title":7190},"\u002Fchangelog\u002F2024\u002F01\u002Fnew-blueprints","New Blueprints added",{"path":7192,"title":7193},"\u002Fchangelog\u002F2024\u002F01\u002Fsecurity-updates","Security Updates",{"path":7195,"title":7196},"\u002Fchangelog\u002F2024\u002F01\u002Fsso-team-membership","Managing Team Membership via SSO",{"path":7198,"title":7199},"\u002Fchangelog\u002F2024\u002F01\u002Fstreamlined-device-assignment","Streamlined Device assignment",{"path":7201,"title":7202},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-auto-snapshot","Device Auto Snapshots",{"path":7204,"title":7205},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-instance-audit-logs","Device Instance Audit Logging",{"path":7207,"title":7208},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-onboarding-improvements","Device Onboarding Improvements",{"path":7210,"title":7211},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-pricing-change","Pricing change for Devices",{"path":7213,"title":7214},"\u002Fchangelog\u002F2024\u002F02\u002Finstance-auto-snapshots","Instance Auto Snapshots",{"path":7216,"title":7217},"\u002Fchangelog\u002F2024\u002F02\u002Fpostgresql-upgrade","PostgreSQL Version update",{"path":7219,"title":7220},"\u002Fchangelog\u002F2024\u002F03\u002Fbearer-token-authentication","Bearer Token Authentication for Node-RED Instances",{"path":7222,"title":7223},"\u002Fchangelog\u002F2024\u002F03\u002Finstance-protection-mode","Instance Protection Mode",{"path":7225,"title":7226},"\u002Fchangelog\u002F2024\u002F03\u002Flimits-debug-payload","Configure HTTP Payload and Debug Message size",{"path":7228,"title":7229},"\u002Fchangelog\u002F2024\u002F03\u002Frestart-devices-remotly","Remote Device Restart",{"path":7231,"title":7232},"\u002Fchangelog\u002F2024\u002F04\u002Fcustom-nodes-on-devices","Custom Nodes Support on Devices",{"path":7234,"title":7235},"\u002Fchangelog\u002F2024\u002F04\u002Fdevice-auto-snapshot","Direct Dashboard Access",{"path":7237,"title":7238},"\u002Fchangelog\u002F2024\u002F04\u002Fimproving-device-groups","Improving Device Groups",{"path":7240,"title":7241},"\u002Fchangelog\u002F2024\u002F04\u002Fpricing-change","Pricing change Enterprise & Teams Tier",{"path":7243,"title":7244},"\u002Fchangelog\u002F2024\u002F04\u002Ftougher-rate-limiting","Tougher Rate Limiting on Public Routes",{"path":7246,"title":7247},"\u002Fchangelog\u002F2024\u002F05\u002Finstance-healthcheck","Customizing instance health-check settings",{"path":7249,"title":7250},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-blueprints","Blueprints added to Library",{"path":7252,"title":7253},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-flowviewer","Team Library - Flow Viewer",{"path":7255,"title":7256},"\u002Fchangelog\u002F2024\u002F05\u002Fmanaging-node-red-version-on-devices","Managing Node-RED versions on Devices",{"path":7258,"title":7259},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements","Snapshot Improvements",{"path":7261,"title":7262},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements-pt3","Snapshot Upload",{"path":7264,"title":7262},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-upload",{"path":7266,"title":7267},"\u002Fchangelog\u002F2024\u002F06\u002Fdevice-agent-proxy-support","Running the Device Agent behind an HTTP proxy",{"path":7269,"title":7270},"\u002Fchangelog\u002F2024\u002F06\u002Flibrary-blueprints","Custom hostnames for your instances",{"path":7272,"title":7273},"\u002Fchangelog\u002F2024\u002F06\u002Fmultiline-env-vars","Multi-line Environment Variables",{"path":7275,"title":7276},"\u002Fchangelog\u002F2024\u002F06\u002Fsnapshot-flow-compare","Compare Snapshots flows",{"path":7278,"title":7279},"\u002Fchangelog\u002F2024\u002F07\u002Fapplications-search","Applications Search",{"path":7281,"title":7282},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-group-clear-snapshot","Device Groups Snapshots",{"path":7284,"title":7285},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-delete","Managing devices",{"path":7287,"title":7285},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-move",{"path":7289,"title":7290},"\u002Fchangelog\u002F2024\u002F07\u002Fedit-snapshots","Edit Snapshots",{"path":7292,"title":7293},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant","The FlowFuse Expert",{"path":7295,"title":7296},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant-json","FlowFuse Expert Writes JSON",{"path":7298,"title":7299},"\u002Fchangelog\u002F2024\u002F07\u002Fimmersive-editor","Immersive Editor Experience",{"path":7301,"title":7302},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-inbox","Notifications Inbox",{"path":7304,"title":7302},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-update",{"path":7306,"title":7307},"\u002Fchangelog\u002F2024\u002F07\u002Fpersistent-storage","Persistent Storage on FlowFuse Cloud",{"path":7309,"title":7310},"\u002Fchangelog\u002F2024\u002F07\u002Fsso","Single Sign On Updates",{"path":7312,"title":7313},"\u002Fchangelog\u002F2024\u002F08\u002Fbill-of-materials","Bill of Materials",{"path":7315,"title":7316},"\u002Fchangelog\u002F2024\u002F08\u002Fenterprise-license-update","Enforcing Enterprise Restrictions",{"path":7318,"title":7319},"\u002Fchangelog\u002F2024\u002F08\u002Fldap-sso-groups","LDAP Single Sign On Updates",{"path":7321,"title":7322},"\u002Fchangelog\u002F2024\u002F08\u002Fstatic-file-service-navigation-visibility","Static File Service Navigation and Visibility",{"path":7324,"title":7325},"\u002Fchangelog\u002F2024\u002F10\u002Fdevice-group-env-vars","Environment Variables for your Device Groups",{"path":7327,"title":7328},"\u002Fchangelog\u002F2024\u002F10\u002Fmqtt-service","MQTT Broker Service",{"path":7330,"title":7331},"\u002Fchangelog\u002F2024\u002F10\u002Fnotifications-bulk-actions","Managing Notifications",{"path":7333,"title":7334},"\u002Fchangelog\u002F2024\u002F10\u002Fsnapshot-download-upload-options","Snapshot Upload and Download Improvements",{"path":7336,"title":6975},"\u002Fchangelog\u002F2024\u002F10\u002Fversion-history-timeline",{"path":7338,"title":7339},"\u002Fchangelog\u002F2024\u002F11\u002Faudit-log-hierarchy","Audit logs show hierarchical events",{"path":7341,"title":7342},"\u002Fchangelog\u002F2024\u002F11\u002Fdevice-agent-release","Device Agent 3.0 released",{"path":7344,"title":7345},"\u002Fchangelog\u002F2024\u002F11\u002Fmqtt-topic-hierarchy","MQTT Topic Hierarchy view",{"path":7347,"title":7348},"\u002Fchangelog\u002F2024\u002F11\u002Fteam-search","Team-wide search",{"path":7350,"title":7351},"\u002Fchangelog\u002F2024\u002F12\u002Fdashboad-iframe","Allow Dashboards to be embedded in iFrames",{"path":7353,"title":7354},"\u002Fchangelog\u002F2024\u002F12\u002Fdevice-editor-cache","Device Editor Access Speed Up",{"path":7356,"title":7357},"\u002Fchangelog\u002F2024\u002F12\u002Fteam-bom-timeline","Team BOM and Pipeline Views",{"path":7359,"title":7360},"\u002Fchangelog\u002F2025\u002F01\u002Ffree-tier-onboarding","New Onboarding Tour for Free Tier Users",{"path":7362,"title":7363},"\u002Fchangelog\u002F2025\u002F01\u002Fhidden-env-vars","Hidden Environment Variables",{"path":7365,"title":7366},"\u002Fchangelog\u002F2025\u002F01\u002Fimproved-diagnostics","Improved Diagnostics",{"path":7368,"title":7369},"\u002Fchangelog\u002F2025\u002F01\u002Fteam-level-groups","Team level view of Groups",{"path":7371,"title":7372},"\u002Fchangelog\u002F2025\u002F02\u002Fadditional-device-version-history-events","New Remote Instances Version History Events",{"path":7374,"title":7375},"\u002Fchangelog\u002F2025\u002F02\u002Fbroker-error-feedback","Improved Broker Connection Feedback",{"path":7377,"title":7378},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-agent-updates","FlowFuse User Authentication on Remote Instances",{"path":7380,"title":6975},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-version-history-timeline",{"path":7382,"title":7383},"\u002Fchangelog\u002F2025\u002F02\u002Fexternal-brokers","External MQTT Brokers",{"path":7385,"title":7386},"\u002Fchangelog\u002F2025\u002F02\u002Fmqtt-schema-suggestions","MQTT Smart Schema Suggestions",{"path":7388,"title":7389},"\u002Fchangelog\u002F2025\u002F02\u002Fresend-and-extend-team-invitation-expiration","Re-send Team Invitations",{"path":7391,"title":7392},"\u002Fchangelog\u002F2025\u002F02\u002Fschema-docs","Personalized Schema Documentation",{"path":7394,"title":7395},"\u002Fchangelog\u002F2025\u002F02\u002Ftopic-hierarchy-search","Search & Filter for Topic Hierarchy List",{"path":7397,"title":7398},"\u002Fchangelog\u002F2025\u002F03\u002Fcontainer-tags","Changes to tags for flowfuse\u002Fnode-red",{"path":7400,"title":7401},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-groups","Multiple Device Groups in a pipeline",{"path":7403,"title":7404},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-local-login","Local Login for Remote Instances",{"path":7406,"title":7407},"\u002Fchangelog\u002F2025\u002F03\u002Ffree-tier","Free Tier now more accessible to all",{"path":7409,"title":7410},"\u002Fchangelog\u002F2025\u002F03\u002Fresource-notifications","Resource Alerts",{"path":7412,"title":7413},"\u002Fchangelog\u002F2025\u002F03\u002Fsnapshot-filter","Filtering Snapshots",{"path":7415,"title":7416},"\u002Fchangelog\u002F2025\u002F03\u002Fteam-npm-registry","NPM Package Hosting",{"path":7418,"title":7419},"\u002Fchangelog\u002F2025\u002F03\u002Ftopic-deletion","MQTT Topic Management",{"path":7421,"title":7422},"\u002Fchangelog\u002F2025\u002F04\u002Fdevice-provisioning","Remote Instance Provisioning",{"path":7424,"title":7425},"\u002Fchangelog\u002F2025\u002F04\u002Fgit-integration","Git Integration with Pipelines",{"path":7427,"title":7428},"\u002Fchangelog\u002F2025\u002F04\u002Finstance-log-browsing","Better Node-RED log handling",{"path":7430,"title":7431},"\u002Fchangelog\u002F2025\u002F05\u002Fimport-node-red-flows","Import Node-RED Flows During Remote Instance Setup",{"path":7433,"title":7434},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant","FlowFuse Expert just got smarter",{"path":7436,"title":7434},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant-2",{"path":7438,"title":7439},"\u002Fchangelog\u002F2025\u002F06\u002Fgit-integration","Pulling snapshots from Git with Pipelines",{"path":7441,"title":7442},"\u002Fchangelog\u002F2025\u002F06\u002Finstance-performance-memory","Memory Metrics in Instance Performance View",{"path":7444,"title":7445},"\u002Fchangelog\u002F2025\u002F06\u002Fnew-home-page","Introducing the New Home Page Experience",{"path":7447,"title":7448},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance","Team Performance Feature",{"path":7450,"title":7451},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance-view","Instance Performance View",{"path":7453,"title":7454},"\u002Fchangelog\u002F2025\u002F06\u002Fui-refresh","Navigation UI Refresh",{"path":7456,"title":7457},"\u002Fchangelog\u002F2025\u002F07\u002Fbrowse-node-red-flows","Browse for Node-RED Flows During Remote Instance Setup",{"path":7459,"title":6799},"\u002Fchangelog\u002F2025\u002F07\u002Fflowfuse-tables",{"path":7461,"title":7462},"\u002Fchangelog\u002F2025\u002F07\u002Fimport-blueprints","Import blueprints directly into your existing instances",{"path":7464,"title":7465},"\u002Fchangelog\u002F2025\u002F07\u002Fsimplified-applications-overview","Simplified Applications Page with Summary Tiles",{"path":7467,"title":7468},"\u002Fchangelog\u002F2025\u002F07\u002Fsmart-suggestions","Smart Suggestions",{"path":7470,"title":7471},"\u002Fchangelog\u002F2025\u002F07\u002Fteam-to-pro-plan-rename","Team Plan Renamed to Pro Plan",{"path":7473,"title":7474},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-hosted","Generate snapshot descriptions with AI",{"path":7476,"title":7477},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-remote","AI Snapshot Descriptions Now Work with Remote Instances",{"path":7479,"title":7480},"\u002Fchangelog\u002F2025\u002F08\u002Fdevice-performance","FlowFuse Remote Instance Performance Data",{"path":7482,"title":7483},"\u002Fchangelog\u002F2025\u002F08\u002Fdirect-sso","Direct SSO Login",{"path":7485,"title":7486},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-assistant","FlowFuse Expert documents your flows",{"path":7488,"title":7489},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-mqtt","FlowFuse MQTT",{"path":7491,"title":7492},"\u002Fchangelog\u002F2025\u002F08\u002Fhttp-cors","Configure HTTP CORS",{"path":7494,"title":7495},"\u002Fchangelog\u002F2025\u002F08\u002Fsubflow-export","Export SubFlow as Node-RED module",{"path":7497,"title":7498},"\u002Fchangelog\u002F2025\u002F08\u002Ftables-assistant","FlowFuse Tables with a little help from the Assistant",{"path":7500,"title":7501},"\u002Fchangelog\u002F2025\u002F09\u002Fexpose-saml-groups-to-dashboard","Allow SSO groups to be shared with the Node-RED Dashboard",{"path":7503,"title":7504},"\u002Fchangelog\u002F2025\u002F09\u002Finline-assist","FlowFuse Expert can help you write code",{"path":7506,"title":7507},"\u002Fchangelog\u002F2025\u002F09\u002Fretiring-flowforge-device-agent","No more @flowforge\u002Fflowforge-device-agent releases",{"path":7509,"title":7510},"\u002Fchangelog\u002F2025\u002F09\u002Frevised-instance-snapshot-ui","Streamlined Snapshot Management",{"path":7512,"title":7513},"\u002Fchangelog\u002F2025\u002F09\u002Fteam-broker-async-api","Capture Async API data from FlowFuse Team Broker",{"path":7515,"title":7516},"\u002Fchangelog\u002F2025\u002F10\u002Fapplication-level-rbac","Application-level access control for Enterprise teams",{"path":7518,"title":7519},"\u002Fchangelog\u002F2025\u002F10\u002Fbulk-device-group-assignment","Easier Access to Bulk Device Group Management",{"path":7521,"title":7522},"\u002Fchangelog\u002F2025\u002F10\u002Fduplicate-instances-across-applications","Duplicate Instances Across Different Applications",{"path":7524,"title":7525},"\u002Fchangelog\u002F2025\u002F10\u002Fimport-flows-on-instance-creation","Import flows during instance creation",{"path":7527,"title":7528},"\u002Fchangelog\u002F2025\u002F10\u002Fmcp-nodes","FlowFuse MCP Server Nodes",{"path":7530,"title":7531},"\u002Fchangelog\u002F2025\u002F10\u002Fonnx-nodes","FlowFuse AI Nodes",{"path":7533,"title":7534},"\u002Fchangelog\u002F2025\u002F10\u002Fsettings-page-device-group-management","Device Group Management from Settings Page",{"path":7536,"title":7537},"\u002Fchangelog\u002F2025\u002F11\u002Fff-expert-update","FlowFuse Expert Update",{"path":7539,"title":7540},"\u002Fchangelog\u002F2025\u002F11\u002Fminimum-nodejs-version","Node.js v20 Minimum Version Requirement",{"path":7542,"title":7543},"\u002Fchangelog\u002F2025\u002F11\u002Fsso-session","SSO control over Session life",{"path":7545,"title":7546},"\u002Fchangelog\u002F2025\u002F12\u002Fff-expert-mcp-insights","FlowFuse Expert: Now with MCP-Powered Insights",{"path":7548,"title":7549},"\u002Fchangelog\u002F2025\u002F12\u002Fscheduled-maintenance","Scheduled Maintenance Mode",{"path":7551,"title":7552},"\u002Fchangelog\u002F2026\u002F01\u002Fdevice-agent-containers","Device Agent Docker Containers updated",{"path":7554,"title":7555},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-manage-palette","FlowFuse Expert: Enhanced Palette Integration",{"path":7557,"title":7558},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-nr-actions","FlowFuse Expert: Integration with Node-RED",{"path":7560,"title":7561},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-palette-queries","FlowFuse Expert: Palette Queries",{"path":7563,"title":7564},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-select-flows","FlowFuse Expert: Ask about your flows",{"path":7566,"title":7567},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-rbacs","FlowFuse Expert: MCP-Powered Insights with RBACs",{"path":7569,"title":7570},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-security","FlowFuse Expert: MCP-Powered Insights",{"path":7572,"title":7573},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options","Set Node.js Options for Remote Instances",{"path":7575,"title":7576},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context","FlowFuse Expert: Helping you make sense of your debug log",{"path":7578,"title":7579},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner","FlowFuse Expert: Never Miss an Update",{"path":7581,"title":7582},"\u002Fchangelog\u002F2026\u002F02\u002Fha-instance-rolling-restart","HA Hosted Instance Rolling Restart",{"path":7584,"title":7585},"\u002Fchangelog\u002F2026\u002F02\u002Fremote-instances-immersive-editor","Immersive Mode for Remote Instances",{"path":7587,"title":7588},"\u002Fchangelog\u002F2026\u002F02\u002Frestoring-snapshots-to-remote-instances","Restoring snapshots to developer-mode Remote Instances",{"path":7590,"title":7591},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops","Azure DevOps Pipeline support",{"path":7593,"title":7594},"\u002Fchangelog\u002F2026\u002F03\u002Fdeveloper-mode-in-immersive-editor","Developer Mode Now Accessible from the Immersive Editor",{"path":7596,"title":7597},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title","Embedded Editor Now Shows Active Tab",{"path":7599,"title":7600},"\u002Fchangelog\u002F2026\u002F03\u002Fmarch-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on March 28th, 2026",{"path":7602,"title":7603},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor","View Snapshot Details in the Immersive Editor",{"path":7605,"title":7606},"\u002Fchangelog\u002F2026\u002F04\u002Fexpert-action-links","FlowFuse expert action links",{"path":7608,"title":7609},"\u002Fchangelog\u002F2026\u002F04\u002Fhosted-instance-url-env-var","Hosted Instances know their own URL",{"path":7611,"title":6868},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer",{"path":7613,"title":7614},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer","Richer snapshot comparison view",{"path":7616,"title":7617},"\u002Fchangelog\u002F2026\u002F05\u002Fai-opt-out","AI Feature Opt-Out for Teams",{"path":7619,"title":7620},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building","FlowFuse Expert Builds Your Application",{"path":7622,"title":7623},"\u002Fchangelog\u002F2026\u002F05\u002Fsingle-sso-provider","Single SSO provider for all users",{"path":7625,"title":7626},"\u002Fchangelog\u002F2026\u002F06\u002Fdark-mode","Dark Mode",{"path":7628,"title":7629},"\u002Fchangelog\u002F2026\u002F06\u002Fdevice-agent-v4-released","Device Agent v4 released",{"path":7631,"title":7632},"\u002Fchangelog\u002F2026\u002F06\u002Fgeneric-git-server-support","Connect Pipelines to Any Git Server",{"path":7634,"title":7635},"\u002Fchangelog\u002F2026\u002F06\u002Fjuly-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on July 11th, 2026",{"path":7637,"title":7638},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups","Application Roles from SSO Groups",{"path":7640,"title":7641},"\u002Fchangelog\u002F2026\u002F07\u002Fdevice-agent-onboarding","Getting started with FlowFuse straight from the terminal",{"path":7643,"title":7644},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-enhancements","FlowFuse Expert Enhancements",{"path":7646,"title":7647},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation","FlowFuse Expert Can Now Work With Your Tables",{"path":7649,"title":7650},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats","Team Scoped Personal Access Tokens",{"path":7652,"title":7653},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards","A Dedicated Home for Your Dashboards",[7655,7661,7666,7672,7676,7682,7688,7695,7700,7705,7710,7715,7720,7725,7730,7735,7739,7746,7751,7757,7762,7768,7773,7780,7785,7791,7796,7800,7805,7810,7815,7820,7826,7831,7835,7840,7846,7851,7856,7861,7866,7871,7876,7881,7886,7891,7895,7900,7904,7909,7914,7919,7924,7929,7934,7939,7944,7949,7954,7958,7963,7968,7973,7978,7982,7987,7992,7997,8002,8007,8012,8017,8022,8027,8032,8037,8042,8047,8052,8057,8063,8068,8073,8078,8083,8088,8093,8098,8103,8108,8113,8118,8126,8131,8136,8141,8147,8152,8157,8162,8166,8171,8175,8180,8185,8190,8195,8199,8204,8209,8214,8219,8224,8229,8234,8241,8246,8251,8255,8260,8264,8269,8274,8279,8284,8288,8293,8298,8303,8308,8313,8318,8323,8330,8335,8340,8345,8350,8355,8360,8365,8370,8374,8379,8384,8389,8394,8398,8400,8405,8410,8415,8420,8425,8430,8435,8440,8445,8452,8458,8463,8469,8474,8479,8485,8490,8495,8501,8506,8511,8516,8522,8526,8531,8536,8541,8546,8551,8556,8561,8566,8572,8576,8581,8590,8595,8602,8611,8619,8624,8628,8633,8638,8643,8648,8653,8659,8664,8670,8676,8681,8687,8692,8698,8703,8707,8713,8719,8729,8735,8740,8746,8752,8759,8764,8769,8774,8783,8787,8794,8802,8807,8812,8822,8827,8833,8840,8847,8854,8859,8865,8872,8877,8886,8893,8901,8908,8915,8920,8926,8931,8937,8943,8949,8954,8959,8964,8969,8973,8978,8983,8987,8992,8998,9003,9007,9013,9018,9023,9028,9033,9038,9042,9047,9052,9057,9062,9067,9072,9079,9084,9090,9096,9101,9107,9111,9116,9121,9126,9131,9136,9141,9146,9151,9156,9160,9165,9170,9175,9180,9185,9189,9194,9199,9204,9209,9214,9219,9224,9229,9234,9239,9244,9249,9253,9258,9262,9267,9272,9277,9282,9289,9302,9307,9312,9317,9322,9328,9333,9338,9343,9348,9353,9358,9363,9368,9374,9378,9383,9387,9392,9397,9402,9407,9412,9417,9421,9427,9431,9436,9441,9446,9451,9456,9460,9465,9470,9475,9480,9485,9489,9494,9499,9504,9509,9513,9519,9524,9529,9534,9540,9545,9550,9555,9560,9565,9570,9575,9580,9585,9590,9595,9600,9605,9610,9615,9620,9625,9630,9635,9640,9645,9650,9655,9660,9665,9670,9675,9680,9685,9690,9695,9700,9705,9710,9715,9720,9725,9730,9734,9739,9744],{"path":7656,"title":7657,"date":7658,"tags":7659},"\u002Fblog\u002F2026\u002F08\u002Flayered-process-audit","Layered Process Audit (LPA): A Practical Guide + Checklist","2026-08-14",[7660,6721],"posts",{"path":7662,"title":7663,"date":7664,"tags":7665},"\u002Fblog\u002F2026\u002F08\u002Fconnect-agvs-vda-5050-mqtt","VDA 5050 Tutorial: Connect AGVs to Factory Systems over MQTT","2026-08-12",[7660,6721],{"path":7667,"title":7668,"date":7669,"tags":7670},"\u002Fblog\u002F2026\u002F08\u002Fmanufacturing-dashboard-examples","5 Manufacturing Dashboard Examples for Production, OEE & Quality","2026-08-05",[7660,7671,6721],"dashboard",{"path":7673,"title":7674,"date":7669,"tags":7675},"\u002Fblog\u002F2026\u002F08\u002Fstatistical-process-control","What Is Statistical Process Control in Manufacturing",[6721],{"path":7677,"title":7678,"date":7679,"tags":7680},"\u002Fblog\u002F2026\u002F07\u002Fcalibration-management-dashboard","Tracking Instrument Calibration with a Digital Dashboard","2026-07-31",[6721,7681,6722],"manufacturing",{"path":7683,"title":7684,"date":7679,"tags":7685},"\u002Fblog\u002F2026\u002F07\u002Fwhat-is-instrument-calibration","What Is Instrument Calibration (Equipment Calibration)?",[7686,7681,7687],"post","quality",{"path":7689,"title":7690,"date":7691,"tags":7692},"\u002Fblog\u002F2026\u002F07\u002Fflowfuse-release-2-33","FlowFuse 2.33: From Setting Up Plant Floor Hardware to Visualizing Your Data","2026-07-30",[6721,7693,7694],"news","releases",{"path":7696,"title":7697,"date":7698,"tags":7699},"\u002Fblog\u002F2026\u002F07\u002Fishikawa-fishbone-diagram","Ishikawa Fishbone Diagram: 6M, Manufacturing Example & Template","2026-07-27",[6721],{"path":7701,"title":7702,"date":7703,"tags":7704},"\u002Fblog\u002F2026\u002F07\u002Fdigital-work-instruction","Building Digital Work Instructions Dashboard for the Shop Floor","2026-07-24",[6721],{"path":7706,"title":7707,"date":7708,"tags":7709},"\u002Fblog\u002F2026\u002F07\u002Ftime-synchronization-edge-devices","Handling Clock Drift in Distributed Edge Devices","2026-07-17",[6721],{"path":7711,"title":7712,"date":7713,"tags":7714},"\u002Fblog\u002F2026\u002F07\u002Fdefect-and-quality-monitoring","Build a Defect Tracking and Quality Monitoring Dashboard","2026-07-16",[6721,7687],{"path":7716,"title":7717,"date":7718,"tags":7719},"\u002Fblog\u002F2026\u002F07\u002Fsoftware-defined-manufacturing","Software-Defined Manufacturing: Improve Without Hardware Changes","2026-07-13",[6721],{"path":7721,"title":7722,"date":7723,"tags":7724},"\u002Fblog\u002F2026\u002F07\u002Fbuild-downtime-logger","Build a Machine Downtime Tracking Application","2026-07-08",[6721],{"path":7726,"title":7727,"date":7728,"tags":7729},"\u002Fblog\u002F2026\u002F07\u002Fgitops-for-manufacturing","Why Manufacturing Needs GitOps","2026-07-03",[6721],{"path":7731,"title":7732,"date":7733,"tags":7734},"\u002Fblog\u002F2026\u002F07\u002Fcontrol-and-track-factory-floor-machines","Control and Track Machines on the Factory Floor","2026-07-02",[6721],{"path":7736,"title":7737,"date":7733,"tags":7738},"\u002Fblog\u002F2026\u002F07\u002Fflowfuse-release-2-32","FlowFuse 2.32: Certified Redis, Git Pipelines for Any Server, Insights on Remote Instances, and Dark Mode",[6721,7693,7694],{"path":7740,"title":7741,"date":7742,"tags":7743},"\u002Fblog\u002F2026\u002F06\u002Fannouncing-node-red-con-2026","Announcing Node-RED Con 2026: Call for Papers Now Open","2026-06-29",[6721,7693,7744,7745],"community","node-red",{"path":7747,"title":7748,"date":7749,"tags":7750},"\u002Fblog\u002F2026\u002F06\u002Fapplication-idea-to-architectur","Turning an Application Idea into an Architecture","2026-06-26",[6721,7686],{"path":7752,"title":7753,"date":7754,"tags":7755},"\u002Fblog\u002F2026\u002F06\u002Fopcua-to-influxdb","Historical Data Logging with OPC UA and InfluxDB","2026-06-24",[7686,6721,7756],"opcua",{"path":7758,"title":7759,"date":7760,"tags":7761},"\u002Fblog\u002F2026\u002F06\u002Fprocess-rtsp-camera-feeds-at-the-edge","Processing RTSP Camera Feeds at the Edge","2026-06-23",[6721,7686],{"path":7763,"title":7764,"date":7765,"tags":7766},"\u002Fblog\u002F2026\u002F06\u002Fplc-communication-latency-causes-and-fixes","Fixing PLC Communication Latency: Where the Milliseconds Really Go","2026-06-17",[7686,7767],"plc",{"path":7769,"title":7770,"date":7771,"tags":7772},"\u002Fblog\u002F2026\u002F06\u002Fevent-driven-downtime-escalation-workflow","Why Downtime Spreadsheets Fail and How to Automate Detection and Escalation","2026-06-12",[7660],{"path":7774,"title":7775,"date":7776,"tags":7777},"\u002Fblog\u002F2026\u002F06\u002Fmqtt-vs-sparkplug-b","MQTT vs Sparkplug B: Which One (or Both) Do You Need?","2026-06-11",[7686,7778,7779],"mqtt","sparkplug",{"path":7781,"title":7782,"date":7783,"tags":7784},"\u002Fblog\u002F2026\u002F06\u002Fnode-red-5-on-flowfuse","Node-RED 5 Is Here: What It Means for Industrial Teams","2026-06-09",[6721,7745],{"path":7786,"title":7787,"date":7788,"tags":7789},"\u002Fblog\u002F2026\u002F06\u002Fopc-ua-security-best-practices","OPC UA Security: How to Establish a Defensible OPC UA Security Architecture","2026-06-05",[7686,7756,7790],"security",{"path":7792,"title":7793,"date":7794,"tags":7795},"\u002Fblog\u002F2026\u002F06\u002Fflowfuse-release-2-31","FlowFuse 2.31: Agentic Development Now in Open Beta, FlowFuse Expert Builds Your Industrial App on Edge Devices","2026-06-04",[6721,7693,7694],{"path":7797,"title":7798,"date":7794,"tags":7799},"\u002Fblog\u002F2026\u002F06\u002Fscaling-manufacturing-data-integration","How Arch Systems Connected 100+ Factory Databases with FlowFuse",[6721],{"path":7801,"title":7802,"date":7803,"tags":7804},"\u002Fblog\u002F2026\u002F05\u002Fopc-ua-security-attack-vectors","OPC UA Security: How Threat Actors Exploit Industrial Protocol Vulnerabilities","2026-05-29",[7660,6721,7756],{"path":7806,"title":7807,"date":7808,"tags":7809},"\u002Fblog\u002F2026\u002F05\u002Fnis2-iec-62443-manufacturers","NIS2 Compliance for Manufacturers: Why IEC 62443 Is the Missing Standard","2026-05-28",[6721],{"path":7811,"title":7812,"date":7813,"tags":7814},"\u002Fblog\u002F2026\u002F05\u002Fgit-snapshot-for-iiot-flows","See Every Logic Change in Your IIoT MOC Review with Git-Style Diffs","2026-05-21",[6721],{"path":7816,"title":7817,"date":7818,"tags":7819},"\u002Fblog\u002F2026\u002F05\u002Fmanufacturing-software-built-in-stages","All-or-Nothing Manufacturing Software Is Killing Your Agility","2026-05-18",[6721],{"path":7821,"title":7822,"date":7823,"tags":7824},"\u002Fblog\u002F2026\u002F05\u002Fflowfuse-expert-building-flows","How to Build Industrial Apps With FlowFuse AI Expert","2026-05-13",[6721,7825],"ai",{"path":7827,"title":7828,"date":7829,"tags":7830},"\u002Fblog\u002F2026\u002F05\u002Ffixing-oee-measurement-in-manufacturing","OEE Is Misleading Your Factory: Here's How to Fix It","2026-05-07",[6721],{"path":7832,"title":7833,"date":7829,"tags":7834},"\u002Fblog\u002F2026\u002F05\u002Fflowfuse-release-2-30","FlowFuse 2.30: Expert Builds Your Industrial Application",[6721,7693,7694],{"path":7836,"title":7837,"date":7838,"tags":7839},"\u002Fblog\u002F2026\u002F04\u002Frosetta-stone-for-industrial-data","The Rosetta Stone for Factories: Why IIoT Needs a Common Language First","2026-04-30",[6721],{"path":7841,"title":7842,"date":7843,"tags":7844},"\u002Fblog\u002F2026\u002F04\u002Fdiagnosing-modbus-degradation","Diagnosing Modbus Degradation: From CRC Errors to TCP Timeouts","2026-04-29",[6721,7845],"modbus",{"path":7847,"title":7848,"date":7849,"tags":7850},"\u002Fblog\u002F2026\u002F04\u002Fcloud-edge-or-hybrid-how-to-choose-your-flowfuse-deployment","Cloud, Edge, or Both? How to Choose Your Deployment Before an Outage Does It For You","2026-04-24",[6721],{"path":7852,"title":7853,"date":7854,"tags":7855},"\u002Fblog\u002F2026\u002F04\u002Fstop-noisy-sensor-data-deadband-filter-flowfuse","How to Stop Noisy Sensor Data from Flooding Your Industrial System","2026-04-23",[6721],{"path":7857,"title":7858,"date":7859,"tags":7860},"\u002Fblog\u002F2026\u002F04\u002Fit-vs-ot-who-owns-the-edge","IT vs. OT: Who Actually Owns the Edge?","2026-04-17",[6721],{"path":7862,"title":7863,"date":7864,"tags":7865},"\u002Fblog\u002F2026\u002F04\u002Fconnect-industrial-edge-devices-aws-iot-core","How to Connect Industrial Edge Devices to AWS IoT Core","2026-04-16",[6721],{"path":7867,"title":7868,"date":7869,"tags":7870},"\u002Fblog\u002F2026\u002F04\u002Fflowfuse-release-2-29","FlowFuse 2.29: FlowFuse Expert Comes to Self-Hosted Enterprise","2026-04-09",[6721,7693,7694,7825],{"path":7872,"title":7873,"date":7874,"tags":7875},"\u002Fblog\u002F2026\u002F04\u002Fwhy-simplicity-wins-in-iiot","The Real Cost of Over-Engineered Industrial Systems","2026-04-08",[6721],{"path":7877,"title":7878,"date":7879,"tags":7880},"\u002Fblog\u002F2026\u002F04\u002Fmodbus-polling-best-practices","Most Modbus Polling Setups Are Wrong: Here's How to Fix Yours","2026-04-03",[6721,7845],{"path":7882,"title":7883,"date":7884,"tags":7885},"\u002Fblog\u002F2026\u002F03\u002Fwhy-opcua-is-not-replacing-modbus-yet","Why OPC UA Is Not Replacing Modbus (Yet)","2026-03-30",[6721,7756,7845],{"path":7887,"title":7888,"date":7889,"tags":7890},"\u002Fblog\u002F2026\u002F03\u002Fhow-to-parse-binary-data-serial-devices","How to Parse Binary Data from Serial Devices","2026-03-27",[6721],{"path":7892,"title":7893,"date":7889,"tags":7894},"\u002Fblog\u002F2026\u002F03\u002Frethinking-edge-ais-core-orchestration","Rethinking Edge AI's Core Orchestration",[6721,7825],{"path":7896,"title":7897,"date":7898,"tags":7899},"\u002Fblog\u002F2026\u002F03\u002Fai-usecases-in-factory","5 Places Smart Factories Are Already Using AI","2026-03-24",[6721,7825],{"path":7901,"title":7902,"date":7903,"tags":6707},"\u002Fblog\u002F2026\u002F03\u002Fenterprise-packaging-updates","FlowFuse Enterprise: More Power, More Confidence","2026-03-23",{"path":7905,"title":7906,"date":7907,"tags":7908},"\u002Fblog\u002F2026\u002F03\u002Fhow-to-monitor-industrial-network-usign-snmp","How to Monitor Industrial Network Health Using SNMP","2026-03-20",[6721],{"path":7910,"title":7911,"date":7912,"tags":7913},"\u002Fblog\u002F2026\u002F03\u002Fedge-ai-vs-cloud-ai-in-iiot","Edge vs Cloud AI in Manufacturing: Where Each Actually Belongs","2026-03-16",[6721],{"path":7915,"title":7916,"date":7917,"tags":7918},"\u002Fblog\u002F2026\u002F03\u002Fhow-to-connect-to-twincat-using-ads","How to Connect to Beckhoff TwinCAT PLC Using ADS (2026)","2026-03-13",[6721,7767],{"path":7920,"title":7921,"date":7922,"tags":7923},"\u002Fblog\u002F2026\u002F03\u002Fflowfuse-release-2-28","FlowFuse 2.28: Troubleshoot Faster, Manage Edge Devices Centrally, and More Self-Hosted Flexibility","2026-03-12",[6721,7693,7694],{"path":7925,"title":7926,"date":7927,"tags":7928},"\u002Fblog\u002F2026\u002F03\u002Flast-mile-problem-ai","The Last Mile Problem in Industrial AI","2026-03-09",[6721,7825],{"path":7930,"title":7931,"date":7932,"tags":7933},"\u002Fblog\u002F2026\u002F03\u002Fhow-to-implement-dlq-and-retries","How to Stop Silent Pipeline Failures From Swallowing Your IIoT Data","2026-03-05",[6721],{"path":7935,"title":7936,"date":7937,"tags":7938},"\u002Fblog\u002F2026\u002F03\u002Fbus-factory-problem-in-manufacturing","The Bus Factor Problem in Integration Systems","2026-03-02",[6721],{"path":7940,"title":7941,"date":7942,"tags":7943},"\u002Fblog\u002F2026\u002F02\u002Fedge-ai-is-80-percent-pipeline-and-20-percent-ai","Edge AI Is 80% Plumbing, 20% Intelligence","2026-02-27",[6721,7825],{"path":7945,"title":7946,"date":7947,"tags":7948},"\u002Fblog\u002F2026\u002F02\u002Fmqtt-influxdb-tutorial","How to Build an MQTT-to-InfluxDB Data Pipeline (2026)","2026-02-26",[6721,7778],{"path":7950,"title":7951,"date":7952,"tags":7953},"\u002Fblog\u002F2026\u002F02\u002Fmodbus-tcp-vs-modbus-rtu","Modbus TCP vs Modbus RTU: Reliability, Latency, and Failure Modes","2026-02-20",[6721,7845],{"path":7955,"title":7956,"date":7952,"tags":7957},"\u002Fblog\u002F2026\u002F02\u002Fmotor-anomaly-detector-ai","Building an AI Vibration Anomaly Detector for Industrial Motors",[6721,7825],{"path":7959,"title":7960,"date":7961,"tags":7962},"\u002Fblog\u002F2026\u002F02\u002Fgetting-started-with-canbus","CAN Bus Tutorial: Connect to Dashboards, Cloud, and Industrial Systems","2026-02-13",[6721],{"path":7964,"title":7965,"date":7966,"tags":7967},"\u002Fblog\u002F2026\u002F02\u002Fflowfuse-release-2-27","FlowFuse 2.27: Integrated Editor in Remote Instances & Context-Aware FlowFuse Expert","2026-02-12",[6721,7693,7694],{"path":7969,"title":7970,"date":7971,"tags":7972},"\u002Fblog\u002F2026\u002F02\u002Fwhat-is-event-driven-architecture-in-manufacturing","Event-Driven Architecture: 99% of Your System Requests Are Worthless","2026-02-10",[6721],{"path":7974,"title":7975,"date":7976,"tags":7977},"\u002Fblog\u002F2026\u002F02\u002Fmapping-mtconnect-streams","Mapping MTConnect Streams for Dashboard Visualization","2026-02-06",[6721],{"path":7979,"title":7980,"date":7976,"tags":7981},"\u002Fblog\u002F2026\u002F02\u002Fshop-floor-to-ai-signals-context-decisions","Shop Floor AI: Dead on Arrival Without This",[6721,7825],{"path":7983,"title":7984,"date":7985,"tags":7986},"\u002Fblog\u002F2026\u002F02\u002Fmqtt-vs-coap","MQTT vs CoAP: Measure Your Constraints or Pick Wrong","2026-02-05",[6721,7778],{"path":7988,"title":7989,"date":7990,"tags":7991},"\u002Fblog\u002F2026\u002F01\u002Feliminate-opc-ua-bottleneck-ai-agents","Agentic AI Reads OPC UA Servers So You Don't Have To","2026-01-30",[6721,7756],{"path":7993,"title":7994,"date":7995,"tags":7996},"\u002Fblog\u002F2026\u002F01\u002Fwhy-modbus-still-exist","Why Modbus Refuses to Die","2026-01-26",[6721,7845],{"path":7998,"title":7999,"date":8000,"tags":8001},"\u002Fblog\u002F2026\u002F01\u002Fopcua-vs-mqtt","MQTT vs OPC UA: Why This Question Never Has a Straight Answer","2026-01-21",[6721,7756,7778],{"path":8003,"title":8004,"date":8005,"tags":8006},"\u002Fblog\u002F2026\u002F01\u002Fkepware-opcua-better-alternative","Beyond Kepware: Why Modern Industrial Connectivity Demands a Second Look","2026-01-16",[6721,7756],{"path":8008,"title":8009,"date":8010,"tags":8011},"\u002Fblog\u002F2026\u002F01\u002Fflowfuse-release-2-26","FlowFuse 2.26: Bringing access-controls to your MCP nodes","2026-01-15",[6721,7693,7694,7825],{"path":8013,"title":8014,"date":8015,"tags":8016},"\u002Fblog\u002F2026\u002F01\u002Fwhat-is-system-integrator","What Is a System Integrator? Understanding Manufacturing's Most Misunderstood Role","2026-01-13",[6721],{"path":8018,"title":8019,"date":8020,"tags":8021},"\u002Fblog\u002F2026\u002F01\u002Fhow-to-integrate-node-red-with-git","Integrating Git within Node-RED Workflow with FlowFuse","2026-01-06",[6721],{"path":8023,"title":8024,"date":8025,"tags":8026},"\u002Fblog\u002F2026\u002F01\u002Fnode-red-history-community-industrial-iot-flowfuse","The Node-RED Story: How Visual Programming Escaped the Lab and Conquered Industry","2026-01-05",[7745],{"path":8028,"title":8029,"date":8030,"tags":8031},"\u002Fblog\u002F2025\u002F12\u002Fwhat-is-mttf","Mean Time to Failure (MTTF): Formula, Calculation, MTTF vs MTBF vs MTTR, and More","2025-12-29",[6721],{"path":8033,"title":8034,"date":8035,"tags":8036},"\u002Fblog\u002F2025\u002F12\u002Fwhat-is-plc","What Is a PLC (Programmable Logic Controller)? What It Does, How It Works, and Where It's Used","2025-12-26",[6721,7767],{"path":8038,"title":8039,"date":8040,"tags":8041},"\u002Fblog\u002F2025\u002F12\u002Fnode-red-timer","Node-RED Timer Tutorial: Create Stopwatch and Countdown Timers","2025-12-24",[7745],{"path":8043,"title":8044,"date":8045,"tags":8046},"\u002Fblog\u002F2025\u002F12\u002Ffive-whys-root-cause-analysis-definition-examples","Five Whys Root Cause Analysis: Definition, Steps & Examples (2026)","2025-12-22",[6721],{"path":8048,"title":8049,"date":8050,"tags":8051},"\u002Fblog\u002F2025\u002F12\u002Fwhat-is-teep","What is TEEP? Calculation, Benchmarks & TEEP vs OEE (2026)","2025-12-19",[6721],{"path":8053,"title":8054,"date":8055,"tags":8056},"\u002Fblog\u002F2025\u002F12\u002Fflowfuse-release-2-25","FlowFuse 2.25: Interacting with MCP Resources in FlowFuse Expert, Improved Update Scheduling, and lots of UI improvements!","2025-12-18",[6721,7693,7694],{"path":8058,"title":8059,"date":8060,"tags":8061},"\u002Fblog\u002F2025\u002F12\u002Fkafka-vs-mqtt","MQTT vs Kafka: Complete Comparison Guide 2026","2025-12-17",[6721,7778,8062],"kafka",{"path":8064,"title":8065,"date":8066,"tags":8067},"\u002Fblog\u002F2025\u002F12\u002Fnode-red-buffer-parser-industrial-data","Node-RED Buffer Parser Guide: Decode Modbus and Industrial Device Data (2026)","2025-12-10",[6721,6722],{"path":8069,"title":8070,"date":8071,"tags":8072},"\u002Fblog\u002F2025\u002F12\u002Fgetting-weather-data-in-node-red","Building a Weather Dashboard in Node-RED (2026)","2025-12-05",[7745],{"path":8074,"title":8075,"date":8076,"tags":8077},"\u002Fblog\u002F2025\u002F12\u002Fread-s7-optimized-datablocks-flowfuse","How to Access Optimized Data Blocks in TIA Portal (S7-1200\u002F1500)","2025-12-04",[6721,7767],{"path":8079,"title":8080,"date":8081,"tags":8082},"\u002Fblog\u002F2025\u002F11\u002Foptimize-industrial-data-protocol-buffers","How to Optimize Industrial Data Communication with Protocol Buffers","2025-11-28",[6721],{"path":8084,"title":8085,"date":8086,"tags":8087},"\u002Fblog\u002F2025\u002F11\u002Findustrial-data-validation-guide","How to Protect Your Factory From Bad Data: A Must-Have Read for IIoT","2025-11-27",[6721],{"path":8089,"title":8090,"date":8091,"tags":8092},"\u002Fblog\u002F2025\u002F11\u002Fstore-and-forward-edge-data-buffering","Store-and-Forward at the Edge: Buffering Production Data During Network Outages","2025-11-21",[6721,7767],{"path":8094,"title":8095,"date":8096,"tags":8097},"\u002Fblog\u002F2025\u002F11\u002Fflowfuse-release-2-24","FlowFuse 2.24: FlowFuse Expert in the Node-RED Editor, Scheduled Updates, Simpler Edge Device Addition, Store and Forward Blueprint, and what's next!","2025-11-20",[6721,7693,7694,7825],{"path":8099,"title":8100,"date":8101,"tags":8102},"\u002Fblog\u002F2025\u002F11\u002Fbuilding-hmi-for-equipment-control","Building a Web HMI for Factory Equipment Control","2025-11-19",[6721,7767],{"path":8104,"title":8105,"date":8106,"tags":8107},"\u002Fblog\u002F2025\u002F11\u002Fflowfuse+llm+mcp-equals-text-driven-operations","FlowFuse + LLM + MCP = Text Driven Operations","2025-11-12",[6721,7745,7825],{"path":8109,"title":8110,"date":8111,"tags":8112},"\u002Fblog\u002F2025\u002F11\u002Fbuilding-label-scanner-with-flowfuse","Building a Label Scanner with FlowFuse for Product Labels & Serial Numbers","2025-11-11",[6721],{"path":8114,"title":8115,"date":8116,"tags":8117},"\u002Fblog\u002F2025\u002F11\u002Fcsv-mqtt-database-dashboard-flowfuse","How to Ingest CSV Logs into MQTT, Databases, and Dashboards","2025-11-10",[6721,7778],{"path":8119,"title":8120,"date":8121,"tags":8122},"\u002Fblog\u002F2025\u002F11\u002Fptc-kepware-thingworx-divestment","The Industrial IoT Market Shift: What the PTC Divestment Means for Your Data Strategy","2025-11-06",[6721,7745,8123,8124,8125],"kepware","thingworx","industrial-iot",{"path":8127,"title":8128,"date":8129,"tags":8130},"\u002Fblog\u002F2025\u002F10\u002Fplc-to-mqtt-using-flowfuse","How to Connect Any PLC to MQTT in Under an Hour","2025-10-27",[6721,7845,7778,7767],{"path":8132,"title":8133,"date":8134,"tags":8135},"\u002Fblog\u002F2025\u002F10\u002Fflowfuse-release-2-23","FlowFuse 2.23: MCP and ONNX nodes, FlowFuse AI Expert on the homepage, Application-level Permission Control, FlowFuse Expert for Self-Hosted, and more!","2025-10-23",[6721,7693,7694,7825],{"path":8137,"title":8138,"date":8139,"tags":8140},"\u002Fblog\u002F2025\u002F10\u002Fhow-to-log-plc-data-csv-files","How to Log PLC Data to CSV Files","2025-10-22",[6721,7767],{"path":8142,"title":8143,"date":8144,"tags":8145},"\u002Fblog\u002F2025\u002F10\u002Fintroducing-flowfuse-expert","Introducing FlowFuse Expert","2025-10-16",[6721,8146],"AI",{"path":8148,"title":8149,"date":8150,"tags":8151},"\u002Fblog\u002F2025\u002F10\u002Fbuilding-mcp-server-using-flowfuse","Building MCP Servers for AI Agent Integration in Node-RED with FlowFuse","2025-10-14",[6721,8146],{"path":8153,"title":8154,"date":8155,"tags":8156},"\u002Fblog\u002F2025\u002F10\u002Fai-on-flowfuse","MCP and Custom AI Models on FlowFuse!","2025-10-13",[6721,7745,7686,7825],{"path":8158,"title":8159,"date":8160,"tags":8161},"\u002Fblog\u002F2025\u002F10\u002Fcustom-onnx-model","Deploy Custom-Trained AI Models: Using ONNX with Node-RED and FlowFuse","2025-10-10",[6721,7825],{"path":8163,"title":8164,"date":8160,"tags":8165},"\u002Fblog\u002F2025\u002F10\u002Fusing-ethernet-ip-with-flowfuse","EtherNet\u002FIP Integration with FlowFuse: Communicating with Allen-Bradley PLCs",[6721,7745,7686,7767],{"path":8167,"title":8168,"date":8169,"tags":8170},"\u002Fblog\u002F2025\u002F10\u002Fnode-red-revolution","The Node-RED Revolution: How Low-Code is Democratizing Industrial Automation","2025-10-09",[6721,7745],{"path":8172,"title":8173,"date":8169,"tags":8174},"\u002Fblog\u002F2025\u002F10\u002Fthe-ai-orchestration-hype","Beyond Cloud AI Orchestration: Why the Future is Hybrid Edge-Cloud Intelligence",[6721,7745,7825],{"path":8176,"title":8177,"date":8178,"tags":8179},"\u002Fblog\u002F2025\u002F10\u002Fnode-red-vs-flowfuse","What's the Difference Between Node-RED and FlowFuse","2025-10-08",[6721],{"path":8181,"title":8182,"date":8183,"tags":8184},"\u002Fblog\u002F2025\u002F10\u002Fopen-ai-agent-builder-versus-flowfuse","OpenAI's AgentKit or FlowFuse: Choosing the Right Low-Code App for Your Needs","2025-10-07",[6721,7660,7825],{"path":8186,"title":8187,"date":8188,"tags":8189},"\u002Fblog\u002F2025\u002F09\u002Fusing-modbus-with-flowfuse","Modbus RTU (RS485\u002FRS422\u002FRS232) Communications with FlowFuse","2025-09-26",[6721,7845],{"path":8191,"title":8192,"date":8193,"tags":8194},"\u002Fblog\u002F2025\u002F09\u002Fflowfuse-release-2-22","FlowFuse 2.22: FlowFuse Expert for node editing, FlowFuse Broker schema autodetection, Improved Snapshots Interface, eCharts enablement, and FlowFuse Dashboard Updates","2025-09-25",[6721,7693,7694],{"path":8196,"title":8197,"date":8193,"tags":8198},"\u002Fblog\u002F2025\u002F09\u002Fwhat-is-takt-time","Takt Time: Definition, Formula, How to Calculate with Examples & More [2026 Edition]",[6721],{"path":8200,"title":8201,"date":8202,"tags":8203},"\u002Fblog\u002F2025\u002F09\u002Finstalling-node-red","Download Node-RED for Production: Windows, Mac, Linux, Raspberry Pi (2026)","2025-09-19",[6721,7745],{"path":8205,"title":8206,"date":8207,"tags":8208},"\u002Fblog\u002F2025\u002F09\u002Fai-assistant-flowfuse-tables","Query Your Database with Natural Language Using FlowFuse Expert","2025-09-18",[6721,7825],{"path":8210,"title":8211,"date":8212,"tags":8213},"\u002Fblog\u002F2025\u002F09\u002Fintegrating-lorawan-with-flowfuse-node-red","Integrating LoRaWAN with FlowFuse","2025-09-17",[6721],{"path":8215,"title":8216,"date":8217,"tags":8218},"\u002Fblog\u002F2025\u002F09\u002Fpoka-yoke-mistake-proofing","Poka Yoke (Poke Yoke, Bokayoke) Explained: Definition, Examples, Types (2026)","2025-09-11",[6721],{"path":8220,"title":8221,"date":8222,"tags":8223},"\u002Fblog\u002F2025\u002F09\u002Fwhat-is-5s-checklist","What is 5S Checklist: Definition, Benefits, Implementation, and Template","2025-09-10",[6721,7671],{"path":8225,"title":8226,"date":8227,"tags":8228},"\u002Fblog\u002F2025\u002F09\u002Fit-vs-ot-difference-between-information-technology-and-operational-technology","IT vs OT: Key Differences, Security Risks, and IT\u002FOT Convergence","2025-09-08",[6721],{"path":8230,"title":8231,"date":8232,"tags":8233},"\u002Fblog\u002F2025\u002F09\u002Fpreventive-maintenance-equipment-failure","Preventive Maintenance in Manufacturing: Avoid Multi-Million Dollar Equipment Failures","2025-09-04",[6721],{"path":8235,"title":8236,"date":8237,"tags":8238},"\u002Fblog\u002F2025\u002F09\u002Fcreating-pareto-chart","How to Create a Pareto Chart for Manufacturing Data","2025-09-02",[8239,7681,8240],"pareto-chart","data-analysis",{"path":8242,"title":8243,"date":8244,"tags":8245},"\u002Fblog\u002F2025\u002F08\u002Fflowfuse-node-red-api","FlowFuse API for Industry: Automating Node-RED Instances, Devices, and CI\u002FCD Tasks","2025-08-29",[6721],{"path":8247,"title":8248,"date":8249,"tags":8250},"\u002Fblog\u002F2025\u002F08\u002Fflowfuse-release-2-21","FlowFuse 2.21: AI-Assisted SQL, Low-Code Custom Nodes, and Remote Instance Performance Insights","2025-08-28",[6721,7693,7694,7825],{"path":8252,"title":8253,"date":8249,"tags":8254},"\u002Fblog\u002F2025\u002F08\u002Fpareto-chart-manufacturing-guide","Pareto Chart & Diagram: What It Is, Formula, Examples & Manufacturing Applications",[6721],{"path":8256,"title":8257,"date":8258,"tags":8259},"\u002Fblog\u002F2025\u002F08\u002Fannual_billing","Save with FlowFuse Annual Billing – Now Available!","2025-08-22",[6721,7693],{"path":8261,"title":8262,"date":8258,"tags":8263},"\u002Fblog\u002F2025\u002F08\u002Forchestrating-virtual-power-plants-low-code-platforms","Orchestrating Virtual Power Plants: How Low-Code Platforms Bridge the Gap",[6721],{"path":8265,"title":8266,"date":8267,"tags":8268},"\u002Fblog\u002F2025\u002F08\u002Ftime-series-dashboard-flowfuse-postgresql","Building Historical Data Dashboard with FlowFuse Tables","2025-08-21",[6721],{"path":8270,"title":8271,"date":8272,"tags":8273},"\u002Fblog\u002F2025\u002F08\u002Fopen-source-software-and-manufacturing","Winning Through Open-Source Software in Manufacturing Digitalization","2025-08-20",[6721,7745],{"path":8275,"title":8276,"date":8277,"tags":8278},"\u002Fblog\u002F2025\u002F08\u002Fadvanced-opcua-real-time-subscriptions-alarms-historical-data","OPC UA Tutorial: Advanced Monitoring with Subscriptions, Alarms, and Historical Data","2025-08-14",[6721,7756],{"path":8280,"title":8281,"date":8282,"tags":8283},"\u002Fblog\u002F2025\u002F08\u002Fflowfuse-why-pricing-matters","The Evolution of Business Automation: Why Pricing Models Matter","2025-08-08",[6721],{"path":8285,"title":8286,"date":8282,"tags":8287},"\u002Fblog\u002F2025\u002F08\u002Fgetting-started-with-flowfuse-tables","FlowFuse's New Database: The Easiest Way to Store Industrial IoT Data",[6721],{"path":8289,"title":8290,"date":8291,"tags":8292},"\u002Fblog\u002F2025\u002F07\u002Fflowfuse-release-2-20","FlowFuse 2.20: AI-Assisted Node-RED & New Database Service","2025-07-31",[6721,7693,7694,7825],{"path":8294,"title":8295,"date":8296,"tags":8297},"\u002Fblog\u002F2025\u002F07\u002Fflowfuse-ai-assistant-better-node-red-manufacturing","FlowFuse Expert: Let Your Engineers Build Automation, Not Write Code","2025-07-29",[6721],{"path":8299,"title":8300,"date":8301,"tags":8302},"\u002Fblog\u002F2025\u002F07\u002Fquality-control-automation-spc-charts","Statistical Process Control (SPC): Benefits and Implementation Guide","2025-07-24",[7660,6721],{"path":8304,"title":8305,"date":8306,"tags":8307},"\u002Fblog\u002F2025\u002F07\u002Freading-and-writing-plc-data-using-opc-ua","OPC UA Tutorial: Connect and Exchange Data with Industrial Equipment","2025-07-16",[6721,7756,7767],{"path":8309,"title":8310,"date":8311,"tags":8312},"\u002Fblog\u002F2025\u002F07\u002Fconnect-legacy-equipment-serial-flowfuse","Node-RED Serial Port Tutorial: Connect RS232\u002FRS485 Manufacturing Equipment (2026)","2025-07-09",[6721,7756,6722],{"path":8314,"title":8315,"date":8316,"tags":8317},"\u002Fblog\u002F2025\u002F07\u002Fflowfuse-release-2-19","FlowFuse 2.19: More Powerful AI in Node-RED, Drop-In Blueprints, Memory Monitoring, and Faster Onboarding","2025-07-03",[6721,7693,7694],{"path":8319,"title":8320,"date":8316,"tags":8321},"\u002Fblog\u002F2025\u002F07\u002Fsmart-manufacturing-order-panel-flowfuse","How we Built a Smart Manufacturing Order Execution Panel with FlowFuse",[6721,8322],"mes",{"path":8324,"title":8325,"date":8326,"tags":8327},"\u002Fblog\u002F2025\u002F07\u002Fcertified-nodes-v2","Curated Node-RED Integrations: FlowFuse Certified Nodes 2.0","2025-07-01",[6721,7745,8328,8329],"certified-nodes","developers",{"path":8331,"title":8332,"date":8333,"tags":8334},"\u002Fblog\u002F2025\u002F06\u002Fbuilding-andon-task-manager-dashboard-with-ff","Part 2: Building an Andon Task Manager with FlowFuse","2025-06-26",[6721],{"path":8336,"title":8337,"date":8338,"tags":8339},"\u002Fblog\u002F2025\u002F06\u002Fshop-floor-kpis-for-mes","What to Measure on the Shop Floor: Factory KPIs Your MES Should Deliver","2025-06-20",[6721,8322],{"path":8341,"title":8342,"date":8343,"tags":8344},"\u002Fblog\u002F2025\u002F06\u002Fstructuring-storing-data-mes-integration","Structuring and Storing Data for Effective MES Integration","2025-06-18",[6721,8322],{"path":8346,"title":8347,"date":8348,"tags":8349},"\u002Fblog\u002F2025\u002F06\u002Fdata-acquisition-for-mes","MES Data Acquisition: How to Unlock Your Factory’s Hidden Data","2025-06-13",[6721,8322],{"path":8351,"title":8352,"date":8353,"tags":8354},"\u002Fblog\u002F2025\u002F06\u002Fannouncing-node-red-con-2025","Announcing Node-RED Con 2025: A Community Conference on Industrial Applications","2025-06-12",[6721,7693,7744,7745],{"path":8356,"title":8357,"date":8358,"tags":8359},"\u002Fblog\u002F2025\u002F06\u002Fflowfuse-forms-easy-data-collection-factory-floor","FlowFuse Forms: Easy Data Collection for Your Factory Floor","2025-06-10",[6721],{"path":8361,"title":8362,"date":8358,"tags":8363},"\u002Fblog\u002F2025\u002F06\u002Foptimizing-operations-improve-industrial-operations-with-flowfuse","Optimizing operations: Improve Industrial Operations with FlowFuse",[6721,7693,8364],"funding",{"path":8366,"title":8367,"date":8368,"tags":8369},"\u002Fblog\u002F2025\u002F06\u002Fflowfuse-release-2-18","FlowFuse 2.18: Smarter Monitoring, AI Integration, Improved DevOps, and a preview of exciting things to come","2025-06-05",[6721,7693,7694,7825],{"path":8371,"title":8372,"date":8368,"tags":8373},"\u002Fblog\u002F2025\u002F06\u002Fwhat-is-mes","What Is MES (Manufacturing Execution System)? How It Works, Benefits, and Challenges",[6721,8322],{"path":8375,"title":8376,"date":8377,"tags":8378},"\u002Fblog\u002F2025\u002F06\u002Fconnect-shop-floor-to-odoo-erp-flowfuse","Connect Your Shop Floor to Your ERP – Odoo Edition","2025-06-02",[6721],{"path":8380,"title":8381,"date":8382,"tags":8383},"\u002Fblog\u002F2025\u002F05\u002Fdesigning-flexible-cron-schedules-in-flowfuse-with-node-red","Building a Flexible Node-RED Scheduler with Cron-Plus","2025-05-15",[6721],{"path":8385,"title":8386,"date":8387,"tags":8388},"\u002Fblog\u002F2025\u002F05\u002Fdisplaying-embeded-webpages-on-node-red-dashboard","How to Embed Webpages on the FlowFuse Dashboard","2025-05-13",[6721],{"path":8390,"title":8391,"date":8392,"tags":8393},"\u002Fblog\u002F2025\u002F05\u002Fbuilding-andon-task-manager-with-ff","Part 1: Building an Andon Task Manager with FlowFuse","2025-05-08",[6721],{"path":8395,"title":8396,"date":8392,"tags":8397},"\u002Fblog\u002F2025\u002F05\u002Fflowfuse-release-2-17","FlowFuse 2.17: Easier remote instance onboarding, Dashboard blueprint, PDF generation, and more",[6721,7693,7694],{"path":6716,"title":5,"date":6704,"tags":8399},[6721,6722],{"path":8401,"title":8402,"date":8403,"tags":8404},"\u002Fblog\u002F2025\u002F04\u002Fdesign-and-scale-oee-dashboard","How to Design and Scale an OEE Dashboard for Factory Screens","2025-04-16",[6721],{"path":8406,"title":8407,"date":8408,"tags":8409},"\u002Fblog\u002F2025\u002F04\u002Fflowfuse-release-2-16","FlowFuse 2.16: Git Integration, improved log retention and more","2025-04-10",[6721,7693,7694],{"path":8411,"title":8412,"date":8413,"tags":8414},"\u002Fblog\u002F2025\u002F04\u002Fbuild-manufacturing-oee-dashboard","How to Build a Manufacturing OEE Dashboard with FlowFuse","2025-04-09",[6721],{"path":8416,"title":8417,"date":8418,"tags":8419},"\u002Fblog\u002F2025\u002F04\u002Fwhat-is-an-oee-dashboard","What Is an OEE Dashboard? KPIs, Metrics, and How to Plan One","2025-04-01",[6721],{"path":8421,"title":8422,"date":8423,"tags":8424},"\u002Fblog\u002F2025\u002F03\u002Fmanaging-mqtt-connections-at-scale-in-flowfuse","Managing MQTT Connections at Scale in FlowFuse","2025-03-28",[6721,7778],{"path":8426,"title":8427,"date":8428,"tags":8429},"\u002Fblog\u002F2025\u002F03\u002Fflowfuse-release-2-15","FlowFuse 2.15: Personal Node Collections, Smart Schema Suggestions and more control in DevOps Pipelines!","2025-03-12",[6721,7693,7694],{"path":8431,"title":8432,"date":8433,"tags":8434},"\u002Fblog\u002F2025\u002F02\u002Fmonitoring-system-health-performance-scale-flowfuse","Monitoring Device Health and Performance at Scale with FlowFuse","2025-02-21",[7745,6721],{"path":8436,"title":8437,"date":8438,"tags":8439},"\u002Fblog\u002F2025\u002F02\u002Finteracting-with-arduino-using-node-red","Interacting with Arduino using Node-RED","2025-02-12",[7745],{"path":8441,"title":8442,"date":8443,"tags":8444},"\u002Fblog\u002F2025\u002F02\u002Fflowfuse-release-2-14","FlowFuse 2.14: Announcing Third-Party Broker Integration, UNS Schemas, Enhanced Auth on Remote Instances and more!","2025-02-11",[6721,7693,7694],{"path":8446,"title":8447,"date":8448,"tags":8449},"\u002Fblog\u002F2025\u002F02\u002Fnode-red-academy-announcement","Announcing Node-RED Academy!","2025-02-05",[6721,7745,8450,8451,7693],"education","Node-RED Academy",{"path":8453,"title":8454,"date":8455,"tags":8456},"\u002Fblog\u002F2025\u002F01\u002Fdesigning-topic-hierarchy-for-your-uns","Designing a Clear Topic Structure for Your UNS","2025-01-31",[6721,8457,7778],"unified-namespace",{"path":8459,"title":8460,"date":8461,"tags":8462},"\u002Fblog\u002F2025\u002F01\u002Fhow-to-choose-right-iot-device-management-tool","How to Choose the Right IIoT Device Management Software for Your Business","2025-01-24",[6721],{"path":8464,"title":8465,"date":8466,"tags":8467},"\u002Fblog\u002F2025\u002F01\u002Fwhy-flowfuse-is-complete-toolkit-for-uns","Why FlowFuse is the Complete Toolkit For Building UNS?","2025-01-20",[6721,8468,8457],"flowfuse features",{"path":8470,"title":8471,"date":8472,"tags":8473},"\u002Fblog\u002F2025\u002F01\u002Fintegrating-siemens-s7-plcs-with-node-red-guide","How to Read and Write Siemens S7 PLC Data, A Node-RED Guide (2026)","2025-01-17",[7745,6721,7767,6722],{"path":8475,"title":8476,"date":8477,"tags":8478},"\u002Fblog\u002F2025\u002F01\u002Fflowfuse-release-2-13","FlowFuse 2.13: Remote Instances, UNS Schemas & Improved Management at Scale","2025-01-16",[6721,7693,7694],{"path":8480,"title":8481,"date":8482,"tags":8483},"\u002Fblog\u002F2025\u002F01\u002Fmqtt-frontrunner-for-uns-part-2","MQTT: The Frontrunner for Your UNS Broker - Part 2","2025-01-13",[7778,8484,8457],"uns",{"path":8486,"title":8487,"date":8488,"tags":8489},"\u002Fblog\u002F2025\u002F01\u002Fmqtt-frontrunner-for-uns","MQTT: The Frontrunner for Your UNS Broker - Part 1","2025-01-07",[7778,8484,8457],{"path":8491,"title":8492,"date":8493,"tags":8494},"\u002Fblog\u002F2024\u002F12\u002Fflowfuse-release-2-12","FlowFuse Cloud now available for free!","2024-12-19",[6721,7693,7694],{"path":8496,"title":8497,"date":8498,"tags":8499},"\u002Fblog\u002F2024\u002F12\u002Fwhy-uns-need-data-modeling","Data Modeling: The Key to a Successful Unified Namespace","2024-12-16",[6721,8457,8500],"data modeling",{"path":8502,"title":8503,"date":8504,"tags":8505},"\u002Fblog\u002F2024\u002F12\u002Fflowfuse-team-collaboration","Streamlining Node-RED Collaboration with FlowFuse","2024-12-09",[6721,8468],{"path":8507,"title":8508,"date":8509,"tags":8510},"\u002Fblog\u002F2024\u002F12\u002Fpublishing-modbus-data-to-uns","How to Bridge Modbus to MQTT: Step-by-Step Guide","2024-12-04",[6721,8484,7845],{"path":8512,"title":8513,"date":8514,"tags":8515},"\u002Fblog\u002F2024\u002F11\u002Fbuilding-uns-with-flowfuse","Building a Unified Namespace (UNS) with FlowFuse","2024-11-28",[6721,8457,7778],{"path":8517,"title":8518,"date":8519,"tags":8520},"\u002Fblog\u002F2024\u002F11\u002Fintroducing-industrial-visionaries-podcast","Introducing the Industrial Visionaries Podcast!","2024-11-26",[7660,6721,8521],"Podcast",{"path":8523,"title":8524,"date":8519,"tags":8525},"\u002Fblog\u002F2024\u002F11\u002Fwhy-point-to-point-connection-is-dead","The Death of Point-to-Point: Why You Need a Unified Namespace",[6721,7778,8457],{"path":8527,"title":8528,"date":8529,"tags":8530},"\u002Fblog\u002F2024\u002F11\u002Fgetting-the-most-out-of-mqtt-for-industrial-iot","Getting the Most Out of MQTT for Industrial IoT","2024-11-25",[7686,6721,7778],{"path":8532,"title":8533,"date":8534,"tags":8535},"\u002Fblog\u002F2024\u002F11\u002Fflowfuse-release-2-11","FlowFuse 2.11: MQTT Topic Hierarchy, UI Revamp & Improved Logging","2024-11-21",[7660,6721,7694],{"path":8537,"title":8538,"date":8539,"tags":8540},"\u002Fblog\u002F2024\u002F11\u002Fwhy-pub-sub-in-uns","Why UNS needs Pub\u002FSub","2024-11-19",[6721,7778,8457],{"path":8542,"title":8543,"date":8544,"tags":8545},"\u002Fblog\u002F2024\u002F11\u002Fesp32-with-node-red","Interacting with ESP32 Using Node-RED and MQTT (2026)","2024-11-14",[7745,6722,7778],{"path":8547,"title":8548,"date":8549,"tags":8550},"\u002Fblog\u002F2024\u002F11\u002Fmigrating-from-node-red-to-flowfuse","Migrating from Self-Managed Node-RED to FlowFuse-Managed Node-RED","2024-11-13",[6721,8468],{"path":8552,"title":8553,"date":8554,"tags":8555},"\u002Fblog\u002F2024\u002F11\u002Fdevice-agent-as-service-on-mac","Run FlowFuse Device Agent as a service on MacOS using Docker","2024-11-12",[6721,6722],{"path":8557,"title":8558,"date":8559,"tags":8560},"\u002Fblog\u002F2024\u002F11\u002Fdashboard-new-group-type-app-icon-and-charts","Visual Layout Editor - Now Available in Dashboard","2024-11-08",[7660,7693,6721,7671],{"path":8562,"title":8563,"date":8564,"tags":8565},"\u002Fblog\u002F2024\u002F10\u002Fannouncement-mqtt-broker","MQTT Service Now Available on FlowFuse","2024-10-31",[7660,7693,6721,7745,7778],{"path":8567,"title":8568,"date":8569,"tags":8570},"\u002Fblog\u002F2024\u002F10\u002Fexploring-flowfuse-security-features","FlowFuse Security Features You Didn’t Know You Needed","2024-10-24",[7686,6721,8468,8571],"node-red security",{"path":8573,"title":8574,"date":8569,"tags":8575},"\u002Fblog\u002F2024\u002F10\u002Fflowfuse-release-2-10","FlowFuse 2.10: MQTT Broker, Improved Version Control & More!",[7660,6721,7694],{"path":8577,"title":8578,"date":8579,"tags":8580},"\u002Fblog\u002F2024\u002F10\u002Fmanaging-node-red-instances-in-centralize-platfrom","Transform Chaos into Control: Centralize Node-RED Management with FlowFuse","2024-10-18",[7686,6721],{"path":8582,"title":8583,"date":8584,"tags":8585},"\u002Fblog\u002F2024\u002F10\u002Fexploring-flowfuse-sbom-feature","FlowFuse's Software bills of material helps enhance Application Security and Management","2024-10-14",[7686,6721,8586,8587,8588,8589],"enhancing node-red security","flowfuse software bills of material","Sbom in the industrial applications","sbom open source",{"path":8591,"title":8592,"date":8593,"tags":8594},"\u002Fblog\u002F2024\u002F10\u002Fdashboard-new-group-type-app-icon-and-charts","Dialogs, Customizable Icons and Histograms Now Available in FlowFuse Dashboard","2024-10-11",[7660,7693,6721,7671],{"path":8596,"title":8597,"date":8598,"tags":8599},"\u002Fblog\u002F2024\u002F10\u002Fquick-ways-to-write-functions-in-node-red","Exploring Quick Ways to Write Complex Logic in Function Nodes in Node-RED","2024-10-09",[7660,8600,8601],"node-red function node","node red function node",{"path":8603,"title":8604,"date":8605,"tags":8606},"\u002Fblog\u002F2024\u002F10\u002Fexploring-flowfuse-project-nodes","Using FlowFuse Project Nodes for Faster and More Efficient Communication","2024-10-07",[7686,8607,8608,8609,8610],"flowfuse project nodes","node-red mqtt","node red mqtt","node red communication protocols",{"path":8612,"title":8613,"date":8614,"tags":8615},"\u002Fblog\u002F2024\u002F10\u002Fhow-to-build-automate-devops-pipelines-node-red-deployments","Creating and Automating DevOps Pipelines for Node-RED in Industrial Environments","2024-10-03",[8616,8617,8618],"node-red devops","node red devops","node red devops pipeline",{"path":8620,"title":8621,"date":8622,"tags":8623},"\u002Fblog\u002F2024\u002F09\u002Fflowfuse-release-2-9","FlowFuse 2.9: Software Bill of Materials & Public Static Assets","2024-09-26",[7660,6721,7694],{"path":8625,"title":8626,"date":8622,"tags":8627},"\u002Fblog\u002F2024\u002F09\u002Fnode-red-version-control-with-snapshots","Using Snapshots for Version Control in Node-RED with FlowFuse",[6721],{"path":8629,"title":8630,"date":8631,"tags":8632},"\u002Fblog\u002F2024\u002F09\u002Fhow-to-scrape-web-data-with-node-red","How to Scrape Data from Websites Using Node-RED","2024-09-16",[7745,6722],{"path":8634,"title":8635,"date":8636,"tags":8637},"\u002Fblog\u002F2024\u002F09\u002Fhow-to-use-subflow-in-node-red","How to create and use Subflow in Node-RED (2026)","2024-09-13",[7745,6722],{"path":8639,"title":8640,"date":8641,"tags":8642},"\u002Fblog\u002F2024\u002F08\u002Fflowfuse-2-8-release","FlowFuse 2.8: Static File Service, LDAP Updates & More","2024-08-29",[7660,6721,7694],{"path":8644,"title":8645,"date":8646,"tags":8647},"\u002Fblog\u002F2024\u002F08\u002Fdashboard-new-layout-widgets-and-gauges","New Layout, Widget and Gauges Now Available in FlowFuse Dashboard","2024-08-28",[7660,7693,6721,7671],{"path":8649,"title":8650,"date":8651,"tags":8652},"\u002Fblog\u002F2024\u002F08\u002Fusing-mqtt-sparkplugb-with-node-red","MQTT Sparkplug B Implementation: Protocol, Architecture & Best Practices","2024-08-22",[7660,7745,7778],{"path":8654,"title":8655,"date":8656,"tags":8657},"\u002Fblog\u002F2024\u002F08\u002Fopentelemetry-with-node-red","Monitoring and Optimizing Node-RED Flows with Open Telemetry (2026)","2024-08-15",[7686,7745,8658,6722],"node-red tips",{"path":8660,"title":8661,"date":8662,"tags":8663},"\u002Fblog\u002F2024\u002F08\u002Fopc-ua-to-mqtt-with-node-red","Bridging OPC UA Data to MQTT with Node-RED (2026)","2024-08-13",[7660,7745,7778,7756,6722],{"path":8665,"title":8666,"date":8667,"tags":8668},"\u002Fblog\u002F2024\u002F08\u002Fcustomise-theming-in-your-dashboards","Customise theming in your FlowFuse Dashboard (2026)","2024-08-07",[7660,7671,8669,6722],"dashboard theming",{"path":8671,"title":8672,"date":8673,"tags":8674},"\u002Fblog\u002F2024\u002F08\u002Fcomparing-dashboard-2-with-uibuilder","FlowFuse Dashboard vs UI-Builder: A Comprehensive Comparison","2024-08-06",[7686,7745,7671,8675],"comparing node-red dashboards",{"path":8677,"title":8678,"date":8679,"tags":8680},"\u002Fblog\u002F2024\u002F08\u002Fflowfuse-2-7-release","FlowFuse 2.7: Improved management at scale & AI JSON Editor","2024-08-01",[7660,6721,7694],{"path":8682,"title":8683,"date":8684,"tags":8685},"\u002Fblog\u002F2024\u002F07\u002Fhow-to-setup-sso-ldap-for-the-node-red","How to Set Up SSO LDAP for Node-RED","2024-07-29",[7686,6721,8468,8686],"sso",{"path":8688,"title":8689,"date":8690,"tags":8691},"\u002Fblog\u002F2024\u002F07\u002Fdashboard-new-charts","New Charts Available in FlowFuse Dashboard","2024-07-26",[7660,7693,6721,7671],{"path":8693,"title":8694,"date":8695,"tags":8696},"\u002Fblog\u002F2024\u002F07\u002Fevolution-of-technology-impact-on-job-roles-and-companies","Evolution of Technology: Impact on Job Roles and Companies","2024-07-23",[7660,6721,8697,7825],"low-code",{"path":8699,"title":8700,"date":8701,"tags":8702},"\u002Fblog\u002F2024\u002F07\u002Fbuilding-on-flowfuse-devices","Building on FlowFuse: Remote Device Monitoring","2024-07-17",[7660,7693,7745,6721],{"path":8704,"title":8705,"date":8701,"tags":8706},"\u002Fblog\u002F2024\u002F07\u002Fhow-to-setup-sso-saml-for-the-node-red","How to Set Up SSO SAML for Node-RED",[7686,7745,8571,8686],{"path":8708,"title":8709,"date":8710,"tags":8711},"\u002Fblog\u002F2024\u002F07\u002Fdeploying-flowfuse-with-docker","Deploying FlowFuse with Docker on an Ubuntu server","2024-07-15",[7686,6721,8712],"self hosted",{"path":8714,"title":8715,"date":8716,"tags":8717},"\u002Fblog\u002F2024\u002F07\u002Fcalling-python-script-from-node-red","Calling a Python script from Node-RED (2026)","2024-07-10",[7686,7745,8718,6722],"node red python",{"path":8720,"title":8721,"date":8722,"tags":8723},"\u002Fblog\u002F2024\u002F07\u002Fflowfuse-2-6-release","FlowFuse 2.6: AI Infused Node-RED, Persistent File Storage & Lots More","2024-07-04",[7660,6721,7694,8724,8725,7825,8726,8727,8728],"storage","editor","assistant","blueprint","Node-RED",{"path":8730,"title":8731,"date":8732,"tags":8733},"\u002Fblog\u002F2024\u002F06\u002Fdashboard-1-deprecated","Node-RED Dashboard Formally Deprecated","2024-06-27",[7660,7693,7745,6721,7671,8734],"FlowFuse Dashboard",{"path":8736,"title":8737,"date":8738,"tags":8739},"\u002Fblog\u002F2024\u002F06\u002Fdashboard-multi-tenancy","Multi-Tenancy available for everyone with FlowFuse's Dashboard 2.0","2024-06-21",[7660,7693,6721,7671],{"path":8741,"title":8742,"date":8738,"tags":8743},"\u002Fblog\u002F2024\u002F06\u002Finteracting-with-google-sheet-from-node-red","Interacting with Google Sheets from Node-RED (2026)",[7660,7745,8744,8745,6722],"node red","google sheet",{"path":8747,"title":8748,"date":8749,"tags":8750},"\u002Fblog\u002F2024\u002F06\u002Fnode-red-4-on-flowfuse-cloud","Node-RED 4: Bringing better collaboration to FlowFuse Cloud","2024-06-20",[7660,6721,8728,8751],"FlowFuse Cloud",{"path":8753,"title":8754,"date":8755,"tags":8756},"\u002Fblog\u002F2024\u002F06\u002Fflowfuse-2-5-release","FlowFuse 2.5: New features to visualize snapshots, LDAP integration, and more","2024-06-06",[7660,6721,7694,8757,8758,8727,8728],"LDAP","snapshot",{"path":8760,"title":8761,"date":8762,"tags":8763},"\u002Fblog\u002F2024\u002F06\u002Fhow-to-use-mqtt-in-node-red","Working with MQTT in Node-RED: Complete Guide (2026)","2024-06-05",[7660,7745,7778,6722],{"path":8765,"title":8766,"date":8767,"tags":8768},"\u002Fblog\u002F2024\u002F05\u002Fexploring-node-red-dashboard-2-widgets","Exploring Node-RED Dashboard 2.0 Widgets","2024-05-27",[7660,7671],{"path":8770,"title":8771,"date":8772,"tags":8773},"\u002Fblog\u002F2024\u002F05\u002Fwhy-you-need-a-low-code-platform","Why you need a low-code platform","2024-05-22",[6721,8697],{"path":8775,"title":8776,"date":8777,"tags":8778},"\u002Fblog\u002F2024\u002F05\u002Fnode-red-mind-stack-with-flowfuse","The MIND stack with Node-RED and FlowFuse Dashboard 2.0","2024-05-14",[7660,6721,8779,8780,8781,8782],"mind","ming","influx","dashboards",{"path":8784,"title":8785,"date":8777,"tags":8786},"\u002Fblog\u002F2024\u002F05\u002Fproduct-strategy-updates","Product Mission Statement and Strategy Updates",[7660,6721],{"path":8788,"title":8789,"date":8790,"tags":8791},"\u002Fblog\u002F2024\u002F05\u002Fmapping-location-on-dashboard-2","Mapping location data within Node-RED Dashboard 2.0. (2026)","2024-05-13",[7660,7671,8792,8793,6722],"fleet tracking","location",{"path":8795,"title":8796,"date":8797,"tags":8798},"\u002Fblog\u002F2024\u002F05\u002Fnode-red-dashboard-2-layout-navigation-styling","Comprehensive guide: Node-RED Dashboard 2.0 layout, sidebar, and styling","2024-05-10",[7660,7671,8799,8800,8801,6722],"flowfuse dashboard","customizing dashboard","dashboard 2.0",{"path":8803,"title":8804,"date":8805,"tags":8806},"\u002Fblog\u002F2024\u002F05\u002Fflowfuse-2-4-release","FlowFuse 2.4: making it easier to work with Snapshots, Blueprints & Devices","2024-05-09",[7660,6721,7694],{"path":8808,"title":8809,"date":8810,"tags":8811},"\u002Fblog\u002F2024\u002F05\u002Funderstanding-node-flow-global-environment-variables-in-node-red","How to Use Variables in Node-RED: Flow, Global, Context & Environment (2026)","2024-05-06",[7660,7745,6722],{"path":8813,"title":8814,"date":8815,"tags":8816},"\u002Fblog\u002F2024\u002F04\u002Fdashboard-milestones-pwa-new-components","Dashboard 2.0: Milestones, PWA and New Components","2024-04-26",[7660,7694,7744,8817,7671,8818,8819,8820,8821],"changelog","node-red Dashboard 2.0","node-red visualization","progressive web app","Vuetify",{"path":8823,"title":8824,"date":8825,"tags":8826},"\u002Fblog\u002F2024\u002F04\u002Fhow-to-build-an-application-with-node-red-dashboard-2","How to Build An Application With Node-RED Dashboard 2.0 (2026)","2024-04-25",[7660,7745,7671,6722],{"path":8828,"title":8829,"date":8830,"tags":8831},"\u002Fblog\u002F2024\u002F04\u002Fflowfuse-dedicated","Introducing FlowFuse Dedicated","2024-04-22",[7660,7745,6721,8832],"dedicated",{"path":8834,"title":8835,"date":8836,"tags":8837},"\u002Fblog\u002F2024\u002F04\u002Fflowfuse-at-hannover-messe-node-red","FlowFuse Gears Up for Hannover Messe","2024-04-11",[7660,6721,7745,8838,8839],"hannover messe","conference announcement",{"path":8841,"title":8842,"date":8843,"tags":8844},"\u002Fblog\u002F2024\u002F04\u002Fnode-red-multiplayer","Node-RED Multiplayer mode","2024-04-10",[7660,6721,7745,8845,8846],"collaborative editing","concurrent editing",{"path":8848,"title":8849,"date":8850,"tags":8851},"\u002Fblog\u002F2024\u002F04\u002Fbuilding-an-admin-panel-in-node-red-with-dashboard-2","How to Build an Admin Dashboard with Node-RED Dashboard 2.0 (2026)","2024-04-08",[7660,8801,8852,8853,6722],"admin dashboard","admin-only page",{"path":8855,"title":8856,"date":8857,"tags":8858},"\u002Fblog\u002F2024\u002F04\u002Fdisplaying-logged-in-users-on-dashboard","Displaying logged in user on Node-RED Dashboard 2.0 (2026)","2024-04-03",[7660,8801,6722],{"path":8860,"title":8861,"date":8857,"tags":8862},"\u002Fblog\u002F2024\u002F04\u002Frole-based-access-control-rbac-for-node-red-with-flowfuse","Role-Based Access for your Node-RED applications",[7660,6721,8863,8864],"RBAC","Role Based Access Control",{"path":8866,"title":8867,"date":8868,"tags":8869},"\u002Fblog\u002F2024\u002F04\u002Fnode-red-architecture","Node-RED Manufacturing Architecture","2024-04-02",[7660,7745,6721,7681,8870,8871,8457],"perdue model","ISA 99",{"path":8873,"title":8874,"date":8875,"tags":8876},"\u002Fblog\u002F2024\u002F03\u002Fusing-kafka-with-node-red","Using Kafka with Node-RED","2024-03-29",[7660,7745,8062],{"path":8878,"title":8879,"date":8880,"tags":8881},"\u002Fblog\u002F2024\u002F03\u002Fflowfuse-gallarus-strategic-partnership-to-accelerate-industry-4-adoption","FlowFuse and Gallarus Announce Strategic Partnership to Accelerate Industry 4.0 Adoption","2024-03-28",[8882,6721,8883,8884,8885],"News","strategic Partner","Indusstry 4.0","digital Transformation",{"path":8887,"title":8888,"date":8889,"tags":8890},"\u002Fblog\u002F2024\u002F03\u002Fdashboard-getting-started","Getting Started with Node-RED Dashboard 2.0","2024-03-27",[7660,7694,7744,8817,7671,8891,8892],"nodered dashboard beginners guide","nodered dashboard basics",{"path":8894,"title":8895,"date":8896,"tags":8897},"\u002Fblog\u002F2024\u002F03\u002Fhttp-authentication-node-red-with-flowfuse","Securing HTTP Traffic for Node-RED with FlowFuse","2024-03-26",[7660,6721,8898,8899,8900],"http in","http node","api",{"path":8902,"title":8903,"date":8904,"tags":8905},"\u002Fblog\u002F2024\u002F03\u002Fscaling-node-red-devices-vs-flowfuse-instance","Scaling Node-RED with FlowFuse: Differences between a FlowFuse Instance and a Device Instance","2024-03-25",[7660,6721,8906,8907],"device instance","scaling node-red",{"path":8909,"title":8910,"date":8911,"tags":8912},"\u002Fblog\u002F2024\u002F03\u002Fusing-kafka-in-manufacturing","How Kafka is applied in manufacturing","2024-03-15",[7660,7745,8062,8913,8914],"Manufacturing","Real-time data streaming",{"path":8916,"title":8917,"date":8918,"tags":8919},"\u002Fblog\u002F2024\u002F03\u002Fflowfuse-self-hosted-open-source-resource-limits","FlowFuse Open Source Tier Resource Limits","2024-03-14",[7660,6721],{"path":8921,"title":8922,"date":8923,"tags":8924},"\u002Fblog\u002F2024\u002F03\u002Flow-code-is-better","Why Low-Code is Better","2024-03-13",[7660,6721,8697,8925],"citizen development",{"path":8927,"title":8928,"date":8929,"tags":8930},"\u002Fblog\u002F2024\u002F03\u002Flooking-towards-node-red-4","Looking towards Node-RED 4.0 and beyond","2024-03-07",[7660,6721,7745],{"path":8932,"title":8933,"date":8934,"tags":8935},"\u002Fblog\u002F2024\u002F03\u002Finstalling-operating-node-red-behind-firewall","Installing and operating Node-RED behind a firewall","2024-03-06",[7660,6721,7745,8936],"vpn",{"path":8938,"title":8939,"date":8940,"tags":8941},"\u002Fblog\u002F2024\u002F02\u002Fhistory-of-nodered","History of Node-RED","2024-02-28",[7660,6721,8939,8728,8942],"Node Red",{"path":8944,"title":8945,"date":8946,"tags":8947},"\u002Fblog\u002F2024\u002F02\u002Fwhy-citizen-development-platforms","Citizen Development: Unleashing Domain Experts","2024-02-26",[7660,6721,8948],"citizen-development",{"path":8950,"title":8951,"date":8952,"tags":8953},"\u002Fblog\u002F2024\u002F02\u002Ftaking-it-further-with-node-red","Storing Data: Getting Started with Node-RED","2024-02-19",[7660,7745,6722],{"path":8955,"title":8956,"date":8957,"tags":8958},"\u002Fblog\u002F2024\u002F02\u002Fnode-red-unified-namespace-architecture","Node-RED in a Unified Namespace Architecture","2024-02-14",[7660,6721,8457],{"path":8960,"title":8961,"date":8962,"tags":8963},"\u002Fblog\u002F2024\u002F02\u002Fconnect-node-red-to-kepware-opc","Connect Node-RED to KepserverEX OPC server.","2024-02-12",[7660,6721,7756],{"path":8965,"title":8966,"date":8967,"tags":8968},"\u002Fblog\u002F2024\u002F02\u002Fnode-red-perfect-adapter-middleware-uns","Node-RED: The perfect adapter and middleware for your UNS","2024-02-06",[7660,6721,8457],{"path":8970,"title":8971,"date":8967,"tags":8972},"\u002Fblog\u002F2024\u002F02\u002Fsoftware-development-in-node-red","Bringing Software Development practices to Node-RED",[7660,6721],{"path":8974,"title":8975,"date":8976,"tags":8977},"\u002Fblog\u002F2024\u002F02\u002Fprofessional-services-for-node-red","Should You Invest in Professional Services for Your Node-RED Development?","2024-02-05",[7660,6721],{"path":8979,"title":8980,"date":8981,"tags":8982},"\u002Fblog\u002F2024\u002F01\u002Frevolutionizing-manufacturing-impact-ai-chatgpt-technologies","AI and ChatGPT - Revolutionizing the Manufacturing Industry","2024-01-31",[7660,6721,7825],{"path":8984,"title":8985,"date":8981,"tags":8986},"\u002Fblog\u002F2024\u002F01\u002Funified-namespace-when-not-to-use","Unified Namespace: When to Use It, and When to Choose Something Else",[7660,6721,8457],{"path":8988,"title":8989,"date":8990,"tags":8991},"\u002Fblog\u002F2024\u002F01\u002Fhow-to-deploy-node-red-with-flowfuse-to-balenacloud","Step-by-Step Guide to Deploying Node-RED with FlowFuse in balenaCloud","2024-01-30",[7660,6721,6722],{"path":8993,"title":8994,"date":8995,"tags":8996},"\u002Fblog\u002F2024\u002F01\u002Fspeech-driven-chatbot-with-node-red","Speech-Driven Chatbot System with Node-RED","2024-01-29",[7660,7745,7671,8997,7825],"virtual assistant",{"path":8999,"title":9000,"date":9001,"tags":9002},"\u002Fblog\u002F2024\u002F01\u002Fdashboard-2-ga","Node-RED Dashboard 2.0 is Generally Available!","2024-01-24",[7660,7694,7744,8817,7671],{"path":9004,"title":9005,"date":9001,"tags":9006},"\u002Fblog\u002F2024\u002F01\u002Fdashboard-2-multi-user","Personalised Multi-user Dashboards with Node-RED Dashboard 2.0!",[7660,7694,7744,8817,7671],{"path":9008,"title":9009,"date":9010,"tags":9011},"\u002Fblog\u002F2024\u002F01\u002Fsentiment-analysis-with-node-red","Sentiment Analysis with Node-RED","2024-01-23",[7660,7745,7671,9012,7825],"sentiment analysis",{"path":9014,"title":9015,"date":9016,"tags":9017},"\u002Fblog\u002F2024\u002F01\u002Funified-namespace-what-broker","Selecting a broker for your Unified Namespace","2024-01-19",[7660,6721,8457],{"path":9019,"title":9020,"date":9021,"tags":9022},"\u002Fblog\u002F2024\u002F01\u002Fflowfuse-release-2-0","FlowFuse 2.0 Release","2024-01-18",[7660,6721,7693,7694],{"path":9024,"title":9025,"date":9026,"tags":9027},"\u002Fblog\u002F2024\u002F01\u002Fcapture-data-edge-with-node-red-flowfuse","Capture Data from edge devices with Node-RED","2024-01-17",[7660,6721,7745,6722],{"path":9029,"title":9030,"date":9031,"tags":9032},"\u002Fblog\u002F2024\u002F01\u002Fsoc2","FlowFuse is now SOC 2 Type 1 Compliant","2024-01-15",[7660,6721,7693],{"path":9034,"title":9035,"date":9036,"tags":9037},"\u002Fblog\u002F2024\u002F01\u002Fimport-a-file","Import a File into Node-RED with Dashboard 2.0","2024-01-05",[7660,6721,6722],{"path":9039,"title":9040,"date":9036,"tags":9041},"\u002Fblog\u002F2024\u002F01\u002Fsend-a-file","Send a File to Node-RED",[7660,6721,6722],{"path":9043,"title":9044,"date":9045,"tags":9046},"\u002Fblog\u002F2023\u002F12\u002Funified-namespace-data-modelling","Data Modeling for your Unified Namespace","2023-12-27",[7660,6721,8457],{"path":9048,"title":9049,"date":9050,"tags":9051},"\u002Fblog\u002F2023\u002F12\u002Fflowfuse-year-review-2023","Thank you for an incredible 2023!","2023-12-22",[7660,6721],{"path":9053,"title":9054,"date":9055,"tags":9056},"\u002Fblog\u002F2023\u002F12\u002Fintroduction-to-unified-namespace","Introduction to the Unified Namespace (UNS) – 2026 Updated Guide","2023-12-20",[7660,6721,8457],{"path":9058,"title":9059,"date":9060,"tags":9061},"\u002Fblog\u002F2023\u002F12\u002Fdevice-agent-as-a-windows-service","Run Node-RED as a service on Windows","2023-12-18",[7660,6721,6722],{"path":9063,"title":9064,"date":9065,"tags":9066},"\u002Fblog\u002F2023\u002F12\u002Fdashboard-0-10-0","Building a Custom Video Player in Dashboard 2.0","2023-12-07",[7660,7694,7744,8817,7671],{"path":9068,"title":9069,"date":9070,"tags":9071},"\u002Fblog\u002F2023\u002F12\u002Fai-use-cases","Beyond Automation - AI Use Cases that are shaping the next manufacturing frontier","2023-12-04",[7660,7825],{"path":9073,"title":9074,"date":9075,"tags":9076},"\u002Fblog\u002F2023\u002F11\u002Fdevice-agent-balena","Deploying the FlowFuse Device Agent via Balena","2023-11-24",[7745,9077,9078],"device","balena",{"path":9080,"title":9081,"date":9082,"tags":9083},"\u002Fblog\u002F2023\u002F11\u002Fdashboard-0-8-0","Overhauling the Dashboard 2.0 Build Pipeline","2023-11-23",[7660,7694,7744,8817,7671],{"path":9085,"title":9086,"date":9087,"tags":9088},"\u002Fblog\u002F2023\u002F11\u002Fai-assistant","Integrate with ChatGPT Assistants with Node-RED","2023-11-21",[7660,7745,7744,6721,9089,7825],"openai",{"path":9091,"title":9092,"date":9093,"tags":9094},"\u002Fblog\u002F2023\u002F11\u002Fchatgpt-gpt","Node-RED Builder a GPT (Alpha) by FlowFuse","2023-11-15",[7660,7745,7744,6721,9095,7825],"chatgpt",{"path":9097,"title":9098,"date":9099,"tags":9100},"\u002Fblog\u002F2023\u002F11\u002Fdashboard-2.0-user-tracking","Tracking Who Has Opened a Dashboard","2023-11-13",[7745,7671,6721],{"path":9102,"title":9103,"date":9104,"tags":9105},"\u002Fblog\u002F2023\u002F11\u002Fcommunity-news-11","Community News November 2023","2023-11-09",[7660,9106],"newsletter",{"path":9108,"title":9109,"date":9104,"tags":9110},"\u002Fblog\u002F2023\u002F11\u002Fdashboard-0-7","Chart Improvements & Migrating to Dashboard 2.0",[7660,7694,7744,8817,7671],{"path":9112,"title":9113,"date":9114,"tags":9115},"\u002Fblog\u002F2023\u002F11\u002Fmeet-us-at-sps-nuremberg","Meet FlowFuse at SPS Nuremberg","2023-11-08",[7660,6721],{"path":9117,"title":9118,"date":9119,"tags":9120},"\u002Fblog\u002F2023\u002F10\u002Fcitizen-development","Innovate from within - Why manufacturing must embrace Citizen Developers","2023-10-30",[7660,6721,8948],{"path":9122,"title":9123,"date":9124,"tags":9125},"\u002Fblog\u002F2023\u002F10\u002Fcertified-nodes","What are Certified Nodes?","2023-10-27",[7660,7694,6721],{"path":9127,"title":9128,"date":9129,"tags":9130},"\u002Fblog\u002F2023\u002F10\u002Fmes-build-buy","Embracing Innovation: Build vs Buy in MES","2023-10-20",[7660,7745,7744,6721],{"path":9132,"title":9133,"date":9134,"tags":9135},"\u002Fblog\u002F2023\u002F10\u002Fservice-disruption-report-2023-10-11","Service Disruption Report for October 11th, 2023","2023-10-18",[7660,6721,7693],{"path":9137,"title":9138,"date":9139,"tags":9140},"\u002Fblog\u002F2023\u002F10\u002Fblueprints","What are FlowFuse Blueprints?","2023-10-16",[7660,7694,6721],{"path":9142,"title":9143,"date":9144,"tags":9145},"\u002Fblog\u002F2023\u002F10\u002Fdashboard-integrations","Integrate your own widgets with Dashboard 2.0","2023-10-06",[7660,7694,7744,8817,7671],{"path":9147,"title":9148,"date":9149,"tags":9150},"\u002Fblog\u002F2023\u002F10\u002Fcommunity-news-10","Community News October 2023","2023-10-05",[7660,9106],{"path":9152,"title":9153,"date":9154,"tags":9155},"\u002Fblog\u002F2023\u002F10\u002Fcustom-vuetify-components-dashboard","Custom Vuetify components for Dashboard 2.0","2023-10-02",[7660,6722,7745,7671],{"path":9157,"title":9158,"date":9154,"tags":9159},"\u002Fblog\u002F2023\u002F10\u002Fuse-private-custom-nodes-with-flowfuse","How to Use Private Custom Nodes in FlowFuse?",[7660,6721],{"path":9161,"title":9162,"date":9163,"tags":9164},"\u002Fblog\u002F2023\u002F09\u002Frebranding-our-components","Updating our branding across GitHub, npm and Dockerhub","2023-09-27",[7660,7744,7693],{"path":9166,"title":9167,"date":9168,"tags":9169},"\u002Fblog\u002F2023\u002F09\u002Fchatgpt-for-node-red-developers","How ChatGPT improves Node-RED Developer Experience","2023-09-23",[7660,7745,9095,7825],{"path":9171,"title":9172,"date":9173,"tags":9174},"\u002Fblog\u002F2023\u002F09\u002Fflow-viewer","Share & Preview Flows on flows.nodered.org","2023-09-20",[7660,7693,7744,6721,7745],{"path":9176,"title":9177,"date":9178,"tags":9179},"\u002Fblog\u002F2023\u002F09\u002Fmodernize-your-legacy-industrial-data-part2","Modernize your legacy industrial data. Part 2.","2023-09-17",[7660,7745,7744],{"path":9181,"title":9182,"date":9183,"tags":9184},"\u002Fblog\u002F2023\u002F09\u002Fmodernize-your-legacy-industrial-data","Modernize your legacy industrial data","2023-09-14",[7660,7745,7744],{"path":9186,"title":9187,"date":9183,"tags":9188},"\u002Fblog\u002F2023\u002F09\u002Ftulip-event-report","Tulip Operation Calling Event Report",[7660,6721],{"path":9190,"title":9191,"date":9192,"tags":9193},"\u002Fblog\u002F2023\u002F09\u002Fcommunity-news-09","Community News September 2023","2023-09-09",[7660,9106],{"path":9195,"title":9196,"date":9197,"tags":9198},"\u002Fblog\u002F2023\u002F09\u002Fbosch-rexroth-announce","FlowFuse announces a Node-RED stack for Industry 4.0 applications on ctrlX AUTOMATION","2023-09-07",[7660,7693,6721],{"path":9200,"title":9201,"date":9202,"tags":9203},"\u002Fblog\u002F2023\u002F09\u002Fdashboard-notebook-layout","Dynamic Markdown, Tables & Notebooks with Dashboard 2.0","2023-09-06",[7660,7694,7744,8817,7671],{"path":9205,"title":9206,"date":9207,"tags":9208},"\u002Fblog\u002F2023\u002F08\u002Fflowfuse-1-11-release","FlowFuse 1.11 makes it easier to get started with FlowFuse and Node-RED","2023-08-31",[7660,6721,7694],{"path":9210,"title":9211,"date":9212,"tags":9213},"\u002Fblog\u002F2023\u002F08\u002Faws-marketplace-announce","FlowFuse is now available on AWS Marketplace","2023-08-21",[7660,7693,6721],{"path":9215,"title":9216,"date":9217,"tags":9218},"\u002Fblog\u002F2023\u002F08\u002Fopen-source-is-a-tier-not-competition","Our Open Source offering is a tier, not our competition","2023-08-18",[7660,6721],{"path":9220,"title":9221,"date":9222,"tags":9223},"\u002Fblog\u002F2023\u002F08\u002Fflowforge-is-now-flowfuse","FlowForge is now FlowFuse","2023-08-17",[7660,7744,7693],{"path":9225,"title":9226,"date":9227,"tags":9228},"\u002Fblog\u002F2023\u002F08\u002Fdashboard-community-update","Dashboard 2.0 - Community Update","2023-08-10",[7660,7694,7744,7671],{"path":9230,"title":9231,"date":9232,"tags":9233},"\u002Fblog\u002F2023\u002F08\u002Fisa-95-automation-pyramid-to-unified-namespace","Why the Automation Pyramid blocks digital transformation - The Role of Unified Namespace","2023-08-09",[7660,6721,8457],{"path":9235,"title":9236,"date":9237,"tags":9238},"\u002Fblog\u002F2023\u002F08\u002Fcommunity-news-08","Community News August 2023","2023-08-08",[7660,9106],{"path":9240,"title":9241,"date":9242,"tags":9243},"\u002Fblog\u002F2023\u002F08\u002Fflowforge-1-10-release","FlowFuse 1.10 Release Now Available","2023-08-03",[7660,6721,7694],{"path":9245,"title":9246,"date":9247,"tags":9248},"\u002Fblog\u002F2023\u002F07\u002Fdashboard-0-1-release","First Pre-Alpha Release of the new Node-RED Dashboard","2023-07-27",[7660,7694,7671],{"path":9250,"title":9251,"date":9247,"tags":9252},"\u002Fblog\u002F2023\u002F07\u002Fhow-to-build-a-opc-client-dashboard-in-node-red","How to Build an OPC UA Client Dashboard in Node-RED - Part 3 (2026)",[7660,6721,7745,7756,6722],{"path":9254,"title":9255,"date":9256,"tags":9257},"\u002Fblog\u002F2023\u002F07\u002Fflowforge-1-9-3-release","FlowFuse 1.9.3 and Device Agent 1.9.5 released","2023-07-21",[7660,6721,7694],{"path":9259,"title":9260,"date":9256,"tags":9261},"\u002Fblog\u002F2023\u002F07\u002Fimages-in-node-red-dashboards","How to add images to Node-RED dashboards when using FlowFuse (2026)",[7660,6721,7745,7671,6722],{"path":9263,"title":9264,"date":9265,"tags":9266},"\u002Fblog\u002F2023\u002F07\u002Finfluxdb-historical-data","Creating a Historical Data Dashboard with InfluxDB and Node-RED","2023-07-18",[7660,7745],{"path":9268,"title":9269,"date":9270,"tags":9271},"\u002Fblog\u002F2023\u002F07\u002Fhow-to-deploy-a-basic-opc-ua-server-in-node-red","How to Deploy a Basic OPC-UA Server in Node-RED - Part 1 (2026)","2023-07-13",[7660,7745,7756,6722],{"path":9273,"title":9274,"date":9275,"tags":9276},"\u002Fblog\u002F2023\u002F07\u002Fcommunity-news-07","Community News July 2023","2023-07-12",[7660,9106],{"path":9278,"title":9279,"date":9280,"tags":9281},"\u002Fblog\u002F2023\u002F07\u002Fflowforge-1-9-release","FlowFuse now offers API Documentation with Swagger UI","2023-07-06",[7660,6721,7694],{"path":9283,"title":9284,"date":9285,"tags":9286},"\u002Fblog\u002F2023\u002F06\u002Fdashboard-announcement","The Next Step in Data Visualization - Announcing the Successor to the Node-RED Dashboard","2023-06-21",[7660,7671,9287,9288],"nodered dashboard announcement","nodered dashboard depreciated",{"path":9290,"title":9291,"date":9292,"tags":9293},"\u002Fblog\u002F2023\u002F06\u002Fnode-red-as-a-no-code-ethernet_ip-to-s7-protocol-converter","Node-RED as a No-Code EtherNet\u002FIP to S7 Protocol Converter","2023-06-20",[7660,6722,9294,9295,9296,9297,9298,9299,9300,9301],"Industrial protocol converter","EtherNet\u002FIP","S7 Protocol","node red siemens s7","node red s7 communication","node red s7comm","nodered s7","node red s7",{"path":9303,"title":9304,"date":9305,"tags":9306},"\u002Fblog\u002F2023\u002F06\u002Fintroducing-the-flowforge-community-forum","Introducing the FlowFuse Community Forum","2023-06-12",[7693,6721],{"path":9308,"title":9309,"date":9310,"tags":9311},"\u002Fblog\u002F2023\u002F06\u002Fcommunity-news-06","Community News June 2023","2023-06-09",[7660,9106],{"path":9313,"title":9314,"date":9315,"tags":9316},"\u002Fblog\u002F2023\u002F06\u002Fflowforge-1-8-released","FlowFuse now offers High Availability Node-RED","2023-06-08",[7660,6721,7694],{"path":9318,"title":9319,"date":9320,"tags":9321},"\u002Fblog\u002F2023\u002F06\u002Fimport-modules","Use any npm module in Node-RED (2026)","2023-06-05",[7660,6722],{"path":9323,"title":9324,"date":9325,"tags":9326},"\u002Fblog\u002F2023\u002F05\u002Fbringing-high-availability-to-node-red","Bringing High Availability to Node-RED","2023-06-02",[7660,7745,9327],"high availablity",{"path":9329,"title":9330,"date":9331,"tags":9332},"\u002Fblog\u002F2023\u002F06\u002F3-quick-node-red-tips-7","Node-RED Tips - Dashboard Edition","2023-06-01",[7660,6722,7745,7671,8658],{"path":9334,"title":9335,"date":9336,"tags":9337},"\u002Fblog\u002F2023\u002F05\u002Fnode-red-community-survey-results","Node-RED Community Survey Results","2023-05-31",[7660,7745,7744],{"path":9339,"title":9340,"date":9341,"tags":9342},"\u002Fblog\u002F2023\u002F05\u002Fpersisting-chart-data-in-node-red","Persisting chart data in Node-RED Dashboard 1","2023-05-25",[7660,7745,6722,7671],{"path":9344,"title":9345,"date":9346,"tags":9347},"\u002Fblog\u002F2023\u002F05\u002Fintegrating-modbus-with-node-red","Best Practices Integrating a Modbus Device With Node-RED (2026)","2023-05-16",[7660,7745,6722,7845],{"path":9349,"title":9350,"date":9351,"tags":9352},"\u002Fblog\u002F2023\u002F05\u002Fflowforge-1-7-released","FlowFuse 1.7 Now Available with Remote Node-RED Editor Access","2023-05-11",[7660,6721,7694],{"path":9354,"title":9355,"date":9356,"tags":9357},"\u002Fblog\u002F2023\u002F05\u002Fcommunity-news-05","Community News May 2023","2023-05-04",[7660,9106,7744],{"path":9359,"title":9360,"date":9361,"tags":9362},"\u002Fblog\u002F2023\u002F05\u002Fchatgpt-nodered-fcn-node","Chat GPT in Node-RED Function Nodes","2023-05-02",[7660,7745,7744,6722,9095,7825],{"path":9364,"title":9365,"date":9361,"tags":9366},"\u002Fblog\u002F2023\u002F05\u002Fdevice-agent-as-a-service","Running the FlowFuse Device Agent as a service on a Raspberry Pi",[7660,6721,6722,9367],"raspberry pi",{"path":9369,"title":9370,"date":9371,"tags":9372},"\u002Fblog\u002F2023\u002F04\u002F3-quick-node-red-tips-6","Node-RED Tips - Subflows, Link Nodes, and the Range Node","2023-04-20",[7745,9373,6722],"node-red subflow",{"path":9375,"title":9376,"date":9371,"tags":9377},"\u002Fblog\u002F2023\u002F04\u002Fhannover-messe","FlowFuse's visit to Hannover Messe 2023",[7660,6721,7745,7744],{"path":9379,"title":9380,"date":9381,"tags":9382},"\u002Fblog\u002F2023\u002F04\u002Fflowforge-1-6-released","FlowFuse v1.6 Now Available","2023-04-13",[7660,6721,7694],{"path":9384,"title":9385,"date":9381,"tags":9386},"\u002Fblog\u002F2023\u002F04\u002Fnodered-community-health","Node-RED Community Health",[7660,7745,7744,7693],{"path":9388,"title":9389,"date":9390,"tags":9391},"\u002Fblog\u002F2023\u002F04\u002Fcommunity-news-04","Community News April 2023","2023-04-05",[7660,9106,7744],{"path":9393,"title":9394,"date":9390,"tags":9395},"\u002Fblog\u002F2023\u002F04\u002Fsecuring-node-red-in-production","Securing Node-RED (2026)",[7660,7745,6722,9396],"securing node-red",{"path":9398,"title":9399,"date":9400,"tags":9401},"\u002Fblog\u002F2023\u002F03\u002Fibmcloud-starter-removed","IBM Cloud removes Node-RED starter application","2023-03-29",[7660,7745,7693],{"path":9403,"title":9404,"date":9405,"tags":9406},"\u002Fblog\u002F2023\u002F03\u002F3-quick-node-red-tips-5","Node-RED Tips - Importing, Exporting, and Grouping Flows","2023-03-27",[7660,7745,6722,8658],{"path":9408,"title":9409,"date":9410,"tags":9411},"\u002Fblog\u002F2023\u002F03\u002Fwhy-should-you-use-node-red-function-nodes","The benefits and drawbacks of using Node-RED function nodes","2023-03-20",[7660,7745,6722],{"path":9413,"title":9414,"date":9415,"tags":9416},"\u002Fblog\u002F2023\u002F03\u002Fflowforge-1-5-0-released","FlowFuse v1.5 Now Available","2023-03-16",[7660,6721,7694],{"path":9418,"title":9419,"date":9415,"tags":9420},"\u002Fblog\u002F2023\u002F03\u002Fterminology-changes","Terminology Changes",[7660,6721,7693],{"path":9422,"title":9423,"date":9424,"tags":9425},"\u002Fblog\u002F2023\u002F03\u002F3-quick-node-red-tips-4","Node-RED Tips - Smooth, Catch, and Math","2023-03-13",[7660,7745,9426],"tips",{"path":9428,"title":9429,"date":9424,"tags":9430},"\u002Fblog\u002F2023\u002F03\u002Fcomparing-node-red-dashboards","Comparing Node-RED Dashboards Solutions",[7686,7745,7671,8675],{"path":9432,"title":9433,"date":9434,"tags":9435},"\u002Fblog\u002F2023\u002F03\u002F3-quick-node-red-tips-3","Node-RED Tips - Exec, Filter, and Debug","2023-03-07",[7660,7745,6722],{"path":9437,"title":9438,"date":9439,"tags":9440},"\u002Fblog\u002F2023\u002F03\u002Fintegration-platform-for-edge-computing","Node-RED: The Integration Platform for IIoT Edge Computing & PLCs","2023-03-06",[7660,7745,7744],{"path":9442,"title":9443,"date":9444,"tags":9445},"\u002Fblog\u002F2023\u002F03\u002Fcommunity-news-03","Community News March 2023","2023-03-02",[7660,9106,7744],{"path":9447,"title":9448,"date":9449,"tags":9450},"\u002Fblog\u002F2023\u002F02\u002Fwebinar-1-missed-questions","Some questions we didn't get to in our first webinar","2023-02-27",[7745,7744],{"path":9452,"title":9453,"date":9454,"tags":9455},"\u002Fblog\u002F2023\u002F02\u002F3-quick-node-red-tips-2","Node-RED Tips - Deploying, Debugging, and Delaying","2023-02-23",[7660,7745,9426],{"path":9457,"title":9458,"date":9454,"tags":9459},"\u002Fblog\u002F2023\u002F02\u002Fming-blog","MING Stack for IoT",[7660,7745,7744],{"path":9461,"title":9462,"date":9463,"tags":9464},"\u002Fblog\u002F2023\u002F02\u002Fflowforge-1-4-0-released","FlowFuse v1.4 with device provisioning in bulk and staged development process","2023-02-16",[7660,6721,7694],{"path":9466,"title":9467,"date":9468,"tags":9469},"\u002Fblog\u002F2023\u002F02\u002Fhighly-available-node-red","Toward Highly Available Node-RED","2023-02-15",[7660,7745,6721],{"path":9471,"title":9472,"date":9473,"tags":9474},"\u002Fblog\u002F2023\u002F02\u002Fservice-disruption-report-2023-01-27","Service Disruption Report for January 27th, 2023","2023-02-10",[7660,6721,7693],{"path":9476,"title":9477,"date":9478,"tags":9479},"\u002Fblog\u002F2023\u002F02\u002F3-quick-node-red-tips-1","Node-RED Tips - Wiring Shortcuts","2023-02-07",[7660,7745,6722,8658],{"path":9481,"title":9482,"date":9483,"tags":9484},"\u002Fblog\u002F2023\u002F01\u002Fflowforge-story","Telling the FlowFuse Story","2023-02-02",[7660,6721],{"path":9486,"title":9487,"date":9483,"tags":9488},"\u002Fblog\u002F2023\u002F02\u002Fcommunity-news-02","Community News February 2023",[7660,7744,9106],{"path":9490,"title":9491,"date":9492,"tags":9493},"\u002Fblog\u002F2023\u002F01\u002Fenvironment-variables-in-node-red","Using Environment Variables in Node-RED (2026)","2023-01-27",[7660,7745,6722],{"path":9495,"title":9496,"date":9497,"tags":9498},"\u002Fblog\u002F2023\u002F01\u002Fgetting-started-with-node-red","Getting Started with Node-RED","2023-01-23",[7660,7745,6722],{"path":9500,"title":9501,"date":9502,"tags":9503},"\u002Fblog\u002F2023\u002F01\u002Fflowforge-1-3-0-released","FlowFuse 1.3 is now available, share your flows through our new team libraries and much more","2023-01-19",[7660,6721,7694],{"path":9505,"title":9506,"date":9507,"tags":9508},"\u002Fblog\u002F2023\u002F01\u002Fcommunity-news-12","Community News December 2022","2023-01-12",[7660,7744,9106],{"path":9510,"title":9511,"date":9507,"tags":9512},"\u002Fblog\u002F2023\u002F01\u002Fflowforge-1.2.1-released","FlowFuse 1.2.1 released",[7660,6721,7694],{"path":9514,"title":9515,"date":9516,"tags":9517},"\u002Fblog\u002F2022\u002F12\u002Fflowforge-1-2-0-released","FlowFuse 1.2 is now available with single sign on and persistent context storage","2022-12-22",[7660,9518,7694],"flowforge",{"path":9520,"title":9521,"date":9522,"tags":9523},"\u002Fblog\u002F2022\u002F12\u002Fwhat-flowforge-adds-to-node-red","Why you need FlowFuse when you already have Node-RED?","2022-12-15",[7660,6721,7745],{"path":9525,"title":9526,"date":9527,"tags":9528},"\u002Fblog\u002F2022\u002F12\u002Fflowforge-joins-openjs-foundation","FlowFuse Inc. becomes a member of the OpenJS Foundation","2022-12-13",[7660,6721,7693],{"path":9530,"title":9531,"date":9532,"tags":9533},"\u002Fblog\u002F2022\u002F12\u002Fflowforge-1-1-2-released","FlowFuse 1.1.2 released","2022-12-09",[7660,6721,7694],{"path":9535,"title":9536,"date":9532,"tags":9537},"\u002Fblog\u002F2022\u002F12\u002Fflowforge-gcp-https-set-up","Configure FlowFuse in Docker to secure all traffic",[7660,6721,6722,9538,9539],"Acme Companion","Let's Encrypt",{"path":9541,"title":9542,"date":9543,"tags":9544},"\u002Fblog\u002F2022\u002F12\u002Fcreate-http-trigger-with-authentication","Create HTTP triggers with authentication","2022-12-07",[7660,7745,6722],{"path":9546,"title":9547,"date":9548,"tags":9549},"\u002Fblog\u002F2022\u002F12\u002Fnode-red-flow-best-practice","Format your Node-RED flows for better team collaboration","2022-12-05",[7660,7745,6722],{"path":9551,"title":9552,"date":9553,"tags":9554},"\u002Fblog\u002F2022\u002F12\u002Fcommunity-news-11","Community News November 2022","2022-12-02",[7660,9106,7744],{"path":9556,"title":9557,"date":9558,"tags":9559},"\u002Fblog\u002F2022\u002F11\u002Fscaling-node-red-with-diy-tooling","Challenges scaling Node-RED with DIY tooling","2022-11-30",[7660,7745,6722],{"path":9561,"title":9562,"date":9563,"tags":9564},"\u002Fblog\u002F2022\u002F11\u002Frespin-docker-compose-01","Re-spin of Docker-Compose install package","2022-11-25",[7660,6721,7693],{"path":9566,"title":9567,"date":9568,"tags":9569},"\u002Fblog\u002F2022\u002F11\u002Fflowforge-1-1-released","FlowFuse 1.1 released with persistent file storage","2022-11-24",[7660,6721,7694],{"path":9571,"title":9572,"date":9573,"tags":9574},"\u002Fblog\u002F2022\u002F11\u002Fcommunity-news-10","Community News October 2022","2022-11-04",[7660,9106,7744],{"path":9576,"title":9577,"date":9578,"tags":9579},"\u002Fblog\u002F2022\u002F10\u002Fseed-round-bring-node-red-to-enterprise","FlowFuse raises $7.25M Seed Round to bring Node-RED to the Enterprise","2022-11-03",[7660,6721,7693],{"path":9581,"title":9582,"date":9583,"tags":9584},"\u002Fblog\u002F2022\u002F10\u002Fflowforge-1-released","FlowFuse 1.0 released","2022-10-27",[7660,6721,7694],{"path":9586,"title":9587,"date":9588,"tags":9589},"\u002Fblog\u002F2022\u002F10\u002Fdb-migration-01","Scheduled maintenance: Database encryption October 2022","2022-10-18",[7660,6721,7693],{"path":9591,"title":9592,"date":9593,"tags":9594},"\u002Fblog\u002F2022\u002F10\u002Fff-docker-gcp","Install FlowFuse Docker on Google Cloud","2022-10-14",[7660,6721,6722],{"path":9596,"title":9597,"date":9598,"tags":9599},"\u002Fblog\u002F2022\u002F10\u002Fcommunity-news-09","Community News September 2022","2022-10-07",[7660,9106,7744],{"path":9601,"title":9602,"date":9603,"tags":9604},"\u002Fblog\u002F2022\u002F09\u002Fflowforge-010-released","FlowFuse 0.10 released","2022-09-30",[7660,6721,7694],{"path":9606,"title":9607,"date":9608,"tags":9609},"\u002Fblog\u002F2022\u002F09\u002Fstatic-ips","Static Outbound IP Addresses","2022-09-27",[7660,6721,7693],{"path":9611,"title":9612,"date":9613,"tags":9614},"\u002Fblog\u002F2022\u002F09\u002Fcommunity-news-08","Community News August 2022","2022-09-16",[7660,9106,7744],{"path":9616,"title":9617,"date":9618,"tags":9619},"\u002Fblog\u002F2022\u002F09\u002Fflowforge-09-released","FlowFuse 0.9 released","2022-09-01",[7660,6721,7694],{"path":9621,"title":9622,"date":9623,"tags":9624},"\u002Fblog\u002F2022\u002F08\u002Fcommunity-news-06","Community News July 2022","2022-08-11",[7660,9106,7744],{"path":9626,"title":9627,"date":9628,"tags":9629},"\u002Fblog\u002F2022\u002F08\u002Fflowforge-08-released","FlowFuse 0.8 released","2022-08-04",[7660,6721,7694],{"path":9631,"title":9632,"date":9633,"tags":9634},"\u002Fblog\u002F2022\u002F07\u002Fnew-projecttype","Introducing Medium Projects on FlowFuse Cloud","2022-07-22",[7660,6721,7693],{"path":9636,"title":9637,"date":9638,"tags":9639},"\u002Fblog\u002F2022\u002F07\u002Fcommunity-news-06","Community News June 2022","2022-07-19",[7660,9106,7744],{"path":9641,"title":9642,"date":9643,"tags":9644},"\u002Fblog\u002F2022\u002F07\u002Fflowforge-07-released","FlowFuse 0.7 released","2022-07-07",[7660,6721,7694],{"path":9646,"title":9647,"date":9648,"tags":9649},"\u002Fblog\u002F2022\u002F06\u002Fflowforge-06-released","FlowFuse 0.6 released","2022-06-19",[7660,6721,7694],{"path":9651,"title":9652,"date":9653,"tags":9654},"\u002Fblog\u002F2022\u002F06\u002Fcommunity-news-05","Community News May 2022","2022-06-17",[7660,9106,7744],{"path":9656,"title":9657,"date":9658,"tags":9659},"\u002Fblog\u002F2022\u002F05\u002Fsign-up-for-flowforge-cloud","FlowFuse open for everybody","2022-05-25",[7660,6721,7693],{"path":9661,"title":9662,"date":9663,"tags":9664},"\u002Fblog\u002F2022\u002F05\u002Fflowforge-05-released","FlowFuse 0.5 released","2022-05-12",[7660,6721,7694],{"path":9666,"title":9667,"date":9668,"tags":9669},"\u002Fblog\u002F2022\u002F05\u002Fcommunity-news-04","Community News April 2022","2022-05-06",[7660,9106,7744],{"path":9671,"title":9672,"date":9673,"tags":9674},"\u002Fblog\u002F2022\u002F05\u002Fnode-red-3-beta-stack","Node-RED 3.0 Beta Stack","2022-05-04",[7660,7745,7693],{"path":9676,"title":9677,"date":9678,"tags":9679},"\u002Fblog\u002F2022\u002F04\u002Fflowforge-04-released","FlowFuse 0.4 released","2022-04-14",[7660,6721,7694],{"path":9681,"title":9682,"date":9683,"tags":9684},"\u002Fblog\u002F2022\u002F04\u002Fcommunity-news-03","Community News March 2022","2022-04-05",[7660,9106,7744],{"path":9686,"title":9687,"date":9688,"tags":9689},"\u002Fblog\u002F2022\u002F04\u002Fflowforge-accepting-customers","FlowFuse is accepting customers now","2022-04-04",[7660,6721,7693],{"path":9691,"title":9692,"date":9693,"tags":9694},"\u002Fblog\u002F2022\u002F03\u002Fflowforge-03-released","FlowFuse 0.3 released","2022-03-17",[7660,6721,7694],{"path":9696,"title":9697,"date":9698,"tags":9699},"\u002Fblog\u002F2022\u002F03\u002Fcommunity-news-02","Community News February 2022","2022-03-02",[7660,9106,7744],{"path":9701,"title":9702,"date":9703,"tags":9704},"\u002Fblog\u002F2022\u002F02\u002Fannouncing-flowforge-cloud","Announcing FlowFuse Cloud","2022-02-23",[7660,6721,7693,7694],{"path":9706,"title":9707,"date":9708,"tags":9709},"\u002Fblog\u002F2022\u002F02\u002Fflowforge-02-released","FlowFuse 0.2 released","2022-02-17",[7660,6721,7694],{"path":9711,"title":9712,"date":9713,"tags":9714},"\u002Fblog\u002F2022\u002F02\u002Fuse-case-solar-afloat","Using Node-RED to keep Solar PV afloat","2022-02-09",[7660,7745,7744],{"path":9716,"title":9717,"date":9718,"tags":9719},"\u002Fblog\u002F2022\u002F02\u002Fwelcome-joe","Welcome Joe","2022-02-08",[7660,6721,7693],{"path":9721,"title":9722,"date":9723,"tags":9724},"\u002Fblog\u002F2022\u002F01\u002Fcommunity-news-01","Community News January 2022","2022-01-28",[7660,9106,7744],{"path":9726,"title":9727,"date":9728,"tags":9729},"\u002Fblog\u002F2022\u002F01\u002Fflowforge-01-released","FlowFuse 0.1 released","2022-01-20",[7660,6721,7694],{"path":9731,"title":9732,"date":9728,"tags":9733},"\u002Fblog\u002F2022\u002F01\u002Fwelcome-steve","Welcome Steve",[7660,6721,7693],{"path":9735,"title":9736,"date":9737,"tags":9738},"\u002Fblog\u002F2022\u002F01\u002Fwelcome-zj","Welcome ZJ","2022-01-03",[7660,6721,7693],{"path":9740,"title":9741,"date":9742,"tags":9743},"\u002Fblog\u002F2021\u002F05\u002Fwelcome-ben","Welcome Ben","2021-05-10",[6721,7693],{"path":9745,"title":9746,"date":9747,"tags":9748},"\u002Fblog\u002F2021\u002F04\u002Ffirst-deploy","Introducing FlowFuse Inc.","2021-04-06",[6721,7693],1786742763611]