[{"data":1,"prerenderedAt":10850},["ShallowReactive",2],{"blog-\u002Fblog\u002F2025\u002F08\u002Fadvanced-opcua-real-time-subscriptions-alarms-historical-data":3,"featureCatalog":7826,"changelog-titles":8221,"blog-all-for-related":8755},{"id":4,"title":5,"authors":6,"body":8,"cta":7802,"date":7803,"description":7804,"extension":7805,"features":7802,"image":7806,"lastUpdated":7802,"meta":7807,"navigation":7815,"path":7816,"release":7802,"seo":7817,"stem":7818,"subtitle":7819,"tags":7820,"tldr":7823,"video":7824,"__hash__":7825},"blog\u002Fblog\u002F2025\u002F08\u002Fadvanced-opcua-real-time-subscriptions-alarms-historical-data.md","OPC UA Tutorial: Advanced Monitoring with Subscriptions, Alarms, and Historical Data",[7],"sumit-shinde",{"type":9,"value":10,"toc":7781},"minimark",[11,21,24,27,32,35,64,68,71,89,101,104,107,111,114,117,120,125,128,134,144,163,1334,1337,1341,1344,1347,1471,1474,2666,2669,2672,2680,2683,2687,2690,2696,2702,2705,2709,2712,2715,2719,2737,2740,3864,3868,3871,3882,3965,3973,5179,5182,5185,5188,5191,5195,5198,5245,5984,5987,5991,5994,5997,6001,6004,6015,6149,6157,7318,7321,7325,7328,7333,7465,7470,7605,7610,7746,7749,7752,7756,7759,7762,7770,7777],[12,13,14,15,20],"p",{},"In our ",[16,17,19],"a",{"href":18},"\u002Fblog\u002F2025\u002F07\u002Freading-and-writing-plc-data-using-opc-ua\u002F","previous tutorial",", we covered OPC UA basics, connecting to servers, reading tags, and writing values. Now it's time for the features that make OPC UA truly powerful in production.",[12,22,23],{},"Polling for data every few seconds works fine for demos, but real systems need better. They need instant updates when values change. They need alarms that fire immediately when something goes wrong. They need access to historical data for troubleshooting. And they need to trigger complex operations without juggling dozens of write commands.",[12,25,26],{},"This guide shows you how to build all of that using advanced OPC UA features in FlowFuse Node-RED.",[28,29,31],"h2",{"id":30},"what-youll-learn","What You'll Learn",[12,33,34],{},"This guide covers four powerful OPC UA features:",[36,37,38,46,52,58],"ul",{},[39,40,41,45],"li",{},[42,43,44],"strong",{},"Subscriptions",": Get real-time updates without constant polling",[39,47,48,51],{},[42,49,50],{},"Events & Alarms",": Capture and handle equipment alerts as they happen",[39,53,54,57],{},[42,55,56],{},"Historical Data",": Query past values for trending and analysis",[39,59,60,63],{},[42,61,62],{},"Method Calls",": Execute functions directly on your equipment",[28,65,67],{"id":66},"prerequisites","Prerequisites",[12,69,70],{},"To follow this guide, you'll need:",[36,72,73,81,84],{},[39,74,75,76,80],{},"FlowFuse running instance with the ",[77,78,79],"code",{},"node-red-contrib-opcua"," nodes installed",[39,82,83],{},"A working OPC UA server connection",[39,85,86,87],{},"The basics from our ",[16,88,19],{"href":18},[90,91,92],"blockquote",{},[12,93,94,95],{},"Managing and scaling Node-RED instances is easy with FlowFuse, offering DevOps pipelines, audit logs, snapshots, high availability, and much more. ",[16,96,100],{"href":97,"rel":98},"https:\u002F\u002Fapp.flowfuse.com\u002Faccount\u002Fcreate",[99],"nofollow","Start your free trial today!",[12,102,103],{},"Before proceeding, check which features your OPC UA server supports, most handle subscriptions and events, but historical data and methods vary by vendor.",[12,105,106],{},"Let's get started.",[28,108,110],{"id":109},"real-time-monitoring-with-subscriptions","Real-Time Monitoring with Subscriptions",[12,112,113],{},"OPC UA subscriptions monitor values on the server side and notify you only when they change. This is fundamentally different from polling, where you repeatedly ask for values whether they've changed or not.",[12,115,116],{},"Consider a pressure sensor that spikes from 5 to 20 bar and back to 5 bar in one second. With 2-second polling, you miss this critical event entirely. With subscriptions, the server captures it and notifies you immediately.",[12,118,119],{},"The efficiency gains are significant too. Monitoring 100 tags with polling means 100 requests every 2 seconds, consuming bandwidth even when nothing changes. Subscriptions send updates only when values actually change, reducing network traffic and server load.",[121,122,124],"h3",{"id":123},"setting-up-subscriptions","Setting Up Subscriptions",[12,126,127],{},"To create your first subscription:",[129,130,131],"ol",{},[39,132,133],{},"Drag an Inject node onto your canvas. This will trigger the subscription to start.",[90,135,136],{},[12,137,138,139,143],{},"Note: This article uses Inject nodes for manual triggering to illustrate key concepts. In production, it is advisable to create interactive dashboards with FlowFuse Dashboard to enable effective monitoring and control. For more information on designing operator interfaces, please refer to ",[16,140,142],{"href":141},"\u002Fblog\u002F2023\u002F07\u002Fhow-to-build-a-opc-client-dashboard-in-node-red\u002F","this article",".",[129,145,147,154,157,160],{"start":146},2,[39,148,149,150,153],{},"Add an OpcUa-Item node. Double-click it and enter the NodeId of the tag you want to monitor, like ",[77,151,152],{},"ns=2;i=2007",". Select the correct data type for your tag.",[39,155,156],{},"Place an OpcUa-Client node on the canvas. Open its Configuration, select your OPC UA server endpoint configuration, and change the Action dropdown to \"SUBSCRIBE\". Set the interval to how often you want updates.",[39,158,159],{},"Connect the Inject output to the OpcUa-Item input. Connect the OpcUa-Item output to the OpcUa-Client input. Add a Debug node and connect the OpcUa-Client output to the Debug input.",[39,161,162],{},"Deploy your flow and click the Inject button.",[164,165,167],"render-flow",{":height":166},"300",[168,169,174],"pre",{"className":170,"code":171,"language":172,"meta":173,"style":173},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","[{\"id\":\"c62e8dab346d62bb\",\"type\":\"inject\",\"z\":\"7008401a.b94db\",\"name\":\"\",\"props\":[{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"x\":490,\"y\":740,\"wires\":[[\"cce9159a656858b9\"]]},{\"id\":\"cce9159a656858b9\",\"type\":\"OpcUa-Item\",\"z\":\"7008401a.b94db\",\"item\":\"ns=3;i=1003\",\"datatype\":\"Int32\",\"value\":\"\",\"name\":\"\",\"x\":700,\"y\":740,\"wires\":[[\"042a5d016ce879c6\"]]},{\"id\":\"1c1d56834b8d3373\",\"type\":\"debug\",\"z\":\"7008401a.b94db\",\"name\":\"Result\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":1130,\"y\":720,\"wires\":[]},{\"id\":\"bccca1356626f117\",\"type\":\"debug\",\"z\":\"7008401a.b94db\",\"name\":\"Errors\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":1130,\"y\":760,\"wires\":[]},{\"id\":\"042a5d016ce879c6\",\"type\":\"OpcUa-Client\",\"z\":\"7008401a.b94db\",\"endpoint\":\"\",\"action\":\"subscribe\",\"deadbandtype\":\"a\",\"deadbandvalue\":1,\"time\":\"2\",\"timeUnit\":\"s\",\"certificate\":\"n\",\"localfile\":\"\",\"localkeyfile\":\"\",\"securitymode\":\"None\",\"securitypolicy\":\"None\",\"useTransport\":false,\"maxChunkCount\":1,\"maxMessageSize\":8192,\"receiveBufferSize\":8192,\"sendBufferSize\":8192,\"setstatusandtime\":false,\"keepsessionalive\":false,\"name\":\"\",\"x\":940,\"y\":740,\"wires\":[[\"1c1d56834b8d3373\"],[\"bccca1356626f117\"],[]]}]\n","json","",[77,175,176],{"__ignoreMap":173},[177,178,181,185,188,192,194,197,199,203,205,208,210,213,215,217,219,222,224,226,228,231,233,235,237,240,242,244,246,249,251,253,256,258,260,263,265,268,270,273,275,277,279,282,284,286,288,291,293,295,297,300,302,305,307,310,312,314,316,318,320,323,325,327,329,331,333,336,338,341,343,346,348,350,354,356,358,360,362,364,366,368,370,373,375,377,380,382,384,387,389,391,394,396,398,401,403,406,408,411,413,416,418,420,422,424,426,428,430,432,434,436,438,440,442,445,447,449,451,453,455,457,459,461,463,465,467,470,472,474,476,479,481,483,485,488,490,492,494,497,499,501,503,506,508,510,512,514,516,518,520,522,524,526,528,530,532,534,537,539,541,543,545,547,549,551,553,555,557,559,561,564,566,568,570,572,574,576,578,581,583,585,587,589,591,593,595,598,600,602,604,606,608,610,612,614,616,618,620,622,624,626,628,631,633,635,637,640,642,645,647,650,652,654,656,659,661,663,665,668,670,672,674,677,679,681,683,686,688,690,692,695,697,699,701,704,706,708,710,713,715,717,719,721,723,726,728,730,732,735,737,739,741,743,745,747,750,752,754,756,758,760,763,765,767,769,771,774,776,778,780,782,784,787,789,791,793,795,797,799,801,803,805,807,809,811,813,815,817,819,821,823,825,827,829,831,833,836,838,840,842,844,846,848,850,852,854,856,858,860,862,864,866,868,870,872,874,876,878,880,882,884,886,888,890,892,894,896,898,900,902,904,906,908,910,912,914,916,918,920,922,924,926,928,930,932,934,936,938,940,942,944,946,948,950,952,955,957,959,961,963,965,967,969,971,973,975,977,979,981,983,985,987,989,991,994,996,998,1000,1002,1004,1006,1008,1010,1012,1014,1016,1019,1021,1023,1025,1027,1029,1032,1034,1036,1038,1041,1043,1045,1047,1050,1052,1054,1056,1058,1060,1062,1064,1067,1069,1071,1074,1076,1078,1081,1083,1085,1087,1090,1092,1094,1096,1099,1101,1103,1105,1108,1110,1112,1114,1117,1119,1121,1123,1126,1128,1130,1132,1135,1137,1139,1141,1143,1145,1148,1150,1152,1154,1156,1158,1161,1163,1165,1167,1170,1172,1174,1176,1179,1181,1183,1185,1187,1189,1191,1193,1196,1198,1200,1202,1205,1207,1209,1211,1213,1215,1218,1220,1222,1225,1227,1229,1232,1234,1236,1238,1240,1242,1245,1247,1249,1251,1253,1255,1258,1260,1262,1264,1267,1269,1271,1273,1275,1277,1279,1281,1283,1285,1287,1289,1291,1294,1296,1298,1300,1302,1304,1306,1308,1310,1312,1314,1316,1318,1320,1322,1325,1327,1329,1331],"span",{"class":179,"line":180},"line",1,[177,182,184],{"class":183},"sMK4o","[{",[177,186,187],{"class":183},"\"",[177,189,191],{"class":190},"spNyl","id",[177,193,187],{"class":183},[177,195,196],{"class":183},":",[177,198,187],{"class":183},[177,200,202],{"class":201},"sfazB","c62e8dab346d62bb",[177,204,187],{"class":183},[177,206,207],{"class":183},",",[177,209,187],{"class":183},[177,211,212],{"class":190},"type",[177,214,187],{"class":183},[177,216,196],{"class":183},[177,218,187],{"class":183},[177,220,221],{"class":201},"inject",[177,223,187],{"class":183},[177,225,207],{"class":183},[177,227,187],{"class":183},[177,229,230],{"class":190},"z",[177,232,187],{"class":183},[177,234,196],{"class":183},[177,236,187],{"class":183},[177,238,239],{"class":201},"7008401a.b94db",[177,241,187],{"class":183},[177,243,207],{"class":183},[177,245,187],{"class":183},[177,247,248],{"class":190},"name",[177,250,187],{"class":183},[177,252,196],{"class":183},[177,254,255],{"class":183},"\"\"",[177,257,207],{"class":183},[177,259,187],{"class":183},[177,261,262],{"class":190},"props",[177,264,187],{"class":183},[177,266,267],{"class":183},":[{",[177,269,187],{"class":183},[177,271,12],{"class":272},"sBMFI",[177,274,187],{"class":183},[177,276,196],{"class":183},[177,278,187],{"class":183},[177,280,281],{"class":201},"topic",[177,283,187],{"class":183},[177,285,207],{"class":183},[177,287,187],{"class":183},[177,289,290],{"class":272},"vt",[177,292,187],{"class":183},[177,294,196],{"class":183},[177,296,187],{"class":183},[177,298,299],{"class":201},"str",[177,301,187],{"class":183},[177,303,304],{"class":183},"}],",[177,306,187],{"class":183},[177,308,309],{"class":190},"repeat",[177,311,187],{"class":183},[177,313,196],{"class":183},[177,315,255],{"class":183},[177,317,207],{"class":183},[177,319,187],{"class":183},[177,321,322],{"class":190},"crontab",[177,324,187],{"class":183},[177,326,196],{"class":183},[177,328,255],{"class":183},[177,330,207],{"class":183},[177,332,187],{"class":183},[177,334,335],{"class":190},"once",[177,337,187],{"class":183},[177,339,340],{"class":183},":false,",[177,342,187],{"class":183},[177,344,345],{"class":190},"onceDelay",[177,347,187],{"class":183},[177,349,196],{"class":183},[177,351,353],{"class":352},"sbssI","0.1",[177,355,207],{"class":183},[177,357,187],{"class":183},[177,359,281],{"class":190},[177,361,187],{"class":183},[177,363,196],{"class":183},[177,365,255],{"class":183},[177,367,207],{"class":183},[177,369,187],{"class":183},[177,371,372],{"class":190},"x",[177,374,187],{"class":183},[177,376,196],{"class":183},[177,378,379],{"class":352},"490",[177,381,207],{"class":183},[177,383,187],{"class":183},[177,385,386],{"class":190},"y",[177,388,187],{"class":183},[177,390,196],{"class":183},[177,392,393],{"class":352},"740",[177,395,207],{"class":183},[177,397,187],{"class":183},[177,399,400],{"class":190},"wires",[177,402,187],{"class":183},[177,404,405],{"class":183},":[[",[177,407,187],{"class":183},[177,409,410],{"class":201},"cce9159a656858b9",[177,412,187],{"class":183},[177,414,415],{"class":183},"]]},{",[177,417,187],{"class":183},[177,419,191],{"class":190},[177,421,187],{"class":183},[177,423,196],{"class":183},[177,425,187],{"class":183},[177,427,410],{"class":201},[177,429,187],{"class":183},[177,431,207],{"class":183},[177,433,187],{"class":183},[177,435,212],{"class":190},[177,437,187],{"class":183},[177,439,196],{"class":183},[177,441,187],{"class":183},[177,443,444],{"class":201},"OpcUa-Item",[177,446,187],{"class":183},[177,448,207],{"class":183},[177,450,187],{"class":183},[177,452,230],{"class":190},[177,454,187],{"class":183},[177,456,196],{"class":183},[177,458,187],{"class":183},[177,460,239],{"class":201},[177,462,187],{"class":183},[177,464,207],{"class":183},[177,466,187],{"class":183},[177,468,469],{"class":190},"item",[177,471,187],{"class":183},[177,473,196],{"class":183},[177,475,187],{"class":183},[177,477,478],{"class":201},"ns=3;i=1003",[177,480,187],{"class":183},[177,482,207],{"class":183},[177,484,187],{"class":183},[177,486,487],{"class":190},"datatype",[177,489,187],{"class":183},[177,491,196],{"class":183},[177,493,187],{"class":183},[177,495,496],{"class":201},"Int32",[177,498,187],{"class":183},[177,500,207],{"class":183},[177,502,187],{"class":183},[177,504,505],{"class":190},"value",[177,507,187],{"class":183},[177,509,196],{"class":183},[177,511,255],{"class":183},[177,513,207],{"class":183},[177,515,187],{"class":183},[177,517,248],{"class":190},[177,519,187],{"class":183},[177,521,196],{"class":183},[177,523,255],{"class":183},[177,525,207],{"class":183},[177,527,187],{"class":183},[177,529,372],{"class":190},[177,531,187],{"class":183},[177,533,196],{"class":183},[177,535,536],{"class":352},"700",[177,538,207],{"class":183},[177,540,187],{"class":183},[177,542,386],{"class":190},[177,544,187],{"class":183},[177,546,196],{"class":183},[177,548,393],{"class":352},[177,550,207],{"class":183},[177,552,187],{"class":183},[177,554,400],{"class":190},[177,556,187],{"class":183},[177,558,405],{"class":183},[177,560,187],{"class":183},[177,562,563],{"class":201},"042a5d016ce879c6",[177,565,187],{"class":183},[177,567,415],{"class":183},[177,569,187],{"class":183},[177,571,191],{"class":190},[177,573,187],{"class":183},[177,575,196],{"class":183},[177,577,187],{"class":183},[177,579,580],{"class":201},"1c1d56834b8d3373",[177,582,187],{"class":183},[177,584,207],{"class":183},[177,586,187],{"class":183},[177,588,212],{"class":190},[177,590,187],{"class":183},[177,592,196],{"class":183},[177,594,187],{"class":183},[177,596,597],{"class":201},"debug",[177,599,187],{"class":183},[177,601,207],{"class":183},[177,603,187],{"class":183},[177,605,230],{"class":190},[177,607,187],{"class":183},[177,609,196],{"class":183},[177,611,187],{"class":183},[177,613,239],{"class":201},[177,615,187],{"class":183},[177,617,207],{"class":183},[177,619,187],{"class":183},[177,621,248],{"class":190},[177,623,187],{"class":183},[177,625,196],{"class":183},[177,627,187],{"class":183},[177,629,630],{"class":201},"Result",[177,632,187],{"class":183},[177,634,207],{"class":183},[177,636,187],{"class":183},[177,638,639],{"class":190},"active",[177,641,187],{"class":183},[177,643,644],{"class":183},":true,",[177,646,187],{"class":183},[177,648,649],{"class":190},"tosidebar",[177,651,187],{"class":183},[177,653,644],{"class":183},[177,655,187],{"class":183},[177,657,658],{"class":190},"console",[177,660,187],{"class":183},[177,662,340],{"class":183},[177,664,187],{"class":183},[177,666,667],{"class":190},"tostatus",[177,669,187],{"class":183},[177,671,340],{"class":183},[177,673,187],{"class":183},[177,675,676],{"class":190},"complete",[177,678,187],{"class":183},[177,680,196],{"class":183},[177,682,187],{"class":183},[177,684,685],{"class":201},"payload",[177,687,187],{"class":183},[177,689,207],{"class":183},[177,691,187],{"class":183},[177,693,694],{"class":190},"targetType",[177,696,187],{"class":183},[177,698,196],{"class":183},[177,700,187],{"class":183},[177,702,703],{"class":201},"msg",[177,705,187],{"class":183},[177,707,207],{"class":183},[177,709,187],{"class":183},[177,711,712],{"class":190},"statusVal",[177,714,187],{"class":183},[177,716,196],{"class":183},[177,718,255],{"class":183},[177,720,207],{"class":183},[177,722,187],{"class":183},[177,724,725],{"class":190},"statusType",[177,727,187],{"class":183},[177,729,196],{"class":183},[177,731,187],{"class":183},[177,733,734],{"class":201},"auto",[177,736,187],{"class":183},[177,738,207],{"class":183},[177,740,187],{"class":183},[177,742,372],{"class":190},[177,744,187],{"class":183},[177,746,196],{"class":183},[177,748,749],{"class":352},"1130",[177,751,207],{"class":183},[177,753,187],{"class":183},[177,755,386],{"class":190},[177,757,187],{"class":183},[177,759,196],{"class":183},[177,761,762],{"class":352},"720",[177,764,207],{"class":183},[177,766,187],{"class":183},[177,768,400],{"class":190},[177,770,187],{"class":183},[177,772,773],{"class":183},":[]},{",[177,775,187],{"class":183},[177,777,191],{"class":190},[177,779,187],{"class":183},[177,781,196],{"class":183},[177,783,187],{"class":183},[177,785,786],{"class":201},"bccca1356626f117",[177,788,187],{"class":183},[177,790,207],{"class":183},[177,792,187],{"class":183},[177,794,212],{"class":190},[177,796,187],{"class":183},[177,798,196],{"class":183},[177,800,187],{"class":183},[177,802,597],{"class":201},[177,804,187],{"class":183},[177,806,207],{"class":183},[177,808,187],{"class":183},[177,810,230],{"class":190},[177,812,187],{"class":183},[177,814,196],{"class":183},[177,816,187],{"class":183},[177,818,239],{"class":201},[177,820,187],{"class":183},[177,822,207],{"class":183},[177,824,187],{"class":183},[177,826,248],{"class":190},[177,828,187],{"class":183},[177,830,196],{"class":183},[177,832,187],{"class":183},[177,834,835],{"class":201},"Errors",[177,837,187],{"class":183},[177,839,207],{"class":183},[177,841,187],{"class":183},[177,843,639],{"class":190},[177,845,187],{"class":183},[177,847,644],{"class":183},[177,849,187],{"class":183},[177,851,649],{"class":190},[177,853,187],{"class":183},[177,855,644],{"class":183},[177,857,187],{"class":183},[177,859,658],{"class":190},[177,861,187],{"class":183},[177,863,340],{"class":183},[177,865,187],{"class":183},[177,867,667],{"class":190},[177,869,187],{"class":183},[177,871,340],{"class":183},[177,873,187],{"class":183},[177,875,676],{"class":190},[177,877,187],{"class":183},[177,879,196],{"class":183},[177,881,187],{"class":183},[177,883,685],{"class":201},[177,885,187],{"class":183},[177,887,207],{"class":183},[177,889,187],{"class":183},[177,891,694],{"class":190},[177,893,187],{"class":183},[177,895,196],{"class":183},[177,897,187],{"class":183},[177,899,703],{"class":201},[177,901,187],{"class":183},[177,903,207],{"class":183},[177,905,187],{"class":183},[177,907,712],{"class":190},[177,909,187],{"class":183},[177,911,196],{"class":183},[177,913,255],{"class":183},[177,915,207],{"class":183},[177,917,187],{"class":183},[177,919,725],{"class":190},[177,921,187],{"class":183},[177,923,196],{"class":183},[177,925,187],{"class":183},[177,927,734],{"class":201},[177,929,187],{"class":183},[177,931,207],{"class":183},[177,933,187],{"class":183},[177,935,372],{"class":190},[177,937,187],{"class":183},[177,939,196],{"class":183},[177,941,749],{"class":352},[177,943,207],{"class":183},[177,945,187],{"class":183},[177,947,386],{"class":190},[177,949,187],{"class":183},[177,951,196],{"class":183},[177,953,954],{"class":352},"760",[177,956,207],{"class":183},[177,958,187],{"class":183},[177,960,400],{"class":190},[177,962,187],{"class":183},[177,964,773],{"class":183},[177,966,187],{"class":183},[177,968,191],{"class":190},[177,970,187],{"class":183},[177,972,196],{"class":183},[177,974,187],{"class":183},[177,976,563],{"class":201},[177,978,187],{"class":183},[177,980,207],{"class":183},[177,982,187],{"class":183},[177,984,212],{"class":190},[177,986,187],{"class":183},[177,988,196],{"class":183},[177,990,187],{"class":183},[177,992,993],{"class":201},"OpcUa-Client",[177,995,187],{"class":183},[177,997,207],{"class":183},[177,999,187],{"class":183},[177,1001,230],{"class":190},[177,1003,187],{"class":183},[177,1005,196],{"class":183},[177,1007,187],{"class":183},[177,1009,239],{"class":201},[177,1011,187],{"class":183},[177,1013,207],{"class":183},[177,1015,187],{"class":183},[177,1017,1018],{"class":190},"endpoint",[177,1020,187],{"class":183},[177,1022,196],{"class":183},[177,1024,255],{"class":183},[177,1026,207],{"class":183},[177,1028,187],{"class":183},[177,1030,1031],{"class":190},"action",[177,1033,187],{"class":183},[177,1035,196],{"class":183},[177,1037,187],{"class":183},[177,1039,1040],{"class":201},"subscribe",[177,1042,187],{"class":183},[177,1044,207],{"class":183},[177,1046,187],{"class":183},[177,1048,1049],{"class":190},"deadbandtype",[177,1051,187],{"class":183},[177,1053,196],{"class":183},[177,1055,187],{"class":183},[177,1057,16],{"class":201},[177,1059,187],{"class":183},[177,1061,207],{"class":183},[177,1063,187],{"class":183},[177,1065,1066],{"class":190},"deadbandvalue",[177,1068,187],{"class":183},[177,1070,196],{"class":183},[177,1072,1073],{"class":352},"1",[177,1075,207],{"class":183},[177,1077,187],{"class":183},[177,1079,1080],{"class":190},"time",[177,1082,187],{"class":183},[177,1084,196],{"class":183},[177,1086,187],{"class":183},[177,1088,1089],{"class":201},"2",[177,1091,187],{"class":183},[177,1093,207],{"class":183},[177,1095,187],{"class":183},[177,1097,1098],{"class":190},"timeUnit",[177,1100,187],{"class":183},[177,1102,196],{"class":183},[177,1104,187],{"class":183},[177,1106,1107],{"class":201},"s",[177,1109,187],{"class":183},[177,1111,207],{"class":183},[177,1113,187],{"class":183},[177,1115,1116],{"class":190},"certificate",[177,1118,187],{"class":183},[177,1120,196],{"class":183},[177,1122,187],{"class":183},[177,1124,1125],{"class":201},"n",[177,1127,187],{"class":183},[177,1129,207],{"class":183},[177,1131,187],{"class":183},[177,1133,1134],{"class":190},"localfile",[177,1136,187],{"class":183},[177,1138,196],{"class":183},[177,1140,255],{"class":183},[177,1142,207],{"class":183},[177,1144,187],{"class":183},[177,1146,1147],{"class":190},"localkeyfile",[177,1149,187],{"class":183},[177,1151,196],{"class":183},[177,1153,255],{"class":183},[177,1155,207],{"class":183},[177,1157,187],{"class":183},[177,1159,1160],{"class":190},"securitymode",[177,1162,187],{"class":183},[177,1164,196],{"class":183},[177,1166,187],{"class":183},[177,1168,1169],{"class":201},"None",[177,1171,187],{"class":183},[177,1173,207],{"class":183},[177,1175,187],{"class":183},[177,1177,1178],{"class":190},"securitypolicy",[177,1180,187],{"class":183},[177,1182,196],{"class":183},[177,1184,187],{"class":183},[177,1186,1169],{"class":201},[177,1188,187],{"class":183},[177,1190,207],{"class":183},[177,1192,187],{"class":183},[177,1194,1195],{"class":190},"useTransport",[177,1197,187],{"class":183},[177,1199,340],{"class":183},[177,1201,187],{"class":183},[177,1203,1204],{"class":190},"maxChunkCount",[177,1206,187],{"class":183},[177,1208,196],{"class":183},[177,1210,1073],{"class":352},[177,1212,207],{"class":183},[177,1214,187],{"class":183},[177,1216,1217],{"class":190},"maxMessageSize",[177,1219,187],{"class":183},[177,1221,196],{"class":183},[177,1223,1224],{"class":352},"8192",[177,1226,207],{"class":183},[177,1228,187],{"class":183},[177,1230,1231],{"class":190},"receiveBufferSize",[177,1233,187],{"class":183},[177,1235,196],{"class":183},[177,1237,1224],{"class":352},[177,1239,207],{"class":183},[177,1241,187],{"class":183},[177,1243,1244],{"class":190},"sendBufferSize",[177,1246,187],{"class":183},[177,1248,196],{"class":183},[177,1250,1224],{"class":352},[177,1252,207],{"class":183},[177,1254,187],{"class":183},[177,1256,1257],{"class":190},"setstatusandtime",[177,1259,187],{"class":183},[177,1261,340],{"class":183},[177,1263,187],{"class":183},[177,1265,1266],{"class":190},"keepsessionalive",[177,1268,187],{"class":183},[177,1270,340],{"class":183},[177,1272,187],{"class":183},[177,1274,248],{"class":190},[177,1276,187],{"class":183},[177,1278,196],{"class":183},[177,1280,255],{"class":183},[177,1282,207],{"class":183},[177,1284,187],{"class":183},[177,1286,372],{"class":190},[177,1288,187],{"class":183},[177,1290,196],{"class":183},[177,1292,1293],{"class":352},"940",[177,1295,207],{"class":183},[177,1297,187],{"class":183},[177,1299,386],{"class":190},[177,1301,187],{"class":183},[177,1303,196],{"class":183},[177,1305,393],{"class":352},[177,1307,207],{"class":183},[177,1309,187],{"class":183},[177,1311,400],{"class":190},[177,1313,187],{"class":183},[177,1315,405],{"class":183},[177,1317,187],{"class":183},[177,1319,580],{"class":201},[177,1321,187],{"class":183},[177,1323,1324],{"class":183},"],[",[177,1326,187],{"class":183},[177,1328,786],{"class":201},[177,1330,187],{"class":183},[177,1332,1333],{"class":183},"],[]]}]\n",[12,1335,1336],{},"When clicked, the OpcUa-Item node sends the tag to the OpcUa-Client and creates the subscription. The node’s status will update to “subscribed” once the subscription is active. When values change, they appear in the debug panel. If no value changes occur within the interval time, the status will show “keep alive” to confirm that the connection is still active.",[121,1338,1340],{"id":1339},"subscribing-to-multiple-tags","Subscribing to Multiple Tags",[12,1342,1343],{},"To monitor multiple tags, simply create multiple OpcUa-Item nodes and connect them all to the OpcUa-Client node. Each item node should have its own NodeId configured. When you trigger the flow, all tags start updating simultaneously.",[12,1345,1346],{},"For many tags, you can also use a Function node to subscribe to multiple tags at once. Connect the Function node directly to the OpcUa-Client node (no OpcUa-Item node needed). Use the \"multiple\" topic with the following code:",[168,1348,1352],{"className":1349,"code":1350,"language":1351,"meta":173,"style":173},"language-javascript shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","msg.topic = \"multiple\";\nmsg.payload = [\n    { nodeId: \"ns=3;i=1007\" },\n    { nodeId: \"ns=3;i=1002\" },\n    { nodeId: \"ns=3;i=1001\" }\n];\nreturn msg;\n","javascript",[77,1353,1354,1378,1392,1414,1432,1451,1459],{"__ignoreMap":173},[177,1355,1356,1359,1361,1364,1367,1370,1373,1375],{"class":179,"line":180},[177,1357,703],{"class":1358},"sTEyZ",[177,1360,143],{"class":183},[177,1362,1363],{"class":1358},"topic ",[177,1365,1366],{"class":183},"=",[177,1368,1369],{"class":183}," \"",[177,1371,1372],{"class":201},"multiple",[177,1374,187],{"class":183},[177,1376,1377],{"class":183},";\n",[177,1379,1380,1382,1384,1387,1389],{"class":179,"line":146},[177,1381,703],{"class":1358},[177,1383,143],{"class":183},[177,1385,1386],{"class":1358},"payload ",[177,1388,1366],{"class":183},[177,1390,1391],{"class":1358}," [\n",[177,1393,1395,1398,1402,1404,1406,1409,1411],{"class":179,"line":1394},3,[177,1396,1397],{"class":183},"    {",[177,1399,1401],{"class":1400},"swJcz"," nodeId",[177,1403,196],{"class":183},[177,1405,1369],{"class":183},[177,1407,1408],{"class":201},"ns=3;i=1007",[177,1410,187],{"class":183},[177,1412,1413],{"class":183}," },\n",[177,1415,1417,1419,1421,1423,1425,1428,1430],{"class":179,"line":1416},4,[177,1418,1397],{"class":183},[177,1420,1401],{"class":1400},[177,1422,196],{"class":183},[177,1424,1369],{"class":183},[177,1426,1427],{"class":201},"ns=3;i=1002",[177,1429,187],{"class":183},[177,1431,1413],{"class":183},[177,1433,1435,1437,1439,1441,1443,1446,1448],{"class":179,"line":1434},5,[177,1436,1397],{"class":183},[177,1438,1401],{"class":1400},[177,1440,196],{"class":183},[177,1442,1369],{"class":183},[177,1444,1445],{"class":201},"ns=3;i=1001",[177,1447,187],{"class":183},[177,1449,1450],{"class":183}," }\n",[177,1452,1454,1457],{"class":179,"line":1453},6,[177,1455,1456],{"class":1358},"]",[177,1458,1377],{"class":183},[177,1460,1462,1466,1469],{"class":179,"line":1461},7,[177,1463,1465],{"class":1464},"s7zQu","return",[177,1467,1468],{"class":1358}," msg",[177,1470,1377],{"class":183},[12,1472,1473],{},"Below is the complete flow monitoring multiple tags:",[164,1475,1476],{":height":166},[168,1477,1479],{"className":170,"code":1478,"language":172,"meta":173,"style":173},"[{\"id\":\"93d8a766.c57aa8\",\"type\":\"function\",\"z\":\"58b3ba58c45b22dd\",\"name\":\"NodeId Array\",\"func\":\"msg.payload = [];\\nmsg.payload.push({ nodeId: \\\"ns=3;i=1001\\\"});\\nmsg.payload.push({ nodeId: \\\"ns=3;i=1002\\\"});\\nmsg.payload.push({ nodeId: \\\"ns=3;i=1003\\\"});\\nreturn msg;\",\"outputs\":1,\"timeout\":\"\",\"noerr\":0,\"initialize\":\"\",\"finalize\":\"\",\"libs\":[],\"x\":430,\"y\":400,\"wires\":[[\"ba45b808.7ff578\"]]},{\"id\":\"2d805dd3.473632\",\"type\":\"inject\",\"z\":\"58b3ba58c45b22dd\",\"name\":\"Subscribe multiple\",\"props\":[{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"multiple\",\"x\":230,\"y\":400,\"wires\":[[\"93d8a766.c57aa8\"]]},{\"id\":\"ba45b808.7ff578\",\"type\":\"OpcUa-Client\",\"z\":\"58b3ba58c45b22dd\",\"endpoint\":\"\",\"action\":\"subscribe\",\"deadbandtype\":\"a\",\"deadbandvalue\":1,\"time\":\"2\",\"timeUnit\":\"s\",\"certificate\":\"n\",\"localfile\":\"\",\"localkeyfile\":\"\",\"securitymode\":\"None\",\"securitypolicy\":\"None\",\"useTransport\":false,\"maxChunkCount\":\"\",\"maxMessageSize\":\"\",\"receiveBufferSize\":\"\",\"sendBufferSize\":\"\",\"setstatusandtime\":false,\"keepsessionalive\":false,\"name\":\"\",\"x\":620,\"y\":400,\"wires\":[[\"8d7ef05fbd80d2f9\"],[\"591cb7f46dd507af\"],[]]},{\"id\":\"8d7ef05fbd80d2f9\",\"type\":\"debug\",\"z\":\"58b3ba58c45b22dd\",\"name\":\"Result\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":790,\"y\":380,\"wires\":[]},{\"id\":\"591cb7f46dd507af\",\"type\":\"debug\",\"z\":\"58b3ba58c45b22dd\",\"name\":\"Errors\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":790,\"y\":420,\"wires\":[]}]\n",[77,1480,1481],{"__ignoreMap":173},[177,1482,1483,1485,1487,1489,1491,1493,1495,1498,1500,1502,1504,1506,1508,1510,1512,1515,1517,1519,1521,1523,1525,1527,1529,1532,1534,1536,1538,1540,1542,1544,1546,1549,1551,1553,1555,1558,1560,1562,1564,1567,1570,1573,1576,1578,1580,1583,1585,1587,1589,1591,1593,1595,1597,1599,1601,1603,1605,1607,1609,1612,1614,1616,1618,1621,1623,1625,1627,1629,1631,1634,1636,1638,1640,1642,1644,1647,1649,1651,1654,1656,1658,1661,1663,1665,1667,1669,1671,1674,1676,1678,1680,1682,1684,1687,1689,1692,1694,1696,1698,1700,1703,1705,1707,1709,1711,1713,1716,1718,1720,1722,1724,1726,1728,1731,1733,1735,1737,1739,1741,1743,1745,1748,1750,1752,1754,1756,1758,1760,1762,1764,1766,1768,1770,1772,1774,1776,1778,1780,1782,1784,1786,1788,1790,1792,1794,1797,1799,1801,1803,1805,1807,1809,1811,1813,1815,1817,1819,1821,1823,1825,1827,1829,1831,1833,1835,1837,1839,1841,1843,1845,1847,1849,1851,1853,1855,1857,1859,1861,1863,1865,1867,1869,1871,1873,1875,1877,1879,1881,1883,1885,1887,1889,1891,1893,1895,1897,1899,1901,1903,1905,1907,1909,1912,1914,1916,1918,1920,1922,1924,1926,1928,1930,1932,1934,1936,1938,1940,1942,1944,1946,1948,1950,1952,1954,1956,1958,1960,1962,1964,1966,1968,1970,1972,1974,1976,1978,1980,1982,1984,1986,1988,1990,1992,1994,1996,1998,2000,2002,2004,2006,2008,2010,2012,2014,2016,2018,2020,2022,2024,2026,2028,2030,2032,2034,2036,2038,2040,2042,2044,2046,2048,2050,2052,2054,2056,2058,2060,2062,2064,2066,2068,2070,2072,2074,2076,2078,2080,2082,2084,2086,2088,2090,2092,2094,2096,2098,2100,2102,2104,2106,2108,2110,2112,2114,2116,2118,2120,2122,2124,2126,2128,2130,2132,2134,2136,2138,2140,2142,2144,2146,2148,2150,2152,2154,2156,2158,2160,2162,2164,2166,2168,2170,2172,2174,2176,2178,2180,2182,2184,2186,2188,2190,2192,2194,2196,2198,2200,2202,2204,2206,2208,2210,2212,2214,2216,2218,2220,2222,2224,2226,2228,2230,2232,2234,2236,2238,2240,2242,2245,2247,2249,2251,2253,2255,2257,2259,2261,2263,2265,2267,2269,2272,2274,2276,2278,2281,2283,2286,2288,2290,2292,2294,2296,2298,2300,2302,2304,2306,2308,2310,2312,2314,2316,2318,2320,2322,2324,2326,2328,2330,2332,2334,2336,2338,2340,2342,2344,2346,2348,2350,2352,2354,2356,2358,2360,2362,2364,2366,2368,2370,2372,2374,2376,2378,2380,2382,2384,2386,2388,2390,2392,2394,2396,2398,2400,2402,2404,2406,2408,2410,2412,2414,2416,2418,2420,2422,2424,2426,2428,2430,2432,2434,2436,2438,2440,2442,2444,2446,2448,2450,2453,2455,2457,2459,2461,2463,2466,2468,2470,2472,2474,2476,2478,2480,2482,2484,2486,2488,2490,2492,2494,2496,2498,2500,2502,2504,2506,2508,2510,2512,2514,2516,2518,2520,2522,2524,2526,2528,2530,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,2590,2592,2594,2596,2598,2600,2602,2604,2606,2608,2610,2612,2614,2616,2618,2620,2622,2624,2626,2628,2630,2632,2634,2636,2638,2640,2642,2644,2646,2648,2650,2652,2655,2657,2659,2661,2663],{"class":179,"line":180},[177,1484,184],{"class":183},[177,1486,187],{"class":183},[177,1488,191],{"class":190},[177,1490,187],{"class":183},[177,1492,196],{"class":183},[177,1494,187],{"class":183},[177,1496,1497],{"class":201},"93d8a766.c57aa8",[177,1499,187],{"class":183},[177,1501,207],{"class":183},[177,1503,187],{"class":183},[177,1505,212],{"class":190},[177,1507,187],{"class":183},[177,1509,196],{"class":183},[177,1511,187],{"class":183},[177,1513,1514],{"class":201},"function",[177,1516,187],{"class":183},[177,1518,207],{"class":183},[177,1520,187],{"class":183},[177,1522,230],{"class":190},[177,1524,187],{"class":183},[177,1526,196],{"class":183},[177,1528,187],{"class":183},[177,1530,1531],{"class":201},"58b3ba58c45b22dd",[177,1533,187],{"class":183},[177,1535,207],{"class":183},[177,1537,187],{"class":183},[177,1539,248],{"class":190},[177,1541,187],{"class":183},[177,1543,196],{"class":183},[177,1545,187],{"class":183},[177,1547,1548],{"class":201},"NodeId Array",[177,1550,187],{"class":183},[177,1552,207],{"class":183},[177,1554,187],{"class":183},[177,1556,1557],{"class":190},"func",[177,1559,187],{"class":183},[177,1561,196],{"class":183},[177,1563,187],{"class":183},[177,1565,1566],{"class":201},"msg.payload = [];",[177,1568,1569],{"class":1358},"\\n",[177,1571,1572],{"class":201},"msg.payload.push({ nodeId: ",[177,1574,1575],{"class":1358},"\\\"",[177,1577,1445],{"class":201},[177,1579,1575],{"class":1358},[177,1581,1582],{"class":201},"});",[177,1584,1569],{"class":1358},[177,1586,1572],{"class":201},[177,1588,1575],{"class":1358},[177,1590,1427],{"class":201},[177,1592,1575],{"class":1358},[177,1594,1582],{"class":201},[177,1596,1569],{"class":1358},[177,1598,1572],{"class":201},[177,1600,1575],{"class":1358},[177,1602,478],{"class":201},[177,1604,1575],{"class":1358},[177,1606,1582],{"class":201},[177,1608,1569],{"class":1358},[177,1610,1611],{"class":201},"return msg;",[177,1613,187],{"class":183},[177,1615,207],{"class":183},[177,1617,187],{"class":183},[177,1619,1620],{"class":190},"outputs",[177,1622,187],{"class":183},[177,1624,196],{"class":183},[177,1626,1073],{"class":352},[177,1628,207],{"class":183},[177,1630,187],{"class":183},[177,1632,1633],{"class":190},"timeout",[177,1635,187],{"class":183},[177,1637,196],{"class":183},[177,1639,255],{"class":183},[177,1641,207],{"class":183},[177,1643,187],{"class":183},[177,1645,1646],{"class":190},"noerr",[177,1648,187],{"class":183},[177,1650,196],{"class":183},[177,1652,1653],{"class":352},"0",[177,1655,207],{"class":183},[177,1657,187],{"class":183},[177,1659,1660],{"class":190},"initialize",[177,1662,187],{"class":183},[177,1664,196],{"class":183},[177,1666,255],{"class":183},[177,1668,207],{"class":183},[177,1670,187],{"class":183},[177,1672,1673],{"class":190},"finalize",[177,1675,187],{"class":183},[177,1677,196],{"class":183},[177,1679,255],{"class":183},[177,1681,207],{"class":183},[177,1683,187],{"class":183},[177,1685,1686],{"class":190},"libs",[177,1688,187],{"class":183},[177,1690,1691],{"class":183},":[],",[177,1693,187],{"class":183},[177,1695,372],{"class":190},[177,1697,187],{"class":183},[177,1699,196],{"class":183},[177,1701,1702],{"class":352},"430",[177,1704,207],{"class":183},[177,1706,187],{"class":183},[177,1708,386],{"class":190},[177,1710,187],{"class":183},[177,1712,196],{"class":183},[177,1714,1715],{"class":352},"400",[177,1717,207],{"class":183},[177,1719,187],{"class":183},[177,1721,400],{"class":190},[177,1723,187],{"class":183},[177,1725,405],{"class":183},[177,1727,187],{"class":183},[177,1729,1730],{"class":201},"ba45b808.7ff578",[177,1732,187],{"class":183},[177,1734,415],{"class":183},[177,1736,187],{"class":183},[177,1738,191],{"class":190},[177,1740,187],{"class":183},[177,1742,196],{"class":183},[177,1744,187],{"class":183},[177,1746,1747],{"class":201},"2d805dd3.473632",[177,1749,187],{"class":183},[177,1751,207],{"class":183},[177,1753,187],{"class":183},[177,1755,212],{"class":190},[177,1757,187],{"class":183},[177,1759,196],{"class":183},[177,1761,187],{"class":183},[177,1763,221],{"class":201},[177,1765,187],{"class":183},[177,1767,207],{"class":183},[177,1769,187],{"class":183},[177,1771,230],{"class":190},[177,1773,187],{"class":183},[177,1775,196],{"class":183},[177,1777,187],{"class":183},[177,1779,1531],{"class":201},[177,1781,187],{"class":183},[177,1783,207],{"class":183},[177,1785,187],{"class":183},[177,1787,248],{"class":190},[177,1789,187],{"class":183},[177,1791,196],{"class":183},[177,1793,187],{"class":183},[177,1795,1796],{"class":201},"Subscribe multiple",[177,1798,187],{"class":183},[177,1800,207],{"class":183},[177,1802,187],{"class":183},[177,1804,262],{"class":190},[177,1806,187],{"class":183},[177,1808,267],{"class":183},[177,1810,187],{"class":183},[177,1812,12],{"class":272},[177,1814,187],{"class":183},[177,1816,196],{"class":183},[177,1818,187],{"class":183},[177,1820,281],{"class":201},[177,1822,187],{"class":183},[177,1824,207],{"class":183},[177,1826,187],{"class":183},[177,1828,290],{"class":272},[177,1830,187],{"class":183},[177,1832,196],{"class":183},[177,1834,187],{"class":183},[177,1836,299],{"class":201},[177,1838,187],{"class":183},[177,1840,304],{"class":183},[177,1842,187],{"class":183},[177,1844,309],{"class":190},[177,1846,187],{"class":183},[177,1848,196],{"class":183},[177,1850,255],{"class":183},[177,1852,207],{"class":183},[177,1854,187],{"class":183},[177,1856,322],{"class":190},[177,1858,187],{"class":183},[177,1860,196],{"class":183},[177,1862,255],{"class":183},[177,1864,207],{"class":183},[177,1866,187],{"class":183},[177,1868,335],{"class":190},[177,1870,187],{"class":183},[177,1872,340],{"class":183},[177,1874,187],{"class":183},[177,1876,345],{"class":190},[177,1878,187],{"class":183},[177,1880,196],{"class":183},[177,1882,353],{"class":352},[177,1884,207],{"class":183},[177,1886,187],{"class":183},[177,1888,281],{"class":190},[177,1890,187],{"class":183},[177,1892,196],{"class":183},[177,1894,187],{"class":183},[177,1896,1372],{"class":201},[177,1898,187],{"class":183},[177,1900,207],{"class":183},[177,1902,187],{"class":183},[177,1904,372],{"class":190},[177,1906,187],{"class":183},[177,1908,196],{"class":183},[177,1910,1911],{"class":352},"230",[177,1913,207],{"class":183},[177,1915,187],{"class":183},[177,1917,386],{"class":190},[177,1919,187],{"class":183},[177,1921,196],{"class":183},[177,1923,1715],{"class":352},[177,1925,207],{"class":183},[177,1927,187],{"class":183},[177,1929,400],{"class":190},[177,1931,187],{"class":183},[177,1933,405],{"class":183},[177,1935,187],{"class":183},[177,1937,1497],{"class":201},[177,1939,187],{"class":183},[177,1941,415],{"class":183},[177,1943,187],{"class":183},[177,1945,191],{"class":190},[177,1947,187],{"class":183},[177,1949,196],{"class":183},[177,1951,187],{"class":183},[177,1953,1730],{"class":201},[177,1955,187],{"class":183},[177,1957,207],{"class":183},[177,1959,187],{"class":183},[177,1961,212],{"class":190},[177,1963,187],{"class":183},[177,1965,196],{"class":183},[177,1967,187],{"class":183},[177,1969,993],{"class":201},[177,1971,187],{"class":183},[177,1973,207],{"class":183},[177,1975,187],{"class":183},[177,1977,230],{"class":190},[177,1979,187],{"class":183},[177,1981,196],{"class":183},[177,1983,187],{"class":183},[177,1985,1531],{"class":201},[177,1987,187],{"class":183},[177,1989,207],{"class":183},[177,1991,187],{"class":183},[177,1993,1018],{"class":190},[177,1995,187],{"class":183},[177,1997,196],{"class":183},[177,1999,255],{"class":183},[177,2001,207],{"class":183},[177,2003,187],{"class":183},[177,2005,1031],{"class":190},[177,2007,187],{"class":183},[177,2009,196],{"class":183},[177,2011,187],{"class":183},[177,2013,1040],{"class":201},[177,2015,187],{"class":183},[177,2017,207],{"class":183},[177,2019,187],{"class":183},[177,2021,1049],{"class":190},[177,2023,187],{"class":183},[177,2025,196],{"class":183},[177,2027,187],{"class":183},[177,2029,16],{"class":201},[177,2031,187],{"class":183},[177,2033,207],{"class":183},[177,2035,187],{"class":183},[177,2037,1066],{"class":190},[177,2039,187],{"class":183},[177,2041,196],{"class":183},[177,2043,1073],{"class":352},[177,2045,207],{"class":183},[177,2047,187],{"class":183},[177,2049,1080],{"class":190},[177,2051,187],{"class":183},[177,2053,196],{"class":183},[177,2055,187],{"class":183},[177,2057,1089],{"class":201},[177,2059,187],{"class":183},[177,2061,207],{"class":183},[177,2063,187],{"class":183},[177,2065,1098],{"class":190},[177,2067,187],{"class":183},[177,2069,196],{"class":183},[177,2071,187],{"class":183},[177,2073,1107],{"class":201},[177,2075,187],{"class":183},[177,2077,207],{"class":183},[177,2079,187],{"class":183},[177,2081,1116],{"class":190},[177,2083,187],{"class":183},[177,2085,196],{"class":183},[177,2087,187],{"class":183},[177,2089,1125],{"class":201},[177,2091,187],{"class":183},[177,2093,207],{"class":183},[177,2095,187],{"class":183},[177,2097,1134],{"class":190},[177,2099,187],{"class":183},[177,2101,196],{"class":183},[177,2103,255],{"class":183},[177,2105,207],{"class":183},[177,2107,187],{"class":183},[177,2109,1147],{"class":190},[177,2111,187],{"class":183},[177,2113,196],{"class":183},[177,2115,255],{"class":183},[177,2117,207],{"class":183},[177,2119,187],{"class":183},[177,2121,1160],{"class":190},[177,2123,187],{"class":183},[177,2125,196],{"class":183},[177,2127,187],{"class":183},[177,2129,1169],{"class":201},[177,2131,187],{"class":183},[177,2133,207],{"class":183},[177,2135,187],{"class":183},[177,2137,1178],{"class":190},[177,2139,187],{"class":183},[177,2141,196],{"class":183},[177,2143,187],{"class":183},[177,2145,1169],{"class":201},[177,2147,187],{"class":183},[177,2149,207],{"class":183},[177,2151,187],{"class":183},[177,2153,1195],{"class":190},[177,2155,187],{"class":183},[177,2157,340],{"class":183},[177,2159,187],{"class":183},[177,2161,1204],{"class":190},[177,2163,187],{"class":183},[177,2165,196],{"class":183},[177,2167,255],{"class":183},[177,2169,207],{"class":183},[177,2171,187],{"class":183},[177,2173,1217],{"class":190},[177,2175,187],{"class":183},[177,2177,196],{"class":183},[177,2179,255],{"class":183},[177,2181,207],{"class":183},[177,2183,187],{"class":183},[177,2185,1231],{"class":190},[177,2187,187],{"class":183},[177,2189,196],{"class":183},[177,2191,255],{"class":183},[177,2193,207],{"class":183},[177,2195,187],{"class":183},[177,2197,1244],{"class":190},[177,2199,187],{"class":183},[177,2201,196],{"class":183},[177,2203,255],{"class":183},[177,2205,207],{"class":183},[177,2207,187],{"class":183},[177,2209,1257],{"class":190},[177,2211,187],{"class":183},[177,2213,340],{"class":183},[177,2215,187],{"class":183},[177,2217,1266],{"class":190},[177,2219,187],{"class":183},[177,2221,340],{"class":183},[177,2223,187],{"class":183},[177,2225,248],{"class":190},[177,2227,187],{"class":183},[177,2229,196],{"class":183},[177,2231,255],{"class":183},[177,2233,207],{"class":183},[177,2235,187],{"class":183},[177,2237,372],{"class":190},[177,2239,187],{"class":183},[177,2241,196],{"class":183},[177,2243,2244],{"class":352},"620",[177,2246,207],{"class":183},[177,2248,187],{"class":183},[177,2250,386],{"class":190},[177,2252,187],{"class":183},[177,2254,196],{"class":183},[177,2256,1715],{"class":352},[177,2258,207],{"class":183},[177,2260,187],{"class":183},[177,2262,400],{"class":190},[177,2264,187],{"class":183},[177,2266,405],{"class":183},[177,2268,187],{"class":183},[177,2270,2271],{"class":201},"8d7ef05fbd80d2f9",[177,2273,187],{"class":183},[177,2275,1324],{"class":183},[177,2277,187],{"class":183},[177,2279,2280],{"class":201},"591cb7f46dd507af",[177,2282,187],{"class":183},[177,2284,2285],{"class":183},"],[]]},{",[177,2287,187],{"class":183},[177,2289,191],{"class":190},[177,2291,187],{"class":183},[177,2293,196],{"class":183},[177,2295,187],{"class":183},[177,2297,2271],{"class":201},[177,2299,187],{"class":183},[177,2301,207],{"class":183},[177,2303,187],{"class":183},[177,2305,212],{"class":190},[177,2307,187],{"class":183},[177,2309,196],{"class":183},[177,2311,187],{"class":183},[177,2313,597],{"class":201},[177,2315,187],{"class":183},[177,2317,207],{"class":183},[177,2319,187],{"class":183},[177,2321,230],{"class":190},[177,2323,187],{"class":183},[177,2325,196],{"class":183},[177,2327,187],{"class":183},[177,2329,1531],{"class":201},[177,2331,187],{"class":183},[177,2333,207],{"class":183},[177,2335,187],{"class":183},[177,2337,248],{"class":190},[177,2339,187],{"class":183},[177,2341,196],{"class":183},[177,2343,187],{"class":183},[177,2345,630],{"class":201},[177,2347,187],{"class":183},[177,2349,207],{"class":183},[177,2351,187],{"class":183},[177,2353,639],{"class":190},[177,2355,187],{"class":183},[177,2357,644],{"class":183},[177,2359,187],{"class":183},[177,2361,649],{"class":190},[177,2363,187],{"class":183},[177,2365,644],{"class":183},[177,2367,187],{"class":183},[177,2369,658],{"class":190},[177,2371,187],{"class":183},[177,2373,340],{"class":183},[177,2375,187],{"class":183},[177,2377,667],{"class":190},[177,2379,187],{"class":183},[177,2381,340],{"class":183},[177,2383,187],{"class":183},[177,2385,676],{"class":190},[177,2387,187],{"class":183},[177,2389,196],{"class":183},[177,2391,187],{"class":183},[177,2393,685],{"class":201},[177,2395,187],{"class":183},[177,2397,207],{"class":183},[177,2399,187],{"class":183},[177,2401,694],{"class":190},[177,2403,187],{"class":183},[177,2405,196],{"class":183},[177,2407,187],{"class":183},[177,2409,703],{"class":201},[177,2411,187],{"class":183},[177,2413,207],{"class":183},[177,2415,187],{"class":183},[177,2417,712],{"class":190},[177,2419,187],{"class":183},[177,2421,196],{"class":183},[177,2423,255],{"class":183},[177,2425,207],{"class":183},[177,2427,187],{"class":183},[177,2429,725],{"class":190},[177,2431,187],{"class":183},[177,2433,196],{"class":183},[177,2435,187],{"class":183},[177,2437,734],{"class":201},[177,2439,187],{"class":183},[177,2441,207],{"class":183},[177,2443,187],{"class":183},[177,2445,372],{"class":190},[177,2447,187],{"class":183},[177,2449,196],{"class":183},[177,2451,2452],{"class":352},"790",[177,2454,207],{"class":183},[177,2456,187],{"class":183},[177,2458,386],{"class":190},[177,2460,187],{"class":183},[177,2462,196],{"class":183},[177,2464,2465],{"class":352},"380",[177,2467,207],{"class":183},[177,2469,187],{"class":183},[177,2471,400],{"class":190},[177,2473,187],{"class":183},[177,2475,773],{"class":183},[177,2477,187],{"class":183},[177,2479,191],{"class":190},[177,2481,187],{"class":183},[177,2483,196],{"class":183},[177,2485,187],{"class":183},[177,2487,2280],{"class":201},[177,2489,187],{"class":183},[177,2491,207],{"class":183},[177,2493,187],{"class":183},[177,2495,212],{"class":190},[177,2497,187],{"class":183},[177,2499,196],{"class":183},[177,2501,187],{"class":183},[177,2503,597],{"class":201},[177,2505,187],{"class":183},[177,2507,207],{"class":183},[177,2509,187],{"class":183},[177,2511,230],{"class":190},[177,2513,187],{"class":183},[177,2515,196],{"class":183},[177,2517,187],{"class":183},[177,2519,1531],{"class":201},[177,2521,187],{"class":183},[177,2523,207],{"class":183},[177,2525,187],{"class":183},[177,2527,248],{"class":190},[177,2529,187],{"class":183},[177,2531,196],{"class":183},[177,2533,187],{"class":183},[177,2535,835],{"class":201},[177,2537,187],{"class":183},[177,2539,207],{"class":183},[177,2541,187],{"class":183},[177,2543,639],{"class":190},[177,2545,187],{"class":183},[177,2547,644],{"class":183},[177,2549,187],{"class":183},[177,2551,649],{"class":190},[177,2553,187],{"class":183},[177,2555,644],{"class":183},[177,2557,187],{"class":183},[177,2559,658],{"class":190},[177,2561,187],{"class":183},[177,2563,340],{"class":183},[177,2565,187],{"class":183},[177,2567,667],{"class":190},[177,2569,187],{"class":183},[177,2571,340],{"class":183},[177,2573,187],{"class":183},[177,2575,676],{"class":190},[177,2577,187],{"class":183},[177,2579,196],{"class":183},[177,2581,187],{"class":183},[177,2583,685],{"class":201},[177,2585,187],{"class":183},[177,2587,207],{"class":183},[177,2589,187],{"class":183},[177,2591,694],{"class":190},[177,2593,187],{"class":183},[177,2595,196],{"class":183},[177,2597,187],{"class":183},[177,2599,703],{"class":201},[177,2601,187],{"class":183},[177,2603,207],{"class":183},[177,2605,187],{"class":183},[177,2607,712],{"class":190},[177,2609,187],{"class":183},[177,2611,196],{"class":183},[177,2613,255],{"class":183},[177,2615,207],{"class":183},[177,2617,187],{"class":183},[177,2619,725],{"class":190},[177,2621,187],{"class":183},[177,2623,196],{"class":183},[177,2625,187],{"class":183},[177,2627,734],{"class":201},[177,2629,187],{"class":183},[177,2631,207],{"class":183},[177,2633,187],{"class":183},[177,2635,372],{"class":190},[177,2637,187],{"class":183},[177,2639,196],{"class":183},[177,2641,2452],{"class":352},[177,2643,207],{"class":183},[177,2645,187],{"class":183},[177,2647,386],{"class":190},[177,2649,187],{"class":183},[177,2651,196],{"class":183},[177,2653,2654],{"class":352},"420",[177,2656,207],{"class":183},[177,2658,187],{"class":183},[177,2660,400],{"class":190},[177,2662,187],{"class":183},[177,2664,2665],{"class":183},":[]}]\n",[12,2667,2668],{},"This subscribes to all tags in the array with a single request.",[12,2670,2671],{},"When using the \"multiple\" topic, each value update arrives in OPC UA's DataValue format. Here's what you'll see in the debug panel:",[168,2673,2678],{"className":2674,"code":2676,"language":2677},[2675],"language-text","{\n    value: {\n        dataType: \"Double\",\n        value: 23.5\n    },\n    statusCode: {\n        value: 0,  \u002F\u002F 0 = Good\n        description: \"Good\"\n    },\n    serverTimestamp: \"2025-07-24T11:12:45.640Z\",\n    sourceTimestamp: \"2025-07-24T10:33:17.697Z\"\n}\n","text",[77,2679,2676],{"__ignoreMap":173},[12,2681,2682],{},"Subscribing to multiple tags with OpcUa-Item nodes returns just the value.",[121,2684,2686],{"id":2685},"stopping-subscriptions","Stopping Subscriptions",[12,2688,2689],{},"To stop receiving updates and free up server resources, you have two options:",[12,2691,2692,2695],{},[42,2693,2694],{},"UNSUBSCRIBE",": Removes specific monitored items from the subscription but keeps the subscription alive. Use this when you want to stop monitoring certain tags while keeping others active.",[12,2697,2698,2701],{},[42,2699,2700],{},"DELETESUBSCRIPTION",": Completely removes the subscription and all its monitored items. Use this when you're done monitoring and want to clean up all resources.",[12,2703,2704],{},"To use either action, change the OpcUa-Client node's Action dropdown to \"unsubscribe\" or \"deletesubscription\".",[28,2706,2708],{"id":2707},"events-and-alarms","Events and Alarms",[12,2710,2711],{},"OPC UA events and alarms go beyond simple value monitoring. While subscriptions tell you \"the temperature is 95°C\", events tell you \"high temperature alarm triggered at 14:32:15 on Tank 3\".",[12,2713,2714],{},"Events capture the full context of what happened, when it happened, and what needs attention. Alarms are a special type of event that requires acknowledgment - perfect for critical situations that need human intervention.",[121,2716,2718],{"id":2717},"setting-up-event-monitoring","Setting Up Event Monitoring",[129,2720,2721,2724,2731,2734],{},[39,2722,2723],{},"Add an Inject node to trigger the event subscription.",[39,2725,2726,2727,2730],{},"Add an OpcUa-Event node and configure the Source node to the event source. For server-wide events, use ",[77,2728,2729],{},"ns=0;i=2253"," (the Server object).",[39,2732,2733],{},"Add an OpcUa-Client node with Action set to \"EVENTS\".",[39,2735,2736],{},"Connect the Inject output to the OpcUa-Item node input. Connect the OpcUa-Item output to the OpcUa-Client input. Add a Debug node and connect the OpcUa-Client output to the Debug input.",[12,2738,2739],{},"Deploy and trigger the flow. The debug panel will show events as they occur on your server.",[164,2741,2742],{":height":166},[168,2743,2745],{"className":170,"code":2744,"language":172,"meta":173,"style":173},"[{\"id\":\"d72f52a6.35fa3\",\"type\":\"OpcUa-Event\",\"z\":\"5d665294.f65f14\",\"root\":\"ns=0;i=2253\",\"activatecustomevent\":false,\"eventtype\":\"i=2041\",\"customeventtype\":\"\",\"name\":\"All events\",\"x\":400,\"y\":120,\"wires\":[[\"ae628046.ca67c\"]]},{\"id\":\"96c3ea4c.7897e8\",\"type\":\"inject\",\"z\":\"5d665294.f65f14\",\"name\":\"Subscribe events\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":\"\",\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"str\",\"x\":220,\"y\":120,\"wires\":[[\"d72f52a6.35fa3\"]]},{\"id\":\"ae628046.ca67c\",\"type\":\"OpcUa-Client\",\"z\":\"5d665294.f65f14\",\"endpoint\":\"\",\"action\":\"events\",\"deadbandvalue\":\"\",\"time\":\"2\",\"timeUnit\":\"s\",\"localfile\":\"\",\"localkeyfile\":\"\",\"securitymode\":\"None\",\"securitypolicy\":\"None\",\"useTransport\":false,\"maxChunkCount\":\"\",\"maxMessageSize\":\"\",\"receiveBufferSize\":\"\",\"sendBufferSize\":\"\",\"setstatusandtime\":false,\"keepsessionalive\":false,\"name\":\"Prosys events\",\"x\":580,\"y\":120,\"wires\":[[\"67203130.a7a05\"],[\"1a7bf6600cc8bec0\"],[]]},{\"id\":\"67203130.a7a05\",\"type\":\"debug\",\"z\":\"5d665294.f65f14\",\"name\":\"Result\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":750,\"y\":100,\"wires\":[]},{\"id\":\"1a7bf6600cc8bec0\",\"type\":\"debug\",\"z\":\"5d665294.f65f14\",\"name\":\"Errrors\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":750,\"y\":140,\"wires\":[]}]\n",[77,2746,2747],{"__ignoreMap":173},[177,2748,2749,2751,2753,2755,2757,2759,2761,2764,2766,2768,2770,2772,2774,2776,2778,2781,2783,2785,2787,2789,2791,2793,2795,2798,2800,2802,2804,2807,2809,2811,2813,2815,2817,2819,2821,2824,2826,2828,2830,2833,2835,2837,2839,2842,2844,2846,2848,2851,2853,2855,2857,2859,2861,2863,2865,2867,2869,2872,2874,2876,2878,2880,2882,2884,2886,2888,2890,2892,2894,2896,2899,2901,2903,2905,2907,2909,2911,2914,2916,2918,2920,2922,2924,2926,2928,2931,2933,2935,2937,2939,2941,2943,2945,2947,2949,2951,2953,2955,2957,2959,2961,2963,2965,2967,2969,2971,2973,2975,2977,2980,2982,2984,2986,2988,2990,2992,2994,2996,2998,3000,3002,3004,3006,3009,3011,3013,3015,3017,3019,3021,3023,3025,3027,3029,3031,3033,3035,3037,3039,3041,3043,3045,3047,3049,3051,3053,3055,3057,3059,3061,3063,3065,3067,3069,3071,3073,3075,3077,3079,3081,3083,3085,3087,3089,3091,3093,3095,3097,3099,3101,3103,3105,3107,3109,3111,3114,3116,3118,3120,3122,3124,3126,3128,3130,3132,3134,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,3197,3199,3201,3203,3205,3207,3209,3211,3213,3215,3217,3219,3221,3223,3225,3227,3229,3231,3233,3235,3237,3240,3242,3244,3246,3248,3250,3252,3254,3256,3258,3260,3262,3264,3266,3268,3270,3272,3274,3276,3278,3280,3282,3284,3286,3288,3290,3292,3294,3296,3298,3300,3302,3304,3306,3308,3310,3312,3314,3316,3318,3320,3322,3324,3326,3328,3330,3332,3334,3336,3338,3340,3342,3344,3346,3348,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,3420,3422,3424,3426,3429,3431,3433,3435,3437,3439,3441,3444,3446,3448,3450,3452,3454,3456,3458,3460,3462,3464,3466,3468,3471,3473,3475,3477,3480,3482,3484,3486,3488,3490,3492,3494,3496,3498,3500,3502,3504,3506,3508,3510,3512,3514,3516,3518,3520,3522,3524,3526,3528,3530,3532,3534,3536,3538,3540,3542,3544,3546,3548,3550,3552,3554,3556,3558,3560,3562,3564,3566,3568,3570,3572,3574,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,3634,3636,3638,3640,3642,3644,3646,3648,3651,3653,3655,3657,3659,3661,3664,3666,3668,3670,3672,3674,3676,3678,3680,3682,3684,3686,3688,3690,3692,3694,3696,3698,3700,3702,3704,3706,3708,3710,3712,3714,3716,3718,3720,3722,3724,3726,3728,3730,3732,3735,3737,3739,3741,3743,3745,3747,3749,3751,3753,3755,3757,3759,3761,3763,3765,3767,3769,3771,3773,3775,3777,3779,3781,3783,3785,3787,3789,3791,3793,3795,3797,3799,3801,3803,3805,3807,3809,3811,3813,3815,3817,3819,3821,3823,3825,3827,3829,3831,3833,3835,3837,3839,3841,3843,3845,3847,3849,3851,3854,3856,3858,3860,3862],{"class":179,"line":180},[177,2750,184],{"class":183},[177,2752,187],{"class":183},[177,2754,191],{"class":190},[177,2756,187],{"class":183},[177,2758,196],{"class":183},[177,2760,187],{"class":183},[177,2762,2763],{"class":201},"d72f52a6.35fa3",[177,2765,187],{"class":183},[177,2767,207],{"class":183},[177,2769,187],{"class":183},[177,2771,212],{"class":190},[177,2773,187],{"class":183},[177,2775,196],{"class":183},[177,2777,187],{"class":183},[177,2779,2780],{"class":201},"OpcUa-Event",[177,2782,187],{"class":183},[177,2784,207],{"class":183},[177,2786,187],{"class":183},[177,2788,230],{"class":190},[177,2790,187],{"class":183},[177,2792,196],{"class":183},[177,2794,187],{"class":183},[177,2796,2797],{"class":201},"5d665294.f65f14",[177,2799,187],{"class":183},[177,2801,207],{"class":183},[177,2803,187],{"class":183},[177,2805,2806],{"class":190},"root",[177,2808,187],{"class":183},[177,2810,196],{"class":183},[177,2812,187],{"class":183},[177,2814,2729],{"class":201},[177,2816,187],{"class":183},[177,2818,207],{"class":183},[177,2820,187],{"class":183},[177,2822,2823],{"class":190},"activatecustomevent",[177,2825,187],{"class":183},[177,2827,340],{"class":183},[177,2829,187],{"class":183},[177,2831,2832],{"class":190},"eventtype",[177,2834,187],{"class":183},[177,2836,196],{"class":183},[177,2838,187],{"class":183},[177,2840,2841],{"class":201},"i=2041",[177,2843,187],{"class":183},[177,2845,207],{"class":183},[177,2847,187],{"class":183},[177,2849,2850],{"class":190},"customeventtype",[177,2852,187],{"class":183},[177,2854,196],{"class":183},[177,2856,255],{"class":183},[177,2858,207],{"class":183},[177,2860,187],{"class":183},[177,2862,248],{"class":190},[177,2864,187],{"class":183},[177,2866,196],{"class":183},[177,2868,187],{"class":183},[177,2870,2871],{"class":201},"All events",[177,2873,187],{"class":183},[177,2875,207],{"class":183},[177,2877,187],{"class":183},[177,2879,372],{"class":190},[177,2881,187],{"class":183},[177,2883,196],{"class":183},[177,2885,1715],{"class":352},[177,2887,207],{"class":183},[177,2889,187],{"class":183},[177,2891,386],{"class":190},[177,2893,187],{"class":183},[177,2895,196],{"class":183},[177,2897,2898],{"class":352},"120",[177,2900,207],{"class":183},[177,2902,187],{"class":183},[177,2904,400],{"class":190},[177,2906,187],{"class":183},[177,2908,405],{"class":183},[177,2910,187],{"class":183},[177,2912,2913],{"class":201},"ae628046.ca67c",[177,2915,187],{"class":183},[177,2917,415],{"class":183},[177,2919,187],{"class":183},[177,2921,191],{"class":190},[177,2923,187],{"class":183},[177,2925,196],{"class":183},[177,2927,187],{"class":183},[177,2929,2930],{"class":201},"96c3ea4c.7897e8",[177,2932,187],{"class":183},[177,2934,207],{"class":183},[177,2936,187],{"class":183},[177,2938,212],{"class":190},[177,2940,187],{"class":183},[177,2942,196],{"class":183},[177,2944,187],{"class":183},[177,2946,221],{"class":201},[177,2948,187],{"class":183},[177,2950,207],{"class":183},[177,2952,187],{"class":183},[177,2954,230],{"class":190},[177,2956,187],{"class":183},[177,2958,196],{"class":183},[177,2960,187],{"class":183},[177,2962,2797],{"class":201},[177,2964,187],{"class":183},[177,2966,207],{"class":183},[177,2968,187],{"class":183},[177,2970,248],{"class":190},[177,2972,187],{"class":183},[177,2974,196],{"class":183},[177,2976,187],{"class":183},[177,2978,2979],{"class":201},"Subscribe events",[177,2981,187],{"class":183},[177,2983,207],{"class":183},[177,2985,187],{"class":183},[177,2987,262],{"class":190},[177,2989,187],{"class":183},[177,2991,267],{"class":183},[177,2993,187],{"class":183},[177,2995,12],{"class":272},[177,2997,187],{"class":183},[177,2999,196],{"class":183},[177,3001,187],{"class":183},[177,3003,685],{"class":201},[177,3005,187],{"class":183},[177,3007,3008],{"class":183},"},{",[177,3010,187],{"class":183},[177,3012,12],{"class":272},[177,3014,187],{"class":183},[177,3016,196],{"class":183},[177,3018,187],{"class":183},[177,3020,281],{"class":201},[177,3022,187],{"class":183},[177,3024,207],{"class":183},[177,3026,187],{"class":183},[177,3028,290],{"class":272},[177,3030,187],{"class":183},[177,3032,196],{"class":183},[177,3034,187],{"class":183},[177,3036,299],{"class":201},[177,3038,187],{"class":183},[177,3040,304],{"class":183},[177,3042,187],{"class":183},[177,3044,309],{"class":190},[177,3046,187],{"class":183},[177,3048,196],{"class":183},[177,3050,255],{"class":183},[177,3052,207],{"class":183},[177,3054,187],{"class":183},[177,3056,322],{"class":190},[177,3058,187],{"class":183},[177,3060,196],{"class":183},[177,3062,255],{"class":183},[177,3064,207],{"class":183},[177,3066,187],{"class":183},[177,3068,335],{"class":190},[177,3070,187],{"class":183},[177,3072,340],{"class":183},[177,3074,187],{"class":183},[177,3076,345],{"class":190},[177,3078,187],{"class":183},[177,3080,196],{"class":183},[177,3082,255],{"class":183},[177,3084,207],{"class":183},[177,3086,187],{"class":183},[177,3088,281],{"class":190},[177,3090,187],{"class":183},[177,3092,196],{"class":183},[177,3094,255],{"class":183},[177,3096,207],{"class":183},[177,3098,187],{"class":183},[177,3100,685],{"class":190},[177,3102,187],{"class":183},[177,3104,196],{"class":183},[177,3106,255],{"class":183},[177,3108,207],{"class":183},[177,3110,187],{"class":183},[177,3112,3113],{"class":190},"payloadType",[177,3115,187],{"class":183},[177,3117,196],{"class":183},[177,3119,187],{"class":183},[177,3121,299],{"class":201},[177,3123,187],{"class":183},[177,3125,207],{"class":183},[177,3127,187],{"class":183},[177,3129,372],{"class":190},[177,3131,187],{"class":183},[177,3133,196],{"class":183},[177,3135,3136],{"class":352},"220",[177,3138,207],{"class":183},[177,3140,187],{"class":183},[177,3142,386],{"class":190},[177,3144,187],{"class":183},[177,3146,196],{"class":183},[177,3148,2898],{"class":352},[177,3150,207],{"class":183},[177,3152,187],{"class":183},[177,3154,400],{"class":190},[177,3156,187],{"class":183},[177,3158,405],{"class":183},[177,3160,187],{"class":183},[177,3162,2763],{"class":201},[177,3164,187],{"class":183},[177,3166,415],{"class":183},[177,3168,187],{"class":183},[177,3170,191],{"class":190},[177,3172,187],{"class":183},[177,3174,196],{"class":183},[177,3176,187],{"class":183},[177,3178,2913],{"class":201},[177,3180,187],{"class":183},[177,3182,207],{"class":183},[177,3184,187],{"class":183},[177,3186,212],{"class":190},[177,3188,187],{"class":183},[177,3190,196],{"class":183},[177,3192,187],{"class":183},[177,3194,993],{"class":201},[177,3196,187],{"class":183},[177,3198,207],{"class":183},[177,3200,187],{"class":183},[177,3202,230],{"class":190},[177,3204,187],{"class":183},[177,3206,196],{"class":183},[177,3208,187],{"class":183},[177,3210,2797],{"class":201},[177,3212,187],{"class":183},[177,3214,207],{"class":183},[177,3216,187],{"class":183},[177,3218,1018],{"class":190},[177,3220,187],{"class":183},[177,3222,196],{"class":183},[177,3224,255],{"class":183},[177,3226,207],{"class":183},[177,3228,187],{"class":183},[177,3230,1031],{"class":190},[177,3232,187],{"class":183},[177,3234,196],{"class":183},[177,3236,187],{"class":183},[177,3238,3239],{"class":201},"events",[177,3241,187],{"class":183},[177,3243,207],{"class":183},[177,3245,187],{"class":183},[177,3247,1066],{"class":190},[177,3249,187],{"class":183},[177,3251,196],{"class":183},[177,3253,255],{"class":183},[177,3255,207],{"class":183},[177,3257,187],{"class":183},[177,3259,1080],{"class":190},[177,3261,187],{"class":183},[177,3263,196],{"class":183},[177,3265,187],{"class":183},[177,3267,1089],{"class":201},[177,3269,187],{"class":183},[177,3271,207],{"class":183},[177,3273,187],{"class":183},[177,3275,1098],{"class":190},[177,3277,187],{"class":183},[177,3279,196],{"class":183},[177,3281,187],{"class":183},[177,3283,1107],{"class":201},[177,3285,187],{"class":183},[177,3287,207],{"class":183},[177,3289,187],{"class":183},[177,3291,1134],{"class":190},[177,3293,187],{"class":183},[177,3295,196],{"class":183},[177,3297,255],{"class":183},[177,3299,207],{"class":183},[177,3301,187],{"class":183},[177,3303,1147],{"class":190},[177,3305,187],{"class":183},[177,3307,196],{"class":183},[177,3309,255],{"class":183},[177,3311,207],{"class":183},[177,3313,187],{"class":183},[177,3315,1160],{"class":190},[177,3317,187],{"class":183},[177,3319,196],{"class":183},[177,3321,187],{"class":183},[177,3323,1169],{"class":201},[177,3325,187],{"class":183},[177,3327,207],{"class":183},[177,3329,187],{"class":183},[177,3331,1178],{"class":190},[177,3333,187],{"class":183},[177,3335,196],{"class":183},[177,3337,187],{"class":183},[177,3339,1169],{"class":201},[177,3341,187],{"class":183},[177,3343,207],{"class":183},[177,3345,187],{"class":183},[177,3347,1195],{"class":190},[177,3349,187],{"class":183},[177,3351,340],{"class":183},[177,3353,187],{"class":183},[177,3355,1204],{"class":190},[177,3357,187],{"class":183},[177,3359,196],{"class":183},[177,3361,255],{"class":183},[177,3363,207],{"class":183},[177,3365,187],{"class":183},[177,3367,1217],{"class":190},[177,3369,187],{"class":183},[177,3371,196],{"class":183},[177,3373,255],{"class":183},[177,3375,207],{"class":183},[177,3377,187],{"class":183},[177,3379,1231],{"class":190},[177,3381,187],{"class":183},[177,3383,196],{"class":183},[177,3385,255],{"class":183},[177,3387,207],{"class":183},[177,3389,187],{"class":183},[177,3391,1244],{"class":190},[177,3393,187],{"class":183},[177,3395,196],{"class":183},[177,3397,255],{"class":183},[177,3399,207],{"class":183},[177,3401,187],{"class":183},[177,3403,1257],{"class":190},[177,3405,187],{"class":183},[177,3407,340],{"class":183},[177,3409,187],{"class":183},[177,3411,1266],{"class":190},[177,3413,187],{"class":183},[177,3415,340],{"class":183},[177,3417,187],{"class":183},[177,3419,248],{"class":190},[177,3421,187],{"class":183},[177,3423,196],{"class":183},[177,3425,187],{"class":183},[177,3427,3428],{"class":201},"Prosys events",[177,3430,187],{"class":183},[177,3432,207],{"class":183},[177,3434,187],{"class":183},[177,3436,372],{"class":190},[177,3438,187],{"class":183},[177,3440,196],{"class":183},[177,3442,3443],{"class":352},"580",[177,3445,207],{"class":183},[177,3447,187],{"class":183},[177,3449,386],{"class":190},[177,3451,187],{"class":183},[177,3453,196],{"class":183},[177,3455,2898],{"class":352},[177,3457,207],{"class":183},[177,3459,187],{"class":183},[177,3461,400],{"class":190},[177,3463,187],{"class":183},[177,3465,405],{"class":183},[177,3467,187],{"class":183},[177,3469,3470],{"class":201},"67203130.a7a05",[177,3472,187],{"class":183},[177,3474,1324],{"class":183},[177,3476,187],{"class":183},[177,3478,3479],{"class":201},"1a7bf6600cc8bec0",[177,3481,187],{"class":183},[177,3483,2285],{"class":183},[177,3485,187],{"class":183},[177,3487,191],{"class":190},[177,3489,187],{"class":183},[177,3491,196],{"class":183},[177,3493,187],{"class":183},[177,3495,3470],{"class":201},[177,3497,187],{"class":183},[177,3499,207],{"class":183},[177,3501,187],{"class":183},[177,3503,212],{"class":190},[177,3505,187],{"class":183},[177,3507,196],{"class":183},[177,3509,187],{"class":183},[177,3511,597],{"class":201},[177,3513,187],{"class":183},[177,3515,207],{"class":183},[177,3517,187],{"class":183},[177,3519,230],{"class":190},[177,3521,187],{"class":183},[177,3523,196],{"class":183},[177,3525,187],{"class":183},[177,3527,2797],{"class":201},[177,3529,187],{"class":183},[177,3531,207],{"class":183},[177,3533,187],{"class":183},[177,3535,248],{"class":190},[177,3537,187],{"class":183},[177,3539,196],{"class":183},[177,3541,187],{"class":183},[177,3543,630],{"class":201},[177,3545,187],{"class":183},[177,3547,207],{"class":183},[177,3549,187],{"class":183},[177,3551,639],{"class":190},[177,3553,187],{"class":183},[177,3555,644],{"class":183},[177,3557,187],{"class":183},[177,3559,649],{"class":190},[177,3561,187],{"class":183},[177,3563,644],{"class":183},[177,3565,187],{"class":183},[177,3567,658],{"class":190},[177,3569,187],{"class":183},[177,3571,340],{"class":183},[177,3573,187],{"class":183},[177,3575,667],{"class":190},[177,3577,187],{"class":183},[177,3579,340],{"class":183},[177,3581,187],{"class":183},[177,3583,676],{"class":190},[177,3585,187],{"class":183},[177,3587,196],{"class":183},[177,3589,187],{"class":183},[177,3591,685],{"class":201},[177,3593,187],{"class":183},[177,3595,207],{"class":183},[177,3597,187],{"class":183},[177,3599,694],{"class":190},[177,3601,187],{"class":183},[177,3603,196],{"class":183},[177,3605,187],{"class":183},[177,3607,703],{"class":201},[177,3609,187],{"class":183},[177,3611,207],{"class":183},[177,3613,187],{"class":183},[177,3615,712],{"class":190},[177,3617,187],{"class":183},[177,3619,196],{"class":183},[177,3621,255],{"class":183},[177,3623,207],{"class":183},[177,3625,187],{"class":183},[177,3627,725],{"class":190},[177,3629,187],{"class":183},[177,3631,196],{"class":183},[177,3633,187],{"class":183},[177,3635,734],{"class":201},[177,3637,187],{"class":183},[177,3639,207],{"class":183},[177,3641,187],{"class":183},[177,3643,372],{"class":190},[177,3645,187],{"class":183},[177,3647,196],{"class":183},[177,3649,3650],{"class":352},"750",[177,3652,207],{"class":183},[177,3654,187],{"class":183},[177,3656,386],{"class":190},[177,3658,187],{"class":183},[177,3660,196],{"class":183},[177,3662,3663],{"class":352},"100",[177,3665,207],{"class":183},[177,3667,187],{"class":183},[177,3669,400],{"class":190},[177,3671,187],{"class":183},[177,3673,773],{"class":183},[177,3675,187],{"class":183},[177,3677,191],{"class":190},[177,3679,187],{"class":183},[177,3681,196],{"class":183},[177,3683,187],{"class":183},[177,3685,3479],{"class":201},[177,3687,187],{"class":183},[177,3689,207],{"class":183},[177,3691,187],{"class":183},[177,3693,212],{"class":190},[177,3695,187],{"class":183},[177,3697,196],{"class":183},[177,3699,187],{"class":183},[177,3701,597],{"class":201},[177,3703,187],{"class":183},[177,3705,207],{"class":183},[177,3707,187],{"class":183},[177,3709,230],{"class":190},[177,3711,187],{"class":183},[177,3713,196],{"class":183},[177,3715,187],{"class":183},[177,3717,2797],{"class":201},[177,3719,187],{"class":183},[177,3721,207],{"class":183},[177,3723,187],{"class":183},[177,3725,248],{"class":190},[177,3727,187],{"class":183},[177,3729,196],{"class":183},[177,3731,187],{"class":183},[177,3733,3734],{"class":201},"Errrors",[177,3736,187],{"class":183},[177,3738,207],{"class":183},[177,3740,187],{"class":183},[177,3742,639],{"class":190},[177,3744,187],{"class":183},[177,3746,644],{"class":183},[177,3748,187],{"class":183},[177,3750,649],{"class":190},[177,3752,187],{"class":183},[177,3754,644],{"class":183},[177,3756,187],{"class":183},[177,3758,658],{"class":190},[177,3760,187],{"class":183},[177,3762,340],{"class":183},[177,3764,187],{"class":183},[177,3766,667],{"class":190},[177,3768,187],{"class":183},[177,3770,340],{"class":183},[177,3772,187],{"class":183},[177,3774,676],{"class":190},[177,3776,187],{"class":183},[177,3778,196],{"class":183},[177,3780,187],{"class":183},[177,3782,685],{"class":201},[177,3784,187],{"class":183},[177,3786,207],{"class":183},[177,3788,187],{"class":183},[177,3790,694],{"class":190},[177,3792,187],{"class":183},[177,3794,196],{"class":183},[177,3796,187],{"class":183},[177,3798,703],{"class":201},[177,3800,187],{"class":183},[177,3802,207],{"class":183},[177,3804,187],{"class":183},[177,3806,712],{"class":190},[177,3808,187],{"class":183},[177,3810,196],{"class":183},[177,3812,255],{"class":183},[177,3814,207],{"class":183},[177,3816,187],{"class":183},[177,3818,725],{"class":190},[177,3820,187],{"class":183},[177,3822,196],{"class":183},[177,3824,187],{"class":183},[177,3826,734],{"class":201},[177,3828,187],{"class":183},[177,3830,207],{"class":183},[177,3832,187],{"class":183},[177,3834,372],{"class":190},[177,3836,187],{"class":183},[177,3838,196],{"class":183},[177,3840,3650],{"class":352},[177,3842,207],{"class":183},[177,3844,187],{"class":183},[177,3846,386],{"class":190},[177,3848,187],{"class":183},[177,3850,196],{"class":183},[177,3852,3853],{"class":352},"140",[177,3855,207],{"class":183},[177,3857,187],{"class":183},[177,3859,400],{"class":190},[177,3861,187],{"class":183},[177,3863,2665],{"class":183},[121,3865,3867],{"id":3866},"acknowledging-events","Acknowledging Events",[12,3869,3870],{},"When alarms trigger, operators often need to acknowledge them to indicate they've seen the issue. Here's how to send acknowledgments back to the OPC UA server:",[129,3872,3873,3876,3879],{},[39,3874,3875],{},"Add an Inject node to manually trigger the acknowledgment.",[39,3877,3878],{},"Add a Function node to prepare the acknowledgment message.",[39,3880,3881],{},"In the Function node, add the following code. Comments within the code explain what needs to be replaced.",[168,3883,3885],{"className":1349,"code":3884,"language":1351,"meta":173,"style":173},"msg.topic = \"ns=6;s=MyLevel.Alarm\";        \u002F\u002F The alarm's NodeId\nmsg.conditionId = \"ns=6;s=MyLevel.Alarm\u002F0:EventId\";  \u002F\u002F NodeId + \"\u002F0:EventId\"\nmsg.comment = \"Acknowledged via Node-RED\";  \u002F\u002F Your acknowledgment message\nreturn msg;\n",[77,3886,3887,3911,3934,3957],{"__ignoreMap":173},[177,3888,3889,3891,3893,3895,3897,3899,3902,3904,3907],{"class":179,"line":180},[177,3890,703],{"class":1358},[177,3892,143],{"class":183},[177,3894,1363],{"class":1358},[177,3896,1366],{"class":183},[177,3898,1369],{"class":183},[177,3900,3901],{"class":201},"ns=6;s=MyLevel.Alarm",[177,3903,187],{"class":183},[177,3905,3906],{"class":183},";",[177,3908,3910],{"class":3909},"sHwdD","        \u002F\u002F The alarm's NodeId\n",[177,3912,3913,3915,3917,3920,3922,3924,3927,3929,3931],{"class":179,"line":146},[177,3914,703],{"class":1358},[177,3916,143],{"class":183},[177,3918,3919],{"class":1358},"conditionId ",[177,3921,1366],{"class":183},[177,3923,1369],{"class":183},[177,3925,3926],{"class":201},"ns=6;s=MyLevel.Alarm\u002F0:EventId",[177,3928,187],{"class":183},[177,3930,3906],{"class":183},[177,3932,3933],{"class":3909},"  \u002F\u002F NodeId + \"\u002F0:EventId\"\n",[177,3935,3936,3938,3940,3943,3945,3947,3950,3952,3954],{"class":179,"line":1394},[177,3937,703],{"class":1358},[177,3939,143],{"class":183},[177,3941,3942],{"class":1358},"comment ",[177,3944,1366],{"class":183},[177,3946,1369],{"class":183},[177,3948,3949],{"class":201},"Acknowledged via Node-RED",[177,3951,187],{"class":183},[177,3953,3906],{"class":183},[177,3955,3956],{"class":3909},"  \u002F\u002F Your acknowledgment message\n",[177,3958,3959,3961,3963],{"class":179,"line":1416},[177,3960,1465],{"class":1464},[177,3962,1468],{"class":1358},[177,3964,1377],{"class":183},[129,3966,3967,3970],{"start":1416},[39,3968,3969],{},"Add an OpcUa-Client node and configure it with your OPC UA server endpoint. Open the node’s configuration and set the Action dropdown to \"ACKNOWLEDGE\".",[39,3971,3972],{},"Connect the Inject output to the Function input. Connect the Function output to the OpcUa-Client input.",[164,3974,3975],{":height":166},[168,3976,3978],{"className":170,"code":3977,"language":172,"meta":173,"style":173},"[{\"id\":\"99a5c133.d9bdb\",\"type\":\"inject\",\"z\":\"58b3ba58c45b22dd\",\"name\":\"Acknowledge event\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":\"\",\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"str\",\"x\":210,\"y\":300,\"wires\":[[\"cf182b3.04017d8\"]]},{\"id\":\"cf182b3.04017d8\",\"type\":\"function\",\"z\":\"58b3ba58c45b22dd\",\"name\":\"AlarmID and EventID\",\"func\":\"msg.topic = \\\"ns=6;s=MyLevel.Alarm\\\";\\nmsg.conditionId = \\\"ns=6;s=MyLevel.Alarm\u002F0:EventId\\\";\\nmsg.comment = \\\"Node-RED OPCUA Ack\\\";\\nreturn msg;\",\"outputs\":1,\"timeout\":\"\",\"noerr\":0,\"initialize\":\"\",\"finalize\":\"\",\"libs\":[],\"x\":430,\"y\":300,\"wires\":[[\"af39662a.1fd078\"]]},{\"id\":\"39a1c77b1fb33695\",\"type\":\"debug\",\"z\":\"58b3ba58c45b22dd\",\"name\":\"Result\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":810,\"y\":280,\"wires\":[]},{\"id\":\"e50779c74918b1b9\",\"type\":\"debug\",\"z\":\"58b3ba58c45b22dd\",\"name\":\"Errrors\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":810,\"y\":320,\"wires\":[]},{\"id\":\"af39662a.1fd078\",\"type\":\"OpcUa-Client\",\"z\":\"58b3ba58c45b22dd\",\"endpoint\":\"\",\"action\":\"acknowledge\",\"deadbandtype\":\"a\",\"deadbandvalue\":\"5\",\"time\":\"1\",\"timeUnit\":\"s\",\"localfile\":\"\",\"localkeyfile\":\"\",\"securitymode\":\"None\",\"securitypolicy\":\"None\",\"useTransport\":false,\"maxChunkCount\":\"\",\"maxMessageSize\":\"\",\"receiveBufferSize\":\"\",\"sendBufferSize\":\"\",\"setstatusandtime\":false,\"keepsessionalive\":false,\"name\":\"OPC UA Client\",\"x\":640,\"y\":300,\"wires\":[[\"39a1c77b1fb33695\"],[\"e50779c74918b1b9\"],[]]}]\n",[77,3979,3980],{"__ignoreMap":173},[177,3981,3982,3984,3986,3988,3990,3992,3994,3997,3999,4001,4003,4005,4007,4009,4011,4013,4015,4017,4019,4021,4023,4025,4027,4029,4031,4033,4035,4037,4039,4041,4043,4046,4048,4050,4052,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,4106,4108,4110,4112,4114,4116,4118,4120,4122,4124,4126,4128,4130,4132,4134,4136,4138,4140,4142,4144,4146,4148,4150,4152,4154,4156,4158,4160,4162,4164,4166,4168,4170,4172,4174,4176,4178,4180,4182,4184,4186,4188,4190,4192,4194,4196,4198,4201,4203,4205,4207,4209,4211,4213,4215,4217,4219,4221,4223,4225,4228,4230,4232,4234,4236,4238,4240,4242,4244,4246,4248,4250,4252,4254,4256,4258,4260,4262,4264,4266,4268,4270,4272,4274,4276,4278,4280,4282,4284,4286,4288,4290,4293,4295,4297,4299,4301,4303,4305,4307,4310,4312,4314,4316,4318,4320,4323,4325,4327,4329,4331,4333,4336,4338,4341,4343,4345,4347,4349,4351,4353,4355,4357,4359,4361,4363,4365,4367,4369,4371,4373,4375,4377,4379,4381,4383,4385,4387,4389,4391,4393,4395,4397,4399,4401,4403,4405,4407,4409,4411,4413,4415,4417,4419,4421,4423,4425,4427,4429,4431,4433,4435,4437,4439,4441,4443,4445,4447,4449,4451,4453,4455,4458,4460,4462,4464,4466,4468,4470,4472,4475,4477,4479,4481,4483,4485,4487,4489,4491,4493,4495,4497,4499,4501,4503,4505,4507,4509,4511,4513,4515,4517,4519,4521,4523,4525,4527,4529,4531,4533,4535,4537,4539,4541,4543,4545,4547,4549,4551,4553,4555,4557,4559,4561,4563,4565,4567,4569,4571,4573,4575,4577,4579,4581,4583,4585,4587,4589,4591,4593,4595,4597,4599,4601,4603,4605,4607,4609,4611,4613,4615,4617,4619,4621,4623,4625,4627,4630,4632,4634,4636,4638,4640,4643,4645,4647,4649,4651,4653,4655,4657,4659,4661,4663,4666,4668,4670,4672,4674,4676,4678,4680,4682,4684,4686,4688,4690,4692,4694,4696,4698,4700,4702,4704,4706,4708,4710,4712,4714,4716,4718,4720,4722,4724,4726,4728,4730,4732,4734,4736,4738,4740,4742,4744,4746,4748,4750,4752,4754,4756,4758,4760,4762,4764,4766,4768,4770,4772,4774,4776,4778,4780,4782,4784,4786,4788,4790,4792,4794,4796,4798,4800,4802,4804,4806,4808,4810,4812,4814,4816,4818,4820,4822,4824,4826,4828,4830,4833,4835,4837,4839,4841,4843,4845,4847,4849,4851,4853,4855,4857,4859,4861,4863,4865,4867,4869,4871,4873,4875,4877,4879,4881,4883,4885,4887,4889,4891,4893,4895,4897,4899,4901,4903,4905,4907,4909,4911,4913,4916,4918,4920,4922,4924,4926,4928,4930,4932,4934,4936,4938,4940,4942,4944,4946,4949,4951,4953,4955,4957,4959,4961,4963,4965,4967,4969,4971,4973,4975,4977,4979,4981,4983,4985,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,5093,5095,5097,5099,5101,5103,5105,5107,5109,5111,5113,5115,5117,5119,5121,5123,5126,5128,5130,5132,5134,5136,5138,5141,5143,5145,5147,5149,5151,5153,5155,5157,5159,5161,5163,5165,5167,5169,5171,5173,5175,5177],{"class":179,"line":180},[177,3983,184],{"class":183},[177,3985,187],{"class":183},[177,3987,191],{"class":190},[177,3989,187],{"class":183},[177,3991,196],{"class":183},[177,3993,187],{"class":183},[177,3995,3996],{"class":201},"99a5c133.d9bdb",[177,3998,187],{"class":183},[177,4000,207],{"class":183},[177,4002,187],{"class":183},[177,4004,212],{"class":190},[177,4006,187],{"class":183},[177,4008,196],{"class":183},[177,4010,187],{"class":183},[177,4012,221],{"class":201},[177,4014,187],{"class":183},[177,4016,207],{"class":183},[177,4018,187],{"class":183},[177,4020,230],{"class":190},[177,4022,187],{"class":183},[177,4024,196],{"class":183},[177,4026,187],{"class":183},[177,4028,1531],{"class":201},[177,4030,187],{"class":183},[177,4032,207],{"class":183},[177,4034,187],{"class":183},[177,4036,248],{"class":190},[177,4038,187],{"class":183},[177,4040,196],{"class":183},[177,4042,187],{"class":183},[177,4044,4045],{"class":201},"Acknowledge event",[177,4047,187],{"class":183},[177,4049,207],{"class":183},[177,4051,187],{"class":183},[177,4053,262],{"class":190},[177,4055,187],{"class":183},[177,4057,267],{"class":183},[177,4059,187],{"class":183},[177,4061,12],{"class":272},[177,4063,187],{"class":183},[177,4065,196],{"class":183},[177,4067,187],{"class":183},[177,4069,685],{"class":201},[177,4071,187],{"class":183},[177,4073,3008],{"class":183},[177,4075,187],{"class":183},[177,4077,12],{"class":272},[177,4079,187],{"class":183},[177,4081,196],{"class":183},[177,4083,187],{"class":183},[177,4085,281],{"class":201},[177,4087,187],{"class":183},[177,4089,207],{"class":183},[177,4091,187],{"class":183},[177,4093,290],{"class":272},[177,4095,187],{"class":183},[177,4097,196],{"class":183},[177,4099,187],{"class":183},[177,4101,299],{"class":201},[177,4103,187],{"class":183},[177,4105,304],{"class":183},[177,4107,187],{"class":183},[177,4109,309],{"class":190},[177,4111,187],{"class":183},[177,4113,196],{"class":183},[177,4115,255],{"class":183},[177,4117,207],{"class":183},[177,4119,187],{"class":183},[177,4121,322],{"class":190},[177,4123,187],{"class":183},[177,4125,196],{"class":183},[177,4127,255],{"class":183},[177,4129,207],{"class":183},[177,4131,187],{"class":183},[177,4133,335],{"class":190},[177,4135,187],{"class":183},[177,4137,340],{"class":183},[177,4139,187],{"class":183},[177,4141,345],{"class":190},[177,4143,187],{"class":183},[177,4145,196],{"class":183},[177,4147,255],{"class":183},[177,4149,207],{"class":183},[177,4151,187],{"class":183},[177,4153,281],{"class":190},[177,4155,187],{"class":183},[177,4157,196],{"class":183},[177,4159,255],{"class":183},[177,4161,207],{"class":183},[177,4163,187],{"class":183},[177,4165,685],{"class":190},[177,4167,187],{"class":183},[177,4169,196],{"class":183},[177,4171,255],{"class":183},[177,4173,207],{"class":183},[177,4175,187],{"class":183},[177,4177,3113],{"class":190},[177,4179,187],{"class":183},[177,4181,196],{"class":183},[177,4183,187],{"class":183},[177,4185,299],{"class":201},[177,4187,187],{"class":183},[177,4189,207],{"class":183},[177,4191,187],{"class":183},[177,4193,372],{"class":190},[177,4195,187],{"class":183},[177,4197,196],{"class":183},[177,4199,4200],{"class":352},"210",[177,4202,207],{"class":183},[177,4204,187],{"class":183},[177,4206,386],{"class":190},[177,4208,187],{"class":183},[177,4210,196],{"class":183},[177,4212,166],{"class":352},[177,4214,207],{"class":183},[177,4216,187],{"class":183},[177,4218,400],{"class":190},[177,4220,187],{"class":183},[177,4222,405],{"class":183},[177,4224,187],{"class":183},[177,4226,4227],{"class":201},"cf182b3.04017d8",[177,4229,187],{"class":183},[177,4231,415],{"class":183},[177,4233,187],{"class":183},[177,4235,191],{"class":190},[177,4237,187],{"class":183},[177,4239,196],{"class":183},[177,4241,187],{"class":183},[177,4243,4227],{"class":201},[177,4245,187],{"class":183},[177,4247,207],{"class":183},[177,4249,187],{"class":183},[177,4251,212],{"class":190},[177,4253,187],{"class":183},[177,4255,196],{"class":183},[177,4257,187],{"class":183},[177,4259,1514],{"class":201},[177,4261,187],{"class":183},[177,4263,207],{"class":183},[177,4265,187],{"class":183},[177,4267,230],{"class":190},[177,4269,187],{"class":183},[177,4271,196],{"class":183},[177,4273,187],{"class":183},[177,4275,1531],{"class":201},[177,4277,187],{"class":183},[177,4279,207],{"class":183},[177,4281,187],{"class":183},[177,4283,248],{"class":190},[177,4285,187],{"class":183},[177,4287,196],{"class":183},[177,4289,187],{"class":183},[177,4291,4292],{"class":201},"AlarmID and EventID",[177,4294,187],{"class":183},[177,4296,207],{"class":183},[177,4298,187],{"class":183},[177,4300,1557],{"class":190},[177,4302,187],{"class":183},[177,4304,196],{"class":183},[177,4306,187],{"class":183},[177,4308,4309],{"class":201},"msg.topic = ",[177,4311,1575],{"class":1358},[177,4313,3901],{"class":201},[177,4315,1575],{"class":1358},[177,4317,3906],{"class":201},[177,4319,1569],{"class":1358},[177,4321,4322],{"class":201},"msg.conditionId = ",[177,4324,1575],{"class":1358},[177,4326,3926],{"class":201},[177,4328,1575],{"class":1358},[177,4330,3906],{"class":201},[177,4332,1569],{"class":1358},[177,4334,4335],{"class":201},"msg.comment = ",[177,4337,1575],{"class":1358},[177,4339,4340],{"class":201},"Node-RED OPCUA Ack",[177,4342,1575],{"class":1358},[177,4344,3906],{"class":201},[177,4346,1569],{"class":1358},[177,4348,1611],{"class":201},[177,4350,187],{"class":183},[177,4352,207],{"class":183},[177,4354,187],{"class":183},[177,4356,1620],{"class":190},[177,4358,187],{"class":183},[177,4360,196],{"class":183},[177,4362,1073],{"class":352},[177,4364,207],{"class":183},[177,4366,187],{"class":183},[177,4368,1633],{"class":190},[177,4370,187],{"class":183},[177,4372,196],{"class":183},[177,4374,255],{"class":183},[177,4376,207],{"class":183},[177,4378,187],{"class":183},[177,4380,1646],{"class":190},[177,4382,187],{"class":183},[177,4384,196],{"class":183},[177,4386,1653],{"class":352},[177,4388,207],{"class":183},[177,4390,187],{"class":183},[177,4392,1660],{"class":190},[177,4394,187],{"class":183},[177,4396,196],{"class":183},[177,4398,255],{"class":183},[177,4400,207],{"class":183},[177,4402,187],{"class":183},[177,4404,1673],{"class":190},[177,4406,187],{"class":183},[177,4408,196],{"class":183},[177,4410,255],{"class":183},[177,4412,207],{"class":183},[177,4414,187],{"class":183},[177,4416,1686],{"class":190},[177,4418,187],{"class":183},[177,4420,1691],{"class":183},[177,4422,187],{"class":183},[177,4424,372],{"class":190},[177,4426,187],{"class":183},[177,4428,196],{"class":183},[177,4430,1702],{"class":352},[177,4432,207],{"class":183},[177,4434,187],{"class":183},[177,4436,386],{"class":190},[177,4438,187],{"class":183},[177,4440,196],{"class":183},[177,4442,166],{"class":352},[177,4444,207],{"class":183},[177,4446,187],{"class":183},[177,4448,400],{"class":190},[177,4450,187],{"class":183},[177,4452,405],{"class":183},[177,4454,187],{"class":183},[177,4456,4457],{"class":201},"af39662a.1fd078",[177,4459,187],{"class":183},[177,4461,415],{"class":183},[177,4463,187],{"class":183},[177,4465,191],{"class":190},[177,4467,187],{"class":183},[177,4469,196],{"class":183},[177,4471,187],{"class":183},[177,4473,4474],{"class":201},"39a1c77b1fb33695",[177,4476,187],{"class":183},[177,4478,207],{"class":183},[177,4480,187],{"class":183},[177,4482,212],{"class":190},[177,4484,187],{"class":183},[177,4486,196],{"class":183},[177,4488,187],{"class":183},[177,4490,597],{"class":201},[177,4492,187],{"class":183},[177,4494,207],{"class":183},[177,4496,187],{"class":183},[177,4498,230],{"class":190},[177,4500,187],{"class":183},[177,4502,196],{"class":183},[177,4504,187],{"class":183},[177,4506,1531],{"class":201},[177,4508,187],{"class":183},[177,4510,207],{"class":183},[177,4512,187],{"class":183},[177,4514,248],{"class":190},[177,4516,187],{"class":183},[177,4518,196],{"class":183},[177,4520,187],{"class":183},[177,4522,630],{"class":201},[177,4524,187],{"class":183},[177,4526,207],{"class":183},[177,4528,187],{"class":183},[177,4530,639],{"class":190},[177,4532,187],{"class":183},[177,4534,644],{"class":183},[177,4536,187],{"class":183},[177,4538,649],{"class":190},[177,4540,187],{"class":183},[177,4542,644],{"class":183},[177,4544,187],{"class":183},[177,4546,658],{"class":190},[177,4548,187],{"class":183},[177,4550,340],{"class":183},[177,4552,187],{"class":183},[177,4554,667],{"class":190},[177,4556,187],{"class":183},[177,4558,340],{"class":183},[177,4560,187],{"class":183},[177,4562,676],{"class":190},[177,4564,187],{"class":183},[177,4566,196],{"class":183},[177,4568,187],{"class":183},[177,4570,685],{"class":201},[177,4572,187],{"class":183},[177,4574,207],{"class":183},[177,4576,187],{"class":183},[177,4578,694],{"class":190},[177,4580,187],{"class":183},[177,4582,196],{"class":183},[177,4584,187],{"class":183},[177,4586,703],{"class":201},[177,4588,187],{"class":183},[177,4590,207],{"class":183},[177,4592,187],{"class":183},[177,4594,712],{"class":190},[177,4596,187],{"class":183},[177,4598,196],{"class":183},[177,4600,255],{"class":183},[177,4602,207],{"class":183},[177,4604,187],{"class":183},[177,4606,725],{"class":190},[177,4608,187],{"class":183},[177,4610,196],{"class":183},[177,4612,187],{"class":183},[177,4614,734],{"class":201},[177,4616,187],{"class":183},[177,4618,207],{"class":183},[177,4620,187],{"class":183},[177,4622,372],{"class":190},[177,4624,187],{"class":183},[177,4626,196],{"class":183},[177,4628,4629],{"class":352},"810",[177,4631,207],{"class":183},[177,4633,187],{"class":183},[177,4635,386],{"class":190},[177,4637,187],{"class":183},[177,4639,196],{"class":183},[177,4641,4642],{"class":352},"280",[177,4644,207],{"class":183},[177,4646,187],{"class":183},[177,4648,400],{"class":190},[177,4650,187],{"class":183},[177,4652,773],{"class":183},[177,4654,187],{"class":183},[177,4656,191],{"class":190},[177,4658,187],{"class":183},[177,4660,196],{"class":183},[177,4662,187],{"class":183},[177,4664,4665],{"class":201},"e50779c74918b1b9",[177,4667,187],{"class":183},[177,4669,207],{"class":183},[177,4671,187],{"class":183},[177,4673,212],{"class":190},[177,4675,187],{"class":183},[177,4677,196],{"class":183},[177,4679,187],{"class":183},[177,4681,597],{"class":201},[177,4683,187],{"class":183},[177,4685,207],{"class":183},[177,4687,187],{"class":183},[177,4689,230],{"class":190},[177,4691,187],{"class":183},[177,4693,196],{"class":183},[177,4695,187],{"class":183},[177,4697,1531],{"class":201},[177,4699,187],{"class":183},[177,4701,207],{"class":183},[177,4703,187],{"class":183},[177,4705,248],{"class":190},[177,4707,187],{"class":183},[177,4709,196],{"class":183},[177,4711,187],{"class":183},[177,4713,3734],{"class":201},[177,4715,187],{"class":183},[177,4717,207],{"class":183},[177,4719,187],{"class":183},[177,4721,639],{"class":190},[177,4723,187],{"class":183},[177,4725,644],{"class":183},[177,4727,187],{"class":183},[177,4729,649],{"class":190},[177,4731,187],{"class":183},[177,4733,644],{"class":183},[177,4735,187],{"class":183},[177,4737,658],{"class":190},[177,4739,187],{"class":183},[177,4741,340],{"class":183},[177,4743,187],{"class":183},[177,4745,667],{"class":190},[177,4747,187],{"class":183},[177,4749,340],{"class":183},[177,4751,187],{"class":183},[177,4753,676],{"class":190},[177,4755,187],{"class":183},[177,4757,196],{"class":183},[177,4759,187],{"class":183},[177,4761,685],{"class":201},[177,4763,187],{"class":183},[177,4765,207],{"class":183},[177,4767,187],{"class":183},[177,4769,694],{"class":190},[177,4771,187],{"class":183},[177,4773,196],{"class":183},[177,4775,187],{"class":183},[177,4777,703],{"class":201},[177,4779,187],{"class":183},[177,4781,207],{"class":183},[177,4783,187],{"class":183},[177,4785,712],{"class":190},[177,4787,187],{"class":183},[177,4789,196],{"class":183},[177,4791,255],{"class":183},[177,4793,207],{"class":183},[177,4795,187],{"class":183},[177,4797,725],{"class":190},[177,4799,187],{"class":183},[177,4801,196],{"class":183},[177,4803,187],{"class":183},[177,4805,734],{"class":201},[177,4807,187],{"class":183},[177,4809,207],{"class":183},[177,4811,187],{"class":183},[177,4813,372],{"class":190},[177,4815,187],{"class":183},[177,4817,196],{"class":183},[177,4819,4629],{"class":352},[177,4821,207],{"class":183},[177,4823,187],{"class":183},[177,4825,386],{"class":190},[177,4827,187],{"class":183},[177,4829,196],{"class":183},[177,4831,4832],{"class":352},"320",[177,4834,207],{"class":183},[177,4836,187],{"class":183},[177,4838,400],{"class":190},[177,4840,187],{"class":183},[177,4842,773],{"class":183},[177,4844,187],{"class":183},[177,4846,191],{"class":190},[177,4848,187],{"class":183},[177,4850,196],{"class":183},[177,4852,187],{"class":183},[177,4854,4457],{"class":201},[177,4856,187],{"class":183},[177,4858,207],{"class":183},[177,4860,187],{"class":183},[177,4862,212],{"class":190},[177,4864,187],{"class":183},[177,4866,196],{"class":183},[177,4868,187],{"class":183},[177,4870,993],{"class":201},[177,4872,187],{"class":183},[177,4874,207],{"class":183},[177,4876,187],{"class":183},[177,4878,230],{"class":190},[177,4880,187],{"class":183},[177,4882,196],{"class":183},[177,4884,187],{"class":183},[177,4886,1531],{"class":201},[177,4888,187],{"class":183},[177,4890,207],{"class":183},[177,4892,187],{"class":183},[177,4894,1018],{"class":190},[177,4896,187],{"class":183},[177,4898,196],{"class":183},[177,4900,255],{"class":183},[177,4902,207],{"class":183},[177,4904,187],{"class":183},[177,4906,1031],{"class":190},[177,4908,187],{"class":183},[177,4910,196],{"class":183},[177,4912,187],{"class":183},[177,4914,4915],{"class":201},"acknowledge",[177,4917,187],{"class":183},[177,4919,207],{"class":183},[177,4921,187],{"class":183},[177,4923,1049],{"class":190},[177,4925,187],{"class":183},[177,4927,196],{"class":183},[177,4929,187],{"class":183},[177,4931,16],{"class":201},[177,4933,187],{"class":183},[177,4935,207],{"class":183},[177,4937,187],{"class":183},[177,4939,1066],{"class":190},[177,4941,187],{"class":183},[177,4943,196],{"class":183},[177,4945,187],{"class":183},[177,4947,4948],{"class":201},"5",[177,4950,187],{"class":183},[177,4952,207],{"class":183},[177,4954,187],{"class":183},[177,4956,1080],{"class":190},[177,4958,187],{"class":183},[177,4960,196],{"class":183},[177,4962,187],{"class":183},[177,4964,1073],{"class":201},[177,4966,187],{"class":183},[177,4968,207],{"class":183},[177,4970,187],{"class":183},[177,4972,1098],{"class":190},[177,4974,187],{"class":183},[177,4976,196],{"class":183},[177,4978,187],{"class":183},[177,4980,1107],{"class":201},[177,4982,187],{"class":183},[177,4984,207],{"class":183},[177,4986,187],{"class":183},[177,4988,1134],{"class":190},[177,4990,187],{"class":183},[177,4992,196],{"class":183},[177,4994,255],{"class":183},[177,4996,207],{"class":183},[177,4998,187],{"class":183},[177,5000,1147],{"class":190},[177,5002,187],{"class":183},[177,5004,196],{"class":183},[177,5006,255],{"class":183},[177,5008,207],{"class":183},[177,5010,187],{"class":183},[177,5012,1160],{"class":190},[177,5014,187],{"class":183},[177,5016,196],{"class":183},[177,5018,187],{"class":183},[177,5020,1169],{"class":201},[177,5022,187],{"class":183},[177,5024,207],{"class":183},[177,5026,187],{"class":183},[177,5028,1178],{"class":190},[177,5030,187],{"class":183},[177,5032,196],{"class":183},[177,5034,187],{"class":183},[177,5036,1169],{"class":201},[177,5038,187],{"class":183},[177,5040,207],{"class":183},[177,5042,187],{"class":183},[177,5044,1195],{"class":190},[177,5046,187],{"class":183},[177,5048,340],{"class":183},[177,5050,187],{"class":183},[177,5052,1204],{"class":190},[177,5054,187],{"class":183},[177,5056,196],{"class":183},[177,5058,255],{"class":183},[177,5060,207],{"class":183},[177,5062,187],{"class":183},[177,5064,1217],{"class":190},[177,5066,187],{"class":183},[177,5068,196],{"class":183},[177,5070,255],{"class":183},[177,5072,207],{"class":183},[177,5074,187],{"class":183},[177,5076,1231],{"class":190},[177,5078,187],{"class":183},[177,5080,196],{"class":183},[177,5082,255],{"class":183},[177,5084,207],{"class":183},[177,5086,187],{"class":183},[177,5088,1244],{"class":190},[177,5090,187],{"class":183},[177,5092,196],{"class":183},[177,5094,255],{"class":183},[177,5096,207],{"class":183},[177,5098,187],{"class":183},[177,5100,1257],{"class":190},[177,5102,187],{"class":183},[177,5104,340],{"class":183},[177,5106,187],{"class":183},[177,5108,1266],{"class":190},[177,5110,187],{"class":183},[177,5112,340],{"class":183},[177,5114,187],{"class":183},[177,5116,248],{"class":190},[177,5118,187],{"class":183},[177,5120,196],{"class":183},[177,5122,187],{"class":183},[177,5124,5125],{"class":201},"OPC UA Client",[177,5127,187],{"class":183},[177,5129,207],{"class":183},[177,5131,187],{"class":183},[177,5133,372],{"class":190},[177,5135,187],{"class":183},[177,5137,196],{"class":183},[177,5139,5140],{"class":352},"640",[177,5142,207],{"class":183},[177,5144,187],{"class":183},[177,5146,386],{"class":190},[177,5148,187],{"class":183},[177,5150,196],{"class":183},[177,5152,166],{"class":352},[177,5154,207],{"class":183},[177,5156,187],{"class":183},[177,5158,400],{"class":190},[177,5160,187],{"class":183},[177,5162,405],{"class":183},[177,5164,187],{"class":183},[177,5166,4474],{"class":201},[177,5168,187],{"class":183},[177,5170,1324],{"class":183},[177,5172,187],{"class":183},[177,5174,4665],{"class":201},[177,5176,187],{"class":183},[177,5178,1333],{"class":183},[12,5180,5181],{},"Deploy the flow. When you click the Inject button, it sends the acknowledgment to the server. The alarm state changes to \"Event: \u003Calarm's NodeId> Acknowledged\" and operators know someone has seen the issue.",[28,5183,62],{"id":5184},"method-calls",[12,5186,5187],{},"OPC UA methods let you execute functions directly on your equipment. Instead of writing multiple values to trigger an action, you call a method with parameters, like calling a function in code.",[12,5189,5190],{},"Methods are ideal for complex operations like starting batch processes, resetting counters, or triggering calibration routines. They encapsulate the logic on the server side, making your Node-RED flows simpler and more reliable.",[121,5192,5194],{"id":5193},"calling-methods","Calling Methods",[12,5196,5197],{},"To call a method on your OPC UA server:",[129,5199,5200,5203,5214,5242],{},[39,5201,5202],{},"Add an Inject node to trigger the method call.",[39,5204,5205,5206,5209,5210,5213],{},"Add an OpcUa-Method node and double-click it. Select your OPC UA endpoint, then enter the Object ID (like ",[77,5207,5208],{},"ns=6;s=MyDevice",") and Method ID (like ",[77,5211,5212],{},"ns=6;s=MyMethod",").",[39,5215,5216,5217],{},"In the Arguments section, enter each argument's name, type, and value. For example:",[36,5218,5219,5230],{},[39,5220,5221,5222,5225,5226,5229],{},"Name: ",[77,5223,5224],{},"Operator",", Type: ",[77,5227,5228],{},"String",", Value: \"sin\"",[39,5231,5221,5232,5225,5235,5238,5239],{},[77,5233,5234],{},"Value",[77,5236,5237],{},"Double",", Value: ",[77,5240,5241],{},"3.3",[39,5243,5244],{},"Connect the Inject output to the OpcUa-Method input. Add a Debug node to see the result.",[164,5246,5247],{":height":166},[168,5248,5250],{"className":170,"code":5249,"language":172,"meta":173,"style":173},"[{\"id\":\"9b199c7f.82f47\",\"type\":\"OpcUa-Method\",\"z\":\"4d24eae5.3b9b24\",\"endpoint\":\"\",\"objectId\":\"ns=6;s=MyDevice\",\"methodId\":\"ns=6;s=MyMethod\",\"name\":\"Prosys MyMethod(sin, 3.3)\",\"inputArguments\":[],\"arg0name\":\"Operator\",\"arg0type\":\"String\",\"arg0typeid\":\"\",\"arg0value\":\"sin\",\"arg1name\":\"Value\",\"arg1type\":\"Double\",\"arg1typeid\":\"\",\"arg1value\":\"3.3\",\"arg2name\":\"\",\"arg2type\":\"\",\"arg2typeid\":\"\",\"arg2value\":\"\",\"out0name\":\"\",\"out0type\":\"\",\"out0typeid\":\"\",\"out0value\":\"\",\"x\":760,\"y\":120,\"wires\":[[\"aad9fc2a.a94b4\"]]},{\"id\":\"aad9fc2a.a94b4\",\"type\":\"debug\",\"z\":\"4d24eae5.3b9b24\",\"name\":\"\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"true\",\"targetType\":\"full\",\"x\":970,\"y\":120,\"wires\":[]},{\"id\":\"6188d1de770fbb95\",\"type\":\"inject\",\"z\":\"4d24eae5.3b9b24\",\"name\":\"Call Method\",\"props\":[],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"x\":530,\"y\":120,\"wires\":[[\"9b199c7f.82f47\"]]}]\n",[77,5251,5252],{"__ignoreMap":173},[177,5253,5254,5256,5258,5260,5262,5264,5266,5269,5271,5273,5275,5277,5279,5281,5283,5286,5288,5290,5292,5294,5296,5298,5300,5303,5305,5307,5309,5311,5313,5315,5317,5319,5321,5324,5326,5328,5330,5332,5334,5336,5338,5341,5343,5345,5347,5349,5351,5353,5355,5357,5359,5361,5363,5366,5368,5370,5372,5375,5377,5379,5381,5384,5386,5388,5390,5392,5394,5396,5398,5401,5403,5405,5407,5409,5411,5413,5415,5418,5420,5422,5424,5426,5428,5431,5433,5435,5437,5440,5442,5444,5446,5449,5451,5453,5455,5457,5459,5461,5463,5466,5468,5470,5472,5474,5476,5478,5480,5483,5485,5487,5489,5491,5493,5496,5498,5500,5502,5504,5506,5508,5510,5513,5515,5517,5519,5521,5523,5526,5528,5530,5532,5534,5536,5539,5541,5543,5545,5547,5549,5552,5554,5556,5558,5560,5562,5565,5567,5569,5571,5573,5575,5578,5580,5582,5584,5586,5588,5591,5593,5595,5597,5599,5601,5604,5606,5608,5610,5612,5614,5616,5618,5620,5622,5624,5626,5628,5630,5632,5634,5636,5638,5640,5642,5644,5646,5649,5651,5653,5655,5657,5659,5661,5663,5665,5667,5669,5671,5673,5675,5677,5679,5681,5683,5685,5687,5689,5691,5693,5695,5697,5699,5701,5703,5705,5707,5709,5711,5713,5715,5717,5719,5721,5723,5725,5727,5729,5731,5733,5735,5737,5739,5741,5743,5745,5747,5749,5751,5753,5755,5758,5760,5762,5764,5766,5768,5770,5772,5775,5777,5779,5781,5783,5785,5787,5790,5792,5794,5796,5798,5800,5802,5804,5806,5808,5810,5812,5814,5816,5818,5820,5822,5825,5827,5829,5831,5833,5835,5837,5839,5841,5843,5845,5847,5849,5851,5853,5855,5857,5859,5861,5863,5865,5867,5869,5871,5874,5876,5878,5880,5882,5884,5886,5888,5890,5892,5894,5896,5898,5900,5902,5904,5906,5908,5910,5912,5914,5916,5918,5920,5922,5924,5926,5928,5930,5932,5934,5936,5938,5940,5942,5944,5946,5948,5950,5953,5955,5957,5959,5961,5963,5965,5967,5969,5971,5973,5975,5977,5979,5981],{"class":179,"line":180},[177,5255,184],{"class":183},[177,5257,187],{"class":183},[177,5259,191],{"class":190},[177,5261,187],{"class":183},[177,5263,196],{"class":183},[177,5265,187],{"class":183},[177,5267,5268],{"class":201},"9b199c7f.82f47",[177,5270,187],{"class":183},[177,5272,207],{"class":183},[177,5274,187],{"class":183},[177,5276,212],{"class":190},[177,5278,187],{"class":183},[177,5280,196],{"class":183},[177,5282,187],{"class":183},[177,5284,5285],{"class":201},"OpcUa-Method",[177,5287,187],{"class":183},[177,5289,207],{"class":183},[177,5291,187],{"class":183},[177,5293,230],{"class":190},[177,5295,187],{"class":183},[177,5297,196],{"class":183},[177,5299,187],{"class":183},[177,5301,5302],{"class":201},"4d24eae5.3b9b24",[177,5304,187],{"class":183},[177,5306,207],{"class":183},[177,5308,187],{"class":183},[177,5310,1018],{"class":190},[177,5312,187],{"class":183},[177,5314,196],{"class":183},[177,5316,255],{"class":183},[177,5318,207],{"class":183},[177,5320,187],{"class":183},[177,5322,5323],{"class":190},"objectId",[177,5325,187],{"class":183},[177,5327,196],{"class":183},[177,5329,187],{"class":183},[177,5331,5208],{"class":201},[177,5333,187],{"class":183},[177,5335,207],{"class":183},[177,5337,187],{"class":183},[177,5339,5340],{"class":190},"methodId",[177,5342,187],{"class":183},[177,5344,196],{"class":183},[177,5346,187],{"class":183},[177,5348,5212],{"class":201},[177,5350,187],{"class":183},[177,5352,207],{"class":183},[177,5354,187],{"class":183},[177,5356,248],{"class":190},[177,5358,187],{"class":183},[177,5360,196],{"class":183},[177,5362,187],{"class":183},[177,5364,5365],{"class":201},"Prosys MyMethod(sin, 3.3)",[177,5367,187],{"class":183},[177,5369,207],{"class":183},[177,5371,187],{"class":183},[177,5373,5374],{"class":190},"inputArguments",[177,5376,187],{"class":183},[177,5378,1691],{"class":183},[177,5380,187],{"class":183},[177,5382,5383],{"class":190},"arg0name",[177,5385,187],{"class":183},[177,5387,196],{"class":183},[177,5389,187],{"class":183},[177,5391,5224],{"class":201},[177,5393,187],{"class":183},[177,5395,207],{"class":183},[177,5397,187],{"class":183},[177,5399,5400],{"class":190},"arg0type",[177,5402,187],{"class":183},[177,5404,196],{"class":183},[177,5406,187],{"class":183},[177,5408,5228],{"class":201},[177,5410,187],{"class":183},[177,5412,207],{"class":183},[177,5414,187],{"class":183},[177,5416,5417],{"class":190},"arg0typeid",[177,5419,187],{"class":183},[177,5421,196],{"class":183},[177,5423,255],{"class":183},[177,5425,207],{"class":183},[177,5427,187],{"class":183},[177,5429,5430],{"class":190},"arg0value",[177,5432,187],{"class":183},[177,5434,196],{"class":183},[177,5436,187],{"class":183},[177,5438,5439],{"class":201},"sin",[177,5441,187],{"class":183},[177,5443,207],{"class":183},[177,5445,187],{"class":183},[177,5447,5448],{"class":190},"arg1name",[177,5450,187],{"class":183},[177,5452,196],{"class":183},[177,5454,187],{"class":183},[177,5456,5234],{"class":201},[177,5458,187],{"class":183},[177,5460,207],{"class":183},[177,5462,187],{"class":183},[177,5464,5465],{"class":190},"arg1type",[177,5467,187],{"class":183},[177,5469,196],{"class":183},[177,5471,187],{"class":183},[177,5473,5237],{"class":201},[177,5475,187],{"class":183},[177,5477,207],{"class":183},[177,5479,187],{"class":183},[177,5481,5482],{"class":190},"arg1typeid",[177,5484,187],{"class":183},[177,5486,196],{"class":183},[177,5488,255],{"class":183},[177,5490,207],{"class":183},[177,5492,187],{"class":183},[177,5494,5495],{"class":190},"arg1value",[177,5497,187],{"class":183},[177,5499,196],{"class":183},[177,5501,187],{"class":183},[177,5503,5241],{"class":201},[177,5505,187],{"class":183},[177,5507,207],{"class":183},[177,5509,187],{"class":183},[177,5511,5512],{"class":190},"arg2name",[177,5514,187],{"class":183},[177,5516,196],{"class":183},[177,5518,255],{"class":183},[177,5520,207],{"class":183},[177,5522,187],{"class":183},[177,5524,5525],{"class":190},"arg2type",[177,5527,187],{"class":183},[177,5529,196],{"class":183},[177,5531,255],{"class":183},[177,5533,207],{"class":183},[177,5535,187],{"class":183},[177,5537,5538],{"class":190},"arg2typeid",[177,5540,187],{"class":183},[177,5542,196],{"class":183},[177,5544,255],{"class":183},[177,5546,207],{"class":183},[177,5548,187],{"class":183},[177,5550,5551],{"class":190},"arg2value",[177,5553,187],{"class":183},[177,5555,196],{"class":183},[177,5557,255],{"class":183},[177,5559,207],{"class":183},[177,5561,187],{"class":183},[177,5563,5564],{"class":190},"out0name",[177,5566,187],{"class":183},[177,5568,196],{"class":183},[177,5570,255],{"class":183},[177,5572,207],{"class":183},[177,5574,187],{"class":183},[177,5576,5577],{"class":190},"out0type",[177,5579,187],{"class":183},[177,5581,196],{"class":183},[177,5583,255],{"class":183},[177,5585,207],{"class":183},[177,5587,187],{"class":183},[177,5589,5590],{"class":190},"out0typeid",[177,5592,187],{"class":183},[177,5594,196],{"class":183},[177,5596,255],{"class":183},[177,5598,207],{"class":183},[177,5600,187],{"class":183},[177,5602,5603],{"class":190},"out0value",[177,5605,187],{"class":183},[177,5607,196],{"class":183},[177,5609,255],{"class":183},[177,5611,207],{"class":183},[177,5613,187],{"class":183},[177,5615,372],{"class":190},[177,5617,187],{"class":183},[177,5619,196],{"class":183},[177,5621,954],{"class":352},[177,5623,207],{"class":183},[177,5625,187],{"class":183},[177,5627,386],{"class":190},[177,5629,187],{"class":183},[177,5631,196],{"class":183},[177,5633,2898],{"class":352},[177,5635,207],{"class":183},[177,5637,187],{"class":183},[177,5639,400],{"class":190},[177,5641,187],{"class":183},[177,5643,405],{"class":183},[177,5645,187],{"class":183},[177,5647,5648],{"class":201},"aad9fc2a.a94b4",[177,5650,187],{"class":183},[177,5652,415],{"class":183},[177,5654,187],{"class":183},[177,5656,191],{"class":190},[177,5658,187],{"class":183},[177,5660,196],{"class":183},[177,5662,187],{"class":183},[177,5664,5648],{"class":201},[177,5666,187],{"class":183},[177,5668,207],{"class":183},[177,5670,187],{"class":183},[177,5672,212],{"class":190},[177,5674,187],{"class":183},[177,5676,196],{"class":183},[177,5678,187],{"class":183},[177,5680,597],{"class":201},[177,5682,187],{"class":183},[177,5684,207],{"class":183},[177,5686,187],{"class":183},[177,5688,230],{"class":190},[177,5690,187],{"class":183},[177,5692,196],{"class":183},[177,5694,187],{"class":183},[177,5696,5302],{"class":201},[177,5698,187],{"class":183},[177,5700,207],{"class":183},[177,5702,187],{"class":183},[177,5704,248],{"class":190},[177,5706,187],{"class":183},[177,5708,196],{"class":183},[177,5710,255],{"class":183},[177,5712,207],{"class":183},[177,5714,187],{"class":183},[177,5716,639],{"class":190},[177,5718,187],{"class":183},[177,5720,644],{"class":183},[177,5722,187],{"class":183},[177,5724,649],{"class":190},[177,5726,187],{"class":183},[177,5728,644],{"class":183},[177,5730,187],{"class":183},[177,5732,658],{"class":190},[177,5734,187],{"class":183},[177,5736,340],{"class":183},[177,5738,187],{"class":183},[177,5740,667],{"class":190},[177,5742,187],{"class":183},[177,5744,340],{"class":183},[177,5746,187],{"class":183},[177,5748,676],{"class":190},[177,5750,187],{"class":183},[177,5752,196],{"class":183},[177,5754,187],{"class":183},[177,5756,5757],{"class":201},"true",[177,5759,187],{"class":183},[177,5761,207],{"class":183},[177,5763,187],{"class":183},[177,5765,694],{"class":190},[177,5767,187],{"class":183},[177,5769,196],{"class":183},[177,5771,187],{"class":183},[177,5773,5774],{"class":201},"full",[177,5776,187],{"class":183},[177,5778,207],{"class":183},[177,5780,187],{"class":183},[177,5782,372],{"class":190},[177,5784,187],{"class":183},[177,5786,196],{"class":183},[177,5788,5789],{"class":352},"970",[177,5791,207],{"class":183},[177,5793,187],{"class":183},[177,5795,386],{"class":190},[177,5797,187],{"class":183},[177,5799,196],{"class":183},[177,5801,2898],{"class":352},[177,5803,207],{"class":183},[177,5805,187],{"class":183},[177,5807,400],{"class":190},[177,5809,187],{"class":183},[177,5811,773],{"class":183},[177,5813,187],{"class":183},[177,5815,191],{"class":190},[177,5817,187],{"class":183},[177,5819,196],{"class":183},[177,5821,187],{"class":183},[177,5823,5824],{"class":201},"6188d1de770fbb95",[177,5826,187],{"class":183},[177,5828,207],{"class":183},[177,5830,187],{"class":183},[177,5832,212],{"class":190},[177,5834,187],{"class":183},[177,5836,196],{"class":183},[177,5838,187],{"class":183},[177,5840,221],{"class":201},[177,5842,187],{"class":183},[177,5844,207],{"class":183},[177,5846,187],{"class":183},[177,5848,230],{"class":190},[177,5850,187],{"class":183},[177,5852,196],{"class":183},[177,5854,187],{"class":183},[177,5856,5302],{"class":201},[177,5858,187],{"class":183},[177,5860,207],{"class":183},[177,5862,187],{"class":183},[177,5864,248],{"class":190},[177,5866,187],{"class":183},[177,5868,196],{"class":183},[177,5870,187],{"class":183},[177,5872,5873],{"class":201},"Call Method",[177,5875,187],{"class":183},[177,5877,207],{"class":183},[177,5879,187],{"class":183},[177,5881,262],{"class":190},[177,5883,187],{"class":183},[177,5885,1691],{"class":183},[177,5887,187],{"class":183},[177,5889,309],{"class":190},[177,5891,187],{"class":183},[177,5893,196],{"class":183},[177,5895,255],{"class":183},[177,5897,207],{"class":183},[177,5899,187],{"class":183},[177,5901,322],{"class":190},[177,5903,187],{"class":183},[177,5905,196],{"class":183},[177,5907,255],{"class":183},[177,5909,207],{"class":183},[177,5911,187],{"class":183},[177,5913,335],{"class":190},[177,5915,187],{"class":183},[177,5917,340],{"class":183},[177,5919,187],{"class":183},[177,5921,345],{"class":190},[177,5923,187],{"class":183},[177,5925,196],{"class":183},[177,5927,353],{"class":352},[177,5929,207],{"class":183},[177,5931,187],{"class":183},[177,5933,281],{"class":190},[177,5935,187],{"class":183},[177,5937,196],{"class":183},[177,5939,255],{"class":183},[177,5941,207],{"class":183},[177,5943,187],{"class":183},[177,5945,372],{"class":190},[177,5947,187],{"class":183},[177,5949,196],{"class":183},[177,5951,5952],{"class":352},"530",[177,5954,207],{"class":183},[177,5956,187],{"class":183},[177,5958,386],{"class":190},[177,5960,187],{"class":183},[177,5962,196],{"class":183},[177,5964,2898],{"class":352},[177,5966,207],{"class":183},[177,5968,187],{"class":183},[177,5970,400],{"class":190},[177,5972,187],{"class":183},[177,5974,405],{"class":183},[177,5976,187],{"class":183},[177,5978,5268],{"class":201},[177,5980,187],{"class":183},[177,5982,5983],{"class":183},"]]}]\n",[12,5985,5986],{},"Deploy and click the Inject button. The method executes on the server and the node status changes to \"Method Executed\". The result appears in the debug panel.",[28,5988,5990],{"id":5989},"historical-data-access","Historical Data Access",[12,5992,5993],{},"OPC UA Historical Access lets you query past values from your equipment. Instead of just seeing current temperature, you can ask \"what was the temperature yesterday at 3 PM?\" or \"show me all pressure values from the last shift.\"",[12,5995,5996],{},"This is essential for troubleshooting, compliance reporting, and trend analysis. However, not all OPC UA servers support historical data, check your server documentation first. Also, not all tags are configured for history, verify that the \"Historizing\" attribute is set to true for your tag.",[121,5998,6000],{"id":5999},"reading-historical-values","Reading Historical Values",[12,6002,6003],{},"To query historical data from your server:",[129,6005,6006,6009,6012],{},[39,6007,6008],{},"Add an Inject node to trigger the historical read.",[39,6010,6011],{},"Add a Function node to prepare the query parameters.",[39,6013,6014],{},"In the Function node, add this code:",[168,6016,6018],{"className":1349,"code":6017,"language":1351,"meta":173,"style":173},"msg.topic = \"NodeId ns=6;s=MyLevel\"; \u002F\u002F Replace with your NodeId\nmsg.aggregate = \"raw\"; \u002F\u002F Or use: \"min\", \"max\", \"ave\", \"interpolative\"\nmsg.start = new Date(Date.now() - 60 * 60 * 1000); \u002F\u002F 1 hour ago\nmsg.end = new Date(); \u002F\u002F Now\nreturn msg;\n",[77,6019,6020,6042,6065,6118,6141],{"__ignoreMap":173},[177,6021,6022,6024,6026,6028,6030,6032,6035,6037,6039],{"class":179,"line":180},[177,6023,703],{"class":1358},[177,6025,143],{"class":183},[177,6027,1363],{"class":1358},[177,6029,1366],{"class":183},[177,6031,1369],{"class":183},[177,6033,6034],{"class":201},"NodeId ns=6;s=MyLevel",[177,6036,187],{"class":183},[177,6038,3906],{"class":183},[177,6040,6041],{"class":3909}," \u002F\u002F Replace with your NodeId\n",[177,6043,6044,6046,6048,6051,6053,6055,6058,6060,6062],{"class":179,"line":146},[177,6045,703],{"class":1358},[177,6047,143],{"class":183},[177,6049,6050],{"class":1358},"aggregate ",[177,6052,1366],{"class":183},[177,6054,1369],{"class":183},[177,6056,6057],{"class":201},"raw",[177,6059,187],{"class":183},[177,6061,3906],{"class":183},[177,6063,6064],{"class":3909}," \u002F\u002F Or use: \"min\", \"max\", \"ave\", \"interpolative\"\n",[177,6066,6067,6069,6071,6074,6076,6079,6083,6086,6088,6091,6094,6097,6100,6103,6105,6107,6110,6113,6115],{"class":179,"line":1394},[177,6068,703],{"class":1358},[177,6070,143],{"class":183},[177,6072,6073],{"class":1358},"start ",[177,6075,1366],{"class":183},[177,6077,6078],{"class":183}," new",[177,6080,6082],{"class":6081},"s2Zo4"," Date",[177,6084,6085],{"class":1358},"(Date",[177,6087,143],{"class":183},[177,6089,6090],{"class":6081},"now",[177,6092,6093],{"class":1358},"() ",[177,6095,6096],{"class":183},"-",[177,6098,6099],{"class":352}," 60",[177,6101,6102],{"class":183}," *",[177,6104,6099],{"class":352},[177,6106,6102],{"class":183},[177,6108,6109],{"class":352}," 1000",[177,6111,6112],{"class":1358},")",[177,6114,3906],{"class":183},[177,6116,6117],{"class":3909}," \u002F\u002F 1 hour ago\n",[177,6119,6120,6122,6124,6127,6129,6131,6133,6136,6138],{"class":179,"line":1416},[177,6121,703],{"class":1358},[177,6123,143],{"class":183},[177,6125,6126],{"class":1358},"end ",[177,6128,1366],{"class":183},[177,6130,6078],{"class":183},[177,6132,6082],{"class":6081},[177,6134,6135],{"class":1358},"()",[177,6137,3906],{"class":183},[177,6139,6140],{"class":3909}," \u002F\u002F Now\n",[177,6142,6143,6145,6147],{"class":179,"line":1434},[177,6144,1465],{"class":1464},[177,6146,1468],{"class":1358},[177,6148,1377],{"class":183},[129,6150,6151,6154],{"start":1416},[39,6152,6153],{},"Add an OpcUa-Client node. Open its configuration and set the Action dropdown to \"HISTORY\".",[39,6155,6156],{},"Connect the Inject output to the Function input. Connect the Function output to the OpcUa-Client input. Add a Debug node to see the historical values.",[164,6158,6159],{":height":166},[168,6160,6162],{"className":170,"code":6161,"language":172,"meta":173,"style":173},"[{\"id\":\"0c43bd35230132af\",\"type\":\"OpcUa-Client\",\"z\":\"58b3ba58c45b22dd\",\"endpoint\":\"\",\"action\":\"history\",\"deadbandtype\":\"a\",\"deadbandvalue\":1,\"time\":10,\"timeUnit\":\"s\",\"certificate\":\"n\",\"localfile\":\"\",\"localkeyfile\":\"\",\"securitymode\":\"None\",\"securitypolicy\":\"None\",\"useTransport\":false,\"maxChunkCount\":\"\",\"maxMessageSize\":\"\",\"receiveBufferSize\":\"\",\"sendBufferSize\":\"\",\"setstatusandtime\":false,\"keepsessionalive\":false,\"name\":\"\",\"x\":620,\"y\":140,\"wires\":[[\"532ae640b386e34e\"],[\"24678e079b08c81d\"],[]]},{\"id\":\"5d8f9b5854a12919\",\"type\":\"inject\",\"z\":\"58b3ba58c45b22dd\",\"name\":\"Get Historical Data\",\"props\":[],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"x\":270,\"y\":140,\"wires\":[[\"9c071e5a8e543eba\"]]},{\"id\":\"9c071e5a8e543eba\",\"type\":\"function\",\"z\":\"58b3ba58c45b22dd\",\"name\":\"\",\"func\":\"msg.topic = \\\"ns=3;i=1001\\\";\\nmsg.aggregate = \\\"ave\\\";  \u002F\u002F Try: \\\"min\\\", \\\"max\\\", \\\"ave\\\", \\\"interpolative\\\"\\nmsg.start = new Date(Date.now() - 60 * 60 * 1000); \u002F\u002F 1 hour ago\\nmsg.end = new Date(); \u002F\u002F Now\\nmsg.interval = 300000;  \u002F\u002F Required for aggregates: 5-minute intervals\\nreturn msg;\",\"outputs\":1,\"timeout\":0,\"noerr\":0,\"initialize\":\"\",\"finalize\":\"\",\"libs\":[],\"x\":440,\"y\":140,\"wires\":[[\"0c43bd35230132af\"]]},{\"id\":\"532ae640b386e34e\",\"type\":\"debug\",\"z\":\"58b3ba58c45b22dd\",\"name\":\"Result\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":790,\"y\":120,\"wires\":[]},{\"id\":\"24678e079b08c81d\",\"type\":\"debug\",\"z\":\"58b3ba58c45b22dd\",\"name\":\"Errrors\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":790,\"y\":160,\"wires\":[]}]\n",[77,6163,6164],{"__ignoreMap":173},[177,6165,6166,6168,6170,6172,6174,6176,6178,6181,6183,6185,6187,6189,6191,6193,6195,6197,6199,6201,6203,6205,6207,6209,6211,6213,6215,6217,6219,6221,6223,6225,6227,6229,6231,6233,6235,6237,6239,6242,6244,6246,6248,6250,6252,6254,6256,6258,6260,6262,6264,6266,6268,6270,6272,6274,6276,6278,6280,6282,6285,6287,6289,6291,6293,6295,6297,6299,6301,6303,6305,6307,6309,6311,6313,6315,6317,6319,6321,6323,6325,6327,6329,6331,6333,6335,6337,6339,6341,6343,6345,6347,6349,6351,6353,6355,6357,6359,6361,6363,6365,6367,6369,6371,6373,6375,6377,6379,6381,6383,6385,6387,6389,6391,6393,6395,6397,6399,6401,6403,6405,6407,6409,6411,6413,6415,6417,6419,6421,6423,6425,6427,6429,6431,6433,6435,6437,6439,6441,6443,6445,6447,6449,6451,6453,6455,6457,6459,6461,6463,6465,6467,6469,6471,6473,6475,6477,6479,6481,6483,6485,6487,6489,6491,6493,6496,6498,6500,6502,6505,6507,6509,6511,6513,6515,6517,6519,6522,6524,6526,6528,6530,6532,6534,6536,6538,6540,6542,6544,6546,6548,6550,6552,6554,6556,6558,6560,6562,6564,6566,6568,6571,6573,6575,6577,6579,6581,6583,6585,6587,6589,6591,6593,6595,6597,6599,6601,6603,6605,6607,6609,6611,6613,6615,6617,6619,6621,6623,6625,6627,6629,6631,6633,6635,6637,6639,6641,6643,6645,6647,6650,6652,6654,6656,6658,6660,6662,6664,6666,6668,6670,6672,6674,6677,6679,6681,6683,6685,6687,6689,6691,6693,6695,6697,6699,6701,6703,6705,6707,6709,6711,6713,6715,6717,6719,6721,6723,6725,6727,6729,6731,6733,6735,6737,6739,6741,6743,6745,6747,6749,6751,6753,6755,6757,6759,6761,6763,6766,6768,6771,6773,6776,6778,6781,6783,6786,6788,6791,6793,6795,6797,6799,6801,6803,6805,6808,6811,6814,6816,6819,6821,6824,6826,6828,6830,6832,6834,6836,6838,6840,6842,6844,6846,6848,6850,6852,6854,6856,6858,6860,6862,6864,6866,6868,6870,6872,6874,6876,6878,6880,6882,6884,6886,6888,6890,6892,6894,6896,6898,6900,6902,6904,6906,6908,6911,6913,6915,6917,6919,6921,6923,6925,6927,6929,6931,6933,6935,6937,6939,6941,6943,6945,6947,6949,6951,6953,6955,6957,6959,6961,6963,6965,6967,6969,6971,6973,6975,6977,6979,6981,6983,6985,6987,6989,6991,6993,6995,6997,6999,7001,7003,7005,7007,7009,7011,7013,7015,7017,7019,7021,7023,7025,7027,7029,7031,7033,7035,7037,7039,7041,7043,7045,7047,7049,7051,7053,7055,7057,7059,7061,7063,7065,7067,7069,7071,7073,7075,7077,7079,7081,7083,7085,7087,7089,7091,7093,7095,7097,7099,7101,7103,7105,7107,7109,7111,7113,7115,7117,7119,7121,7123,7125,7127,7129,7131,7133,7135,7137,7139,7141,7143,7145,7147,7149,7151,7153,7155,7157,7159,7161,7163,7165,7167,7169,7171,7173,7175,7177,7179,7181,7183,7185,7187,7189,7191,7193,7195,7197,7199,7201,7203,7205,7207,7209,7211,7213,7215,7217,7219,7221,7223,7225,7227,7229,7231,7233,7235,7237,7239,7241,7243,7245,7247,7249,7251,7253,7255,7257,7259,7261,7263,7265,7267,7269,7271,7273,7275,7277,7279,7281,7283,7285,7287,7289,7291,7293,7295,7297,7299,7301,7303,7305,7308,7310,7312,7314,7316],{"class":179,"line":180},[177,6167,184],{"class":183},[177,6169,187],{"class":183},[177,6171,191],{"class":190},[177,6173,187],{"class":183},[177,6175,196],{"class":183},[177,6177,187],{"class":183},[177,6179,6180],{"class":201},"0c43bd35230132af",[177,6182,187],{"class":183},[177,6184,207],{"class":183},[177,6186,187],{"class":183},[177,6188,212],{"class":190},[177,6190,187],{"class":183},[177,6192,196],{"class":183},[177,6194,187],{"class":183},[177,6196,993],{"class":201},[177,6198,187],{"class":183},[177,6200,207],{"class":183},[177,6202,187],{"class":183},[177,6204,230],{"class":190},[177,6206,187],{"class":183},[177,6208,196],{"class":183},[177,6210,187],{"class":183},[177,6212,1531],{"class":201},[177,6214,187],{"class":183},[177,6216,207],{"class":183},[177,6218,187],{"class":183},[177,6220,1018],{"class":190},[177,6222,187],{"class":183},[177,6224,196],{"class":183},[177,6226,255],{"class":183},[177,6228,207],{"class":183},[177,6230,187],{"class":183},[177,6232,1031],{"class":190},[177,6234,187],{"class":183},[177,6236,196],{"class":183},[177,6238,187],{"class":183},[177,6240,6241],{"class":201},"history",[177,6243,187],{"class":183},[177,6245,207],{"class":183},[177,6247,187],{"class":183},[177,6249,1049],{"class":190},[177,6251,187],{"class":183},[177,6253,196],{"class":183},[177,6255,187],{"class":183},[177,6257,16],{"class":201},[177,6259,187],{"class":183},[177,6261,207],{"class":183},[177,6263,187],{"class":183},[177,6265,1066],{"class":190},[177,6267,187],{"class":183},[177,6269,196],{"class":183},[177,6271,1073],{"class":352},[177,6273,207],{"class":183},[177,6275,187],{"class":183},[177,6277,1080],{"class":190},[177,6279,187],{"class":183},[177,6281,196],{"class":183},[177,6283,6284],{"class":352},"10",[177,6286,207],{"class":183},[177,6288,187],{"class":183},[177,6290,1098],{"class":190},[177,6292,187],{"class":183},[177,6294,196],{"class":183},[177,6296,187],{"class":183},[177,6298,1107],{"class":201},[177,6300,187],{"class":183},[177,6302,207],{"class":183},[177,6304,187],{"class":183},[177,6306,1116],{"class":190},[177,6308,187],{"class":183},[177,6310,196],{"class":183},[177,6312,187],{"class":183},[177,6314,1125],{"class":201},[177,6316,187],{"class":183},[177,6318,207],{"class":183},[177,6320,187],{"class":183},[177,6322,1134],{"class":190},[177,6324,187],{"class":183},[177,6326,196],{"class":183},[177,6328,255],{"class":183},[177,6330,207],{"class":183},[177,6332,187],{"class":183},[177,6334,1147],{"class":190},[177,6336,187],{"class":183},[177,6338,196],{"class":183},[177,6340,255],{"class":183},[177,6342,207],{"class":183},[177,6344,187],{"class":183},[177,6346,1160],{"class":190},[177,6348,187],{"class":183},[177,6350,196],{"class":183},[177,6352,187],{"class":183},[177,6354,1169],{"class":201},[177,6356,187],{"class":183},[177,6358,207],{"class":183},[177,6360,187],{"class":183},[177,6362,1178],{"class":190},[177,6364,187],{"class":183},[177,6366,196],{"class":183},[177,6368,187],{"class":183},[177,6370,1169],{"class":201},[177,6372,187],{"class":183},[177,6374,207],{"class":183},[177,6376,187],{"class":183},[177,6378,1195],{"class":190},[177,6380,187],{"class":183},[177,6382,340],{"class":183},[177,6384,187],{"class":183},[177,6386,1204],{"class":190},[177,6388,187],{"class":183},[177,6390,196],{"class":183},[177,6392,255],{"class":183},[177,6394,207],{"class":183},[177,6396,187],{"class":183},[177,6398,1217],{"class":190},[177,6400,187],{"class":183},[177,6402,196],{"class":183},[177,6404,255],{"class":183},[177,6406,207],{"class":183},[177,6408,187],{"class":183},[177,6410,1231],{"class":190},[177,6412,187],{"class":183},[177,6414,196],{"class":183},[177,6416,255],{"class":183},[177,6418,207],{"class":183},[177,6420,187],{"class":183},[177,6422,1244],{"class":190},[177,6424,187],{"class":183},[177,6426,196],{"class":183},[177,6428,255],{"class":183},[177,6430,207],{"class":183},[177,6432,187],{"class":183},[177,6434,1257],{"class":190},[177,6436,187],{"class":183},[177,6438,340],{"class":183},[177,6440,187],{"class":183},[177,6442,1266],{"class":190},[177,6444,187],{"class":183},[177,6446,340],{"class":183},[177,6448,187],{"class":183},[177,6450,248],{"class":190},[177,6452,187],{"class":183},[177,6454,196],{"class":183},[177,6456,255],{"class":183},[177,6458,207],{"class":183},[177,6460,187],{"class":183},[177,6462,372],{"class":190},[177,6464,187],{"class":183},[177,6466,196],{"class":183},[177,6468,2244],{"class":352},[177,6470,207],{"class":183},[177,6472,187],{"class":183},[177,6474,386],{"class":190},[177,6476,187],{"class":183},[177,6478,196],{"class":183},[177,6480,3853],{"class":352},[177,6482,207],{"class":183},[177,6484,187],{"class":183},[177,6486,400],{"class":190},[177,6488,187],{"class":183},[177,6490,405],{"class":183},[177,6492,187],{"class":183},[177,6494,6495],{"class":201},"532ae640b386e34e",[177,6497,187],{"class":183},[177,6499,1324],{"class":183},[177,6501,187],{"class":183},[177,6503,6504],{"class":201},"24678e079b08c81d",[177,6506,187],{"class":183},[177,6508,2285],{"class":183},[177,6510,187],{"class":183},[177,6512,191],{"class":190},[177,6514,187],{"class":183},[177,6516,196],{"class":183},[177,6518,187],{"class":183},[177,6520,6521],{"class":201},"5d8f9b5854a12919",[177,6523,187],{"class":183},[177,6525,207],{"class":183},[177,6527,187],{"class":183},[177,6529,212],{"class":190},[177,6531,187],{"class":183},[177,6533,196],{"class":183},[177,6535,187],{"class":183},[177,6537,221],{"class":201},[177,6539,187],{"class":183},[177,6541,207],{"class":183},[177,6543,187],{"class":183},[177,6545,230],{"class":190},[177,6547,187],{"class":183},[177,6549,196],{"class":183},[177,6551,187],{"class":183},[177,6553,1531],{"class":201},[177,6555,187],{"class":183},[177,6557,207],{"class":183},[177,6559,187],{"class":183},[177,6561,248],{"class":190},[177,6563,187],{"class":183},[177,6565,196],{"class":183},[177,6567,187],{"class":183},[177,6569,6570],{"class":201},"Get Historical Data",[177,6572,187],{"class":183},[177,6574,207],{"class":183},[177,6576,187],{"class":183},[177,6578,262],{"class":190},[177,6580,187],{"class":183},[177,6582,1691],{"class":183},[177,6584,187],{"class":183},[177,6586,309],{"class":190},[177,6588,187],{"class":183},[177,6590,196],{"class":183},[177,6592,255],{"class":183},[177,6594,207],{"class":183},[177,6596,187],{"class":183},[177,6598,322],{"class":190},[177,6600,187],{"class":183},[177,6602,196],{"class":183},[177,6604,255],{"class":183},[177,6606,207],{"class":183},[177,6608,187],{"class":183},[177,6610,335],{"class":190},[177,6612,187],{"class":183},[177,6614,340],{"class":183},[177,6616,187],{"class":183},[177,6618,345],{"class":190},[177,6620,187],{"class":183},[177,6622,196],{"class":183},[177,6624,353],{"class":352},[177,6626,207],{"class":183},[177,6628,187],{"class":183},[177,6630,281],{"class":190},[177,6632,187],{"class":183},[177,6634,196],{"class":183},[177,6636,255],{"class":183},[177,6638,207],{"class":183},[177,6640,187],{"class":183},[177,6642,372],{"class":190},[177,6644,187],{"class":183},[177,6646,196],{"class":183},[177,6648,6649],{"class":352},"270",[177,6651,207],{"class":183},[177,6653,187],{"class":183},[177,6655,386],{"class":190},[177,6657,187],{"class":183},[177,6659,196],{"class":183},[177,6661,3853],{"class":352},[177,6663,207],{"class":183},[177,6665,187],{"class":183},[177,6667,400],{"class":190},[177,6669,187],{"class":183},[177,6671,405],{"class":183},[177,6673,187],{"class":183},[177,6675,6676],{"class":201},"9c071e5a8e543eba",[177,6678,187],{"class":183},[177,6680,415],{"class":183},[177,6682,187],{"class":183},[177,6684,191],{"class":190},[177,6686,187],{"class":183},[177,6688,196],{"class":183},[177,6690,187],{"class":183},[177,6692,6676],{"class":201},[177,6694,187],{"class":183},[177,6696,207],{"class":183},[177,6698,187],{"class":183},[177,6700,212],{"class":190},[177,6702,187],{"class":183},[177,6704,196],{"class":183},[177,6706,187],{"class":183},[177,6708,1514],{"class":201},[177,6710,187],{"class":183},[177,6712,207],{"class":183},[177,6714,187],{"class":183},[177,6716,230],{"class":190},[177,6718,187],{"class":183},[177,6720,196],{"class":183},[177,6722,187],{"class":183},[177,6724,1531],{"class":201},[177,6726,187],{"class":183},[177,6728,207],{"class":183},[177,6730,187],{"class":183},[177,6732,248],{"class":190},[177,6734,187],{"class":183},[177,6736,196],{"class":183},[177,6738,255],{"class":183},[177,6740,207],{"class":183},[177,6742,187],{"class":183},[177,6744,1557],{"class":190},[177,6746,187],{"class":183},[177,6748,196],{"class":183},[177,6750,187],{"class":183},[177,6752,4309],{"class":201},[177,6754,1575],{"class":1358},[177,6756,1445],{"class":201},[177,6758,1575],{"class":1358},[177,6760,3906],{"class":201},[177,6762,1569],{"class":1358},[177,6764,6765],{"class":201},"msg.aggregate = ",[177,6767,1575],{"class":1358},[177,6769,6770],{"class":201},"ave",[177,6772,1575],{"class":1358},[177,6774,6775],{"class":201},";  \u002F\u002F Try: ",[177,6777,1575],{"class":1358},[177,6779,6780],{"class":201},"min",[177,6782,1575],{"class":1358},[177,6784,6785],{"class":201},", ",[177,6787,1575],{"class":1358},[177,6789,6790],{"class":201},"max",[177,6792,1575],{"class":1358},[177,6794,6785],{"class":201},[177,6796,1575],{"class":1358},[177,6798,6770],{"class":201},[177,6800,1575],{"class":1358},[177,6802,6785],{"class":201},[177,6804,1575],{"class":1358},[177,6806,6807],{"class":201},"interpolative",[177,6809,6810],{"class":1358},"\\\"\\n",[177,6812,6813],{"class":201},"msg.start = new Date(Date.now() - 60 * 60 * 1000); \u002F\u002F 1 hour ago",[177,6815,1569],{"class":1358},[177,6817,6818],{"class":201},"msg.end = new Date(); \u002F\u002F Now",[177,6820,1569],{"class":1358},[177,6822,6823],{"class":201},"msg.interval = 300000;  \u002F\u002F Required for aggregates: 5-minute intervals",[177,6825,1569],{"class":1358},[177,6827,1611],{"class":201},[177,6829,187],{"class":183},[177,6831,207],{"class":183},[177,6833,187],{"class":183},[177,6835,1620],{"class":190},[177,6837,187],{"class":183},[177,6839,196],{"class":183},[177,6841,1073],{"class":352},[177,6843,207],{"class":183},[177,6845,187],{"class":183},[177,6847,1633],{"class":190},[177,6849,187],{"class":183},[177,6851,196],{"class":183},[177,6853,1653],{"class":352},[177,6855,207],{"class":183},[177,6857,187],{"class":183},[177,6859,1646],{"class":190},[177,6861,187],{"class":183},[177,6863,196],{"class":183},[177,6865,1653],{"class":352},[177,6867,207],{"class":183},[177,6869,187],{"class":183},[177,6871,1660],{"class":190},[177,6873,187],{"class":183},[177,6875,196],{"class":183},[177,6877,255],{"class":183},[177,6879,207],{"class":183},[177,6881,187],{"class":183},[177,6883,1673],{"class":190},[177,6885,187],{"class":183},[177,6887,196],{"class":183},[177,6889,255],{"class":183},[177,6891,207],{"class":183},[177,6893,187],{"class":183},[177,6895,1686],{"class":190},[177,6897,187],{"class":183},[177,6899,1691],{"class":183},[177,6901,187],{"class":183},[177,6903,372],{"class":190},[177,6905,187],{"class":183},[177,6907,196],{"class":183},[177,6909,6910],{"class":352},"440",[177,6912,207],{"class":183},[177,6914,187],{"class":183},[177,6916,386],{"class":190},[177,6918,187],{"class":183},[177,6920,196],{"class":183},[177,6922,3853],{"class":352},[177,6924,207],{"class":183},[177,6926,187],{"class":183},[177,6928,400],{"class":190},[177,6930,187],{"class":183},[177,6932,405],{"class":183},[177,6934,187],{"class":183},[177,6936,6180],{"class":201},[177,6938,187],{"class":183},[177,6940,415],{"class":183},[177,6942,187],{"class":183},[177,6944,191],{"class":190},[177,6946,187],{"class":183},[177,6948,196],{"class":183},[177,6950,187],{"class":183},[177,6952,6495],{"class":201},[177,6954,187],{"class":183},[177,6956,207],{"class":183},[177,6958,187],{"class":183},[177,6960,212],{"class":190},[177,6962,187],{"class":183},[177,6964,196],{"class":183},[177,6966,187],{"class":183},[177,6968,597],{"class":201},[177,6970,187],{"class":183},[177,6972,207],{"class":183},[177,6974,187],{"class":183},[177,6976,230],{"class":190},[177,6978,187],{"class":183},[177,6980,196],{"class":183},[177,6982,187],{"class":183},[177,6984,1531],{"class":201},[177,6986,187],{"class":183},[177,6988,207],{"class":183},[177,6990,187],{"class":183},[177,6992,248],{"class":190},[177,6994,187],{"class":183},[177,6996,196],{"class":183},[177,6998,187],{"class":183},[177,7000,630],{"class":201},[177,7002,187],{"class":183},[177,7004,207],{"class":183},[177,7006,187],{"class":183},[177,7008,639],{"class":190},[177,7010,187],{"class":183},[177,7012,644],{"class":183},[177,7014,187],{"class":183},[177,7016,649],{"class":190},[177,7018,187],{"class":183},[177,7020,644],{"class":183},[177,7022,187],{"class":183},[177,7024,658],{"class":190},[177,7026,187],{"class":183},[177,7028,340],{"class":183},[177,7030,187],{"class":183},[177,7032,667],{"class":190},[177,7034,187],{"class":183},[177,7036,340],{"class":183},[177,7038,187],{"class":183},[177,7040,676],{"class":190},[177,7042,187],{"class":183},[177,7044,196],{"class":183},[177,7046,187],{"class":183},[177,7048,685],{"class":201},[177,7050,187],{"class":183},[177,7052,207],{"class":183},[177,7054,187],{"class":183},[177,7056,694],{"class":190},[177,7058,187],{"class":183},[177,7060,196],{"class":183},[177,7062,187],{"class":183},[177,7064,703],{"class":201},[177,7066,187],{"class":183},[177,7068,207],{"class":183},[177,7070,187],{"class":183},[177,7072,712],{"class":190},[177,7074,187],{"class":183},[177,7076,196],{"class":183},[177,7078,255],{"class":183},[177,7080,207],{"class":183},[177,7082,187],{"class":183},[177,7084,725],{"class":190},[177,7086,187],{"class":183},[177,7088,196],{"class":183},[177,7090,187],{"class":183},[177,7092,734],{"class":201},[177,7094,187],{"class":183},[177,7096,207],{"class":183},[177,7098,187],{"class":183},[177,7100,372],{"class":190},[177,7102,187],{"class":183},[177,7104,196],{"class":183},[177,7106,2452],{"class":352},[177,7108,207],{"class":183},[177,7110,187],{"class":183},[177,7112,386],{"class":190},[177,7114,187],{"class":183},[177,7116,196],{"class":183},[177,7118,2898],{"class":352},[177,7120,207],{"class":183},[177,7122,187],{"class":183},[177,7124,400],{"class":190},[177,7126,187],{"class":183},[177,7128,773],{"class":183},[177,7130,187],{"class":183},[177,7132,191],{"class":190},[177,7134,187],{"class":183},[177,7136,196],{"class":183},[177,7138,187],{"class":183},[177,7140,6504],{"class":201},[177,7142,187],{"class":183},[177,7144,207],{"class":183},[177,7146,187],{"class":183},[177,7148,212],{"class":190},[177,7150,187],{"class":183},[177,7152,196],{"class":183},[177,7154,187],{"class":183},[177,7156,597],{"class":201},[177,7158,187],{"class":183},[177,7160,207],{"class":183},[177,7162,187],{"class":183},[177,7164,230],{"class":190},[177,7166,187],{"class":183},[177,7168,196],{"class":183},[177,7170,187],{"class":183},[177,7172,1531],{"class":201},[177,7174,187],{"class":183},[177,7176,207],{"class":183},[177,7178,187],{"class":183},[177,7180,248],{"class":190},[177,7182,187],{"class":183},[177,7184,196],{"class":183},[177,7186,187],{"class":183},[177,7188,3734],{"class":201},[177,7190,187],{"class":183},[177,7192,207],{"class":183},[177,7194,187],{"class":183},[177,7196,639],{"class":190},[177,7198,187],{"class":183},[177,7200,644],{"class":183},[177,7202,187],{"class":183},[177,7204,649],{"class":190},[177,7206,187],{"class":183},[177,7208,644],{"class":183},[177,7210,187],{"class":183},[177,7212,658],{"class":190},[177,7214,187],{"class":183},[177,7216,340],{"class":183},[177,7218,187],{"class":183},[177,7220,667],{"class":190},[177,7222,187],{"class":183},[177,7224,340],{"class":183},[177,7226,187],{"class":183},[177,7228,676],{"class":190},[177,7230,187],{"class":183},[177,7232,196],{"class":183},[177,7234,187],{"class":183},[177,7236,685],{"class":201},[177,7238,187],{"class":183},[177,7240,207],{"class":183},[177,7242,187],{"class":183},[177,7244,694],{"class":190},[177,7246,187],{"class":183},[177,7248,196],{"class":183},[177,7250,187],{"class":183},[177,7252,703],{"class":201},[177,7254,187],{"class":183},[177,7256,207],{"class":183},[177,7258,187],{"class":183},[177,7260,712],{"class":190},[177,7262,187],{"class":183},[177,7264,196],{"class":183},[177,7266,255],{"class":183},[177,7268,207],{"class":183},[177,7270,187],{"class":183},[177,7272,725],{"class":190},[177,7274,187],{"class":183},[177,7276,196],{"class":183},[177,7278,187],{"class":183},[177,7280,734],{"class":201},[177,7282,187],{"class":183},[177,7284,207],{"class":183},[177,7286,187],{"class":183},[177,7288,372],{"class":190},[177,7290,187],{"class":183},[177,7292,196],{"class":183},[177,7294,2452],{"class":352},[177,7296,207],{"class":183},[177,7298,187],{"class":183},[177,7300,386],{"class":190},[177,7302,187],{"class":183},[177,7304,196],{"class":183},[177,7306,7307],{"class":352},"160",[177,7309,207],{"class":183},[177,7311,187],{"class":183},[177,7313,400],{"class":190},[177,7315,187],{"class":183},[177,7317,2665],{"class":183},[12,7319,7320],{},"Deploy and click the Inject button. The debug panel shows all stored values for that tag within your time range.",[121,7322,7324],{"id":7323},"advanced-historical-queries","Advanced Historical Queries",[12,7326,7327],{},"While all historized tags support raw data, aggregate support varies by tag type. Analog values typically support aggregates like min, max, and ave, while discrete tags may only support raw.",[12,7329,7330],{},[42,7331,7332],{},"Working with Aggregates:",[168,7334,7336],{"className":1349,"code":7335,"language":1351,"meta":173,"style":173},"msg.topic = \"ns=6;s=MyLevel\";\nmsg.aggregate = \"ave\";  \u002F\u002F Options: \"min\", \"max\", \"ave\", \"interpolative\"\nmsg.start = new Date(Date.now() - 60 * 60 * 1000); \u002F\u002F 1 hour ago\nmsg.end = new Date(); \u002F\u002F Now\nmsg.interval = 300000;  \u002F\u002F Required for aggregates: 5-minute intervals\nreturn msg;\n",[77,7337,7338,7357,7378,7418,7438,7457],{"__ignoreMap":173},[177,7339,7340,7342,7344,7346,7348,7350,7353,7355],{"class":179,"line":180},[177,7341,703],{"class":1358},[177,7343,143],{"class":183},[177,7345,1363],{"class":1358},[177,7347,1366],{"class":183},[177,7349,1369],{"class":183},[177,7351,7352],{"class":201},"ns=6;s=MyLevel",[177,7354,187],{"class":183},[177,7356,1377],{"class":183},[177,7358,7359,7361,7363,7365,7367,7369,7371,7373,7375],{"class":179,"line":146},[177,7360,703],{"class":1358},[177,7362,143],{"class":183},[177,7364,6050],{"class":1358},[177,7366,1366],{"class":183},[177,7368,1369],{"class":183},[177,7370,6770],{"class":201},[177,7372,187],{"class":183},[177,7374,3906],{"class":183},[177,7376,7377],{"class":3909},"  \u002F\u002F Options: \"min\", \"max\", \"ave\", \"interpolative\"\n",[177,7379,7380,7382,7384,7386,7388,7390,7392,7394,7396,7398,7400,7402,7404,7406,7408,7410,7412,7414,7416],{"class":179,"line":1394},[177,7381,703],{"class":1358},[177,7383,143],{"class":183},[177,7385,6073],{"class":1358},[177,7387,1366],{"class":183},[177,7389,6078],{"class":183},[177,7391,6082],{"class":6081},[177,7393,6085],{"class":1358},[177,7395,143],{"class":183},[177,7397,6090],{"class":6081},[177,7399,6093],{"class":1358},[177,7401,6096],{"class":183},[177,7403,6099],{"class":352},[177,7405,6102],{"class":183},[177,7407,6099],{"class":352},[177,7409,6102],{"class":183},[177,7411,6109],{"class":352},[177,7413,6112],{"class":1358},[177,7415,3906],{"class":183},[177,7417,6117],{"class":3909},[177,7419,7420,7422,7424,7426,7428,7430,7432,7434,7436],{"class":179,"line":1416},[177,7421,703],{"class":1358},[177,7423,143],{"class":183},[177,7425,6126],{"class":1358},[177,7427,1366],{"class":183},[177,7429,6078],{"class":183},[177,7431,6082],{"class":6081},[177,7433,6135],{"class":1358},[177,7435,3906],{"class":183},[177,7437,6140],{"class":3909},[177,7439,7440,7442,7444,7447,7449,7452,7454],{"class":179,"line":1434},[177,7441,703],{"class":1358},[177,7443,143],{"class":183},[177,7445,7446],{"class":1358},"interval ",[177,7448,1366],{"class":183},[177,7450,7451],{"class":352}," 300000",[177,7453,3906],{"class":183},[177,7455,7456],{"class":3909},"  \u002F\u002F Required for aggregates: 5-minute intervals\n",[177,7458,7459,7461,7463],{"class":179,"line":1453},[177,7460,1465],{"class":1464},[177,7462,1468],{"class":1358},[177,7464,1377],{"class":183},[12,7466,7467],{},[42,7468,7469],{},"Hourly Averages for the Last Day:",[168,7471,7473],{"className":1349,"code":7472,"language":1351,"meta":173,"style":173},"msg.topic = \"ns=3;s=Temperature\";\nmsg.aggregate = \"ave\";\nmsg.start = new Date(Date.now() - 24*60*60*1000);  \u002F\u002F 24 hours ago\nmsg.end = new Date();\nmsg.interval = 3600000;  \u002F\u002F 1-hour intervals\nreturn msg;\n",[77,7474,7475,7494,7512,7561,7579,7597],{"__ignoreMap":173},[177,7476,7477,7479,7481,7483,7485,7487,7490,7492],{"class":179,"line":180},[177,7478,703],{"class":1358},[177,7480,143],{"class":183},[177,7482,1363],{"class":1358},[177,7484,1366],{"class":183},[177,7486,1369],{"class":183},[177,7488,7489],{"class":201},"ns=3;s=Temperature",[177,7491,187],{"class":183},[177,7493,1377],{"class":183},[177,7495,7496,7498,7500,7502,7504,7506,7508,7510],{"class":179,"line":146},[177,7497,703],{"class":1358},[177,7499,143],{"class":183},[177,7501,6050],{"class":1358},[177,7503,1366],{"class":183},[177,7505,1369],{"class":183},[177,7507,6770],{"class":201},[177,7509,187],{"class":183},[177,7511,1377],{"class":183},[177,7513,7514,7516,7518,7520,7522,7524,7526,7528,7530,7532,7534,7536,7539,7542,7545,7547,7549,7551,7554,7556,7558],{"class":179,"line":1394},[177,7515,703],{"class":1358},[177,7517,143],{"class":183},[177,7519,6073],{"class":1358},[177,7521,1366],{"class":183},[177,7523,6078],{"class":183},[177,7525,6082],{"class":6081},[177,7527,6085],{"class":1358},[177,7529,143],{"class":183},[177,7531,6090],{"class":6081},[177,7533,6093],{"class":1358},[177,7535,6096],{"class":183},[177,7537,7538],{"class":352}," 24",[177,7540,7541],{"class":183},"*",[177,7543,7544],{"class":352},"60",[177,7546,7541],{"class":183},[177,7548,7544],{"class":352},[177,7550,7541],{"class":183},[177,7552,7553],{"class":352},"1000",[177,7555,6112],{"class":1358},[177,7557,3906],{"class":183},[177,7559,7560],{"class":3909},"  \u002F\u002F 24 hours ago\n",[177,7562,7563,7565,7567,7569,7571,7573,7575,7577],{"class":179,"line":1416},[177,7564,703],{"class":1358},[177,7566,143],{"class":183},[177,7568,6126],{"class":1358},[177,7570,1366],{"class":183},[177,7572,6078],{"class":183},[177,7574,6082],{"class":6081},[177,7576,6135],{"class":1358},[177,7578,1377],{"class":183},[177,7580,7581,7583,7585,7587,7589,7592,7594],{"class":179,"line":1434},[177,7582,703],{"class":1358},[177,7584,143],{"class":183},[177,7586,7446],{"class":1358},[177,7588,1366],{"class":183},[177,7590,7591],{"class":352}," 3600000",[177,7593,3906],{"class":183},[177,7595,7596],{"class":3909},"  \u002F\u002F 1-hour intervals\n",[177,7598,7599,7601,7603],{"class":179,"line":1453},[177,7600,1465],{"class":1464},[177,7602,1468],{"class":1358},[177,7604,1377],{"class":183},[12,7606,7607],{},[42,7608,7609],{},"Peak Detection:",[168,7611,7613],{"className":1349,"code":7612,"language":1351,"meta":173,"style":173},"\u002F\u002F Find maximum values in 15-minute windows\nmsg.topic = \"ns=3;s=Pressure\";\nmsg.aggregate = \"max\";\nmsg.start = new Date().setHours(0,0,0,0);  \u002F\u002F Midnight today\nmsg.end = new Date();\nmsg.interval = 900000;  \u002F\u002F 15-minute intervals\nreturn msg;\n",[77,7614,7615,7620,7639,7657,7702,7720,7738],{"__ignoreMap":173},[177,7616,7617],{"class":179,"line":180},[177,7618,7619],{"class":3909},"\u002F\u002F Find maximum values in 15-minute windows\n",[177,7621,7622,7624,7626,7628,7630,7632,7635,7637],{"class":179,"line":146},[177,7623,703],{"class":1358},[177,7625,143],{"class":183},[177,7627,1363],{"class":1358},[177,7629,1366],{"class":183},[177,7631,1369],{"class":183},[177,7633,7634],{"class":201},"ns=3;s=Pressure",[177,7636,187],{"class":183},[177,7638,1377],{"class":183},[177,7640,7641,7643,7645,7647,7649,7651,7653,7655],{"class":179,"line":1394},[177,7642,703],{"class":1358},[177,7644,143],{"class":183},[177,7646,6050],{"class":1358},[177,7648,1366],{"class":183},[177,7650,1369],{"class":183},[177,7652,6790],{"class":201},[177,7654,187],{"class":183},[177,7656,1377],{"class":183},[177,7658,7659,7661,7663,7665,7667,7669,7671,7673,7675,7678,7681,7683,7685,7687,7689,7691,7693,7695,7697,7699],{"class":179,"line":1416},[177,7660,703],{"class":1358},[177,7662,143],{"class":183},[177,7664,6073],{"class":1358},[177,7666,1366],{"class":183},[177,7668,6078],{"class":183},[177,7670,6082],{"class":6081},[177,7672,6135],{"class":1358},[177,7674,143],{"class":183},[177,7676,7677],{"class":6081},"setHours",[177,7679,7680],{"class":1358},"(",[177,7682,1653],{"class":352},[177,7684,207],{"class":183},[177,7686,1653],{"class":352},[177,7688,207],{"class":183},[177,7690,1653],{"class":352},[177,7692,207],{"class":183},[177,7694,1653],{"class":352},[177,7696,6112],{"class":1358},[177,7698,3906],{"class":183},[177,7700,7701],{"class":3909},"  \u002F\u002F Midnight today\n",[177,7703,7704,7706,7708,7710,7712,7714,7716,7718],{"class":179,"line":1434},[177,7705,703],{"class":1358},[177,7707,143],{"class":183},[177,7709,6126],{"class":1358},[177,7711,1366],{"class":183},[177,7713,6078],{"class":183},[177,7715,6082],{"class":6081},[177,7717,6135],{"class":1358},[177,7719,1377],{"class":183},[177,7721,7722,7724,7726,7728,7730,7733,7735],{"class":179,"line":1453},[177,7723,703],{"class":1358},[177,7725,143],{"class":183},[177,7727,7446],{"class":1358},[177,7729,1366],{"class":183},[177,7731,7732],{"class":352}," 900000",[177,7734,3906],{"class":183},[177,7736,7737],{"class":3909},"  \u002F\u002F 15-minute intervals\n",[177,7739,7740,7742,7744],{"class":179,"line":1461},[177,7741,1465],{"class":1464},[177,7743,1468],{"class":1358},[177,7745,1377],{"class":183},[12,7747,7748],{},"The historical data returns with timestamps and quality codes. Use this for shift reports, compliance documentation, or troubleshooting equipment issues that happened hours or days ago.",[12,7750,7751],{},"You've now mastered the advanced features that make OPC UA essential for industrial systems. With subscriptions, you're monitoring values in real-time without wasting bandwidth. With events and alarms, you're capturing critical alerts the moment they happen. With method calls, you're executing complex operations with a single command. And with historical access, you have the data trail needed for analysis and compliance.",[28,7753,7755],{"id":7754},"scale-your-opc-ua-implementation","Scale Your OPC UA Implementation",[12,7757,7758],{},"Managing OPC UA flows across multiple sites? FlowFuse helps teams deploy Node-RED to hundreds of edge devices with one click, monitor everything from a central dashboard, and roll back instantly if something goes wrong. Built-in team collaboration, audit logs, and enterprise security keep your industrial data safe.",[12,7760,7761],{},"Following our managed MQTT broker, we've now added database services built right into the platform, plus new AI features that make building flows faster than ever.",[12,7763,7764,7765,7769],{},"Connecting PLCs beyond OPC UA? FlowFuse also supports Siemens S7, EtherNet\u002FIP, Modbus TCP\u002FRTU, and MQTT, see the ",[16,7766,7768],{"href":7767},"\u002Flanding\u002Fplc\u002F","FlowFuse PLC integration overview"," for all supported protocols and use cases.",[12,7771,7772,7776],{},[16,7773,7775],{"href":97,"rel":7774},[99],"Get started free"," and scale and manage your Node-RED deployments today.",[7778,7779,7780],"style",{},"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 .sfazB, html code.shiki .sfazB{--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}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 .swJcz, html code.shiki .swJcz{--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178}html pre.shiki code .s7zQu, html code.shiki .s7zQu{--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic}html 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 .s2Zo4, html code.shiki .s2Zo4{--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF}",{"title":173,"searchDepth":1416,"depth":1416,"links":7782},[7783,7784,7785,7790,7794,7797,7801],{"id":30,"depth":146,"text":31},{"id":66,"depth":146,"text":67},{"id":109,"depth":146,"text":110,"children":7786},[7787,7788,7789],{"id":123,"depth":1394,"text":124},{"id":1339,"depth":1394,"text":1340},{"id":2685,"depth":1394,"text":2686},{"id":2707,"depth":146,"text":2708,"children":7791},[7792,7793],{"id":2717,"depth":1394,"text":2718},{"id":3866,"depth":1394,"text":3867},{"id":5184,"depth":146,"text":62,"children":7795},[7796],{"id":5193,"depth":1394,"text":5194},{"id":5989,"depth":146,"text":5990,"children":7798},[7799,7800],{"id":5999,"depth":1394,"text":6000},{"id":7323,"depth":1394,"text":7324},{"id":7754,"depth":146,"text":7755},null,"2025-08-14","Learn advanced OPC UA techniques in Node-RED: real-time subscriptions, alarm handling, historical data, and method calls.","md","\u002Fblog\u002F2025\u002F08\u002Fimages\u002Fadvanced-opcua-real-time-subscriptions-alarms-historical-data.png",{"keywords":7808,"excerpt":7809},"OPC UA subscriptions Node-RED, OPC UA events alarms, OPC UA historical data, OPC UA method calls, real-time monitoring OPC UA, industrial automation advanced, OPC UA HA redundancy, OPC UA performance optimization",{"type":9,"value":7810},[7811],[12,7812,14,7813,20],{},[16,7814,19],{"href":18},true,"\u002Fblog\u002F2025\u002F08\u002Fadvanced-opcua-real-time-subscriptions-alarms-historical-data",{"title":5,"description":7804},"blog\u002F2025\u002F08\u002Fadvanced-opcua-real-time-subscriptions-alarms-historical-data","Master advanced OPC UA features in Node-RED for production-ready industrial automation",[7821,7822],"flowfuse","opcua","Polling OPC UA tags every few seconds misses critical events and wastes bandwidth; OPC UA subscriptions solve this by monitoring values server-side and pushing notifications only when they change. This advanced tutorial covers four production-ready OPC UA features in Node-RED: subscriptions for instant value updates, event and alarm handling, historical data queries, and method calls for triggering complex equipment operations.","NtA5KIaE3R4","0Gx_94Q-gVxnWPNmm_0f_4YhSV41C8hL3CnHYRUYzok",{"id":7827,"extension":7828,"meta":7829,"sections":7830,"stem":8219,"__hash__":8220},"featureCatalog\u002Ffeature-catalog.yml","yml",{},[7831,7882,7983,8045,8122,8201],{"id":7832,"title":7833,"features":7834},"ai-automation","AI & Automation",[7835,7845,7855,7865,7871,7877],{"id":7836,"title":7837,"description":7838,"docsLink":7839,"changelog":7840,"tiers":7844},"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",[7841],{"url":7842,"release":7843},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner\u002F","2.28",{"edge":7815,"hub":7815,"fleet":7815},{"id":7846,"title":7847,"description":7848,"docsLink":7849,"changelog":7850,"subfeature":7815,"showOnPricing":7853,"tiers":7854},"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",[7851],{"url":7852,"release":7843},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context\u002F",false,{"edge":7815,"hub":7815,"fleet":7815},{"id":7856,"title":7857,"description":7858,"docsLink":7859,"changelog":7860,"subfeature":7815,"showOnPricing":7853,"tiers":7864},"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",[7861],{"url":7862,"release":7863},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building\u002F","2.30",{"edge":7815,"hub":7815,"fleet":7815},{"id":7866,"title":7867,"description":7868,"docsLink":7869,"subfeature":7815,"beta":7815,"showOnPricing":7853,"tiers":7870},"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":7815,"hub":7815,"fleet":7815},{"id":7872,"title":7873,"description":7874,"docsLink":7875,"tiers":7876},"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":7815,"hub":7815,"fleet":7815},{"id":7878,"title":7879,"description":7880,"tiers":7881},"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":7815,"hub":7815,"fleet":7815},{"id":7883,"title":7884,"features":7885},"build","Build",[7886,7892,7898,7908,7914,7920,7924,7930,7936,7944,7950,7954,7958,7967,7975],{"id":7887,"title":7888,"description":7889,"docsLink":7890,"tiers":7891},"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":7815,"hub":7853,"fleet":7815},{"id":7893,"title":7894,"description":7895,"docsLink":7896,"tiers":7897},"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":7815,"hub":7815,"fleet":7815},{"id":7899,"title":7900,"description":7901,"docsLink":7902,"changelog":7903,"tiers":7907},"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",[7904],{"url":7905,"release":7906},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation\u002F","2.33",{"edge":7815,"hub":7815,"fleet":7815},{"id":7909,"title":7910,"description":7911,"docsLink":7912,"tiers":7913},"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":7815,"hub":7815,"fleet":7815},{"id":7915,"title":7916,"description":7917,"docsLink":7918,"showOnPricing":7853,"tiers":7919},"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":7815,"hub":7815,"fleet":7815},{"id":7921,"title":7922,"showOnPricing":7853,"tiers":7923},"static-assets","Static Assets",{"edge":7815,"hub":7815,"fleet":7815},{"id":7925,"title":7926,"description":7927,"docsLink":7928,"tiers":7929},"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":7815,"hub":7815,"fleet":7815},{"id":7931,"title":7932,"description":7933,"docsLink":7934,"tiers":7935},"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":7815,"hub":7815,"fleet":7815},{"id":7937,"title":7938,"description":7939,"changelog":7940,"subfeature":7815,"showOnPricing":7853,"tiers":7943},"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.",[7941],{"url":7942,"release":7906},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards\u002F",{"edge":7815,"hub":7815,"fleet":7815},{"id":7945,"title":7946,"description":7947,"docsLink":7948,"tiers":7949},"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":7815,"hub":7815,"fleet":7815},{"id":7951,"title":7952,"subfeature":7815,"showOnPricing":7853,"tiers":7953},"blueprints-ot-apps","Blueprints - OT APPS",{"edge":7815,"hub":7853,"fleet":7815},{"id":7955,"title":7956,"subfeature":7815,"showOnPricing":7853,"tiers":7957},"blueprints-it-apps","Blueprints - IT APPS",{"edge":7853,"hub":7815,"fleet":7853},{"id":7959,"title":7960,"description":7961,"changelog":7962,"showOnPricing":7853,"tiers":7966},"immersive-editor-snapshots","Snapshot Details in Immersive Editor","View and manage snapshot details directly inside the immersive editor without leaving your editing session.",[7963],{"url":7964,"release":7965},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor\u002F","2.29",{"edge":7815,"hub":7815,"fleet":7815},{"id":7968,"title":7969,"description":7970,"changelog":7971,"showOnPricing":7853,"tiers":7974},"immersive-editor-drawer","Customisable Immersive Editor Drawer","Pin, move, resize, or full-screen the immersive editor drawer. Your preferences are remembered between sessions.",[7972],{"url":7973,"release":7863},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer\u002F",{"edge":7815,"hub":7815,"fleet":7815},{"id":7976,"title":7977,"description":7978,"changelog":7979,"showOnPricing":7853,"tiers":7982},"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.",[7980],{"url":7981,"release":7965},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title\u002F",{"edge":7815,"hub":7815,"fleet":7815},{"id":7984,"title":7985,"features":7986},"deploy","Deploy",[7987,7993,8002,8008,8014,8020,8026,8032,8037],{"id":7988,"title":7989,"description":7990,"docsLink":7991,"tiers":7992},"hosted-instances","Cloud Instances","Run Node-RED instances managed and hosted by FlowFuse.","\u002Fdocs\u002Fuser\u002Fintroduction\u002F#creating-a-node-red-instance",{"edge":7815,"hub":7815,"fleet":7815},{"id":7994,"title":7995,"description":7996,"docsLink":7997,"changelog":7998,"tiers":8001},"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",[7999],{"url":8000,"release":7843},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options\u002F",{"edge":7815,"hub":7853,"fleet":7815},{"id":8003,"title":8004,"description":8005,"docsLink":8006,"tiers":8007},"custom-hostnames","Custom Hostnames","Access your Node-RED application via your own domain name.","\u002Fdocs\u002Fuser\u002Fcustom-hostnames\u002F",{"edge":7853,"hub":7815,"fleet":7853},{"id":8009,"title":8010,"description":8011,"docsLink":8012,"tiers":8013},"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":7815,"hub":7853,"fleet":7815},{"id":8015,"title":8016,"description":8017,"docsLink":8018,"showOnPricing":7853,"tiers":8019},"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":7815,"hub":7815,"fleet":7815},{"id":8021,"title":8022,"description":8023,"docsLink":8024,"tiers":8025},"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":7815,"hub":7815,"fleet":7815},{"id":8027,"title":8028,"description":8029,"docsLink":8030,"tiers":8031},"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":7853,"hub":7815,"fleet":7853},{"id":8033,"title":8034,"description":8035,"docsLink":8030,"subfeature":7815,"showOnPricing":7853,"tiers":8036},"git-integration-github","GitHub","Push and pull snapshots to GitHub repositories through DevOps Pipeline Git Stages.",{"edge":7853,"hub":7815,"fleet":7853},{"id":8038,"title":8039,"description":8040,"docsLink":8030,"changelog":8041,"subfeature":7815,"showOnPricing":7853,"tiers":8044},"git-integration-azure","Azure DevOps","Push and pull snapshots to Azure DevOps repositories through DevOps Pipeline Git Stages.",[8042],{"url":8043,"release":7965},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops\u002F",{"edge":7853,"hub":7815,"fleet":7853},{"id":8046,"title":8047,"features":8048},"operate-maintain","Operate & Maintain",[8049,8055,8061,8066,8074,8078,8082,8087,8093,8099,8104,8110,8114,8118],{"id":8050,"title":8051,"description":8052,"docsLink":8053,"tiers":8054},"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":7815,"hub":7815,"fleet":7815},{"id":8056,"title":8057,"description":8058,"docsLink":8059,"subfeature":7815,"showOnPricing":7853,"tiers":8060},"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":7815,"hub":7815,"fleet":7815},{"id":8062,"title":8063,"description":8064,"docsLink":8059,"subfeature":7815,"showOnPricing":7853,"tiers":8065},"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":7815,"hub":7815,"fleet":7815},{"id":8067,"title":8068,"description":8069,"changelog":8070,"subfeature":7815,"showOnPricing":7853,"tiers":8073},"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.",[8071],{"url":8072,"release":7965},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer\u002F",{"edge":7815,"hub":7815,"fleet":7815},{"id":8075,"title":8076,"subfeature":7815,"showOnPricing":7853,"tiers":8077},"version-history-timeline","Version History Timeline",{"edge":7815,"hub":7815,"fleet":7815},{"id":8079,"title":8080,"tiers":8081},"unlimited-workflow-executions","Unlimited Workflow Executions",{"edge":7815,"hub":7815,"fleet":7815},{"id":8083,"title":8084,"description":8085,"tiers":8086},"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":7815,"hub":7853,"fleet":7815},{"id":8088,"title":8089,"description":8090,"docsLink":8091,"tiers":8092},"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":7815,"hub":7853,"fleet":7815},{"id":8094,"title":8095,"description":8096,"docsLink":8097,"tiers":8098},"high-availability","High Availability","Leverage horizontal scaling for reliable and scalable processing of your data through Node-RED.","\u002Fdocs\u002Fuser\u002Fhigh-availability\u002F",{"edge":7853,"hub":7815,"fleet":7853},{"id":8100,"title":8101,"description":8102,"tiers":8103},"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":7815,"hub":7815,"fleet":7815},{"id":8105,"title":8106,"description":8107,"docsLink":8108,"subfeature":7815,"showOnPricing":7853,"tiers":8109},"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":7815,"hub":7815,"fleet":7815},{"id":8111,"title":8112,"subfeature":7815,"showOnPricing":7853,"tiers":8113},"email-alerts","Email Alerts",{"edge":7815,"hub":7815,"fleet":7815},{"id":8115,"title":8116,"showOnPricing":7853,"tiers":8117},"api-debug-length-limit","API\u002FDebug Length Limit",{"edge":7815,"hub":7815,"fleet":7815},{"id":8119,"title":8120,"tiers":8121},"protected-instances","Protected Instances",{"edge":7853,"hub":7815,"fleet":7853},{"id":8123,"title":8124,"features":8125},"govern-secure","Govern and Secure",[8126,8135,8141,8147,8152,8158,8164,8170,8178,8184,8190,8196],{"id":8127,"title":8128,"description":8129,"docsLink":8130,"changelog":8131,"tiers":8134},"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",[8132],{"url":8133,"release":7906},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups\u002F",{"edge":7815,"hub":7815,"fleet":7815},{"id":8136,"title":8137,"description":8138,"docsLink":8139,"tiers":8140},"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":7815,"hub":7815,"fleet":7815},{"id":8142,"title":8143,"description":8144,"docsLink":8145,"tiers":8146},"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":7853,"hub":7815,"fleet":7815},{"id":8148,"title":8149,"description":8150,"tiers":8151},"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":7815,"hub":7853,"fleet":7853},{"id":8153,"title":8154,"description":8155,"docsLink":8156,"tiers":8157},"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":7815,"hub":7815,"fleet":7815},{"id":8159,"title":8160,"description":8161,"docsLink":8162,"tiers":8163},"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":7815,"hub":7815,"fleet":7815},{"id":8165,"title":8166,"description":8167,"docsLink":8168,"subfeature":7815,"showOnPricing":7853,"tiers":8169},"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":7815,"hub":7815,"fleet":7815},{"id":8171,"title":8172,"description":8173,"changelog":8174,"subfeature":7815,"showOnPricing":7853,"tiers":8177},"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.",[8175],{"url":8176,"release":7906},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats\u002F",{"edge":7815,"hub":7815,"fleet":7815},{"id":8179,"title":8180,"description":8181,"docsLink":8182,"showOnPricing":7853,"tiers":8183},"team-members","Team Members","Invite multiple team members to collaborate on the same Node-RED flows.","\u002Fdocs\u002Fuser\u002Fteam\u002F#teams",{"edge":7815,"hub":7815,"fleet":7815},{"id":8185,"title":8186,"description":8187,"docsLink":8188,"showOnPricing":7853,"tiers":8189},"endpoint-security","Endpoint Security","Secure HTTP endpoints for hosted Node-RED instances using FlowFuse credentials.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#security",{"edge":7815,"hub":7815,"fleet":7815},{"id":8191,"title":8192,"description":8193,"docsLink":8194,"tiers":8195},"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":7853,"hub":7815,"fleet":7853},{"id":8197,"title":8198,"description":8199,"tiers":8200},"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":7853,"hub":7815,"fleet":7853},{"id":8202,"title":8203,"features":8204},"support","Support",[8205,8210,8214],{"id":8206,"title":8207,"docsLink":8208,"tiers":8209},"installation-support","Installation Support","\u002Fdocs\u002Finstall\u002Fintroduction\u002F#do-you-need-help-installation-service",{"edge":7815,"hub":7815,"fleet":7815},{"id":8211,"title":8212,"showOnPricing":7853,"tiers":8213},"live-chat-support","Live Chat Support",{"edge":7815,"hub":7815,"fleet":7815},{"id":8215,"title":8216,"docsLink":8217,"tiers":8218},"enterprise-support","Enterprise Support","\u002Fdocs\u002Fpremium-support\u002F",{"edge":7815,"hub":7815,"fleet":7815},"feature-catalog","0AnkhTIPCECCwP9NmbTWP5HvRYx4FTSao4lG93-HaWM",[8222,8225,8228,8231,8234,8237,8239,8242,8245,8248,8251,8253,8256,8259,8262,8265,8268,8271,8274,8277,8280,8283,8286,8289,8292,8295,8298,8301,8304,8307,8310,8313,8316,8319,8322,8325,8328,8331,8334,8337,8340,8343,8346,8349,8352,8355,8358,8361,8364,8366,8369,8372,8375,8378,8381,8384,8387,8389,8392,8395,8398,8401,8404,8406,8409,8412,8415,8418,8421,8424,8427,8430,8433,8436,8438,8441,8444,8447,8450,8453,8456,8459,8462,8465,8468,8471,8474,8477,8480,8482,8485,8488,8491,8494,8497,8500,8503,8506,8509,8512,8515,8518,8521,8524,8527,8530,8533,8536,8538,8541,8544,8547,8550,8553,8556,8559,8561,8564,8567,8570,8573,8576,8579,8582,8585,8588,8591,8594,8597,8600,8603,8606,8609,8612,8615,8618,8621,8624,8627,8630,8633,8636,8639,8642,8645,8648,8651,8654,8657,8660,8663,8666,8669,8672,8675,8678,8681,8684,8687,8690,8693,8696,8699,8702,8705,8708,8711,8713,8716,8719,8722,8725,8728,8731,8734,8737,8740,8743,8746,8749,8752],{"path":8223,"title":8224},"\u002Fchangelog\u002F2023\u002F09\u002Fcustom-node-support","Custom Node Support",{"path":8226,"title":8227},"\u002Fchangelog\u002F2023\u002F09\u002Fdevops-actions","DevOps Pipeline with action selection",{"path":8229,"title":8230},"\u002Fchangelog\u002F2023\u002F09\u002Fintroduction-enterprise-tier","Introducing the Enterprise Tier",{"path":8232,"title":8233},"\u002Fchangelog\u002F2023\u002F09\u002Fpipeline-api","API Endpoint for DevOps Pipeline",{"path":8235,"title":8236},"\u002Fchangelog\u002F2023\u002F09\u002Fsnapshots-devices","Usability improvements to Device Management",{"path":8238,"title":7946},"\u002Fchangelog\u002F2023\u002F10\u002Fblueprints",{"path":8240,"title":8241},"\u002Fchangelog\u002F2023\u002F10\u002Fcertified-nodes","Certified Nodes",{"path":8243,"title":8244},"\u002Fchangelog\u002F2023\u002F10\u002Fdevice-snapshot-selection","Enhanced Snapshot Selection",{"path":8246,"title":8247},"\u002Fchangelog\u002F2023\u002F10\u002Fpath-bug-fix","Device Agent path bug fix",{"path":8249,"title":8250},"\u002Fchangelog\u002F2023\u002F10\u002Fresource-alerts","Resource Monitoring in Audit Log",{"path":8252,"title":8137},"\u002Fchangelog\u002F2023\u002F11\u002F2fa",{"path":8254,"title":8255},"\u002Fchangelog\u002F2023\u002F11\u002Fdefault-editor","Device Editor enabled by default",{"path":8257,"title":8258},"\u002Fchangelog\u002F2023\u002F11\u002Fdevices-in-pipelines","Devices in DevOps Pipelines",{"path":8260,"title":8261},"\u002Fchangelog\u002F2023\u002F11\u002Fproject-nodes-devices","Project Nodes for Devices",{"path":8263,"title":8264},"\u002Fchangelog\u002F2023\u002F12\u002Fbilling","No Credit Card required for billing",{"path":8266,"title":8267},"\u002Fchangelog\u002F2023\u002F12\u002Fblueprint-selection","Blueprint Selection Update",{"path":8269,"title":8270},"\u002Fchangelog\u002F2023\u002F12\u002Fdevice-groups","Device Groups",{"path":8272,"title":8273},"\u002Fchangelog\u002F2023\u002F12\u002Femail-alerting-node-red-crash","Email Alerts for Audit Log Events",{"path":8275,"title":8276},"\u002Fchangelog\u002F2023\u002F12\u002Fnode-red-updated","Node-RED 3.1.3 now available",{"path":8278,"title":8279},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-audit-log","Introducing the Device Auditlog Feature",{"path":8281,"title":8282},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-groups-snapshot","Device Groups - Automatic snapshot assignment",{"path":8284,"title":8285},"\u002Fchangelog\u002F2024\u002F01\u002Ffleet-mode","Renaming \"Default Device Mode\" to \"Fleet Mode\"",{"path":8287,"title":8288},"\u002Fchangelog\u002F2024\u002F01\u002Fhelm-v2","Helm Chart v2.0",{"path":8290,"title":8291},"\u002Fchangelog\u002F2024\u002F01\u002Fnew-blueprints","New Blueprints added",{"path":8293,"title":8294},"\u002Fchangelog\u002F2024\u002F01\u002Fsecurity-updates","Security Updates",{"path":8296,"title":8297},"\u002Fchangelog\u002F2024\u002F01\u002Fsso-team-membership","Managing Team Membership via SSO",{"path":8299,"title":8300},"\u002Fchangelog\u002F2024\u002F01\u002Fstreamlined-device-assignment","Streamlined Device assignment",{"path":8302,"title":8303},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-auto-snapshot","Device Auto Snapshots",{"path":8305,"title":8306},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-instance-audit-logs","Device Instance Audit Logging",{"path":8308,"title":8309},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-onboarding-improvements","Device Onboarding Improvements",{"path":8311,"title":8312},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-pricing-change","Pricing change for Devices",{"path":8314,"title":8315},"\u002Fchangelog\u002F2024\u002F02\u002Finstance-auto-snapshots","Instance Auto Snapshots",{"path":8317,"title":8318},"\u002Fchangelog\u002F2024\u002F02\u002Fpostgresql-upgrade","PostgreSQL Version update",{"path":8320,"title":8321},"\u002Fchangelog\u002F2024\u002F03\u002Fbearer-token-authentication","Bearer Token Authentication for Node-RED Instances",{"path":8323,"title":8324},"\u002Fchangelog\u002F2024\u002F03\u002Finstance-protection-mode","Instance Protection Mode",{"path":8326,"title":8327},"\u002Fchangelog\u002F2024\u002F03\u002Flimits-debug-payload","Configure HTTP Payload and Debug Message size",{"path":8329,"title":8330},"\u002Fchangelog\u002F2024\u002F03\u002Frestart-devices-remotly","Remote Device Restart",{"path":8332,"title":8333},"\u002Fchangelog\u002F2024\u002F04\u002Fcustom-nodes-on-devices","Custom Nodes Support on Devices",{"path":8335,"title":8336},"\u002Fchangelog\u002F2024\u002F04\u002Fdevice-auto-snapshot","Direct Dashboard Access",{"path":8338,"title":8339},"\u002Fchangelog\u002F2024\u002F04\u002Fimproving-device-groups","Improving Device Groups",{"path":8341,"title":8342},"\u002Fchangelog\u002F2024\u002F04\u002Fpricing-change","Pricing change Enterprise & Teams Tier",{"path":8344,"title":8345},"\u002Fchangelog\u002F2024\u002F04\u002Ftougher-rate-limiting","Tougher Rate Limiting on Public Routes",{"path":8347,"title":8348},"\u002Fchangelog\u002F2024\u002F05\u002Finstance-healthcheck","Customizing instance health-check settings",{"path":8350,"title":8351},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-blueprints","Blueprints added to Library",{"path":8353,"title":8354},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-flowviewer","Team Library - Flow Viewer",{"path":8356,"title":8357},"\u002Fchangelog\u002F2024\u002F05\u002Fmanaging-node-red-version-on-devices","Managing Node-RED versions on Devices",{"path":8359,"title":8360},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements","Snapshot Improvements",{"path":8362,"title":8363},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements-pt3","Snapshot Upload",{"path":8365,"title":8363},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-upload",{"path":8367,"title":8368},"\u002Fchangelog\u002F2024\u002F06\u002Fdevice-agent-proxy-support","Running the Device Agent behind an HTTP proxy",{"path":8370,"title":8371},"\u002Fchangelog\u002F2024\u002F06\u002Flibrary-blueprints","Custom hostnames for your instances",{"path":8373,"title":8374},"\u002Fchangelog\u002F2024\u002F06\u002Fmultiline-env-vars","Multi-line Environment Variables",{"path":8376,"title":8377},"\u002Fchangelog\u002F2024\u002F06\u002Fsnapshot-flow-compare","Compare Snapshots flows",{"path":8379,"title":8380},"\u002Fchangelog\u002F2024\u002F07\u002Fapplications-search","Applications Search",{"path":8382,"title":8383},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-group-clear-snapshot","Device Groups Snapshots",{"path":8385,"title":8386},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-delete","Managing devices",{"path":8388,"title":8386},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-move",{"path":8390,"title":8391},"\u002Fchangelog\u002F2024\u002F07\u002Fedit-snapshots","Edit Snapshots",{"path":8393,"title":8394},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant","The FlowFuse Expert",{"path":8396,"title":8397},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant-json","FlowFuse Expert Writes JSON",{"path":8399,"title":8400},"\u002Fchangelog\u002F2024\u002F07\u002Fimmersive-editor","Immersive Editor Experience",{"path":8402,"title":8403},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-inbox","Notifications Inbox",{"path":8405,"title":8403},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-update",{"path":8407,"title":8408},"\u002Fchangelog\u002F2024\u002F07\u002Fpersistent-storage","Persistent Storage on FlowFuse Cloud",{"path":8410,"title":8411},"\u002Fchangelog\u002F2024\u002F07\u002Fsso","Single Sign On Updates",{"path":8413,"title":8414},"\u002Fchangelog\u002F2024\u002F08\u002Fbill-of-materials","Bill of Materials",{"path":8416,"title":8417},"\u002Fchangelog\u002F2024\u002F08\u002Fenterprise-license-update","Enforcing Enterprise Restrictions",{"path":8419,"title":8420},"\u002Fchangelog\u002F2024\u002F08\u002Fldap-sso-groups","LDAP Single Sign On Updates",{"path":8422,"title":8423},"\u002Fchangelog\u002F2024\u002F08\u002Fstatic-file-service-navigation-visibility","Static File Service Navigation and Visibility",{"path":8425,"title":8426},"\u002Fchangelog\u002F2024\u002F10\u002Fdevice-group-env-vars","Environment Variables for your Device Groups",{"path":8428,"title":8429},"\u002Fchangelog\u002F2024\u002F10\u002Fmqtt-service","MQTT Broker Service",{"path":8431,"title":8432},"\u002Fchangelog\u002F2024\u002F10\u002Fnotifications-bulk-actions","Managing Notifications",{"path":8434,"title":8435},"\u002Fchangelog\u002F2024\u002F10\u002Fsnapshot-download-upload-options","Snapshot Upload and Download Improvements",{"path":8437,"title":8076},"\u002Fchangelog\u002F2024\u002F10\u002Fversion-history-timeline",{"path":8439,"title":8440},"\u002Fchangelog\u002F2024\u002F11\u002Faudit-log-hierarchy","Audit logs show hierarchical events",{"path":8442,"title":8443},"\u002Fchangelog\u002F2024\u002F11\u002Fdevice-agent-release","Device Agent 3.0 released",{"path":8445,"title":8446},"\u002Fchangelog\u002F2024\u002F11\u002Fmqtt-topic-hierarchy","MQTT Topic Hierarchy view",{"path":8448,"title":8449},"\u002Fchangelog\u002F2024\u002F11\u002Fteam-search","Team-wide search",{"path":8451,"title":8452},"\u002Fchangelog\u002F2024\u002F12\u002Fdashboad-iframe","Allow Dashboards to be embedded in iFrames",{"path":8454,"title":8455},"\u002Fchangelog\u002F2024\u002F12\u002Fdevice-editor-cache","Device Editor Access Speed Up",{"path":8457,"title":8458},"\u002Fchangelog\u002F2024\u002F12\u002Fteam-bom-timeline","Team BOM and Pipeline Views",{"path":8460,"title":8461},"\u002Fchangelog\u002F2025\u002F01\u002Ffree-tier-onboarding","New Onboarding Tour for Free Tier Users",{"path":8463,"title":8464},"\u002Fchangelog\u002F2025\u002F01\u002Fhidden-env-vars","Hidden Environment Variables",{"path":8466,"title":8467},"\u002Fchangelog\u002F2025\u002F01\u002Fimproved-diagnostics","Improved Diagnostics",{"path":8469,"title":8470},"\u002Fchangelog\u002F2025\u002F01\u002Fteam-level-groups","Team level view of Groups",{"path":8472,"title":8473},"\u002Fchangelog\u002F2025\u002F02\u002Fadditional-device-version-history-events","New Remote Instances Version History Events",{"path":8475,"title":8476},"\u002Fchangelog\u002F2025\u002F02\u002Fbroker-error-feedback","Improved Broker Connection Feedback",{"path":8478,"title":8479},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-agent-updates","FlowFuse User Authentication on Remote Instances",{"path":8481,"title":8076},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-version-history-timeline",{"path":8483,"title":8484},"\u002Fchangelog\u002F2025\u002F02\u002Fexternal-brokers","External MQTT Brokers",{"path":8486,"title":8487},"\u002Fchangelog\u002F2025\u002F02\u002Fmqtt-schema-suggestions","MQTT Smart Schema Suggestions",{"path":8489,"title":8490},"\u002Fchangelog\u002F2025\u002F02\u002Fresend-and-extend-team-invitation-expiration","Re-send Team Invitations",{"path":8492,"title":8493},"\u002Fchangelog\u002F2025\u002F02\u002Fschema-docs","Personalized Schema Documentation",{"path":8495,"title":8496},"\u002Fchangelog\u002F2025\u002F02\u002Ftopic-hierarchy-search","Search & Filter for Topic Hierarchy List",{"path":8498,"title":8499},"\u002Fchangelog\u002F2025\u002F03\u002Fcontainer-tags","Changes to tags for flowfuse\u002Fnode-red",{"path":8501,"title":8502},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-groups","Multiple Device Groups in a pipeline",{"path":8504,"title":8505},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-local-login","Local Login for Remote Instances",{"path":8507,"title":8508},"\u002Fchangelog\u002F2025\u002F03\u002Ffree-tier","Free Tier now more accessible to all",{"path":8510,"title":8511},"\u002Fchangelog\u002F2025\u002F03\u002Fresource-notifications","Resource Alerts",{"path":8513,"title":8514},"\u002Fchangelog\u002F2025\u002F03\u002Fsnapshot-filter","Filtering Snapshots",{"path":8516,"title":8517},"\u002Fchangelog\u002F2025\u002F03\u002Fteam-npm-registry","NPM Package Hosting",{"path":8519,"title":8520},"\u002Fchangelog\u002F2025\u002F03\u002Ftopic-deletion","MQTT Topic Management",{"path":8522,"title":8523},"\u002Fchangelog\u002F2025\u002F04\u002Fdevice-provisioning","Remote Instance Provisioning",{"path":8525,"title":8526},"\u002Fchangelog\u002F2025\u002F04\u002Fgit-integration","Git Integration with Pipelines",{"path":8528,"title":8529},"\u002Fchangelog\u002F2025\u002F04\u002Finstance-log-browsing","Better Node-RED log handling",{"path":8531,"title":8532},"\u002Fchangelog\u002F2025\u002F05\u002Fimport-node-red-flows","Import Node-RED Flows During Remote Instance Setup",{"path":8534,"title":8535},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant","FlowFuse Expert just got smarter",{"path":8537,"title":8535},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant-2",{"path":8539,"title":8540},"\u002Fchangelog\u002F2025\u002F06\u002Fgit-integration","Pulling snapshots from Git with Pipelines",{"path":8542,"title":8543},"\u002Fchangelog\u002F2025\u002F06\u002Finstance-performance-memory","Memory Metrics in Instance Performance View",{"path":8545,"title":8546},"\u002Fchangelog\u002F2025\u002F06\u002Fnew-home-page","Introducing the New Home Page Experience",{"path":8548,"title":8549},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance","Team Performance Feature",{"path":8551,"title":8552},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance-view","Instance Performance View",{"path":8554,"title":8555},"\u002Fchangelog\u002F2025\u002F06\u002Fui-refresh","Navigation UI Refresh",{"path":8557,"title":8558},"\u002Fchangelog\u002F2025\u002F07\u002Fbrowse-node-red-flows","Browse for Node-RED Flows During Remote Instance Setup",{"path":8560,"title":7900},"\u002Fchangelog\u002F2025\u002F07\u002Fflowfuse-tables",{"path":8562,"title":8563},"\u002Fchangelog\u002F2025\u002F07\u002Fimport-blueprints","Import blueprints directly into your existing instances",{"path":8565,"title":8566},"\u002Fchangelog\u002F2025\u002F07\u002Fsimplified-applications-overview","Simplified Applications Page with Summary Tiles",{"path":8568,"title":8569},"\u002Fchangelog\u002F2025\u002F07\u002Fsmart-suggestions","Smart Suggestions",{"path":8571,"title":8572},"\u002Fchangelog\u002F2025\u002F07\u002Fteam-to-pro-plan-rename","Team Plan Renamed to Pro Plan",{"path":8574,"title":8575},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-hosted","Generate snapshot descriptions with AI",{"path":8577,"title":8578},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-remote","AI Snapshot Descriptions Now Work with Remote Instances",{"path":8580,"title":8581},"\u002Fchangelog\u002F2025\u002F08\u002Fdevice-performance","FlowFuse Remote Instance Performance Data",{"path":8583,"title":8584},"\u002Fchangelog\u002F2025\u002F08\u002Fdirect-sso","Direct SSO Login",{"path":8586,"title":8587},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-assistant","FlowFuse Expert documents your flows",{"path":8589,"title":8590},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-mqtt","FlowFuse MQTT",{"path":8592,"title":8593},"\u002Fchangelog\u002F2025\u002F08\u002Fhttp-cors","Configure HTTP CORS",{"path":8595,"title":8596},"\u002Fchangelog\u002F2025\u002F08\u002Fsubflow-export","Export SubFlow as Node-RED module",{"path":8598,"title":8599},"\u002Fchangelog\u002F2025\u002F08\u002Ftables-assistant","FlowFuse Tables with a little help from the Assistant",{"path":8601,"title":8602},"\u002Fchangelog\u002F2025\u002F09\u002Fexpose-saml-groups-to-dashboard","Allow SSO groups to be shared with the Node-RED Dashboard",{"path":8604,"title":8605},"\u002Fchangelog\u002F2025\u002F09\u002Finline-assist","FlowFuse Expert can help you write code",{"path":8607,"title":8608},"\u002Fchangelog\u002F2025\u002F09\u002Fretiring-flowforge-device-agent","No more @flowforge\u002Fflowforge-device-agent releases",{"path":8610,"title":8611},"\u002Fchangelog\u002F2025\u002F09\u002Frevised-instance-snapshot-ui","Streamlined Snapshot Management",{"path":8613,"title":8614},"\u002Fchangelog\u002F2025\u002F09\u002Fteam-broker-async-api","Capture Async API data from FlowFuse Team Broker",{"path":8616,"title":8617},"\u002Fchangelog\u002F2025\u002F10\u002Fapplication-level-rbac","Application-level access control for Enterprise teams",{"path":8619,"title":8620},"\u002Fchangelog\u002F2025\u002F10\u002Fbulk-device-group-assignment","Easier Access to Bulk Device Group Management",{"path":8622,"title":8623},"\u002Fchangelog\u002F2025\u002F10\u002Fduplicate-instances-across-applications","Duplicate Instances Across Different Applications",{"path":8625,"title":8626},"\u002Fchangelog\u002F2025\u002F10\u002Fimport-flows-on-instance-creation","Import flows during instance creation",{"path":8628,"title":8629},"\u002Fchangelog\u002F2025\u002F10\u002Fmcp-nodes","FlowFuse MCP Server Nodes",{"path":8631,"title":8632},"\u002Fchangelog\u002F2025\u002F10\u002Fonnx-nodes","FlowFuse AI Nodes",{"path":8634,"title":8635},"\u002Fchangelog\u002F2025\u002F10\u002Fsettings-page-device-group-management","Device Group Management from Settings Page",{"path":8637,"title":8638},"\u002Fchangelog\u002F2025\u002F11\u002Fff-expert-update","FlowFuse Expert Update",{"path":8640,"title":8641},"\u002Fchangelog\u002F2025\u002F11\u002Fminimum-nodejs-version","Node.js v20 Minimum Version Requirement",{"path":8643,"title":8644},"\u002Fchangelog\u002F2025\u002F11\u002Fsso-session","SSO control over Session life",{"path":8646,"title":8647},"\u002Fchangelog\u002F2025\u002F12\u002Fff-expert-mcp-insights","FlowFuse Expert: Now with MCP-Powered Insights",{"path":8649,"title":8650},"\u002Fchangelog\u002F2025\u002F12\u002Fscheduled-maintenance","Scheduled Maintenance Mode",{"path":8652,"title":8653},"\u002Fchangelog\u002F2026\u002F01\u002Fdevice-agent-containers","Device Agent Docker Containers updated",{"path":8655,"title":8656},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-manage-palette","FlowFuse Expert: Enhanced Palette Integration",{"path":8658,"title":8659},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-nr-actions","FlowFuse Expert: Integration with Node-RED",{"path":8661,"title":8662},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-palette-queries","FlowFuse Expert: Palette Queries",{"path":8664,"title":8665},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-select-flows","FlowFuse Expert: Ask about your flows",{"path":8667,"title":8668},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-rbacs","FlowFuse Expert: MCP-Powered Insights with RBACs",{"path":8670,"title":8671},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-security","FlowFuse Expert: MCP-Powered Insights",{"path":8673,"title":8674},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options","Set Node.js Options for Remote Instances",{"path":8676,"title":8677},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context","FlowFuse Expert: Helping you make sense of your debug log",{"path":8679,"title":8680},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner","FlowFuse Expert: Never Miss an Update",{"path":8682,"title":8683},"\u002Fchangelog\u002F2026\u002F02\u002Fha-instance-rolling-restart","HA Hosted Instance Rolling Restart",{"path":8685,"title":8686},"\u002Fchangelog\u002F2026\u002F02\u002Fremote-instances-immersive-editor","Immersive Mode for Remote Instances",{"path":8688,"title":8689},"\u002Fchangelog\u002F2026\u002F02\u002Frestoring-snapshots-to-remote-instances","Restoring snapshots to developer-mode Remote Instances",{"path":8691,"title":8692},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops","Azure DevOps Pipeline support",{"path":8694,"title":8695},"\u002Fchangelog\u002F2026\u002F03\u002Fdeveloper-mode-in-immersive-editor","Developer Mode Now Accessible from the Immersive Editor",{"path":8697,"title":8698},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title","Embedded Editor Now Shows Active Tab",{"path":8700,"title":8701},"\u002Fchangelog\u002F2026\u002F03\u002Fmarch-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on March 28th, 2026",{"path":8703,"title":8704},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor","View Snapshot Details in the Immersive Editor",{"path":8706,"title":8707},"\u002Fchangelog\u002F2026\u002F04\u002Fexpert-action-links","FlowFuse expert action links",{"path":8709,"title":8710},"\u002Fchangelog\u002F2026\u002F04\u002Fhosted-instance-url-env-var","Hosted Instances know their own URL",{"path":8712,"title":7969},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer",{"path":8714,"title":8715},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer","Richer snapshot comparison view",{"path":8717,"title":8718},"\u002Fchangelog\u002F2026\u002F05\u002Fai-opt-out","AI Feature Opt-Out for Teams",{"path":8720,"title":8721},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building","FlowFuse Expert Builds Your Application",{"path":8723,"title":8724},"\u002Fchangelog\u002F2026\u002F05\u002Fsingle-sso-provider","Single SSO provider for all users",{"path":8726,"title":8727},"\u002Fchangelog\u002F2026\u002F06\u002Fdark-mode","Dark Mode",{"path":8729,"title":8730},"\u002Fchangelog\u002F2026\u002F06\u002Fdevice-agent-v4-released","Device Agent v4 released",{"path":8732,"title":8733},"\u002Fchangelog\u002F2026\u002F06\u002Fgeneric-git-server-support","Connect Pipelines to Any Git Server",{"path":8735,"title":8736},"\u002Fchangelog\u002F2026\u002F06\u002Fjuly-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on July 11th, 2026",{"path":8738,"title":8739},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups","Application Roles from SSO Groups",{"path":8741,"title":8742},"\u002Fchangelog\u002F2026\u002F07\u002Fdevice-agent-onboarding","Getting started with FlowFuse straight from the terminal",{"path":8744,"title":8745},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-enhancements","FlowFuse Expert Enhancements",{"path":8747,"title":8748},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation","FlowFuse Expert Can Now Work With Your Tables",{"path":8750,"title":8751},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats","Team Scoped Personal Access Tokens",{"path":8753,"title":8754},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards","A Dedicated Home for Your Dashboards",[8756,8762,8767,8773,8777,8784,8790,8797,8802,8807,8812,8817,8822,8827,8832,8837,8841,8848,8853,8858,8863,8869,8874,8881,8886,8892,8897,8901,8906,8911,8916,8921,8927,8932,8936,8941,8947,8952,8957,8962,8967,8972,8977,8982,8987,8992,8996,9001,9005,9010,9015,9020,9025,9030,9035,9040,9045,9050,9055,9059,9064,9069,9074,9079,9083,9088,9093,9098,9103,9108,9113,9118,9123,9128,9133,9138,9143,9148,9153,9158,9164,9169,9174,9179,9184,9189,9194,9199,9204,9209,9214,9219,9227,9232,9237,9242,9248,9253,9258,9263,9267,9272,9276,9281,9286,9291,9296,9300,9305,9310,9315,9320,9325,9330,9335,9342,9347,9352,9356,9361,9365,9370,9375,9377,9382,9386,9391,9396,9401,9406,9411,9416,9421,9428,9433,9438,9443,9448,9453,9458,9463,9468,9472,9477,9482,9487,9492,9496,9501,9506,9511,9516,9521,9526,9531,9536,9541,9546,9553,9559,9564,9570,9575,9580,9586,9591,9596,9602,9607,9612,9617,9623,9627,9632,9637,9642,9647,9652,9657,9662,9667,9673,9677,9682,9691,9696,9703,9712,9720,9725,9729,9734,9739,9744,9749,9754,9760,9765,9771,9777,9782,9788,9793,9799,9804,9808,9814,9820,9830,9836,9841,9847,9853,9860,9865,9870,9875,9884,9888,9895,9903,9908,9913,9923,9928,9934,9941,9948,9955,9960,9966,9973,9978,9987,9994,10002,10009,10016,10021,10027,10032,10038,10044,10050,10055,10060,10065,10070,10074,10079,10084,10088,10093,10099,10104,10108,10114,10119,10124,10129,10134,10139,10143,10148,10153,10158,10163,10168,10173,10180,10185,10191,10197,10202,10208,10212,10217,10222,10227,10232,10237,10242,10247,10252,10257,10261,10266,10271,10276,10281,10286,10290,10295,10300,10305,10310,10315,10320,10325,10330,10335,10340,10345,10350,10354,10359,10363,10368,10373,10378,10383,10390,10403,10408,10413,10418,10423,10429,10434,10439,10444,10449,10454,10459,10464,10469,10475,10479,10484,10488,10493,10498,10503,10508,10513,10518,10522,10528,10532,10537,10542,10547,10552,10557,10561,10566,10571,10576,10581,10586,10590,10595,10600,10605,10610,10614,10620,10625,10630,10635,10641,10646,10651,10656,10661,10666,10671,10676,10681,10686,10691,10696,10701,10706,10711,10716,10721,10726,10731,10736,10741,10746,10751,10756,10761,10766,10771,10776,10781,10786,10791,10796,10801,10806,10811,10816,10821,10826,10831,10835,10840,10845],{"path":8757,"title":8758,"date":8759,"tags":8760},"\u002Fblog\u002F2026\u002F08\u002Flayered-process-audit","Layered Process Audit (LPA): A Practical Guide + Checklist","2026-08-14",[8761,7821],"posts",{"path":8763,"title":8764,"date":8765,"tags":8766},"\u002Fblog\u002F2026\u002F08\u002Fconnect-agvs-vda-5050-mqtt","VDA 5050 Tutorial: Connect AGVs to Factory Systems over MQTT","2026-08-12",[8761,7821],{"path":8768,"title":8769,"date":8770,"tags":8771},"\u002Fblog\u002F2026\u002F08\u002Fmanufacturing-dashboard-examples","5 Manufacturing Dashboard Examples for Production, OEE & Quality","2026-08-05",[8761,8772,7821],"dashboard",{"path":8774,"title":8775,"date":8770,"tags":8776},"\u002Fblog\u002F2026\u002F08\u002Fstatistical-process-control","What Is Statistical Process Control in Manufacturing",[7821],{"path":8778,"title":8779,"date":8780,"tags":8781},"\u002Fblog\u002F2026\u002F07\u002Fcalibration-management-dashboard","Tracking Instrument Calibration with a Digital Dashboard","2026-07-31",[7821,8782,8783],"manufacturing","how-to",{"path":8785,"title":8786,"date":8780,"tags":8787},"\u002Fblog\u002F2026\u002F07\u002Fwhat-is-instrument-calibration","What Is Instrument Calibration (Equipment Calibration)?",[8788,8782,8789],"post","quality",{"path":8791,"title":8792,"date":8793,"tags":8794},"\u002Fblog\u002F2026\u002F07\u002Fflowfuse-release-2-33","FlowFuse 2.33: From Setting Up Plant Floor Hardware to Visualizing Your Data","2026-07-30",[7821,8795,8796],"news","releases",{"path":8798,"title":8799,"date":8800,"tags":8801},"\u002Fblog\u002F2026\u002F07\u002Fishikawa-fishbone-diagram","Ishikawa Fishbone Diagram: 6M, Manufacturing Example & Template","2026-07-27",[7821],{"path":8803,"title":8804,"date":8805,"tags":8806},"\u002Fblog\u002F2026\u002F07\u002Fdigital-work-instruction","Building Digital Work Instructions Dashboard for the Shop Floor","2026-07-24",[7821],{"path":8808,"title":8809,"date":8810,"tags":8811},"\u002Fblog\u002F2026\u002F07\u002Ftime-synchronization-edge-devices","Handling Clock Drift in Distributed Edge Devices","2026-07-17",[7821],{"path":8813,"title":8814,"date":8815,"tags":8816},"\u002Fblog\u002F2026\u002F07\u002Fdefect-and-quality-monitoring","Build a Defect Tracking and Quality Monitoring Dashboard","2026-07-16",[7821,8789],{"path":8818,"title":8819,"date":8820,"tags":8821},"\u002Fblog\u002F2026\u002F07\u002Fsoftware-defined-manufacturing","Software-Defined Manufacturing: Improve Without Hardware Changes","2026-07-13",[7821],{"path":8823,"title":8824,"date":8825,"tags":8826},"\u002Fblog\u002F2026\u002F07\u002Fbuild-downtime-logger","Build a Machine Downtime Tracking Application","2026-07-08",[7821],{"path":8828,"title":8829,"date":8830,"tags":8831},"\u002Fblog\u002F2026\u002F07\u002Fgitops-for-manufacturing","Why Manufacturing Needs GitOps","2026-07-03",[7821],{"path":8833,"title":8834,"date":8835,"tags":8836},"\u002Fblog\u002F2026\u002F07\u002Fcontrol-and-track-factory-floor-machines","Control and Track Machines on the Factory Floor","2026-07-02",[7821],{"path":8838,"title":8839,"date":8835,"tags":8840},"\u002Fblog\u002F2026\u002F07\u002Fflowfuse-release-2-32","FlowFuse 2.32: Certified Redis, Git Pipelines for Any Server, Insights on Remote Instances, and Dark Mode",[7821,8795,8796],{"path":8842,"title":8843,"date":8844,"tags":8845},"\u002Fblog\u002F2026\u002F06\u002Fannouncing-node-red-con-2026","Announcing Node-RED Con 2026: Call for Papers Now Open","2026-06-29",[7821,8795,8846,8847],"community","node-red",{"path":8849,"title":8850,"date":8851,"tags":8852},"\u002Fblog\u002F2026\u002F06\u002Fapplication-idea-to-architectur","Turning an Application Idea into an Architecture","2026-06-26",[7821,8788],{"path":8854,"title":8855,"date":8856,"tags":8857},"\u002Fblog\u002F2026\u002F06\u002Fopcua-to-influxdb","Historical Data Logging with OPC UA and InfluxDB","2026-06-24",[8788,7821,7822],{"path":8859,"title":8860,"date":8861,"tags":8862},"\u002Fblog\u002F2026\u002F06\u002Fprocess-rtsp-camera-feeds-at-the-edge","Processing RTSP Camera Feeds at the Edge","2026-06-23",[7821,8788],{"path":8864,"title":8865,"date":8866,"tags":8867},"\u002Fblog\u002F2026\u002F06\u002Fplc-communication-latency-causes-and-fixes","Fixing PLC Communication Latency: Where the Milliseconds Really Go","2026-06-17",[8788,8868],"plc",{"path":8870,"title":8871,"date":8872,"tags":8873},"\u002Fblog\u002F2026\u002F06\u002Fevent-driven-downtime-escalation-workflow","Why Downtime Spreadsheets Fail and How to Automate Detection and Escalation","2026-06-12",[8761],{"path":8875,"title":8876,"date":8877,"tags":8878},"\u002Fblog\u002F2026\u002F06\u002Fmqtt-vs-sparkplug-b","MQTT vs Sparkplug B: Which One (or Both) Do You Need?","2026-06-11",[8788,8879,8880],"mqtt","sparkplug",{"path":8882,"title":8883,"date":8884,"tags":8885},"\u002Fblog\u002F2026\u002F06\u002Fnode-red-5-on-flowfuse","Node-RED 5 Is Here: What It Means for Industrial Teams","2026-06-09",[7821,8847],{"path":8887,"title":8888,"date":8889,"tags":8890},"\u002Fblog\u002F2026\u002F06\u002Fopc-ua-security-best-practices","OPC UA Security: How to Establish a Defensible OPC UA Security Architecture","2026-06-05",[8788,7822,8891],"security",{"path":8893,"title":8894,"date":8895,"tags":8896},"\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",[7821,8795,8796],{"path":8898,"title":8899,"date":8895,"tags":8900},"\u002Fblog\u002F2026\u002F06\u002Fscaling-manufacturing-data-integration","How Arch Systems Connected 100+ Factory Databases with FlowFuse",[7821],{"path":8902,"title":8903,"date":8904,"tags":8905},"\u002Fblog\u002F2026\u002F05\u002Fopc-ua-security-attack-vectors","OPC UA Security: How Threat Actors Exploit Industrial Protocol Vulnerabilities","2026-05-29",[8761,7821,7822],{"path":8907,"title":8908,"date":8909,"tags":8910},"\u002Fblog\u002F2026\u002F05\u002Fnis2-iec-62443-manufacturers","NIS2 Compliance for Manufacturers: Why IEC 62443 Is the Missing Standard","2026-05-28",[7821],{"path":8912,"title":8913,"date":8914,"tags":8915},"\u002Fblog\u002F2026\u002F05\u002Fgit-snapshot-for-iiot-flows","See Every Logic Change in Your IIoT MOC Review with Git-Style Diffs","2026-05-21",[7821],{"path":8917,"title":8918,"date":8919,"tags":8920},"\u002Fblog\u002F2026\u002F05\u002Fmanufacturing-software-built-in-stages","All-or-Nothing Manufacturing Software Is Killing Your Agility","2026-05-18",[7821],{"path":8922,"title":8923,"date":8924,"tags":8925},"\u002Fblog\u002F2026\u002F05\u002Fflowfuse-expert-building-flows","How to Build Industrial Apps With FlowFuse AI Expert","2026-05-13",[7821,8926],"ai",{"path":8928,"title":8929,"date":8930,"tags":8931},"\u002Fblog\u002F2026\u002F05\u002Ffixing-oee-measurement-in-manufacturing","OEE Is Misleading Your Factory: Here's How to Fix It","2026-05-07",[7821],{"path":8933,"title":8934,"date":8930,"tags":8935},"\u002Fblog\u002F2026\u002F05\u002Fflowfuse-release-2-30","FlowFuse 2.30: Expert Builds Your Industrial Application",[7821,8795,8796],{"path":8937,"title":8938,"date":8939,"tags":8940},"\u002Fblog\u002F2026\u002F04\u002Frosetta-stone-for-industrial-data","The Rosetta Stone for Factories: Why IIoT Needs a Common Language First","2026-04-30",[7821],{"path":8942,"title":8943,"date":8944,"tags":8945},"\u002Fblog\u002F2026\u002F04\u002Fdiagnosing-modbus-degradation","Diagnosing Modbus Degradation: From CRC Errors to TCP Timeouts","2026-04-29",[7821,8946],"modbus",{"path":8948,"title":8949,"date":8950,"tags":8951},"\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",[7821],{"path":8953,"title":8954,"date":8955,"tags":8956},"\u002Fblog\u002F2026\u002F04\u002Fstop-noisy-sensor-data-deadband-filter-flowfuse","How to Stop Noisy Sensor Data from Flooding Your Industrial System","2026-04-23",[7821],{"path":8958,"title":8959,"date":8960,"tags":8961},"\u002Fblog\u002F2026\u002F04\u002Fit-vs-ot-who-owns-the-edge","IT vs. OT: Who Actually Owns the Edge?","2026-04-17",[7821],{"path":8963,"title":8964,"date":8965,"tags":8966},"\u002Fblog\u002F2026\u002F04\u002Fconnect-industrial-edge-devices-aws-iot-core","How to Connect Industrial Edge Devices to AWS IoT Core","2026-04-16",[7821],{"path":8968,"title":8969,"date":8970,"tags":8971},"\u002Fblog\u002F2026\u002F04\u002Fflowfuse-release-2-29","FlowFuse 2.29: FlowFuse Expert Comes to Self-Hosted Enterprise","2026-04-09",[7821,8795,8796,8926],{"path":8973,"title":8974,"date":8975,"tags":8976},"\u002Fblog\u002F2026\u002F04\u002Fwhy-simplicity-wins-in-iiot","The Real Cost of Over-Engineered Industrial Systems","2026-04-08",[7821],{"path":8978,"title":8979,"date":8980,"tags":8981},"\u002Fblog\u002F2026\u002F04\u002Fmodbus-polling-best-practices","Most Modbus Polling Setups Are Wrong: Here's How to Fix Yours","2026-04-03",[7821,8946],{"path":8983,"title":8984,"date":8985,"tags":8986},"\u002Fblog\u002F2026\u002F03\u002Fwhy-opcua-is-not-replacing-modbus-yet","Why OPC UA Is Not Replacing Modbus (Yet)","2026-03-30",[7821,7822,8946],{"path":8988,"title":8989,"date":8990,"tags":8991},"\u002Fblog\u002F2026\u002F03\u002Fhow-to-parse-binary-data-serial-devices","How to Parse Binary Data from Serial Devices","2026-03-27",[7821],{"path":8993,"title":8994,"date":8990,"tags":8995},"\u002Fblog\u002F2026\u002F03\u002Frethinking-edge-ais-core-orchestration","Rethinking Edge AI's Core Orchestration",[7821,8926],{"path":8997,"title":8998,"date":8999,"tags":9000},"\u002Fblog\u002F2026\u002F03\u002Fai-usecases-in-factory","5 Places Smart Factories Are Already Using AI","2026-03-24",[7821,8926],{"path":9002,"title":9003,"date":9004,"tags":7802},"\u002Fblog\u002F2026\u002F03\u002Fenterprise-packaging-updates","FlowFuse Enterprise: More Power, More Confidence","2026-03-23",{"path":9006,"title":9007,"date":9008,"tags":9009},"\u002Fblog\u002F2026\u002F03\u002Fhow-to-monitor-industrial-network-usign-snmp","How to Monitor Industrial Network Health Using SNMP","2026-03-20",[7821],{"path":9011,"title":9012,"date":9013,"tags":9014},"\u002Fblog\u002F2026\u002F03\u002Fedge-ai-vs-cloud-ai-in-iiot","Edge vs Cloud AI in Manufacturing: Where Each Actually Belongs","2026-03-16",[7821],{"path":9016,"title":9017,"date":9018,"tags":9019},"\u002Fblog\u002F2026\u002F03\u002Fhow-to-connect-to-twincat-using-ads","How to Connect to Beckhoff TwinCAT PLC Using ADS (2026)","2026-03-13",[7821,8868],{"path":9021,"title":9022,"date":9023,"tags":9024},"\u002Fblog\u002F2026\u002F03\u002Fflowfuse-release-2-28","FlowFuse 2.28: Troubleshoot Faster, Manage Edge Devices Centrally, and More Self-Hosted Flexibility","2026-03-12",[7821,8795,8796],{"path":9026,"title":9027,"date":9028,"tags":9029},"\u002Fblog\u002F2026\u002F03\u002Flast-mile-problem-ai","The Last Mile Problem in Industrial AI","2026-03-09",[7821,8926],{"path":9031,"title":9032,"date":9033,"tags":9034},"\u002Fblog\u002F2026\u002F03\u002Fhow-to-implement-dlq-and-retries","How to Stop Silent Pipeline Failures From Swallowing Your IIoT Data","2026-03-05",[7821],{"path":9036,"title":9037,"date":9038,"tags":9039},"\u002Fblog\u002F2026\u002F03\u002Fbus-factory-problem-in-manufacturing","The Bus Factor Problem in Integration Systems","2026-03-02",[7821],{"path":9041,"title":9042,"date":9043,"tags":9044},"\u002Fblog\u002F2026\u002F02\u002Fedge-ai-is-80-percent-pipeline-and-20-percent-ai","Edge AI Is 80% Plumbing, 20% Intelligence","2026-02-27",[7821,8926],{"path":9046,"title":9047,"date":9048,"tags":9049},"\u002Fblog\u002F2026\u002F02\u002Fmqtt-influxdb-tutorial","How to Build an MQTT-to-InfluxDB Data Pipeline (2026)","2026-02-26",[7821,8879],{"path":9051,"title":9052,"date":9053,"tags":9054},"\u002Fblog\u002F2026\u002F02\u002Fmodbus-tcp-vs-modbus-rtu","Modbus TCP vs Modbus RTU: Reliability, Latency, and Failure Modes","2026-02-20",[7821,8946],{"path":9056,"title":9057,"date":9053,"tags":9058},"\u002Fblog\u002F2026\u002F02\u002Fmotor-anomaly-detector-ai","Building an AI Vibration Anomaly Detector for Industrial Motors",[7821,8926],{"path":9060,"title":9061,"date":9062,"tags":9063},"\u002Fblog\u002F2026\u002F02\u002Fgetting-started-with-canbus","CAN Bus Tutorial: Connect to Dashboards, Cloud, and Industrial Systems","2026-02-13",[7821],{"path":9065,"title":9066,"date":9067,"tags":9068},"\u002Fblog\u002F2026\u002F02\u002Fflowfuse-release-2-27","FlowFuse 2.27: Integrated Editor in Remote Instances & Context-Aware FlowFuse Expert","2026-02-12",[7821,8795,8796],{"path":9070,"title":9071,"date":9072,"tags":9073},"\u002Fblog\u002F2026\u002F02\u002Fwhat-is-event-driven-architecture-in-manufacturing","Event-Driven Architecture: 99% of Your System Requests Are Worthless","2026-02-10",[7821],{"path":9075,"title":9076,"date":9077,"tags":9078},"\u002Fblog\u002F2026\u002F02\u002Fmapping-mtconnect-streams","Mapping MTConnect Streams for Dashboard Visualization","2026-02-06",[7821],{"path":9080,"title":9081,"date":9077,"tags":9082},"\u002Fblog\u002F2026\u002F02\u002Fshop-floor-to-ai-signals-context-decisions","Shop Floor AI: Dead on Arrival Without This",[7821,8926],{"path":9084,"title":9085,"date":9086,"tags":9087},"\u002Fblog\u002F2026\u002F02\u002Fmqtt-vs-coap","MQTT vs CoAP: Measure Your Constraints or Pick Wrong","2026-02-05",[7821,8879],{"path":9089,"title":9090,"date":9091,"tags":9092},"\u002Fblog\u002F2026\u002F01\u002Feliminate-opc-ua-bottleneck-ai-agents","Agentic AI Reads OPC UA Servers So You Don't Have To","2026-01-30",[7821,7822],{"path":9094,"title":9095,"date":9096,"tags":9097},"\u002Fblog\u002F2026\u002F01\u002Fwhy-modbus-still-exist","Why Modbus Refuses to Die","2026-01-26",[7821,8946],{"path":9099,"title":9100,"date":9101,"tags":9102},"\u002Fblog\u002F2026\u002F01\u002Fopcua-vs-mqtt","MQTT vs OPC UA: Why This Question Never Has a Straight Answer","2026-01-21",[7821,7822,8879],{"path":9104,"title":9105,"date":9106,"tags":9107},"\u002Fblog\u002F2026\u002F01\u002Fkepware-opcua-better-alternative","Beyond Kepware: Why Modern Industrial Connectivity Demands a Second Look","2026-01-16",[7821,7822],{"path":9109,"title":9110,"date":9111,"tags":9112},"\u002Fblog\u002F2026\u002F01\u002Fflowfuse-release-2-26","FlowFuse 2.26: Bringing access-controls to your MCP nodes","2026-01-15",[7821,8795,8796,8926],{"path":9114,"title":9115,"date":9116,"tags":9117},"\u002Fblog\u002F2026\u002F01\u002Fwhat-is-system-integrator","What Is a System Integrator? Understanding Manufacturing's Most Misunderstood Role","2026-01-13",[7821],{"path":9119,"title":9120,"date":9121,"tags":9122},"\u002Fblog\u002F2026\u002F01\u002Fhow-to-integrate-node-red-with-git","Integrating Git within Node-RED Workflow with FlowFuse","2026-01-06",[7821],{"path":9124,"title":9125,"date":9126,"tags":9127},"\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",[8847],{"path":9129,"title":9130,"date":9131,"tags":9132},"\u002Fblog\u002F2025\u002F12\u002Fwhat-is-mttf","Mean Time to Failure (MTTF): Formula, Calculation, MTTF vs MTBF vs MTTR, and More","2025-12-29",[7821],{"path":9134,"title":9135,"date":9136,"tags":9137},"\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",[7821,8868],{"path":9139,"title":9140,"date":9141,"tags":9142},"\u002Fblog\u002F2025\u002F12\u002Fnode-red-timer","Node-RED Timer Tutorial: Create Stopwatch and Countdown Timers","2025-12-24",[8847],{"path":9144,"title":9145,"date":9146,"tags":9147},"\u002Fblog\u002F2025\u002F12\u002Ffive-whys-root-cause-analysis-definition-examples","Five Whys Root Cause Analysis: Definition, Steps & Examples (2026)","2025-12-22",[7821],{"path":9149,"title":9150,"date":9151,"tags":9152},"\u002Fblog\u002F2025\u002F12\u002Fwhat-is-teep","What is TEEP? Calculation, Benchmarks & TEEP vs OEE (2026)","2025-12-19",[7821],{"path":9154,"title":9155,"date":9156,"tags":9157},"\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",[7821,8795,8796],{"path":9159,"title":9160,"date":9161,"tags":9162},"\u002Fblog\u002F2025\u002F12\u002Fkafka-vs-mqtt","MQTT vs Kafka: Complete Comparison Guide 2026","2025-12-17",[7821,8879,9163],"kafka",{"path":9165,"title":9166,"date":9167,"tags":9168},"\u002Fblog\u002F2025\u002F12\u002Fnode-red-buffer-parser-industrial-data","Node-RED Buffer Parser Guide: Decode Modbus and Industrial Device Data (2026)","2025-12-10",[7821,8783],{"path":9170,"title":9171,"date":9172,"tags":9173},"\u002Fblog\u002F2025\u002F12\u002Fgetting-weather-data-in-node-red","Building a Weather Dashboard in Node-RED (2026)","2025-12-05",[8847],{"path":9175,"title":9176,"date":9177,"tags":9178},"\u002Fblog\u002F2025\u002F12\u002Fread-s7-optimized-datablocks-flowfuse","How to Access Optimized Data Blocks in TIA Portal (S7-1200\u002F1500)","2025-12-04",[7821,8868],{"path":9180,"title":9181,"date":9182,"tags":9183},"\u002Fblog\u002F2025\u002F11\u002Foptimize-industrial-data-protocol-buffers","How to Optimize Industrial Data Communication with Protocol Buffers","2025-11-28",[7821],{"path":9185,"title":9186,"date":9187,"tags":9188},"\u002Fblog\u002F2025\u002F11\u002Findustrial-data-validation-guide","How to Protect Your Factory From Bad Data: A Must-Have Read for IIoT","2025-11-27",[7821],{"path":9190,"title":9191,"date":9192,"tags":9193},"\u002Fblog\u002F2025\u002F11\u002Fstore-and-forward-edge-data-buffering","Store-and-Forward at the Edge: Buffering Production Data During Network Outages","2025-11-21",[7821,8868],{"path":9195,"title":9196,"date":9197,"tags":9198},"\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",[7821,8795,8796,8926],{"path":9200,"title":9201,"date":9202,"tags":9203},"\u002Fblog\u002F2025\u002F11\u002Fbuilding-hmi-for-equipment-control","Building a Web HMI for Factory Equipment Control","2025-11-19",[7821,8868],{"path":9205,"title":9206,"date":9207,"tags":9208},"\u002Fblog\u002F2025\u002F11\u002Fflowfuse+llm+mcp-equals-text-driven-operations","FlowFuse + LLM + MCP = Text Driven Operations","2025-11-12",[7821,8847,8926],{"path":9210,"title":9211,"date":9212,"tags":9213},"\u002Fblog\u002F2025\u002F11\u002Fbuilding-label-scanner-with-flowfuse","Building a Label Scanner with FlowFuse for Product Labels & Serial Numbers","2025-11-11",[7821],{"path":9215,"title":9216,"date":9217,"tags":9218},"\u002Fblog\u002F2025\u002F11\u002Fcsv-mqtt-database-dashboard-flowfuse","How to Ingest CSV Logs into MQTT, Databases, and Dashboards","2025-11-10",[7821,8879],{"path":9220,"title":9221,"date":9222,"tags":9223},"\u002Fblog\u002F2025\u002F11\u002Fptc-kepware-thingworx-divestment","The Industrial IoT Market Shift: What the PTC Divestment Means for Your Data Strategy","2025-11-06",[7821,8847,9224,9225,9226],"kepware","thingworx","industrial-iot",{"path":9228,"title":9229,"date":9230,"tags":9231},"\u002Fblog\u002F2025\u002F10\u002Fplc-to-mqtt-using-flowfuse","How to Connect Any PLC to MQTT in Under an Hour","2025-10-27",[7821,8946,8879,8868],{"path":9233,"title":9234,"date":9235,"tags":9236},"\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",[7821,8795,8796,8926],{"path":9238,"title":9239,"date":9240,"tags":9241},"\u002Fblog\u002F2025\u002F10\u002Fhow-to-log-plc-data-csv-files","How to Log PLC Data to CSV Files","2025-10-22",[7821,8868],{"path":9243,"title":9244,"date":9245,"tags":9246},"\u002Fblog\u002F2025\u002F10\u002Fintroducing-flowfuse-expert","Introducing FlowFuse Expert","2025-10-16",[7821,9247],"AI",{"path":9249,"title":9250,"date":9251,"tags":9252},"\u002Fblog\u002F2025\u002F10\u002Fbuilding-mcp-server-using-flowfuse","Building MCP Servers for AI Agent Integration in Node-RED with FlowFuse","2025-10-14",[7821,9247],{"path":9254,"title":9255,"date":9256,"tags":9257},"\u002Fblog\u002F2025\u002F10\u002Fai-on-flowfuse","MCP and Custom AI Models on FlowFuse!","2025-10-13",[7821,8847,8788,8926],{"path":9259,"title":9260,"date":9261,"tags":9262},"\u002Fblog\u002F2025\u002F10\u002Fcustom-onnx-model","Deploy Custom-Trained AI Models: Using ONNX with Node-RED and FlowFuse","2025-10-10",[7821,8926],{"path":9264,"title":9265,"date":9261,"tags":9266},"\u002Fblog\u002F2025\u002F10\u002Fusing-ethernet-ip-with-flowfuse","EtherNet\u002FIP Integration with FlowFuse: Communicating with Allen-Bradley PLCs",[7821,8847,8788,8868],{"path":9268,"title":9269,"date":9270,"tags":9271},"\u002Fblog\u002F2025\u002F10\u002Fnode-red-revolution","The Node-RED Revolution: How Low-Code is Democratizing Industrial Automation","2025-10-09",[7821,8847],{"path":9273,"title":9274,"date":9270,"tags":9275},"\u002Fblog\u002F2025\u002F10\u002Fthe-ai-orchestration-hype","Beyond Cloud AI Orchestration: Why the Future is Hybrid Edge-Cloud Intelligence",[7821,8847,8926],{"path":9277,"title":9278,"date":9279,"tags":9280},"\u002Fblog\u002F2025\u002F10\u002Fnode-red-vs-flowfuse","What's the Difference Between Node-RED and FlowFuse","2025-10-08",[7821],{"path":9282,"title":9283,"date":9284,"tags":9285},"\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",[7821,8761,8926],{"path":9287,"title":9288,"date":9289,"tags":9290},"\u002Fblog\u002F2025\u002F09\u002Fusing-modbus-with-flowfuse","Modbus RTU (RS485\u002FRS422\u002FRS232) Communications with FlowFuse","2025-09-26",[7821,8946],{"path":9292,"title":9293,"date":9294,"tags":9295},"\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",[7821,8795,8796],{"path":9297,"title":9298,"date":9294,"tags":9299},"\u002Fblog\u002F2025\u002F09\u002Fwhat-is-takt-time","Takt Time: Definition, Formula, How to Calculate with Examples & More [2026 Edition]",[7821],{"path":9301,"title":9302,"date":9303,"tags":9304},"\u002Fblog\u002F2025\u002F09\u002Finstalling-node-red","Download Node-RED for Production: Windows, Mac, Linux, Raspberry Pi (2026)","2025-09-19",[7821,8847],{"path":9306,"title":9307,"date":9308,"tags":9309},"\u002Fblog\u002F2025\u002F09\u002Fai-assistant-flowfuse-tables","Query Your Database with Natural Language Using FlowFuse Expert","2025-09-18",[7821,8926],{"path":9311,"title":9312,"date":9313,"tags":9314},"\u002Fblog\u002F2025\u002F09\u002Fintegrating-lorawan-with-flowfuse-node-red","Integrating LoRaWAN with FlowFuse","2025-09-17",[7821],{"path":9316,"title":9317,"date":9318,"tags":9319},"\u002Fblog\u002F2025\u002F09\u002Fpoka-yoke-mistake-proofing","Poka Yoke (Poke Yoke, Bokayoke) Explained: Definition, Examples, Types (2026)","2025-09-11",[7821],{"path":9321,"title":9322,"date":9323,"tags":9324},"\u002Fblog\u002F2025\u002F09\u002Fwhat-is-5s-checklist","What is 5S Checklist: Definition, Benefits, Implementation, and Template","2025-09-10",[7821,8772],{"path":9326,"title":9327,"date":9328,"tags":9329},"\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",[7821],{"path":9331,"title":9332,"date":9333,"tags":9334},"\u002Fblog\u002F2025\u002F09\u002Fpreventive-maintenance-equipment-failure","Preventive Maintenance in Manufacturing: Avoid Multi-Million Dollar Equipment Failures","2025-09-04",[7821],{"path":9336,"title":9337,"date":9338,"tags":9339},"\u002Fblog\u002F2025\u002F09\u002Fcreating-pareto-chart","How to Create a Pareto Chart for Manufacturing Data","2025-09-02",[9340,8782,9341],"pareto-chart","data-analysis",{"path":9343,"title":9344,"date":9345,"tags":9346},"\u002Fblog\u002F2025\u002F08\u002Fflowfuse-node-red-api","FlowFuse API for Industry: Automating Node-RED Instances, Devices, and CI\u002FCD Tasks","2025-08-29",[7821],{"path":9348,"title":9349,"date":9350,"tags":9351},"\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",[7821,8795,8796,8926],{"path":9353,"title":9354,"date":9350,"tags":9355},"\u002Fblog\u002F2025\u002F08\u002Fpareto-chart-manufacturing-guide","Pareto Chart & Diagram: What It Is, Formula, Examples & Manufacturing Applications",[7821],{"path":9357,"title":9358,"date":9359,"tags":9360},"\u002Fblog\u002F2025\u002F08\u002Fannual_billing","Save with FlowFuse Annual Billing – Now Available!","2025-08-22",[7821,8795],{"path":9362,"title":9363,"date":9359,"tags":9364},"\u002Fblog\u002F2025\u002F08\u002Forchestrating-virtual-power-plants-low-code-platforms","Orchestrating Virtual Power Plants: How Low-Code Platforms Bridge the Gap",[7821],{"path":9366,"title":9367,"date":9368,"tags":9369},"\u002Fblog\u002F2025\u002F08\u002Ftime-series-dashboard-flowfuse-postgresql","Building Historical Data Dashboard with FlowFuse Tables","2025-08-21",[7821],{"path":9371,"title":9372,"date":9373,"tags":9374},"\u002Fblog\u002F2025\u002F08\u002Fopen-source-software-and-manufacturing","Winning Through Open-Source Software in Manufacturing Digitalization","2025-08-20",[7821,8847],{"path":7816,"title":5,"date":7803,"tags":9376},[7821,7822],{"path":9378,"title":9379,"date":9380,"tags":9381},"\u002Fblog\u002F2025\u002F08\u002Fflowfuse-why-pricing-matters","The Evolution of Business Automation: Why Pricing Models Matter","2025-08-08",[7821],{"path":9383,"title":9384,"date":9380,"tags":9385},"\u002Fblog\u002F2025\u002F08\u002Fgetting-started-with-flowfuse-tables","FlowFuse's New Database: The Easiest Way to Store Industrial IoT Data",[7821],{"path":9387,"title":9388,"date":9389,"tags":9390},"\u002Fblog\u002F2025\u002F07\u002Fflowfuse-release-2-20","FlowFuse 2.20: AI-Assisted Node-RED & New Database Service","2025-07-31",[7821,8795,8796,8926],{"path":9392,"title":9393,"date":9394,"tags":9395},"\u002Fblog\u002F2025\u002F07\u002Fflowfuse-ai-assistant-better-node-red-manufacturing","FlowFuse Expert: Let Your Engineers Build Automation, Not Write Code","2025-07-29",[7821],{"path":9397,"title":9398,"date":9399,"tags":9400},"\u002Fblog\u002F2025\u002F07\u002Fquality-control-automation-spc-charts","Statistical Process Control (SPC): Benefits and Implementation Guide","2025-07-24",[8761,7821],{"path":9402,"title":9403,"date":9404,"tags":9405},"\u002Fblog\u002F2025\u002F07\u002Freading-and-writing-plc-data-using-opc-ua","OPC UA Tutorial: Connect and Exchange Data with Industrial Equipment","2025-07-16",[7821,7822,8868],{"path":9407,"title":9408,"date":9409,"tags":9410},"\u002Fblog\u002F2025\u002F07\u002Fconnect-legacy-equipment-serial-flowfuse","Node-RED Serial Port Tutorial: Connect RS232\u002FRS485 Manufacturing Equipment (2026)","2025-07-09",[7821,7822,8783],{"path":9412,"title":9413,"date":9414,"tags":9415},"\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",[7821,8795,8796],{"path":9417,"title":9418,"date":9414,"tags":9419},"\u002Fblog\u002F2025\u002F07\u002Fsmart-manufacturing-order-panel-flowfuse","How we Built a Smart Manufacturing Order Execution Panel with FlowFuse",[7821,9420],"mes",{"path":9422,"title":9423,"date":9424,"tags":9425},"\u002Fblog\u002F2025\u002F07\u002Fcertified-nodes-v2","Curated Node-RED Integrations: FlowFuse Certified Nodes 2.0","2025-07-01",[7821,8847,9426,9427],"certified-nodes","developers",{"path":9429,"title":9430,"date":9431,"tags":9432},"\u002Fblog\u002F2025\u002F06\u002Fbuilding-andon-task-manager-dashboard-with-ff","Part 2: Building an Andon Task Manager with FlowFuse","2025-06-26",[7821],{"path":9434,"title":9435,"date":9436,"tags":9437},"\u002Fblog\u002F2025\u002F06\u002Fshop-floor-kpis-for-mes","What to Measure on the Shop Floor: Factory KPIs Your MES Should Deliver","2025-06-20",[7821,9420],{"path":9439,"title":9440,"date":9441,"tags":9442},"\u002Fblog\u002F2025\u002F06\u002Fstructuring-storing-data-mes-integration","Structuring and Storing Data for Effective MES Integration","2025-06-18",[7821,9420],{"path":9444,"title":9445,"date":9446,"tags":9447},"\u002Fblog\u002F2025\u002F06\u002Fdata-acquisition-for-mes","MES Data Acquisition: How to Unlock Your Factory’s Hidden Data","2025-06-13",[7821,9420],{"path":9449,"title":9450,"date":9451,"tags":9452},"\u002Fblog\u002F2025\u002F06\u002Fannouncing-node-red-con-2025","Announcing Node-RED Con 2025: A Community Conference on Industrial Applications","2025-06-12",[7821,8795,8846,8847],{"path":9454,"title":9455,"date":9456,"tags":9457},"\u002Fblog\u002F2025\u002F06\u002Fflowfuse-forms-easy-data-collection-factory-floor","FlowFuse Forms: Easy Data Collection for Your Factory Floor","2025-06-10",[7821],{"path":9459,"title":9460,"date":9456,"tags":9461},"\u002Fblog\u002F2025\u002F06\u002Foptimizing-operations-improve-industrial-operations-with-flowfuse","Optimizing operations: Improve Industrial Operations with FlowFuse",[7821,8795,9462],"funding",{"path":9464,"title":9465,"date":9466,"tags":9467},"\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",[7821,8795,8796,8926],{"path":9469,"title":9470,"date":9466,"tags":9471},"\u002Fblog\u002F2025\u002F06\u002Fwhat-is-mes","What Is MES (Manufacturing Execution System)? How It Works, Benefits, and Challenges",[7821,9420],{"path":9473,"title":9474,"date":9475,"tags":9476},"\u002Fblog\u002F2025\u002F06\u002Fconnect-shop-floor-to-odoo-erp-flowfuse","Connect Your Shop Floor to Your ERP – Odoo Edition","2025-06-02",[7821],{"path":9478,"title":9479,"date":9480,"tags":9481},"\u002Fblog\u002F2025\u002F05\u002Fdesigning-flexible-cron-schedules-in-flowfuse-with-node-red","Building a Flexible Node-RED Scheduler with Cron-Plus","2025-05-15",[7821],{"path":9483,"title":9484,"date":9485,"tags":9486},"\u002Fblog\u002F2025\u002F05\u002Fdisplaying-embeded-webpages-on-node-red-dashboard","How to Embed Webpages on the FlowFuse Dashboard","2025-05-13",[7821],{"path":9488,"title":9489,"date":9490,"tags":9491},"\u002Fblog\u002F2025\u002F05\u002Fbuilding-andon-task-manager-with-ff","Part 1: Building an Andon Task Manager with FlowFuse","2025-05-08",[7821],{"path":9493,"title":9494,"date":9490,"tags":9495},"\u002Fblog\u002F2025\u002F05\u002Fflowfuse-release-2-17","FlowFuse 2.17: Easier remote instance onboarding, Dashboard blueprint, PDF generation, and more",[7821,8795,8796],{"path":9497,"title":9498,"date":9499,"tags":9500},"\u002Fblog\u002F2025\u002F05\u002Fhow-to-generate-pdf-reports-using-node-red","How to Generate PDF Reports Using Node-RED in FlowFuse (2026)","2025-05-07",[7821,8783],{"path":9502,"title":9503,"date":9504,"tags":9505},"\u002Fblog\u002F2025\u002F04\u002Fdesign-and-scale-oee-dashboard","How to Design and Scale an OEE Dashboard for Factory Screens","2025-04-16",[7821],{"path":9507,"title":9508,"date":9509,"tags":9510},"\u002Fblog\u002F2025\u002F04\u002Fflowfuse-release-2-16","FlowFuse 2.16: Git Integration, improved log retention and more","2025-04-10",[7821,8795,8796],{"path":9512,"title":9513,"date":9514,"tags":9515},"\u002Fblog\u002F2025\u002F04\u002Fbuild-manufacturing-oee-dashboard","How to Build a Manufacturing OEE Dashboard with FlowFuse","2025-04-09",[7821],{"path":9517,"title":9518,"date":9519,"tags":9520},"\u002Fblog\u002F2025\u002F04\u002Fwhat-is-an-oee-dashboard","What Is an OEE Dashboard? KPIs, Metrics, and How to Plan One","2025-04-01",[7821],{"path":9522,"title":9523,"date":9524,"tags":9525},"\u002Fblog\u002F2025\u002F03\u002Fmanaging-mqtt-connections-at-scale-in-flowfuse","Managing MQTT Connections at Scale in FlowFuse","2025-03-28",[7821,8879],{"path":9527,"title":9528,"date":9529,"tags":9530},"\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",[7821,8795,8796],{"path":9532,"title":9533,"date":9534,"tags":9535},"\u002Fblog\u002F2025\u002F02\u002Fmonitoring-system-health-performance-scale-flowfuse","Monitoring Device Health and Performance at Scale with FlowFuse","2025-02-21",[8847,7821],{"path":9537,"title":9538,"date":9539,"tags":9540},"\u002Fblog\u002F2025\u002F02\u002Finteracting-with-arduino-using-node-red","Interacting with Arduino using Node-RED","2025-02-12",[8847],{"path":9542,"title":9543,"date":9544,"tags":9545},"\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",[7821,8795,8796],{"path":9547,"title":9548,"date":9549,"tags":9550},"\u002Fblog\u002F2025\u002F02\u002Fnode-red-academy-announcement","Announcing Node-RED Academy!","2025-02-05",[7821,8847,9551,9552,8795],"education","Node-RED Academy",{"path":9554,"title":9555,"date":9556,"tags":9557},"\u002Fblog\u002F2025\u002F01\u002Fdesigning-topic-hierarchy-for-your-uns","Designing a Clear Topic Structure for Your UNS","2025-01-31",[7821,9558,8879],"unified-namespace",{"path":9560,"title":9561,"date":9562,"tags":9563},"\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",[7821],{"path":9565,"title":9566,"date":9567,"tags":9568},"\u002Fblog\u002F2025\u002F01\u002Fwhy-flowfuse-is-complete-toolkit-for-uns","Why FlowFuse is the Complete Toolkit For Building UNS?","2025-01-20",[7821,9569,9558],"flowfuse features",{"path":9571,"title":9572,"date":9573,"tags":9574},"\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",[8847,7821,8868,8783],{"path":9576,"title":9577,"date":9578,"tags":9579},"\u002Fblog\u002F2025\u002F01\u002Fflowfuse-release-2-13","FlowFuse 2.13: Remote Instances, UNS Schemas & Improved Management at Scale","2025-01-16",[7821,8795,8796],{"path":9581,"title":9582,"date":9583,"tags":9584},"\u002Fblog\u002F2025\u002F01\u002Fmqtt-frontrunner-for-uns-part-2","MQTT: The Frontrunner for Your UNS Broker - Part 2","2025-01-13",[8879,9585,9558],"uns",{"path":9587,"title":9588,"date":9589,"tags":9590},"\u002Fblog\u002F2025\u002F01\u002Fmqtt-frontrunner-for-uns","MQTT: The Frontrunner for Your UNS Broker - Part 1","2025-01-07",[8879,9585,9558],{"path":9592,"title":9593,"date":9594,"tags":9595},"\u002Fblog\u002F2024\u002F12\u002Fflowfuse-release-2-12","FlowFuse Cloud now available for free!","2024-12-19",[7821,8795,8796],{"path":9597,"title":9598,"date":9599,"tags":9600},"\u002Fblog\u002F2024\u002F12\u002Fwhy-uns-need-data-modeling","Data Modeling: The Key to a Successful Unified Namespace","2024-12-16",[7821,9558,9601],"data modeling",{"path":9603,"title":9604,"date":9605,"tags":9606},"\u002Fblog\u002F2024\u002F12\u002Fflowfuse-team-collaboration","Streamlining Node-RED Collaboration with FlowFuse","2024-12-09",[7821,9569],{"path":9608,"title":9609,"date":9610,"tags":9611},"\u002Fblog\u002F2024\u002F12\u002Fpublishing-modbus-data-to-uns","How to Bridge Modbus to MQTT: Step-by-Step Guide","2024-12-04",[7821,9585,8946],{"path":9613,"title":9614,"date":9615,"tags":9616},"\u002Fblog\u002F2024\u002F11\u002Fbuilding-uns-with-flowfuse","Building a Unified Namespace (UNS) with FlowFuse","2024-11-28",[7821,9558,8879],{"path":9618,"title":9619,"date":9620,"tags":9621},"\u002Fblog\u002F2024\u002F11\u002Fintroducing-industrial-visionaries-podcast","Introducing the Industrial Visionaries Podcast!","2024-11-26",[8761,7821,9622],"Podcast",{"path":9624,"title":9625,"date":9620,"tags":9626},"\u002Fblog\u002F2024\u002F11\u002Fwhy-point-to-point-connection-is-dead","The Death of Point-to-Point: Why You Need a Unified Namespace",[7821,8879,9558],{"path":9628,"title":9629,"date":9630,"tags":9631},"\u002Fblog\u002F2024\u002F11\u002Fgetting-the-most-out-of-mqtt-for-industrial-iot","Getting the Most Out of MQTT for Industrial IoT","2024-11-25",[8788,7821,8879],{"path":9633,"title":9634,"date":9635,"tags":9636},"\u002Fblog\u002F2024\u002F11\u002Fflowfuse-release-2-11","FlowFuse 2.11: MQTT Topic Hierarchy, UI Revamp & Improved Logging","2024-11-21",[8761,7821,8796],{"path":9638,"title":9639,"date":9640,"tags":9641},"\u002Fblog\u002F2024\u002F11\u002Fwhy-pub-sub-in-uns","Why UNS needs Pub\u002FSub","2024-11-19",[7821,8879,9558],{"path":9643,"title":9644,"date":9645,"tags":9646},"\u002Fblog\u002F2024\u002F11\u002Fesp32-with-node-red","Interacting with ESP32 Using Node-RED and MQTT (2026)","2024-11-14",[8847,8783,8879],{"path":9648,"title":9649,"date":9650,"tags":9651},"\u002Fblog\u002F2024\u002F11\u002Fmigrating-from-node-red-to-flowfuse","Migrating from Self-Managed Node-RED to FlowFuse-Managed Node-RED","2024-11-13",[7821,9569],{"path":9653,"title":9654,"date":9655,"tags":9656},"\u002Fblog\u002F2024\u002F11\u002Fdevice-agent-as-service-on-mac","Run FlowFuse Device Agent as a service on MacOS using Docker","2024-11-12",[7821,8783],{"path":9658,"title":9659,"date":9660,"tags":9661},"\u002Fblog\u002F2024\u002F11\u002Fdashboard-new-group-type-app-icon-and-charts","Visual Layout Editor - Now Available in Dashboard","2024-11-08",[8761,8795,7821,8772],{"path":9663,"title":9664,"date":9665,"tags":9666},"\u002Fblog\u002F2024\u002F10\u002Fannouncement-mqtt-broker","MQTT Service Now Available on FlowFuse","2024-10-31",[8761,8795,7821,8847,8879],{"path":9668,"title":9669,"date":9670,"tags":9671},"\u002Fblog\u002F2024\u002F10\u002Fexploring-flowfuse-security-features","FlowFuse Security Features You Didn’t Know You Needed","2024-10-24",[8788,7821,9569,9672],"node-red security",{"path":9674,"title":9675,"date":9670,"tags":9676},"\u002Fblog\u002F2024\u002F10\u002Fflowfuse-release-2-10","FlowFuse 2.10: MQTT Broker, Improved Version Control & More!",[8761,7821,8796],{"path":9678,"title":9679,"date":9680,"tags":9681},"\u002Fblog\u002F2024\u002F10\u002Fmanaging-node-red-instances-in-centralize-platfrom","Transform Chaos into Control: Centralize Node-RED Management with FlowFuse","2024-10-18",[8788,7821],{"path":9683,"title":9684,"date":9685,"tags":9686},"\u002Fblog\u002F2024\u002F10\u002Fexploring-flowfuse-sbom-feature","FlowFuse's Software bills of material helps enhance Application Security and Management","2024-10-14",[8788,7821,9687,9688,9689,9690],"enhancing node-red security","flowfuse software bills of material","Sbom in the industrial applications","sbom open source",{"path":9692,"title":9693,"date":9694,"tags":9695},"\u002Fblog\u002F2024\u002F10\u002Fdashboard-new-group-type-app-icon-and-charts","Dialogs, Customizable Icons and Histograms Now Available in FlowFuse Dashboard","2024-10-11",[8761,8795,7821,8772],{"path":9697,"title":9698,"date":9699,"tags":9700},"\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",[8761,9701,9702],"node-red function node","node red function node",{"path":9704,"title":9705,"date":9706,"tags":9707},"\u002Fblog\u002F2024\u002F10\u002Fexploring-flowfuse-project-nodes","Using FlowFuse Project Nodes for Faster and More Efficient Communication","2024-10-07",[8788,9708,9709,9710,9711],"flowfuse project nodes","node-red mqtt","node red mqtt","node red communication protocols",{"path":9713,"title":9714,"date":9715,"tags":9716},"\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",[9717,9718,9719],"node-red devops","node red devops","node red devops pipeline",{"path":9721,"title":9722,"date":9723,"tags":9724},"\u002Fblog\u002F2024\u002F09\u002Fflowfuse-release-2-9","FlowFuse 2.9: Software Bill of Materials & Public Static Assets","2024-09-26",[8761,7821,8796],{"path":9726,"title":9727,"date":9723,"tags":9728},"\u002Fblog\u002F2024\u002F09\u002Fnode-red-version-control-with-snapshots","Using Snapshots for Version Control in Node-RED with FlowFuse",[7821],{"path":9730,"title":9731,"date":9732,"tags":9733},"\u002Fblog\u002F2024\u002F09\u002Fhow-to-scrape-web-data-with-node-red","How to Scrape Data from Websites Using Node-RED","2024-09-16",[8847,8783],{"path":9735,"title":9736,"date":9737,"tags":9738},"\u002Fblog\u002F2024\u002F09\u002Fhow-to-use-subflow-in-node-red","How to create and use Subflow in Node-RED (2026)","2024-09-13",[8847,8783],{"path":9740,"title":9741,"date":9742,"tags":9743},"\u002Fblog\u002F2024\u002F08\u002Fflowfuse-2-8-release","FlowFuse 2.8: Static File Service, LDAP Updates & More","2024-08-29",[8761,7821,8796],{"path":9745,"title":9746,"date":9747,"tags":9748},"\u002Fblog\u002F2024\u002F08\u002Fdashboard-new-layout-widgets-and-gauges","New Layout, Widget and Gauges Now Available in FlowFuse Dashboard","2024-08-28",[8761,8795,7821,8772],{"path":9750,"title":9751,"date":9752,"tags":9753},"\u002Fblog\u002F2024\u002F08\u002Fusing-mqtt-sparkplugb-with-node-red","MQTT Sparkplug B Implementation: Protocol, Architecture & Best Practices","2024-08-22",[8761,8847,8879],{"path":9755,"title":9756,"date":9757,"tags":9758},"\u002Fblog\u002F2024\u002F08\u002Fopentelemetry-with-node-red","Monitoring and Optimizing Node-RED Flows with Open Telemetry (2026)","2024-08-15",[8788,8847,9759,8783],"node-red tips",{"path":9761,"title":9762,"date":9763,"tags":9764},"\u002Fblog\u002F2024\u002F08\u002Fopc-ua-to-mqtt-with-node-red","Bridging OPC UA Data to MQTT with Node-RED (2026)","2024-08-13",[8761,8847,8879,7822,8783],{"path":9766,"title":9767,"date":9768,"tags":9769},"\u002Fblog\u002F2024\u002F08\u002Fcustomise-theming-in-your-dashboards","Customise theming in your FlowFuse Dashboard (2026)","2024-08-07",[8761,8772,9770,8783],"dashboard theming",{"path":9772,"title":9773,"date":9774,"tags":9775},"\u002Fblog\u002F2024\u002F08\u002Fcomparing-dashboard-2-with-uibuilder","FlowFuse Dashboard vs UI-Builder: A Comprehensive Comparison","2024-08-06",[8788,8847,8772,9776],"comparing node-red dashboards",{"path":9778,"title":9779,"date":9780,"tags":9781},"\u002Fblog\u002F2024\u002F08\u002Fflowfuse-2-7-release","FlowFuse 2.7: Improved management at scale & AI JSON Editor","2024-08-01",[8761,7821,8796],{"path":9783,"title":9784,"date":9785,"tags":9786},"\u002Fblog\u002F2024\u002F07\u002Fhow-to-setup-sso-ldap-for-the-node-red","How to Set Up SSO LDAP for Node-RED","2024-07-29",[8788,7821,9569,9787],"sso",{"path":9789,"title":9790,"date":9791,"tags":9792},"\u002Fblog\u002F2024\u002F07\u002Fdashboard-new-charts","New Charts Available in FlowFuse Dashboard","2024-07-26",[8761,8795,7821,8772],{"path":9794,"title":9795,"date":9796,"tags":9797},"\u002Fblog\u002F2024\u002F07\u002Fevolution-of-technology-impact-on-job-roles-and-companies","Evolution of Technology: Impact on Job Roles and Companies","2024-07-23",[8761,7821,9798,8926],"low-code",{"path":9800,"title":9801,"date":9802,"tags":9803},"\u002Fblog\u002F2024\u002F07\u002Fbuilding-on-flowfuse-devices","Building on FlowFuse: Remote Device Monitoring","2024-07-17",[8761,8795,8847,7821],{"path":9805,"title":9806,"date":9802,"tags":9807},"\u002Fblog\u002F2024\u002F07\u002Fhow-to-setup-sso-saml-for-the-node-red","How to Set Up SSO SAML for Node-RED",[8788,8847,9672,9787],{"path":9809,"title":9810,"date":9811,"tags":9812},"\u002Fblog\u002F2024\u002F07\u002Fdeploying-flowfuse-with-docker","Deploying FlowFuse with Docker on an Ubuntu server","2024-07-15",[8788,7821,9813],"self hosted",{"path":9815,"title":9816,"date":9817,"tags":9818},"\u002Fblog\u002F2024\u002F07\u002Fcalling-python-script-from-node-red","Calling a Python script from Node-RED (2026)","2024-07-10",[8788,8847,9819,8783],"node red python",{"path":9821,"title":9822,"date":9823,"tags":9824},"\u002Fblog\u002F2024\u002F07\u002Fflowfuse-2-6-release","FlowFuse 2.6: AI Infused Node-RED, Persistent File Storage & Lots More","2024-07-04",[8761,7821,8796,9825,9826,8926,9827,9828,9829],"storage","editor","assistant","blueprint","Node-RED",{"path":9831,"title":9832,"date":9833,"tags":9834},"\u002Fblog\u002F2024\u002F06\u002Fdashboard-1-deprecated","Node-RED Dashboard Formally Deprecated","2024-06-27",[8761,8795,8847,7821,8772,9835],"FlowFuse Dashboard",{"path":9837,"title":9838,"date":9839,"tags":9840},"\u002Fblog\u002F2024\u002F06\u002Fdashboard-multi-tenancy","Multi-Tenancy available for everyone with FlowFuse's Dashboard 2.0","2024-06-21",[8761,8795,7821,8772],{"path":9842,"title":9843,"date":9839,"tags":9844},"\u002Fblog\u002F2024\u002F06\u002Finteracting-with-google-sheet-from-node-red","Interacting with Google Sheets from Node-RED (2026)",[8761,8847,9845,9846,8783],"node red","google sheet",{"path":9848,"title":9849,"date":9850,"tags":9851},"\u002Fblog\u002F2024\u002F06\u002Fnode-red-4-on-flowfuse-cloud","Node-RED 4: Bringing better collaboration to FlowFuse Cloud","2024-06-20",[8761,7821,9829,9852],"FlowFuse Cloud",{"path":9854,"title":9855,"date":9856,"tags":9857},"\u002Fblog\u002F2024\u002F06\u002Fflowfuse-2-5-release","FlowFuse 2.5: New features to visualize snapshots, LDAP integration, and more","2024-06-06",[8761,7821,8796,9858,9859,9828,9829],"LDAP","snapshot",{"path":9861,"title":9862,"date":9863,"tags":9864},"\u002Fblog\u002F2024\u002F06\u002Fhow-to-use-mqtt-in-node-red","Working with MQTT in Node-RED: Complete Guide (2026)","2024-06-05",[8761,8847,8879,8783],{"path":9866,"title":9867,"date":9868,"tags":9869},"\u002Fblog\u002F2024\u002F05\u002Fexploring-node-red-dashboard-2-widgets","Exploring Node-RED Dashboard 2.0 Widgets","2024-05-27",[8761,8772],{"path":9871,"title":9872,"date":9873,"tags":9874},"\u002Fblog\u002F2024\u002F05\u002Fwhy-you-need-a-low-code-platform","Why you need a low-code platform","2024-05-22",[7821,9798],{"path":9876,"title":9877,"date":9878,"tags":9879},"\u002Fblog\u002F2024\u002F05\u002Fnode-red-mind-stack-with-flowfuse","The MIND stack with Node-RED and FlowFuse Dashboard 2.0","2024-05-14",[8761,7821,9880,9881,9882,9883],"mind","ming","influx","dashboards",{"path":9885,"title":9886,"date":9878,"tags":9887},"\u002Fblog\u002F2024\u002F05\u002Fproduct-strategy-updates","Product Mission Statement and Strategy Updates",[8761,7821],{"path":9889,"title":9890,"date":9891,"tags":9892},"\u002Fblog\u002F2024\u002F05\u002Fmapping-location-on-dashboard-2","Mapping location data within Node-RED Dashboard 2.0. (2026)","2024-05-13",[8761,8772,9893,9894,8783],"fleet tracking","location",{"path":9896,"title":9897,"date":9898,"tags":9899},"\u002Fblog\u002F2024\u002F05\u002Fnode-red-dashboard-2-layout-navigation-styling","Comprehensive guide: Node-RED Dashboard 2.0 layout, sidebar, and styling","2024-05-10",[8761,8772,9900,9901,9902,8783],"flowfuse dashboard","customizing dashboard","dashboard 2.0",{"path":9904,"title":9905,"date":9906,"tags":9907},"\u002Fblog\u002F2024\u002F05\u002Fflowfuse-2-4-release","FlowFuse 2.4: making it easier to work with Snapshots, Blueprints & Devices","2024-05-09",[8761,7821,8796],{"path":9909,"title":9910,"date":9911,"tags":9912},"\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",[8761,8847,8783],{"path":9914,"title":9915,"date":9916,"tags":9917},"\u002Fblog\u002F2024\u002F04\u002Fdashboard-milestones-pwa-new-components","Dashboard 2.0: Milestones, PWA and New Components","2024-04-26",[8761,8796,8846,9918,8772,9919,9920,9921,9922],"changelog","node-red Dashboard 2.0","node-red visualization","progressive web app","Vuetify",{"path":9924,"title":9925,"date":9926,"tags":9927},"\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",[8761,8847,8772,8783],{"path":9929,"title":9930,"date":9931,"tags":9932},"\u002Fblog\u002F2024\u002F04\u002Fflowfuse-dedicated","Introducing FlowFuse Dedicated","2024-04-22",[8761,8847,7821,9933],"dedicated",{"path":9935,"title":9936,"date":9937,"tags":9938},"\u002Fblog\u002F2024\u002F04\u002Fflowfuse-at-hannover-messe-node-red","FlowFuse Gears Up for Hannover Messe","2024-04-11",[8761,7821,8847,9939,9940],"hannover messe","conference announcement",{"path":9942,"title":9943,"date":9944,"tags":9945},"\u002Fblog\u002F2024\u002F04\u002Fnode-red-multiplayer","Node-RED Multiplayer mode","2024-04-10",[8761,7821,8847,9946,9947],"collaborative editing","concurrent editing",{"path":9949,"title":9950,"date":9951,"tags":9952},"\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",[8761,9902,9953,9954,8783],"admin dashboard","admin-only page",{"path":9956,"title":9957,"date":9958,"tags":9959},"\u002Fblog\u002F2024\u002F04\u002Fdisplaying-logged-in-users-on-dashboard","Displaying logged in user on Node-RED Dashboard 2.0 (2026)","2024-04-03",[8761,9902,8783],{"path":9961,"title":9962,"date":9958,"tags":9963},"\u002Fblog\u002F2024\u002F04\u002Frole-based-access-control-rbac-for-node-red-with-flowfuse","Role-Based Access for your Node-RED applications",[8761,7821,9964,9965],"RBAC","Role Based Access Control",{"path":9967,"title":9968,"date":9969,"tags":9970},"\u002Fblog\u002F2024\u002F04\u002Fnode-red-architecture","Node-RED Manufacturing Architecture","2024-04-02",[8761,8847,7821,8782,9971,9972,9558],"perdue model","ISA 99",{"path":9974,"title":9975,"date":9976,"tags":9977},"\u002Fblog\u002F2024\u002F03\u002Fusing-kafka-with-node-red","Using Kafka with Node-RED","2024-03-29",[8761,8847,9163],{"path":9979,"title":9980,"date":9981,"tags":9982},"\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",[9983,7821,9984,9985,9986],"News","strategic Partner","Indusstry 4.0","digital Transformation",{"path":9988,"title":9989,"date":9990,"tags":9991},"\u002Fblog\u002F2024\u002F03\u002Fdashboard-getting-started","Getting Started with Node-RED Dashboard 2.0","2024-03-27",[8761,8796,8846,9918,8772,9992,9993],"nodered dashboard beginners guide","nodered dashboard basics",{"path":9995,"title":9996,"date":9997,"tags":9998},"\u002Fblog\u002F2024\u002F03\u002Fhttp-authentication-node-red-with-flowfuse","Securing HTTP Traffic for Node-RED with FlowFuse","2024-03-26",[8761,7821,9999,10000,10001],"http in","http node","api",{"path":10003,"title":10004,"date":10005,"tags":10006},"\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",[8761,7821,10007,10008],"device instance","scaling node-red",{"path":10010,"title":10011,"date":10012,"tags":10013},"\u002Fblog\u002F2024\u002F03\u002Fusing-kafka-in-manufacturing","How Kafka is applied in manufacturing","2024-03-15",[8761,8847,9163,10014,10015],"Manufacturing","Real-time data streaming",{"path":10017,"title":10018,"date":10019,"tags":10020},"\u002Fblog\u002F2024\u002F03\u002Fflowfuse-self-hosted-open-source-resource-limits","FlowFuse Open Source Tier Resource Limits","2024-03-14",[8761,7821],{"path":10022,"title":10023,"date":10024,"tags":10025},"\u002Fblog\u002F2024\u002F03\u002Flow-code-is-better","Why Low-Code is Better","2024-03-13",[8761,7821,9798,10026],"citizen development",{"path":10028,"title":10029,"date":10030,"tags":10031},"\u002Fblog\u002F2024\u002F03\u002Flooking-towards-node-red-4","Looking towards Node-RED 4.0 and beyond","2024-03-07",[8761,7821,8847],{"path":10033,"title":10034,"date":10035,"tags":10036},"\u002Fblog\u002F2024\u002F03\u002Finstalling-operating-node-red-behind-firewall","Installing and operating Node-RED behind a firewall","2024-03-06",[8761,7821,8847,10037],"vpn",{"path":10039,"title":10040,"date":10041,"tags":10042},"\u002Fblog\u002F2024\u002F02\u002Fhistory-of-nodered","History of Node-RED","2024-02-28",[8761,7821,10040,9829,10043],"Node Red",{"path":10045,"title":10046,"date":10047,"tags":10048},"\u002Fblog\u002F2024\u002F02\u002Fwhy-citizen-development-platforms","Citizen Development: Unleashing Domain Experts","2024-02-26",[8761,7821,10049],"citizen-development",{"path":10051,"title":10052,"date":10053,"tags":10054},"\u002Fblog\u002F2024\u002F02\u002Ftaking-it-further-with-node-red","Storing Data: Getting Started with Node-RED","2024-02-19",[8761,8847,8783],{"path":10056,"title":10057,"date":10058,"tags":10059},"\u002Fblog\u002F2024\u002F02\u002Fnode-red-unified-namespace-architecture","Node-RED in a Unified Namespace Architecture","2024-02-14",[8761,7821,9558],{"path":10061,"title":10062,"date":10063,"tags":10064},"\u002Fblog\u002F2024\u002F02\u002Fconnect-node-red-to-kepware-opc","Connect Node-RED to KepserverEX OPC server.","2024-02-12",[8761,7821,7822],{"path":10066,"title":10067,"date":10068,"tags":10069},"\u002Fblog\u002F2024\u002F02\u002Fnode-red-perfect-adapter-middleware-uns","Node-RED: The perfect adapter and middleware for your UNS","2024-02-06",[8761,7821,9558],{"path":10071,"title":10072,"date":10068,"tags":10073},"\u002Fblog\u002F2024\u002F02\u002Fsoftware-development-in-node-red","Bringing Software Development practices to Node-RED",[8761,7821],{"path":10075,"title":10076,"date":10077,"tags":10078},"\u002Fblog\u002F2024\u002F02\u002Fprofessional-services-for-node-red","Should You Invest in Professional Services for Your Node-RED Development?","2024-02-05",[8761,7821],{"path":10080,"title":10081,"date":10082,"tags":10083},"\u002Fblog\u002F2024\u002F01\u002Frevolutionizing-manufacturing-impact-ai-chatgpt-technologies","AI and ChatGPT - Revolutionizing the Manufacturing Industry","2024-01-31",[8761,7821,8926],{"path":10085,"title":10086,"date":10082,"tags":10087},"\u002Fblog\u002F2024\u002F01\u002Funified-namespace-when-not-to-use","Unified Namespace: When to Use It, and When to Choose Something Else",[8761,7821,9558],{"path":10089,"title":10090,"date":10091,"tags":10092},"\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",[8761,7821,8783],{"path":10094,"title":10095,"date":10096,"tags":10097},"\u002Fblog\u002F2024\u002F01\u002Fspeech-driven-chatbot-with-node-red","Speech-Driven Chatbot System with Node-RED","2024-01-29",[8761,8847,8772,10098,8926],"virtual assistant",{"path":10100,"title":10101,"date":10102,"tags":10103},"\u002Fblog\u002F2024\u002F01\u002Fdashboard-2-ga","Node-RED Dashboard 2.0 is Generally Available!","2024-01-24",[8761,8796,8846,9918,8772],{"path":10105,"title":10106,"date":10102,"tags":10107},"\u002Fblog\u002F2024\u002F01\u002Fdashboard-2-multi-user","Personalised Multi-user Dashboards with Node-RED Dashboard 2.0!",[8761,8796,8846,9918,8772],{"path":10109,"title":10110,"date":10111,"tags":10112},"\u002Fblog\u002F2024\u002F01\u002Fsentiment-analysis-with-node-red","Sentiment Analysis with Node-RED","2024-01-23",[8761,8847,8772,10113,8926],"sentiment analysis",{"path":10115,"title":10116,"date":10117,"tags":10118},"\u002Fblog\u002F2024\u002F01\u002Funified-namespace-what-broker","Selecting a broker for your Unified Namespace","2024-01-19",[8761,7821,9558],{"path":10120,"title":10121,"date":10122,"tags":10123},"\u002Fblog\u002F2024\u002F01\u002Fflowfuse-release-2-0","FlowFuse 2.0 Release","2024-01-18",[8761,7821,8795,8796],{"path":10125,"title":10126,"date":10127,"tags":10128},"\u002Fblog\u002F2024\u002F01\u002Fcapture-data-edge-with-node-red-flowfuse","Capture Data from edge devices with Node-RED","2024-01-17",[8761,7821,8847,8783],{"path":10130,"title":10131,"date":10132,"tags":10133},"\u002Fblog\u002F2024\u002F01\u002Fsoc2","FlowFuse is now SOC 2 Type 1 Compliant","2024-01-15",[8761,7821,8795],{"path":10135,"title":10136,"date":10137,"tags":10138},"\u002Fblog\u002F2024\u002F01\u002Fimport-a-file","Import a File into Node-RED with Dashboard 2.0","2024-01-05",[8761,7821,8783],{"path":10140,"title":10141,"date":10137,"tags":10142},"\u002Fblog\u002F2024\u002F01\u002Fsend-a-file","Send a File to Node-RED",[8761,7821,8783],{"path":10144,"title":10145,"date":10146,"tags":10147},"\u002Fblog\u002F2023\u002F12\u002Funified-namespace-data-modelling","Data Modeling for your Unified Namespace","2023-12-27",[8761,7821,9558],{"path":10149,"title":10150,"date":10151,"tags":10152},"\u002Fblog\u002F2023\u002F12\u002Fflowfuse-year-review-2023","Thank you for an incredible 2023!","2023-12-22",[8761,7821],{"path":10154,"title":10155,"date":10156,"tags":10157},"\u002Fblog\u002F2023\u002F12\u002Fintroduction-to-unified-namespace","Introduction to the Unified Namespace (UNS) – 2026 Updated Guide","2023-12-20",[8761,7821,9558],{"path":10159,"title":10160,"date":10161,"tags":10162},"\u002Fblog\u002F2023\u002F12\u002Fdevice-agent-as-a-windows-service","Run Node-RED as a service on Windows","2023-12-18",[8761,7821,8783],{"path":10164,"title":10165,"date":10166,"tags":10167},"\u002Fblog\u002F2023\u002F12\u002Fdashboard-0-10-0","Building a Custom Video Player in Dashboard 2.0","2023-12-07",[8761,8796,8846,9918,8772],{"path":10169,"title":10170,"date":10171,"tags":10172},"\u002Fblog\u002F2023\u002F12\u002Fai-use-cases","Beyond Automation - AI Use Cases that are shaping the next manufacturing frontier","2023-12-04",[8761,8926],{"path":10174,"title":10175,"date":10176,"tags":10177},"\u002Fblog\u002F2023\u002F11\u002Fdevice-agent-balena","Deploying the FlowFuse Device Agent via Balena","2023-11-24",[8847,10178,10179],"device","balena",{"path":10181,"title":10182,"date":10183,"tags":10184},"\u002Fblog\u002F2023\u002F11\u002Fdashboard-0-8-0","Overhauling the Dashboard 2.0 Build Pipeline","2023-11-23",[8761,8796,8846,9918,8772],{"path":10186,"title":10187,"date":10188,"tags":10189},"\u002Fblog\u002F2023\u002F11\u002Fai-assistant","Integrate with ChatGPT Assistants with Node-RED","2023-11-21",[8761,8847,8846,7821,10190,8926],"openai",{"path":10192,"title":10193,"date":10194,"tags":10195},"\u002Fblog\u002F2023\u002F11\u002Fchatgpt-gpt","Node-RED Builder a GPT (Alpha) by FlowFuse","2023-11-15",[8761,8847,8846,7821,10196,8926],"chatgpt",{"path":10198,"title":10199,"date":10200,"tags":10201},"\u002Fblog\u002F2023\u002F11\u002Fdashboard-2.0-user-tracking","Tracking Who Has Opened a Dashboard","2023-11-13",[8847,8772,7821],{"path":10203,"title":10204,"date":10205,"tags":10206},"\u002Fblog\u002F2023\u002F11\u002Fcommunity-news-11","Community News November 2023","2023-11-09",[8761,10207],"newsletter",{"path":10209,"title":10210,"date":10205,"tags":10211},"\u002Fblog\u002F2023\u002F11\u002Fdashboard-0-7","Chart Improvements & Migrating to Dashboard 2.0",[8761,8796,8846,9918,8772],{"path":10213,"title":10214,"date":10215,"tags":10216},"\u002Fblog\u002F2023\u002F11\u002Fmeet-us-at-sps-nuremberg","Meet FlowFuse at SPS Nuremberg","2023-11-08",[8761,7821],{"path":10218,"title":10219,"date":10220,"tags":10221},"\u002Fblog\u002F2023\u002F10\u002Fcitizen-development","Innovate from within - Why manufacturing must embrace Citizen Developers","2023-10-30",[8761,7821,10049],{"path":10223,"title":10224,"date":10225,"tags":10226},"\u002Fblog\u002F2023\u002F10\u002Fcertified-nodes","What are Certified Nodes?","2023-10-27",[8761,8796,7821],{"path":10228,"title":10229,"date":10230,"tags":10231},"\u002Fblog\u002F2023\u002F10\u002Fmes-build-buy","Embracing Innovation: Build vs Buy in MES","2023-10-20",[8761,8847,8846,7821],{"path":10233,"title":10234,"date":10235,"tags":10236},"\u002Fblog\u002F2023\u002F10\u002Fservice-disruption-report-2023-10-11","Service Disruption Report for October 11th, 2023","2023-10-18",[8761,7821,8795],{"path":10238,"title":10239,"date":10240,"tags":10241},"\u002Fblog\u002F2023\u002F10\u002Fblueprints","What are FlowFuse Blueprints?","2023-10-16",[8761,8796,7821],{"path":10243,"title":10244,"date":10245,"tags":10246},"\u002Fblog\u002F2023\u002F10\u002Fdashboard-integrations","Integrate your own widgets with Dashboard 2.0","2023-10-06",[8761,8796,8846,9918,8772],{"path":10248,"title":10249,"date":10250,"tags":10251},"\u002Fblog\u002F2023\u002F10\u002Fcommunity-news-10","Community News October 2023","2023-10-05",[8761,10207],{"path":10253,"title":10254,"date":10255,"tags":10256},"\u002Fblog\u002F2023\u002F10\u002Fcustom-vuetify-components-dashboard","Custom Vuetify components for Dashboard 2.0","2023-10-02",[8761,8783,8847,8772],{"path":10258,"title":10259,"date":10255,"tags":10260},"\u002Fblog\u002F2023\u002F10\u002Fuse-private-custom-nodes-with-flowfuse","How to Use Private Custom Nodes in FlowFuse?",[8761,7821],{"path":10262,"title":10263,"date":10264,"tags":10265},"\u002Fblog\u002F2023\u002F09\u002Frebranding-our-components","Updating our branding across GitHub, npm and Dockerhub","2023-09-27",[8761,8846,8795],{"path":10267,"title":10268,"date":10269,"tags":10270},"\u002Fblog\u002F2023\u002F09\u002Fchatgpt-for-node-red-developers","How ChatGPT improves Node-RED Developer Experience","2023-09-23",[8761,8847,10196,8926],{"path":10272,"title":10273,"date":10274,"tags":10275},"\u002Fblog\u002F2023\u002F09\u002Fflow-viewer","Share & Preview Flows on flows.nodered.org","2023-09-20",[8761,8795,8846,7821,8847],{"path":10277,"title":10278,"date":10279,"tags":10280},"\u002Fblog\u002F2023\u002F09\u002Fmodernize-your-legacy-industrial-data-part2","Modernize your legacy industrial data. Part 2.","2023-09-17",[8761,8847,8846],{"path":10282,"title":10283,"date":10284,"tags":10285},"\u002Fblog\u002F2023\u002F09\u002Fmodernize-your-legacy-industrial-data","Modernize your legacy industrial data","2023-09-14",[8761,8847,8846],{"path":10287,"title":10288,"date":10284,"tags":10289},"\u002Fblog\u002F2023\u002F09\u002Ftulip-event-report","Tulip Operation Calling Event Report",[8761,7821],{"path":10291,"title":10292,"date":10293,"tags":10294},"\u002Fblog\u002F2023\u002F09\u002Fcommunity-news-09","Community News September 2023","2023-09-09",[8761,10207],{"path":10296,"title":10297,"date":10298,"tags":10299},"\u002Fblog\u002F2023\u002F09\u002Fbosch-rexroth-announce","FlowFuse announces a Node-RED stack for Industry 4.0 applications on ctrlX AUTOMATION","2023-09-07",[8761,8795,7821],{"path":10301,"title":10302,"date":10303,"tags":10304},"\u002Fblog\u002F2023\u002F09\u002Fdashboard-notebook-layout","Dynamic Markdown, Tables & Notebooks with Dashboard 2.0","2023-09-06",[8761,8796,8846,9918,8772],{"path":10306,"title":10307,"date":10308,"tags":10309},"\u002Fblog\u002F2023\u002F08\u002Fflowfuse-1-11-release","FlowFuse 1.11 makes it easier to get started with FlowFuse and Node-RED","2023-08-31",[8761,7821,8796],{"path":10311,"title":10312,"date":10313,"tags":10314},"\u002Fblog\u002F2023\u002F08\u002Faws-marketplace-announce","FlowFuse is now available on AWS Marketplace","2023-08-21",[8761,8795,7821],{"path":10316,"title":10317,"date":10318,"tags":10319},"\u002Fblog\u002F2023\u002F08\u002Fopen-source-is-a-tier-not-competition","Our Open Source offering is a tier, not our competition","2023-08-18",[8761,7821],{"path":10321,"title":10322,"date":10323,"tags":10324},"\u002Fblog\u002F2023\u002F08\u002Fflowforge-is-now-flowfuse","FlowForge is now FlowFuse","2023-08-17",[8761,8846,8795],{"path":10326,"title":10327,"date":10328,"tags":10329},"\u002Fblog\u002F2023\u002F08\u002Fdashboard-community-update","Dashboard 2.0 - Community Update","2023-08-10",[8761,8796,8846,8772],{"path":10331,"title":10332,"date":10333,"tags":10334},"\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",[8761,7821,9558],{"path":10336,"title":10337,"date":10338,"tags":10339},"\u002Fblog\u002F2023\u002F08\u002Fcommunity-news-08","Community News August 2023","2023-08-08",[8761,10207],{"path":10341,"title":10342,"date":10343,"tags":10344},"\u002Fblog\u002F2023\u002F08\u002Fflowforge-1-10-release","FlowFuse 1.10 Release Now Available","2023-08-03",[8761,7821,8796],{"path":10346,"title":10347,"date":10348,"tags":10349},"\u002Fblog\u002F2023\u002F07\u002Fdashboard-0-1-release","First Pre-Alpha Release of the new Node-RED Dashboard","2023-07-27",[8761,8796,8772],{"path":10351,"title":10352,"date":10348,"tags":10353},"\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)",[8761,7821,8847,7822,8783],{"path":10355,"title":10356,"date":10357,"tags":10358},"\u002Fblog\u002F2023\u002F07\u002Fflowforge-1-9-3-release","FlowFuse 1.9.3 and Device Agent 1.9.5 released","2023-07-21",[8761,7821,8796],{"path":10360,"title":10361,"date":10357,"tags":10362},"\u002Fblog\u002F2023\u002F07\u002Fimages-in-node-red-dashboards","How to add images to Node-RED dashboards when using FlowFuse (2026)",[8761,7821,8847,8772,8783],{"path":10364,"title":10365,"date":10366,"tags":10367},"\u002Fblog\u002F2023\u002F07\u002Finfluxdb-historical-data","Creating a Historical Data Dashboard with InfluxDB and Node-RED","2023-07-18",[8761,8847],{"path":10369,"title":10370,"date":10371,"tags":10372},"\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",[8761,8847,7822,8783],{"path":10374,"title":10375,"date":10376,"tags":10377},"\u002Fblog\u002F2023\u002F07\u002Fcommunity-news-07","Community News July 2023","2023-07-12",[8761,10207],{"path":10379,"title":10380,"date":10381,"tags":10382},"\u002Fblog\u002F2023\u002F07\u002Fflowforge-1-9-release","FlowFuse now offers API Documentation with Swagger UI","2023-07-06",[8761,7821,8796],{"path":10384,"title":10385,"date":10386,"tags":10387},"\u002Fblog\u002F2023\u002F06\u002Fdashboard-announcement","The Next Step in Data Visualization - Announcing the Successor to the Node-RED Dashboard","2023-06-21",[8761,8772,10388,10389],"nodered dashboard announcement","nodered dashboard depreciated",{"path":10391,"title":10392,"date":10393,"tags":10394},"\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",[8761,8783,10395,10396,10397,10398,10399,10400,10401,10402],"Industrial protocol converter","EtherNet\u002FIP","S7 Protocol","node red siemens s7","node red s7 communication","node red s7comm","nodered s7","node red s7",{"path":10404,"title":10405,"date":10406,"tags":10407},"\u002Fblog\u002F2023\u002F06\u002Fintroducing-the-flowforge-community-forum","Introducing the FlowFuse Community Forum","2023-06-12",[8795,7821],{"path":10409,"title":10410,"date":10411,"tags":10412},"\u002Fblog\u002F2023\u002F06\u002Fcommunity-news-06","Community News June 2023","2023-06-09",[8761,10207],{"path":10414,"title":10415,"date":10416,"tags":10417},"\u002Fblog\u002F2023\u002F06\u002Fflowforge-1-8-released","FlowFuse now offers High Availability Node-RED","2023-06-08",[8761,7821,8796],{"path":10419,"title":10420,"date":10421,"tags":10422},"\u002Fblog\u002F2023\u002F06\u002Fimport-modules","Use any npm module in Node-RED (2026)","2023-06-05",[8761,8783],{"path":10424,"title":10425,"date":10426,"tags":10427},"\u002Fblog\u002F2023\u002F05\u002Fbringing-high-availability-to-node-red","Bringing High Availability to Node-RED","2023-06-02",[8761,8847,10428],"high availablity",{"path":10430,"title":10431,"date":10432,"tags":10433},"\u002Fblog\u002F2023\u002F06\u002F3-quick-node-red-tips-7","Node-RED Tips - Dashboard Edition","2023-06-01",[8761,8783,8847,8772,9759],{"path":10435,"title":10436,"date":10437,"tags":10438},"\u002Fblog\u002F2023\u002F05\u002Fnode-red-community-survey-results","Node-RED Community Survey Results","2023-05-31",[8761,8847,8846],{"path":10440,"title":10441,"date":10442,"tags":10443},"\u002Fblog\u002F2023\u002F05\u002Fpersisting-chart-data-in-node-red","Persisting chart data in Node-RED Dashboard 1","2023-05-25",[8761,8847,8783,8772],{"path":10445,"title":10446,"date":10447,"tags":10448},"\u002Fblog\u002F2023\u002F05\u002Fintegrating-modbus-with-node-red","Best Practices Integrating a Modbus Device With Node-RED (2026)","2023-05-16",[8761,8847,8783,8946],{"path":10450,"title":10451,"date":10452,"tags":10453},"\u002Fblog\u002F2023\u002F05\u002Fflowforge-1-7-released","FlowFuse 1.7 Now Available with Remote Node-RED Editor Access","2023-05-11",[8761,7821,8796],{"path":10455,"title":10456,"date":10457,"tags":10458},"\u002Fblog\u002F2023\u002F05\u002Fcommunity-news-05","Community News May 2023","2023-05-04",[8761,10207,8846],{"path":10460,"title":10461,"date":10462,"tags":10463},"\u002Fblog\u002F2023\u002F05\u002Fchatgpt-nodered-fcn-node","Chat GPT in Node-RED Function Nodes","2023-05-02",[8761,8847,8846,8783,10196,8926],{"path":10465,"title":10466,"date":10462,"tags":10467},"\u002Fblog\u002F2023\u002F05\u002Fdevice-agent-as-a-service","Running the FlowFuse Device Agent as a service on a Raspberry Pi",[8761,7821,8783,10468],"raspberry pi",{"path":10470,"title":10471,"date":10472,"tags":10473},"\u002Fblog\u002F2023\u002F04\u002F3-quick-node-red-tips-6","Node-RED Tips - Subflows, Link Nodes, and the Range Node","2023-04-20",[8847,10474,8783],"node-red subflow",{"path":10476,"title":10477,"date":10472,"tags":10478},"\u002Fblog\u002F2023\u002F04\u002Fhannover-messe","FlowFuse's visit to Hannover Messe 2023",[8761,7821,8847,8846],{"path":10480,"title":10481,"date":10482,"tags":10483},"\u002Fblog\u002F2023\u002F04\u002Fflowforge-1-6-released","FlowFuse v1.6 Now Available","2023-04-13",[8761,7821,8796],{"path":10485,"title":10486,"date":10482,"tags":10487},"\u002Fblog\u002F2023\u002F04\u002Fnodered-community-health","Node-RED Community Health",[8761,8847,8846,8795],{"path":10489,"title":10490,"date":10491,"tags":10492},"\u002Fblog\u002F2023\u002F04\u002Fcommunity-news-04","Community News April 2023","2023-04-05",[8761,10207,8846],{"path":10494,"title":10495,"date":10491,"tags":10496},"\u002Fblog\u002F2023\u002F04\u002Fsecuring-node-red-in-production","Securing Node-RED (2026)",[8761,8847,8783,10497],"securing node-red",{"path":10499,"title":10500,"date":10501,"tags":10502},"\u002Fblog\u002F2023\u002F03\u002Fibmcloud-starter-removed","IBM Cloud removes Node-RED starter application","2023-03-29",[8761,8847,8795],{"path":10504,"title":10505,"date":10506,"tags":10507},"\u002Fblog\u002F2023\u002F03\u002F3-quick-node-red-tips-5","Node-RED Tips - Importing, Exporting, and Grouping Flows","2023-03-27",[8761,8847,8783,9759],{"path":10509,"title":10510,"date":10511,"tags":10512},"\u002Fblog\u002F2023\u002F03\u002Fwhy-should-you-use-node-red-function-nodes","The benefits and drawbacks of using Node-RED function nodes","2023-03-20",[8761,8847,8783],{"path":10514,"title":10515,"date":10516,"tags":10517},"\u002Fblog\u002F2023\u002F03\u002Fflowforge-1-5-0-released","FlowFuse v1.5 Now Available","2023-03-16",[8761,7821,8796],{"path":10519,"title":10520,"date":10516,"tags":10521},"\u002Fblog\u002F2023\u002F03\u002Fterminology-changes","Terminology Changes",[8761,7821,8795],{"path":10523,"title":10524,"date":10525,"tags":10526},"\u002Fblog\u002F2023\u002F03\u002F3-quick-node-red-tips-4","Node-RED Tips - Smooth, Catch, and Math","2023-03-13",[8761,8847,10527],"tips",{"path":10529,"title":10530,"date":10525,"tags":10531},"\u002Fblog\u002F2023\u002F03\u002Fcomparing-node-red-dashboards","Comparing Node-RED Dashboards Solutions",[8788,8847,8772,9776],{"path":10533,"title":10534,"date":10535,"tags":10536},"\u002Fblog\u002F2023\u002F03\u002F3-quick-node-red-tips-3","Node-RED Tips - Exec, Filter, and Debug","2023-03-07",[8761,8847,8783],{"path":10538,"title":10539,"date":10540,"tags":10541},"\u002Fblog\u002F2023\u002F03\u002Fintegration-platform-for-edge-computing","Node-RED: The Integration Platform for IIoT Edge Computing & PLCs","2023-03-06",[8761,8847,8846],{"path":10543,"title":10544,"date":10545,"tags":10546},"\u002Fblog\u002F2023\u002F03\u002Fcommunity-news-03","Community News March 2023","2023-03-02",[8761,10207,8846],{"path":10548,"title":10549,"date":10550,"tags":10551},"\u002Fblog\u002F2023\u002F02\u002Fwebinar-1-missed-questions","Some questions we didn't get to in our first webinar","2023-02-27",[8847,8846],{"path":10553,"title":10554,"date":10555,"tags":10556},"\u002Fblog\u002F2023\u002F02\u002F3-quick-node-red-tips-2","Node-RED Tips - Deploying, Debugging, and Delaying","2023-02-23",[8761,8847,10527],{"path":10558,"title":10559,"date":10555,"tags":10560},"\u002Fblog\u002F2023\u002F02\u002Fming-blog","MING Stack for IoT",[8761,8847,8846],{"path":10562,"title":10563,"date":10564,"tags":10565},"\u002Fblog\u002F2023\u002F02\u002Fflowforge-1-4-0-released","FlowFuse v1.4 with device provisioning in bulk and staged development process","2023-02-16",[8761,7821,8796],{"path":10567,"title":10568,"date":10569,"tags":10570},"\u002Fblog\u002F2023\u002F02\u002Fhighly-available-node-red","Toward Highly Available Node-RED","2023-02-15",[8761,8847,7821],{"path":10572,"title":10573,"date":10574,"tags":10575},"\u002Fblog\u002F2023\u002F02\u002Fservice-disruption-report-2023-01-27","Service Disruption Report for January 27th, 2023","2023-02-10",[8761,7821,8795],{"path":10577,"title":10578,"date":10579,"tags":10580},"\u002Fblog\u002F2023\u002F02\u002F3-quick-node-red-tips-1","Node-RED Tips - Wiring Shortcuts","2023-02-07",[8761,8847,8783,9759],{"path":10582,"title":10583,"date":10584,"tags":10585},"\u002Fblog\u002F2023\u002F01\u002Fflowforge-story","Telling the FlowFuse Story","2023-02-02",[8761,7821],{"path":10587,"title":10588,"date":10584,"tags":10589},"\u002Fblog\u002F2023\u002F02\u002Fcommunity-news-02","Community News February 2023",[8761,8846,10207],{"path":10591,"title":10592,"date":10593,"tags":10594},"\u002Fblog\u002F2023\u002F01\u002Fenvironment-variables-in-node-red","Using Environment Variables in Node-RED (2026)","2023-01-27",[8761,8847,8783],{"path":10596,"title":10597,"date":10598,"tags":10599},"\u002Fblog\u002F2023\u002F01\u002Fgetting-started-with-node-red","Getting Started with Node-RED","2023-01-23",[8761,8847,8783],{"path":10601,"title":10602,"date":10603,"tags":10604},"\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",[8761,7821,8796],{"path":10606,"title":10607,"date":10608,"tags":10609},"\u002Fblog\u002F2023\u002F01\u002Fcommunity-news-12","Community News December 2022","2023-01-12",[8761,8846,10207],{"path":10611,"title":10612,"date":10608,"tags":10613},"\u002Fblog\u002F2023\u002F01\u002Fflowforge-1.2.1-released","FlowFuse 1.2.1 released",[8761,7821,8796],{"path":10615,"title":10616,"date":10617,"tags":10618},"\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",[8761,10619,8796],"flowforge",{"path":10621,"title":10622,"date":10623,"tags":10624},"\u002Fblog\u002F2022\u002F12\u002Fwhat-flowforge-adds-to-node-red","Why you need FlowFuse when you already have Node-RED?","2022-12-15",[8761,7821,8847],{"path":10626,"title":10627,"date":10628,"tags":10629},"\u002Fblog\u002F2022\u002F12\u002Fflowforge-joins-openjs-foundation","FlowFuse Inc. becomes a member of the OpenJS Foundation","2022-12-13",[8761,7821,8795],{"path":10631,"title":10632,"date":10633,"tags":10634},"\u002Fblog\u002F2022\u002F12\u002Fflowforge-1-1-2-released","FlowFuse 1.1.2 released","2022-12-09",[8761,7821,8796],{"path":10636,"title":10637,"date":10633,"tags":10638},"\u002Fblog\u002F2022\u002F12\u002Fflowforge-gcp-https-set-up","Configure FlowFuse in Docker to secure all traffic",[8761,7821,8783,10639,10640],"Acme Companion","Let's Encrypt",{"path":10642,"title":10643,"date":10644,"tags":10645},"\u002Fblog\u002F2022\u002F12\u002Fcreate-http-trigger-with-authentication","Create HTTP triggers with authentication","2022-12-07",[8761,8847,8783],{"path":10647,"title":10648,"date":10649,"tags":10650},"\u002Fblog\u002F2022\u002F12\u002Fnode-red-flow-best-practice","Format your Node-RED flows for better team collaboration","2022-12-05",[8761,8847,8783],{"path":10652,"title":10653,"date":10654,"tags":10655},"\u002Fblog\u002F2022\u002F12\u002Fcommunity-news-11","Community News November 2022","2022-12-02",[8761,10207,8846],{"path":10657,"title":10658,"date":10659,"tags":10660},"\u002Fblog\u002F2022\u002F11\u002Fscaling-node-red-with-diy-tooling","Challenges scaling Node-RED with DIY tooling","2022-11-30",[8761,8847,8783],{"path":10662,"title":10663,"date":10664,"tags":10665},"\u002Fblog\u002F2022\u002F11\u002Frespin-docker-compose-01","Re-spin of Docker-Compose install package","2022-11-25",[8761,7821,8795],{"path":10667,"title":10668,"date":10669,"tags":10670},"\u002Fblog\u002F2022\u002F11\u002Fflowforge-1-1-released","FlowFuse 1.1 released with persistent file storage","2022-11-24",[8761,7821,8796],{"path":10672,"title":10673,"date":10674,"tags":10675},"\u002Fblog\u002F2022\u002F11\u002Fcommunity-news-10","Community News October 2022","2022-11-04",[8761,10207,8846],{"path":10677,"title":10678,"date":10679,"tags":10680},"\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",[8761,7821,8795],{"path":10682,"title":10683,"date":10684,"tags":10685},"\u002Fblog\u002F2022\u002F10\u002Fflowforge-1-released","FlowFuse 1.0 released","2022-10-27",[8761,7821,8796],{"path":10687,"title":10688,"date":10689,"tags":10690},"\u002Fblog\u002F2022\u002F10\u002Fdb-migration-01","Scheduled maintenance: Database encryption October 2022","2022-10-18",[8761,7821,8795],{"path":10692,"title":10693,"date":10694,"tags":10695},"\u002Fblog\u002F2022\u002F10\u002Fff-docker-gcp","Install FlowFuse Docker on Google Cloud","2022-10-14",[8761,7821,8783],{"path":10697,"title":10698,"date":10699,"tags":10700},"\u002Fblog\u002F2022\u002F10\u002Fcommunity-news-09","Community News September 2022","2022-10-07",[8761,10207,8846],{"path":10702,"title":10703,"date":10704,"tags":10705},"\u002Fblog\u002F2022\u002F09\u002Fflowforge-010-released","FlowFuse 0.10 released","2022-09-30",[8761,7821,8796],{"path":10707,"title":10708,"date":10709,"tags":10710},"\u002Fblog\u002F2022\u002F09\u002Fstatic-ips","Static Outbound IP Addresses","2022-09-27",[8761,7821,8795],{"path":10712,"title":10713,"date":10714,"tags":10715},"\u002Fblog\u002F2022\u002F09\u002Fcommunity-news-08","Community News August 2022","2022-09-16",[8761,10207,8846],{"path":10717,"title":10718,"date":10719,"tags":10720},"\u002Fblog\u002F2022\u002F09\u002Fflowforge-09-released","FlowFuse 0.9 released","2022-09-01",[8761,7821,8796],{"path":10722,"title":10723,"date":10724,"tags":10725},"\u002Fblog\u002F2022\u002F08\u002Fcommunity-news-06","Community News July 2022","2022-08-11",[8761,10207,8846],{"path":10727,"title":10728,"date":10729,"tags":10730},"\u002Fblog\u002F2022\u002F08\u002Fflowforge-08-released","FlowFuse 0.8 released","2022-08-04",[8761,7821,8796],{"path":10732,"title":10733,"date":10734,"tags":10735},"\u002Fblog\u002F2022\u002F07\u002Fnew-projecttype","Introducing Medium Projects on FlowFuse Cloud","2022-07-22",[8761,7821,8795],{"path":10737,"title":10738,"date":10739,"tags":10740},"\u002Fblog\u002F2022\u002F07\u002Fcommunity-news-06","Community News June 2022","2022-07-19",[8761,10207,8846],{"path":10742,"title":10743,"date":10744,"tags":10745},"\u002Fblog\u002F2022\u002F07\u002Fflowforge-07-released","FlowFuse 0.7 released","2022-07-07",[8761,7821,8796],{"path":10747,"title":10748,"date":10749,"tags":10750},"\u002Fblog\u002F2022\u002F06\u002Fflowforge-06-released","FlowFuse 0.6 released","2022-06-19",[8761,7821,8796],{"path":10752,"title":10753,"date":10754,"tags":10755},"\u002Fblog\u002F2022\u002F06\u002Fcommunity-news-05","Community News May 2022","2022-06-17",[8761,10207,8846],{"path":10757,"title":10758,"date":10759,"tags":10760},"\u002Fblog\u002F2022\u002F05\u002Fsign-up-for-flowforge-cloud","FlowFuse open for everybody","2022-05-25",[8761,7821,8795],{"path":10762,"title":10763,"date":10764,"tags":10765},"\u002Fblog\u002F2022\u002F05\u002Fflowforge-05-released","FlowFuse 0.5 released","2022-05-12",[8761,7821,8796],{"path":10767,"title":10768,"date":10769,"tags":10770},"\u002Fblog\u002F2022\u002F05\u002Fcommunity-news-04","Community News April 2022","2022-05-06",[8761,10207,8846],{"path":10772,"title":10773,"date":10774,"tags":10775},"\u002Fblog\u002F2022\u002F05\u002Fnode-red-3-beta-stack","Node-RED 3.0 Beta Stack","2022-05-04",[8761,8847,8795],{"path":10777,"title":10778,"date":10779,"tags":10780},"\u002Fblog\u002F2022\u002F04\u002Fflowforge-04-released","FlowFuse 0.4 released","2022-04-14",[8761,7821,8796],{"path":10782,"title":10783,"date":10784,"tags":10785},"\u002Fblog\u002F2022\u002F04\u002Fcommunity-news-03","Community News March 2022","2022-04-05",[8761,10207,8846],{"path":10787,"title":10788,"date":10789,"tags":10790},"\u002Fblog\u002F2022\u002F04\u002Fflowforge-accepting-customers","FlowFuse is accepting customers now","2022-04-04",[8761,7821,8795],{"path":10792,"title":10793,"date":10794,"tags":10795},"\u002Fblog\u002F2022\u002F03\u002Fflowforge-03-released","FlowFuse 0.3 released","2022-03-17",[8761,7821,8796],{"path":10797,"title":10798,"date":10799,"tags":10800},"\u002Fblog\u002F2022\u002F03\u002Fcommunity-news-02","Community News February 2022","2022-03-02",[8761,10207,8846],{"path":10802,"title":10803,"date":10804,"tags":10805},"\u002Fblog\u002F2022\u002F02\u002Fannouncing-flowforge-cloud","Announcing FlowFuse Cloud","2022-02-23",[8761,7821,8795,8796],{"path":10807,"title":10808,"date":10809,"tags":10810},"\u002Fblog\u002F2022\u002F02\u002Fflowforge-02-released","FlowFuse 0.2 released","2022-02-17",[8761,7821,8796],{"path":10812,"title":10813,"date":10814,"tags":10815},"\u002Fblog\u002F2022\u002F02\u002Fuse-case-solar-afloat","Using Node-RED to keep Solar PV afloat","2022-02-09",[8761,8847,8846],{"path":10817,"title":10818,"date":10819,"tags":10820},"\u002Fblog\u002F2022\u002F02\u002Fwelcome-joe","Welcome Joe","2022-02-08",[8761,7821,8795],{"path":10822,"title":10823,"date":10824,"tags":10825},"\u002Fblog\u002F2022\u002F01\u002Fcommunity-news-01","Community News January 2022","2022-01-28",[8761,10207,8846],{"path":10827,"title":10828,"date":10829,"tags":10830},"\u002Fblog\u002F2022\u002F01\u002Fflowforge-01-released","FlowFuse 0.1 released","2022-01-20",[8761,7821,8796],{"path":10832,"title":10833,"date":10829,"tags":10834},"\u002Fblog\u002F2022\u002F01\u002Fwelcome-steve","Welcome Steve",[8761,7821,8795],{"path":10836,"title":10837,"date":10838,"tags":10839},"\u002Fblog\u002F2022\u002F01\u002Fwelcome-zj","Welcome ZJ","2022-01-03",[8761,7821,8795],{"path":10841,"title":10842,"date":10843,"tags":10844},"\u002Fblog\u002F2021\u002F05\u002Fwelcome-ben","Welcome Ben","2021-05-10",[7821,8795],{"path":10846,"title":10847,"date":10848,"tags":10849},"\u002Fblog\u002F2021\u002F04\u002Ffirst-deploy","Introducing FlowFuse Inc.","2021-04-06",[7821,8795],1786742765514]