[{"data":1,"prerenderedAt":9463},["ShallowReactive",2],{"blog-\u002Fblog\u002F2025\u002F07\u002Freading-and-writing-plc-data-using-opc-ua":3,"featureCatalog":8533,"changelog-titles":8928,"blog-all-for-related":9462},{"id":4,"title":5,"authors":6,"body":8,"cta":8510,"date":8511,"description":8512,"extension":8513,"features":8510,"image":8514,"lastUpdated":8510,"meta":8515,"navigation":8521,"path":8522,"release":8510,"seo":8523,"sitemap":8524,"stem":8525,"subtitle":8526,"tags":8527,"tldr":8531,"video":8510,"__hash__":8532},"blog\u002Fblog\u002F2025\u002F07\u002Freading-and-writing-plc-data-using-opc-ua.md","OPC UA Tutorial: Connect and Exchange Data with Industrial Equipment",[7],"sumit-shinde",{"type":9,"value":10,"toc":8482},"minimark",[11,15,21,24,39,67,72,75,80,83,87,90,94,97,101,104,108,111,115,118,121,125,128,136,139,142,151,155,158,163,195,210,214,217,249,266,278,289,292,296,299,338,341,349,1139,1143,1146,1150,1153,1237,1245,1254,1257,1264,2755,2759,2762,2771,2781,2830,2833,4855,4859,4862,4866,4869,4959,4965,6257,6261,6264,6346,6349,8425,8429,8432,8439,8442,8456,8462,8470,8478],[12,13,14],"p",{},"If you’ve ever tried to connect industrial equipment from different vendors, you know how frustrating it can be, a mess of incompatible protocols, proprietary software, and confusing drivers. Your Siemens PLC speaks one language, your Allen-Bradley controller another, and that Modbus sensor? Yet another protocol entirely.",[12,16,17],{},[18,19,20],"strong",{},"OPC UA changes that.",[12,22,23],{},"OPC UA (Open Platform Communications Unified Architecture) is the industry-standard protocol that eliminates this chaos. Also known as OPC Unified Architecture or IEC 62541, it provides a universal language for secure communication between PLCs, SCADA systems, HMIs, and enterprise applications ,regardless of the manufacturer.",[12,25,26,27,30,31,34,35,38],{},"This hands-on guide walks you through building your first ",[18,28,29],{},"OPC UA integration"," using ",[18,32,33],{},"Node-RED"," and ",[18,36,37],{},"FlowFuse",":",[40,41,42,49,55,61],"ul",{},[43,44,45,48],"li",{},[18,46,47],{},"Connect"," to any OPC UA server, Kepware, MatrikonOPC, or built-in PLC servers",[43,50,51,54],{},[18,52,53],{},"Browse"," available tags and discover Node IDs from your equipment",[43,56,57,60],{},[18,58,59],{},"Read"," real-time values from PLCs, sensors, and industrial devices",[43,62,63,66],{},[18,64,65],{},"Write"," control signals and setpoints back to your systems",[68,69,71],"h2",{"id":70},"why-opc-ua","Why OPC UA?",[12,73,74],{},"If you have worked with industrial equipment, you know the pain. Every PLC vendor uses a different protocol. Your Siemens S7-1500 requires TIA Portal and PROFINET drivers. The Allen-Bradley ControlLogix needs RSLinx and EtherNet\u002FIP. A Modbus temperature sensor needs yet another tool. Before long, you are juggling a dozen different software packages, each with its own licensing, training, and maintenance overhead.",[76,77,79],"h3",{"id":78},"breaking-the-cycle","Breaking the Cycle",[12,81,82],{},"OPC UA eliminates this fragmentation. Instead of relying on vendor-specific protocols, it provides a universal language for all your equipment. Here is why it is becoming the industry standard:",[76,84,86],{"id":85},"universal-connectivity","Universal Connectivity",[12,88,89],{},"Connect to any modern PLC using a single protocol. Leading manufacturers like Siemens, Rockwell, Schneider, and ABB now embed OPC UA servers directly into their controllers. One client, all your equipment.",[76,91,93],{"id":92},"information-not-just-data","Information, Not Just Data",[12,95,96],{},"Reading a temperature value from OPC UA does not just give you \"42.5\", it gives the full context: 42.5 °C, measured at 14:32:15.625 with \"Good\" quality, from \"Tank_01\u002FTemperature\", and includes alarm limits (10 °C \u002F 80 °C). This context reduces guesswork and helps prevent costly mistakes.",[76,98,100],{"id":99},"security-built-for-industry","Security Built for Industry",[12,102,103],{},"While protocols like Modbus transmit everything in plain text, OPC UA uses enterprise-grade security. It supports X.509 certificates, 256-bit encryption, and robust user authentication to safeguard critical infrastructure from cyber threats.",[76,105,107],{"id":106},"future-proof-investment","Future-Proof Investment",[12,109,110],{},"OPC UA is the foundation of Industry 4.0 initiatives around the world. It is not just another protocol, it is the one major vendors are standardizing on. Choosing OPC UA today ensures long-term compatibility and ROI.",[68,112,114],{"id":113},"getting-started","Getting Started",[12,116,117],{},"Now that you understand why OPC UA is widely adopted, let’s explore how to implement it using FlowFuse Node-RED.",[12,119,120],{},"This next section walks you through exactly what you need to get started with a working setup, whether for prototyping or production.",[76,122,124],{"id":123},"what-youll-need","What You’ll Need",[12,126,127],{},"Before diving into the flow-building process, make sure you have the following:",[40,129,130,133],{},[43,131,132],{},"An OPC UA server (like Kepware, MatrikonOPC, or built into your PLC)",[43,134,135],{},"A FlowFuse Node-RED instance running on your edge device.",[12,137,138],{},"For production OPC UA deployments, we recommend using FlowFuse. When connecting to industrial systems, you need more than just Node-RED, you need team collaboration so multiple engineers can work on flows safely, audit logs for compliance tracking, high availability to prevent downtime, and remote device management for edge deployments.",[12,140,141],{},"FlowFuse provides these enterprise features plus automatic backups, one-click rollbacks, environment variables for different sites, and DevOps pipelines for testing changes before they reach production.",[12,143,144],{},[145,146,150],"a",{"href":147,"rel":148},"https:\u002F\u002Fapp.flowfuse.com\u002Faccount\u002Fcreate",[149],"nofollow","Get started →",[76,152,154],{"id":153},"installing-opc-ua-support-in-flowfuse","Installing OPC UA Support in FlowFuse",[12,156,157],{},"To work with OPC UA in FlowFuse Node-RED, you will first need to install the required nodes.",[159,160,162],"h4",{"id":161},"install-the-opc-ua-node-package","Install the OPC UA Node Package",[164,165,166,173,179,190],"ol",{},[43,167,168,169,172],{},"Open the ",[18,170,171],{},"FlowFuse Node-RED editor",".",[43,174,175,176,172],{},"Click the menu in the top-right and choose ",[18,177,178],{},"Manage palette",[43,180,181,182,185,186,172],{},"Navigate to the ",[18,183,184],{},"Install"," tab and search for ",[187,188,189],"code",{},"node-red-contrib-opcua",[43,191,192,193,172],{},"Click ",[18,194,184],{},[12,196,197,198,201,202,205,206,209],{},"Once installed, you will find new nodes for OPC UA communication in your palette, including ",[18,199,200],{},"Client",", ",[18,203,204],{},"Item",", and ",[18,207,208],{},"Browser"," and other OPC UA nodes.",[76,211,213],{"id":212},"connecting-to-your-opc-ua-server","Connecting to Your OPC UA Server",[12,215,216],{},"To begin accessing industrial data, create a client connection using the OPC UA Client node.",[164,218,219,226,229,236,242],{},[43,220,221,222,225],{},"Drag an ",[18,223,224],{},"OPC UA Client"," node onto the canvas.",[43,227,228],{},"Double-click to configure it.",[43,230,231,232,235],{},"Click the ",[18,233,234],{},"+"," icon to create a new endpoint configuration.",[43,237,238,239],{},"Enter your OPC UA server address, for example: ",[187,240,241],{},"opc.tcp:\u002F\u002F192.168.0.10:4840",[43,243,244,245,248],{},"Set the security mode to ",[18,246,247],{},"None"," (you can add security later).",[250,251,252],"blockquote",{},[12,253,254,257,258,261,262,265],{},[18,255,256],{},"Security Note:"," This tutorial uses ",[18,259,260],{},"\"None\""," for the security setting to keep things simple.\nIn production environments, always use appropriate security, typically ",[18,263,264],{},"\"Sign & Encrypt\""," with certificates.",[164,267,269],{"start":268},6,[43,270,192,271,274,275,172],{},[18,272,273],{},"Add",", then ",[18,276,277],{},"Done",[12,279,280,286],{},[281,282],"img",{"alt":283,"dataZoomable":284,"src":285},"OPC UA endpoint configuration","","\u002Fblog\u002F2025\u002F07\u002Fimages\u002Fopcua-endpoint-config.png",[287,288,283],"em",{},[12,290,291],{},"With the connection now defined, you’re ready to explore what tags are available.",[76,293,295],{"id":294},"browsing-tags-optional","Browsing Tags (Optional)",[12,297,298],{},"If you do not already know the Node IDs of the tags you want to access, use the OPC UA Browser node to explore the tag structure.",[164,300,301,312,318,332,335],{},[43,302,221,303,201,306,205,309,225],{},[18,304,305],{},"Inject",[18,307,308],{},"OPC UA Browser",[18,310,311],{},"Debug",[43,313,314,315,317],{},"Connect the output of the Inject node to the input of the ",[18,316,208],{}," node, then connect the Browser's output to the Debug node.",[43,319,320,321,323,324,327,328,331],{},"In the ",[18,322,208],{}," node, set the topic to ",[187,325,326],{},"ns=0;i=85"," (the root ",[287,329,330],{},"Objects"," folder).",[43,333,334],{},"Configure the Inject node to send a timestamp.",[43,336,337],{},"Deploy the flow and click the Inject node.",[12,339,340],{},"Tag information will be printed to the debug sidebar. You can now identify the exact Node IDs to use in your reads or writes.",[12,342,343,347],{},[281,344],{"alt":345,"dataZoomable":284,"src":346},"OPC UA Browser node","\u002Fblog\u002F2025\u002F07\u002Fimages\u002Fopcua-browser.png",[287,348,345],{},[350,351,353],"render-flow",{":height":352},"300",[354,355,359],"pre",{"className":356,"code":357,"language":358,"meta":284,"style":284},"language-json shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","[{\"id\":\"c3a8303048e6588f\",\"type\":\"OpcUa-Browser\",\"z\":\"f66e9c91c269e7fb\",\"endpoint\":\"c0f8c79fc00845c8\",\"item\":\"\",\"datatype\":\"\",\"topic\":\"ns=0;i=85\",\"items\":[],\"name\":\"\",\"x\":510,\"y\":300,\"wires\":[[\"3428199852f9fcdc\"]]},{\"id\":\"1549f797c58ba667\",\"type\":\"inject\",\"z\":\"f66e9c91c269e7fb\",\"name\":\"\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"date\",\"x\":280,\"y\":300,\"wires\":[[\"c3a8303048e6588f\"]]},{\"id\":\"3428199852f9fcdc\",\"type\":\"debug\",\"z\":\"f66e9c91c269e7fb\",\"name\":\"debug 1\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"false\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":740,\"y\":300,\"wires\":[]},{\"id\":\"c0f8c79fc00845c8\",\"type\":\"OpcUa-Endpoint\",\"endpoint\":\"\",\"secpol\":\"None\",\"secmode\":\"None\",\"none\":true,\"login\":false,\"usercert\":false,\"usercertificate\":\"\",\"userprivatekey\":\"\"}]\n","json",[187,360,361],{"__ignoreMap":284},[362,363,366,370,373,377,379,381,383,387,389,392,394,397,399,401,403,406,408,410,412,415,417,419,421,424,426,428,430,433,435,437,439,442,444,446,448,451,453,455,458,460,462,465,467,469,471,473,475,478,480,482,484,486,488,490,492,495,497,500,502,505,507,509,511,513,515,518,520,522,526,528,530,533,535,537,539,541,543,546,548,551,553,556,558,561,563,565,567,569,571,574,576,578,580,582,584,586,588,591,593,595,597,599,601,603,605,607,609,611,613,615,617,619,621,623,625,628,630,633,635,638,640,642,644,647,649,652,654,656,658,660,662,664,666,668,670,673,675,677,679,682,684,687,689,692,694,696,698,700,702,705,707,709,711,713,715,718,720,723,725,728,730,732,735,737,739,741,743,745,747,749,751,753,755,757,759,761,763,766,768,770,772,775,777,779,781,783,785,787,790,792,794,796,798,800,802,804,806,808,810,812,814,816,818,820,822,824,826,828,830,832,834,836,838,840,842,844,846,849,851,853,855,857,859,861,863,865,867,869,871,873,875,877,879,882,884,886,888,891,893,896,898,901,903,905,907,910,912,914,916,919,921,923,925,928,930,932,934,937,939,941,943,946,948,950,952,954,956,959,961,963,965,968,970,972,974,976,978,980,983,985,987,989,991,993,995,997,999,1001,1003,1006,1008,1010,1012,1014,1016,1018,1020,1022,1024,1026,1028,1030,1032,1035,1037,1039,1041,1043,1045,1047,1049,1051,1053,1056,1058,1060,1062,1064,1066,1068,1070,1073,1075,1077,1079,1081,1083,1085,1087,1090,1092,1094,1096,1099,1101,1103,1105,1108,1110,1112,1114,1117,1119,1121,1123,1125,1127,1130,1132,1134,1136],"span",{"class":364,"line":365},"line",1,[362,367,369],{"class":368},"sMK4o","[{",[362,371,372],{"class":368},"\"",[362,374,376],{"class":375},"spNyl","id",[362,378,372],{"class":368},[362,380,38],{"class":368},[362,382,372],{"class":368},[362,384,386],{"class":385},"sfazB","c3a8303048e6588f",[362,388,372],{"class":368},[362,390,391],{"class":368},",",[362,393,372],{"class":368},[362,395,396],{"class":375},"type",[362,398,372],{"class":368},[362,400,38],{"class":368},[362,402,372],{"class":368},[362,404,405],{"class":385},"OpcUa-Browser",[362,407,372],{"class":368},[362,409,391],{"class":368},[362,411,372],{"class":368},[362,413,414],{"class":375},"z",[362,416,372],{"class":368},[362,418,38],{"class":368},[362,420,372],{"class":368},[362,422,423],{"class":385},"f66e9c91c269e7fb",[362,425,372],{"class":368},[362,427,391],{"class":368},[362,429,372],{"class":368},[362,431,432],{"class":375},"endpoint",[362,434,372],{"class":368},[362,436,38],{"class":368},[362,438,372],{"class":368},[362,440,441],{"class":385},"c0f8c79fc00845c8",[362,443,372],{"class":368},[362,445,391],{"class":368},[362,447,372],{"class":368},[362,449,450],{"class":375},"item",[362,452,372],{"class":368},[362,454,38],{"class":368},[362,456,457],{"class":368},"\"\"",[362,459,391],{"class":368},[362,461,372],{"class":368},[362,463,464],{"class":375},"datatype",[362,466,372],{"class":368},[362,468,38],{"class":368},[362,470,457],{"class":368},[362,472,391],{"class":368},[362,474,372],{"class":368},[362,476,477],{"class":375},"topic",[362,479,372],{"class":368},[362,481,38],{"class":368},[362,483,372],{"class":368},[362,485,326],{"class":385},[362,487,372],{"class":368},[362,489,391],{"class":368},[362,491,372],{"class":368},[362,493,494],{"class":375},"items",[362,496,372],{"class":368},[362,498,499],{"class":368},":[],",[362,501,372],{"class":368},[362,503,504],{"class":375},"name",[362,506,372],{"class":368},[362,508,38],{"class":368},[362,510,457],{"class":368},[362,512,391],{"class":368},[362,514,372],{"class":368},[362,516,517],{"class":375},"x",[362,519,372],{"class":368},[362,521,38],{"class":368},[362,523,525],{"class":524},"sbssI","510",[362,527,391],{"class":368},[362,529,372],{"class":368},[362,531,532],{"class":375},"y",[362,534,372],{"class":368},[362,536,38],{"class":368},[362,538,352],{"class":524},[362,540,391],{"class":368},[362,542,372],{"class":368},[362,544,545],{"class":375},"wires",[362,547,372],{"class":368},[362,549,550],{"class":368},":[[",[362,552,372],{"class":368},[362,554,555],{"class":385},"3428199852f9fcdc",[362,557,372],{"class":368},[362,559,560],{"class":368},"]]},{",[362,562,372],{"class":368},[362,564,376],{"class":375},[362,566,372],{"class":368},[362,568,38],{"class":368},[362,570,372],{"class":368},[362,572,573],{"class":385},"1549f797c58ba667",[362,575,372],{"class":368},[362,577,391],{"class":368},[362,579,372],{"class":368},[362,581,396],{"class":375},[362,583,372],{"class":368},[362,585,38],{"class":368},[362,587,372],{"class":368},[362,589,590],{"class":385},"inject",[362,592,372],{"class":368},[362,594,391],{"class":368},[362,596,372],{"class":368},[362,598,414],{"class":375},[362,600,372],{"class":368},[362,602,38],{"class":368},[362,604,372],{"class":368},[362,606,423],{"class":385},[362,608,372],{"class":368},[362,610,391],{"class":368},[362,612,372],{"class":368},[362,614,504],{"class":375},[362,616,372],{"class":368},[362,618,38],{"class":368},[362,620,457],{"class":368},[362,622,391],{"class":368},[362,624,372],{"class":368},[362,626,627],{"class":375},"props",[362,629,372],{"class":368},[362,631,632],{"class":368},":[{",[362,634,372],{"class":368},[362,636,12],{"class":637},"sBMFI",[362,639,372],{"class":368},[362,641,38],{"class":368},[362,643,372],{"class":368},[362,645,646],{"class":385},"payload",[362,648,372],{"class":368},[362,650,651],{"class":368},"},{",[362,653,372],{"class":368},[362,655,12],{"class":637},[362,657,372],{"class":368},[362,659,38],{"class":368},[362,661,372],{"class":368},[362,663,477],{"class":385},[362,665,372],{"class":368},[362,667,391],{"class":368},[362,669,372],{"class":368},[362,671,672],{"class":637},"vt",[362,674,372],{"class":368},[362,676,38],{"class":368},[362,678,372],{"class":368},[362,680,681],{"class":385},"str",[362,683,372],{"class":368},[362,685,686],{"class":368},"}],",[362,688,372],{"class":368},[362,690,691],{"class":375},"repeat",[362,693,372],{"class":368},[362,695,38],{"class":368},[362,697,457],{"class":368},[362,699,391],{"class":368},[362,701,372],{"class":368},[362,703,704],{"class":375},"crontab",[362,706,372],{"class":368},[362,708,38],{"class":368},[362,710,457],{"class":368},[362,712,391],{"class":368},[362,714,372],{"class":368},[362,716,717],{"class":375},"once",[362,719,372],{"class":368},[362,721,722],{"class":368},":false,",[362,724,372],{"class":368},[362,726,727],{"class":375},"onceDelay",[362,729,372],{"class":368},[362,731,38],{"class":368},[362,733,734],{"class":524},"0.1",[362,736,391],{"class":368},[362,738,372],{"class":368},[362,740,477],{"class":375},[362,742,372],{"class":368},[362,744,38],{"class":368},[362,746,457],{"class":368},[362,748,391],{"class":368},[362,750,372],{"class":368},[362,752,646],{"class":375},[362,754,372],{"class":368},[362,756,38],{"class":368},[362,758,457],{"class":368},[362,760,391],{"class":368},[362,762,372],{"class":368},[362,764,765],{"class":375},"payloadType",[362,767,372],{"class":368},[362,769,38],{"class":368},[362,771,372],{"class":368},[362,773,774],{"class":385},"date",[362,776,372],{"class":368},[362,778,391],{"class":368},[362,780,372],{"class":368},[362,782,517],{"class":375},[362,784,372],{"class":368},[362,786,38],{"class":368},[362,788,789],{"class":524},"280",[362,791,391],{"class":368},[362,793,372],{"class":368},[362,795,532],{"class":375},[362,797,372],{"class":368},[362,799,38],{"class":368},[362,801,352],{"class":524},[362,803,391],{"class":368},[362,805,372],{"class":368},[362,807,545],{"class":375},[362,809,372],{"class":368},[362,811,550],{"class":368},[362,813,372],{"class":368},[362,815,386],{"class":385},[362,817,372],{"class":368},[362,819,560],{"class":368},[362,821,372],{"class":368},[362,823,376],{"class":375},[362,825,372],{"class":368},[362,827,38],{"class":368},[362,829,372],{"class":368},[362,831,555],{"class":385},[362,833,372],{"class":368},[362,835,391],{"class":368},[362,837,372],{"class":368},[362,839,396],{"class":375},[362,841,372],{"class":368},[362,843,38],{"class":368},[362,845,372],{"class":368},[362,847,848],{"class":385},"debug",[362,850,372],{"class":368},[362,852,391],{"class":368},[362,854,372],{"class":368},[362,856,414],{"class":375},[362,858,372],{"class":368},[362,860,38],{"class":368},[362,862,372],{"class":368},[362,864,423],{"class":385},[362,866,372],{"class":368},[362,868,391],{"class":368},[362,870,372],{"class":368},[362,872,504],{"class":375},[362,874,372],{"class":368},[362,876,38],{"class":368},[362,878,372],{"class":368},[362,880,881],{"class":385},"debug 1",[362,883,372],{"class":368},[362,885,391],{"class":368},[362,887,372],{"class":368},[362,889,890],{"class":375},"active",[362,892,372],{"class":368},[362,894,895],{"class":368},":true,",[362,897,372],{"class":368},[362,899,900],{"class":375},"tosidebar",[362,902,372],{"class":368},[362,904,895],{"class":368},[362,906,372],{"class":368},[362,908,909],{"class":375},"console",[362,911,372],{"class":368},[362,913,722],{"class":368},[362,915,372],{"class":368},[362,917,918],{"class":375},"tostatus",[362,920,372],{"class":368},[362,922,722],{"class":368},[362,924,372],{"class":368},[362,926,927],{"class":375},"complete",[362,929,372],{"class":368},[362,931,38],{"class":368},[362,933,372],{"class":368},[362,935,936],{"class":385},"false",[362,938,372],{"class":368},[362,940,391],{"class":368},[362,942,372],{"class":368},[362,944,945],{"class":375},"statusVal",[362,947,372],{"class":368},[362,949,38],{"class":368},[362,951,457],{"class":368},[362,953,391],{"class":368},[362,955,372],{"class":368},[362,957,958],{"class":375},"statusType",[362,960,372],{"class":368},[362,962,38],{"class":368},[362,964,372],{"class":368},[362,966,967],{"class":385},"auto",[362,969,372],{"class":368},[362,971,391],{"class":368},[362,973,372],{"class":368},[362,975,517],{"class":375},[362,977,372],{"class":368},[362,979,38],{"class":368},[362,981,982],{"class":524},"740",[362,984,391],{"class":368},[362,986,372],{"class":368},[362,988,532],{"class":375},[362,990,372],{"class":368},[362,992,38],{"class":368},[362,994,352],{"class":524},[362,996,391],{"class":368},[362,998,372],{"class":368},[362,1000,545],{"class":375},[362,1002,372],{"class":368},[362,1004,1005],{"class":368},":[]},{",[362,1007,372],{"class":368},[362,1009,376],{"class":375},[362,1011,372],{"class":368},[362,1013,38],{"class":368},[362,1015,372],{"class":368},[362,1017,441],{"class":385},[362,1019,372],{"class":368},[362,1021,391],{"class":368},[362,1023,372],{"class":368},[362,1025,396],{"class":375},[362,1027,372],{"class":368},[362,1029,38],{"class":368},[362,1031,372],{"class":368},[362,1033,1034],{"class":385},"OpcUa-Endpoint",[362,1036,372],{"class":368},[362,1038,391],{"class":368},[362,1040,372],{"class":368},[362,1042,432],{"class":375},[362,1044,372],{"class":368},[362,1046,38],{"class":368},[362,1048,457],{"class":368},[362,1050,391],{"class":368},[362,1052,372],{"class":368},[362,1054,1055],{"class":375},"secpol",[362,1057,372],{"class":368},[362,1059,38],{"class":368},[362,1061,372],{"class":368},[362,1063,247],{"class":385},[362,1065,372],{"class":368},[362,1067,391],{"class":368},[362,1069,372],{"class":368},[362,1071,1072],{"class":375},"secmode",[362,1074,372],{"class":368},[362,1076,38],{"class":368},[362,1078,372],{"class":368},[362,1080,247],{"class":385},[362,1082,372],{"class":368},[362,1084,391],{"class":368},[362,1086,372],{"class":368},[362,1088,1089],{"class":375},"none",[362,1091,372],{"class":368},[362,1093,895],{"class":368},[362,1095,372],{"class":368},[362,1097,1098],{"class":375},"login",[362,1100,372],{"class":368},[362,1102,722],{"class":368},[362,1104,372],{"class":368},[362,1106,1107],{"class":375},"usercert",[362,1109,372],{"class":368},[362,1111,722],{"class":368},[362,1113,372],{"class":368},[362,1115,1116],{"class":375},"usercertificate",[362,1118,372],{"class":368},[362,1120,38],{"class":368},[362,1122,457],{"class":368},[362,1124,391],{"class":368},[362,1126,372],{"class":368},[362,1128,1129],{"class":375},"userprivatekey",[362,1131,372],{"class":368},[362,1133,38],{"class":368},[362,1135,457],{"class":368},[362,1137,1138],{"class":368},"}]\n",[76,1140,1142],{"id":1141},"reading-tag-values","Reading Tag Values",[12,1144,1145],{},"Once you know the Node IDs, you can start reading data from your industrial equipment through the OPC UA server.",[159,1147,1149],{"id":1148},"reading-a-single-tag","Reading a Single Tag",[12,1151,1152],{},"Here’s how to read a single value in real time:",[164,1154,1155,1160,1195,1204,1222,1225],{},[43,1156,221,1157,1159],{},[18,1158,305],{}," node onto the canvas (this will trigger the read operation).",[43,1161,1162,1163,1166,1167,1188,1191],{},"Add an ",[18,1164,1165],{},"OPC UA Item"," node and configure:",[40,1168,1169,1179],{},[43,1170,1171,1174,1175,1178],{},[18,1172,1173],{},"Node ID",": Enter the tag’s identifier (e.g., ",[187,1176,1177],{},"ns=3;i=1003",")",[43,1180,1181,1184,1185,1178],{},[18,1182,1183],{},"Data Type",": Select the appropriate type (e.g., ",[187,1186,1187],{},"Boolean",[1189,1190],"br",{},[281,1192],{"alt":1193,"dataZoomable":284,"src":1194},"OPC UA Item node configuration","\u002Fblog\u002F2025\u002F07\u002Fimages\u002Fopcua-item-node.png",[43,1196,1197,1198,1200,1201,1203],{},"Connect the output of the ",[18,1199,305],{}," node to the input of the ",[18,1202,204],{}," node.",[43,1205,1162,1206,1208,1209,1212,1213,172,1216,1218],{},[18,1207,224],{}," node and set its ",[18,1210,1211],{},"Action"," to ",[187,1214,1215],{},"read",[1189,1217],{},[281,1219],{"alt":1220,"dataZoomable":284,"src":1221},"OPC UA Client node configured for reading","\u002Fblog\u002F2025\u002F07\u002Fimages\u002Fopcua-client-read-node.png",[43,1223,1224],{},"Select the endpoint configuration you created earlier.",[43,1226,1197,1227,1200,1229,1231,1232,1234,1235,1203],{},[18,1228,204],{},[18,1230,200],{}," node, then connect the ",[18,1233,200],{}," node's top output to a ",[18,1236,311],{},[250,1238,1239],{},[12,1240,1241,1242,1244],{},"The ",[18,1243,224],{}," node has three outputs: the top carries the data payload, the middle indicates connection status, and the bottom provides raw responses for debugging.",[164,1246,1248],{"start":1247},7,[43,1249,1250,1251,1253],{},"Deploy the flow and click the ",[18,1252,305],{}," button to trigger the read.",[12,1255,1256],{},"You should see the tag value appear in the debug panel. This confirms that communication is working correctly.",[12,1258,1259,1260,1263],{},"You can also pass the Node ID dynamically using ",[187,1261,1262],{},"msg.topic"," from the Inject node if you prefer not to use an Item node.",[350,1265,1266],{":height":352},[354,1267,1269],{"className":356,"code":1268,"language":358,"meta":284,"style":284},"[{\"id\":\"d128582dda7adbed\",\"type\":\"OpcUa-Client\",\"z\":\"ead97ed756a13a15\",\"endpoint\":\"a4df18253e5a79a0\",\"action\":\"read\",\"deadbandtype\":\"a\",\"deadbandvalue\":1,\"time\":10,\"timeUnit\":\"s\",\"certificate\":\"n\",\"localfile\":\"\",\"localkeyfile\":\"\",\"securitymode\":\"None\",\"securitypolicy\":\"None\",\"useTransport\":false,\"maxChunkCount\":1,\"maxMessageSize\":8192,\"receiveBufferSize\":8192,\"sendBufferSize\":8192,\"setstatusandtime\":false,\"keepsessionalive\":false,\"name\":\"\",\"x\":580,\"y\":240,\"wires\":[[\"3fc16bf912f16169\"],[\"17724a6889ec7378\"],[\"c6b0f16ef7371699\"]]},{\"id\":\"3fc16bf912f16169\",\"type\":\"debug\",\"z\":\"ead97ed756a13a15\",\"name\":\"Tag Value\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":740,\"y\":200,\"wires\":[]},{\"id\":\"2691196551812a21\",\"type\":\"OpcUa-Item\",\"z\":\"ead97ed756a13a15\",\"item\":\"ns=3;i=1001\",\"datatype\":\"Boolean\",\"value\":\"\",\"name\":\"OPC UA Item Node\",\"x\":370,\"y\":240,\"wires\":[[\"d128582dda7adbed\"]]},{\"id\":\"96d17841a7f13ac4\",\"type\":\"inject\",\"z\":\"ead97ed756a13a15\",\"name\":\"Read tag\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"date\",\"x\":200,\"y\":200,\"wires\":[[\"2691196551812a21\"]]},{\"id\":\"17724a6889ec7378\",\"type\":\"debug\",\"z\":\"ead97ed756a13a15\",\"name\":\"Errors\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":730,\"y\":240,\"wires\":[]},{\"id\":\"c6b0f16ef7371699\",\"type\":\"debug\",\"z\":\"ead97ed756a13a15\",\"name\":\"Raw Respons\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":760,\"y\":280,\"wires\":[]},{\"id\":\"a4df18253e5a79a0\",\"type\":\"OpcUa-Endpoint\",\"endpoint\":\"opc.tcp:\u002F\u002F192.168.0.10:4840\",\"secpol\":\"None\",\"secmode\":\"None\",\"none\":true,\"login\":false,\"usercert\":false,\"usercertificate\":\"\",\"userprivatekey\":\"\"}]\n",[187,1270,1271],{"__ignoreMap":284},[362,1272,1273,1275,1277,1279,1281,1283,1285,1288,1290,1292,1294,1296,1298,1300,1302,1305,1307,1309,1311,1313,1315,1317,1319,1322,1324,1326,1328,1330,1332,1334,1336,1339,1341,1343,1345,1348,1350,1352,1354,1356,1358,1360,1362,1365,1367,1369,1371,1373,1375,1377,1379,1382,1384,1386,1389,1391,1393,1396,1398,1400,1403,1405,1407,1410,1412,1414,1416,1419,1421,1423,1425,1428,1430,1432,1434,1437,1439,1441,1443,1446,1448,1450,1452,1454,1456,1459,1461,1463,1465,1467,1469,1472,1474,1476,1478,1480,1482,1484,1486,1489,1491,1493,1495,1497,1499,1501,1503,1506,1508,1510,1512,1515,1517,1519,1521,1523,1525,1528,1530,1532,1535,1537,1539,1542,1544,1546,1548,1550,1552,1555,1557,1559,1561,1563,1565,1568,1570,1572,1574,1577,1579,1581,1583,1585,1587,1589,1591,1593,1595,1597,1599,1601,1604,1606,1608,1610,1612,1614,1617,1619,1621,1623,1625,1627,1629,1632,1634,1637,1639,1642,1644,1646,1648,1651,1653,1655,1657,1659,1661,1663,1665,1667,1669,1671,1673,1675,1677,1679,1681,1683,1685,1687,1689,1691,1693,1695,1697,1699,1701,1703,1705,1707,1709,1711,1713,1716,1718,1720,1722,1724,1726,1728,1730,1732,1734,1736,1738,1740,1742,1744,1746,1748,1750,1752,1754,1756,1758,1760,1762,1764,1766,1768,1770,1773,1775,1777,1779,1782,1784,1786,1788,1790,1792,1794,1796,1798,1800,1802,1804,1806,1808,1810,1812,1814,1816,1818,1820,1822,1824,1826,1828,1830,1832,1834,1837,1839,1841,1843,1845,1847,1849,1851,1853,1855,1857,1860,1862,1864,1866,1868,1870,1872,1874,1877,1879,1881,1883,1885,1887,1889,1891,1893,1895,1897,1899,1901,1903,1905,1907,1910,1912,1914,1916,1918,1920,1922,1924,1926,1928,1930,1932,1935,1937,1939,1941,1943,1945,1947,1949,1951,1953,1956,1958,1960,1962,1964,1966,1968,1971,1973,1975,1977,1979,1981,1983,1985,1987,1989,1991,1993,1995,1997,1999,2001,2003,2005,2007,2009,2011,2014,2016,2018,2020,2022,2024,2026,2028,2030,2032,2034,2036,2038,2040,2042,2044,2046,2048,2050,2052,2054,2056,2058,2060,2063,2065,2067,2069,2071,2073,2075,2077,2079,2081,2083,2085,2087,2089,2091,2093,2095,2097,2099,2101,2103,2105,2107,2109,2111,2113,2115,2117,2119,2121,2123,2125,2127,2129,2131,2133,2135,2137,2139,2141,2143,2145,2147,2149,2151,2153,2155,2157,2159,2161,2163,2165,2167,2169,2171,2173,2175,2177,2179,2181,2183,2185,2187,2189,2191,2193,2195,2197,2199,2201,2203,2205,2207,2209,2211,2213,2215,2217,2219,2221,2223,2225,2227,2229,2231,2233,2235,2237,2239,2241,2243,2245,2247,2249,2251,2253,2255,2257,2259,2261,2263,2265,2267,2269,2271,2273,2275,2277,2279,2281,2283,2285,2287,2289,2291,2293,2295,2297,2299,2301,2303,2305,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,2415,2417,2419,2421,2423,2425,2427,2429,2431,2433,2435,2437,2439,2441,2443,2445,2447,2449,2451,2453,2455,2457,2459,2461,2463,2465,2467,2469,2471,2473,2475,2477,2479,2481,2483,2485,2487,2489,2491,2493,2495,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,2605,2607,2609,2611,2613,2615,2617,2619,2621,2623,2625,2627,2629,2631,2633,2635,2637,2639,2641,2643,2645,2647,2649,2651,2653,2655,2657,2659,2661,2663,2665,2667,2669,2671,2673,2675,2677,2679,2681,2683,2685,2687,2689,2691,2693,2695,2697,2699,2701,2703,2705,2707,2709,2711,2713,2715,2717,2719,2721,2723,2725,2727,2729,2731,2733,2735,2737,2739,2741,2743,2745,2747,2749,2751,2753],{"class":364,"line":365},[362,1274,369],{"class":368},[362,1276,372],{"class":368},[362,1278,376],{"class":375},[362,1280,372],{"class":368},[362,1282,38],{"class":368},[362,1284,372],{"class":368},[362,1286,1287],{"class":385},"d128582dda7adbed",[362,1289,372],{"class":368},[362,1291,391],{"class":368},[362,1293,372],{"class":368},[362,1295,396],{"class":375},[362,1297,372],{"class":368},[362,1299,38],{"class":368},[362,1301,372],{"class":368},[362,1303,1304],{"class":385},"OpcUa-Client",[362,1306,372],{"class":368},[362,1308,391],{"class":368},[362,1310,372],{"class":368},[362,1312,414],{"class":375},[362,1314,372],{"class":368},[362,1316,38],{"class":368},[362,1318,372],{"class":368},[362,1320,1321],{"class":385},"ead97ed756a13a15",[362,1323,372],{"class":368},[362,1325,391],{"class":368},[362,1327,372],{"class":368},[362,1329,432],{"class":375},[362,1331,372],{"class":368},[362,1333,38],{"class":368},[362,1335,372],{"class":368},[362,1337,1338],{"class":385},"a4df18253e5a79a0",[362,1340,372],{"class":368},[362,1342,391],{"class":368},[362,1344,372],{"class":368},[362,1346,1347],{"class":375},"action",[362,1349,372],{"class":368},[362,1351,38],{"class":368},[362,1353,372],{"class":368},[362,1355,1215],{"class":385},[362,1357,372],{"class":368},[362,1359,391],{"class":368},[362,1361,372],{"class":368},[362,1363,1364],{"class":375},"deadbandtype",[362,1366,372],{"class":368},[362,1368,38],{"class":368},[362,1370,372],{"class":368},[362,1372,145],{"class":385},[362,1374,372],{"class":368},[362,1376,391],{"class":368},[362,1378,372],{"class":368},[362,1380,1381],{"class":375},"deadbandvalue",[362,1383,372],{"class":368},[362,1385,38],{"class":368},[362,1387,1388],{"class":524},"1",[362,1390,391],{"class":368},[362,1392,372],{"class":368},[362,1394,1395],{"class":375},"time",[362,1397,372],{"class":368},[362,1399,38],{"class":368},[362,1401,1402],{"class":524},"10",[362,1404,391],{"class":368},[362,1406,372],{"class":368},[362,1408,1409],{"class":375},"timeUnit",[362,1411,372],{"class":368},[362,1413,38],{"class":368},[362,1415,372],{"class":368},[362,1417,1418],{"class":385},"s",[362,1420,372],{"class":368},[362,1422,391],{"class":368},[362,1424,372],{"class":368},[362,1426,1427],{"class":375},"certificate",[362,1429,372],{"class":368},[362,1431,38],{"class":368},[362,1433,372],{"class":368},[362,1435,1436],{"class":385},"n",[362,1438,372],{"class":368},[362,1440,391],{"class":368},[362,1442,372],{"class":368},[362,1444,1445],{"class":375},"localfile",[362,1447,372],{"class":368},[362,1449,38],{"class":368},[362,1451,457],{"class":368},[362,1453,391],{"class":368},[362,1455,372],{"class":368},[362,1457,1458],{"class":375},"localkeyfile",[362,1460,372],{"class":368},[362,1462,38],{"class":368},[362,1464,457],{"class":368},[362,1466,391],{"class":368},[362,1468,372],{"class":368},[362,1470,1471],{"class":375},"securitymode",[362,1473,372],{"class":368},[362,1475,38],{"class":368},[362,1477,372],{"class":368},[362,1479,247],{"class":385},[362,1481,372],{"class":368},[362,1483,391],{"class":368},[362,1485,372],{"class":368},[362,1487,1488],{"class":375},"securitypolicy",[362,1490,372],{"class":368},[362,1492,38],{"class":368},[362,1494,372],{"class":368},[362,1496,247],{"class":385},[362,1498,372],{"class":368},[362,1500,391],{"class":368},[362,1502,372],{"class":368},[362,1504,1505],{"class":375},"useTransport",[362,1507,372],{"class":368},[362,1509,722],{"class":368},[362,1511,372],{"class":368},[362,1513,1514],{"class":375},"maxChunkCount",[362,1516,372],{"class":368},[362,1518,38],{"class":368},[362,1520,1388],{"class":524},[362,1522,391],{"class":368},[362,1524,372],{"class":368},[362,1526,1527],{"class":375},"maxMessageSize",[362,1529,372],{"class":368},[362,1531,38],{"class":368},[362,1533,1534],{"class":524},"8192",[362,1536,391],{"class":368},[362,1538,372],{"class":368},[362,1540,1541],{"class":375},"receiveBufferSize",[362,1543,372],{"class":368},[362,1545,38],{"class":368},[362,1547,1534],{"class":524},[362,1549,391],{"class":368},[362,1551,372],{"class":368},[362,1553,1554],{"class":375},"sendBufferSize",[362,1556,372],{"class":368},[362,1558,38],{"class":368},[362,1560,1534],{"class":524},[362,1562,391],{"class":368},[362,1564,372],{"class":368},[362,1566,1567],{"class":375},"setstatusandtime",[362,1569,372],{"class":368},[362,1571,722],{"class":368},[362,1573,372],{"class":368},[362,1575,1576],{"class":375},"keepsessionalive",[362,1578,372],{"class":368},[362,1580,722],{"class":368},[362,1582,372],{"class":368},[362,1584,504],{"class":375},[362,1586,372],{"class":368},[362,1588,38],{"class":368},[362,1590,457],{"class":368},[362,1592,391],{"class":368},[362,1594,372],{"class":368},[362,1596,517],{"class":375},[362,1598,372],{"class":368},[362,1600,38],{"class":368},[362,1602,1603],{"class":524},"580",[362,1605,391],{"class":368},[362,1607,372],{"class":368},[362,1609,532],{"class":375},[362,1611,372],{"class":368},[362,1613,38],{"class":368},[362,1615,1616],{"class":524},"240",[362,1618,391],{"class":368},[362,1620,372],{"class":368},[362,1622,545],{"class":375},[362,1624,372],{"class":368},[362,1626,550],{"class":368},[362,1628,372],{"class":368},[362,1630,1631],{"class":385},"3fc16bf912f16169",[362,1633,372],{"class":368},[362,1635,1636],{"class":368},"],[",[362,1638,372],{"class":368},[362,1640,1641],{"class":385},"17724a6889ec7378",[362,1643,372],{"class":368},[362,1645,1636],{"class":368},[362,1647,372],{"class":368},[362,1649,1650],{"class":385},"c6b0f16ef7371699",[362,1652,372],{"class":368},[362,1654,560],{"class":368},[362,1656,372],{"class":368},[362,1658,376],{"class":375},[362,1660,372],{"class":368},[362,1662,38],{"class":368},[362,1664,372],{"class":368},[362,1666,1631],{"class":385},[362,1668,372],{"class":368},[362,1670,391],{"class":368},[362,1672,372],{"class":368},[362,1674,396],{"class":375},[362,1676,372],{"class":368},[362,1678,38],{"class":368},[362,1680,372],{"class":368},[362,1682,848],{"class":385},[362,1684,372],{"class":368},[362,1686,391],{"class":368},[362,1688,372],{"class":368},[362,1690,414],{"class":375},[362,1692,372],{"class":368},[362,1694,38],{"class":368},[362,1696,372],{"class":368},[362,1698,1321],{"class":385},[362,1700,372],{"class":368},[362,1702,391],{"class":368},[362,1704,372],{"class":368},[362,1706,504],{"class":375},[362,1708,372],{"class":368},[362,1710,38],{"class":368},[362,1712,372],{"class":368},[362,1714,1715],{"class":385},"Tag Value",[362,1717,372],{"class":368},[362,1719,391],{"class":368},[362,1721,372],{"class":368},[362,1723,890],{"class":375},[362,1725,372],{"class":368},[362,1727,895],{"class":368},[362,1729,372],{"class":368},[362,1731,900],{"class":375},[362,1733,372],{"class":368},[362,1735,895],{"class":368},[362,1737,372],{"class":368},[362,1739,909],{"class":375},[362,1741,372],{"class":368},[362,1743,722],{"class":368},[362,1745,372],{"class":368},[362,1747,918],{"class":375},[362,1749,372],{"class":368},[362,1751,722],{"class":368},[362,1753,372],{"class":368},[362,1755,927],{"class":375},[362,1757,372],{"class":368},[362,1759,38],{"class":368},[362,1761,372],{"class":368},[362,1763,646],{"class":385},[362,1765,372],{"class":368},[362,1767,391],{"class":368},[362,1769,372],{"class":368},[362,1771,1772],{"class":375},"targetType",[362,1774,372],{"class":368},[362,1776,38],{"class":368},[362,1778,372],{"class":368},[362,1780,1781],{"class":385},"msg",[362,1783,372],{"class":368},[362,1785,391],{"class":368},[362,1787,372],{"class":368},[362,1789,945],{"class":375},[362,1791,372],{"class":368},[362,1793,38],{"class":368},[362,1795,457],{"class":368},[362,1797,391],{"class":368},[362,1799,372],{"class":368},[362,1801,958],{"class":375},[362,1803,372],{"class":368},[362,1805,38],{"class":368},[362,1807,372],{"class":368},[362,1809,967],{"class":385},[362,1811,372],{"class":368},[362,1813,391],{"class":368},[362,1815,372],{"class":368},[362,1817,517],{"class":375},[362,1819,372],{"class":368},[362,1821,38],{"class":368},[362,1823,982],{"class":524},[362,1825,391],{"class":368},[362,1827,372],{"class":368},[362,1829,532],{"class":375},[362,1831,372],{"class":368},[362,1833,38],{"class":368},[362,1835,1836],{"class":524},"200",[362,1838,391],{"class":368},[362,1840,372],{"class":368},[362,1842,545],{"class":375},[362,1844,372],{"class":368},[362,1846,1005],{"class":368},[362,1848,372],{"class":368},[362,1850,376],{"class":375},[362,1852,372],{"class":368},[362,1854,38],{"class":368},[362,1856,372],{"class":368},[362,1858,1859],{"class":385},"2691196551812a21",[362,1861,372],{"class":368},[362,1863,391],{"class":368},[362,1865,372],{"class":368},[362,1867,396],{"class":375},[362,1869,372],{"class":368},[362,1871,38],{"class":368},[362,1873,372],{"class":368},[362,1875,1876],{"class":385},"OpcUa-Item",[362,1878,372],{"class":368},[362,1880,391],{"class":368},[362,1882,372],{"class":368},[362,1884,414],{"class":375},[362,1886,372],{"class":368},[362,1888,38],{"class":368},[362,1890,372],{"class":368},[362,1892,1321],{"class":385},[362,1894,372],{"class":368},[362,1896,391],{"class":368},[362,1898,372],{"class":368},[362,1900,450],{"class":375},[362,1902,372],{"class":368},[362,1904,38],{"class":368},[362,1906,372],{"class":368},[362,1908,1909],{"class":385},"ns=3;i=1001",[362,1911,372],{"class":368},[362,1913,391],{"class":368},[362,1915,372],{"class":368},[362,1917,464],{"class":375},[362,1919,372],{"class":368},[362,1921,38],{"class":368},[362,1923,372],{"class":368},[362,1925,1187],{"class":385},[362,1927,372],{"class":368},[362,1929,391],{"class":368},[362,1931,372],{"class":368},[362,1933,1934],{"class":375},"value",[362,1936,372],{"class":368},[362,1938,38],{"class":368},[362,1940,457],{"class":368},[362,1942,391],{"class":368},[362,1944,372],{"class":368},[362,1946,504],{"class":375},[362,1948,372],{"class":368},[362,1950,38],{"class":368},[362,1952,372],{"class":368},[362,1954,1955],{"class":385},"OPC UA Item Node",[362,1957,372],{"class":368},[362,1959,391],{"class":368},[362,1961,372],{"class":368},[362,1963,517],{"class":375},[362,1965,372],{"class":368},[362,1967,38],{"class":368},[362,1969,1970],{"class":524},"370",[362,1972,391],{"class":368},[362,1974,372],{"class":368},[362,1976,532],{"class":375},[362,1978,372],{"class":368},[362,1980,38],{"class":368},[362,1982,1616],{"class":524},[362,1984,391],{"class":368},[362,1986,372],{"class":368},[362,1988,545],{"class":375},[362,1990,372],{"class":368},[362,1992,550],{"class":368},[362,1994,372],{"class":368},[362,1996,1287],{"class":385},[362,1998,372],{"class":368},[362,2000,560],{"class":368},[362,2002,372],{"class":368},[362,2004,376],{"class":375},[362,2006,372],{"class":368},[362,2008,38],{"class":368},[362,2010,372],{"class":368},[362,2012,2013],{"class":385},"96d17841a7f13ac4",[362,2015,372],{"class":368},[362,2017,391],{"class":368},[362,2019,372],{"class":368},[362,2021,396],{"class":375},[362,2023,372],{"class":368},[362,2025,38],{"class":368},[362,2027,372],{"class":368},[362,2029,590],{"class":385},[362,2031,372],{"class":368},[362,2033,391],{"class":368},[362,2035,372],{"class":368},[362,2037,414],{"class":375},[362,2039,372],{"class":368},[362,2041,38],{"class":368},[362,2043,372],{"class":368},[362,2045,1321],{"class":385},[362,2047,372],{"class":368},[362,2049,391],{"class":368},[362,2051,372],{"class":368},[362,2053,504],{"class":375},[362,2055,372],{"class":368},[362,2057,38],{"class":368},[362,2059,372],{"class":368},[362,2061,2062],{"class":385},"Read tag",[362,2064,372],{"class":368},[362,2066,391],{"class":368},[362,2068,372],{"class":368},[362,2070,627],{"class":375},[362,2072,372],{"class":368},[362,2074,632],{"class":368},[362,2076,372],{"class":368},[362,2078,12],{"class":637},[362,2080,372],{"class":368},[362,2082,38],{"class":368},[362,2084,372],{"class":368},[362,2086,646],{"class":385},[362,2088,372],{"class":368},[362,2090,651],{"class":368},[362,2092,372],{"class":368},[362,2094,12],{"class":637},[362,2096,372],{"class":368},[362,2098,38],{"class":368},[362,2100,372],{"class":368},[362,2102,477],{"class":385},[362,2104,372],{"class":368},[362,2106,391],{"class":368},[362,2108,372],{"class":368},[362,2110,672],{"class":637},[362,2112,372],{"class":368},[362,2114,38],{"class":368},[362,2116,372],{"class":368},[362,2118,681],{"class":385},[362,2120,372],{"class":368},[362,2122,686],{"class":368},[362,2124,372],{"class":368},[362,2126,691],{"class":375},[362,2128,372],{"class":368},[362,2130,38],{"class":368},[362,2132,457],{"class":368},[362,2134,391],{"class":368},[362,2136,372],{"class":368},[362,2138,704],{"class":375},[362,2140,372],{"class":368},[362,2142,38],{"class":368},[362,2144,457],{"class":368},[362,2146,391],{"class":368},[362,2148,372],{"class":368},[362,2150,717],{"class":375},[362,2152,372],{"class":368},[362,2154,722],{"class":368},[362,2156,372],{"class":368},[362,2158,727],{"class":375},[362,2160,372],{"class":368},[362,2162,38],{"class":368},[362,2164,734],{"class":524},[362,2166,391],{"class":368},[362,2168,372],{"class":368},[362,2170,477],{"class":375},[362,2172,372],{"class":368},[362,2174,38],{"class":368},[362,2176,457],{"class":368},[362,2178,391],{"class":368},[362,2180,372],{"class":368},[362,2182,646],{"class":375},[362,2184,372],{"class":368},[362,2186,38],{"class":368},[362,2188,457],{"class":368},[362,2190,391],{"class":368},[362,2192,372],{"class":368},[362,2194,765],{"class":375},[362,2196,372],{"class":368},[362,2198,38],{"class":368},[362,2200,372],{"class":368},[362,2202,774],{"class":385},[362,2204,372],{"class":368},[362,2206,391],{"class":368},[362,2208,372],{"class":368},[362,2210,517],{"class":375},[362,2212,372],{"class":368},[362,2214,38],{"class":368},[362,2216,1836],{"class":524},[362,2218,391],{"class":368},[362,2220,372],{"class":368},[362,2222,532],{"class":375},[362,2224,372],{"class":368},[362,2226,38],{"class":368},[362,2228,1836],{"class":524},[362,2230,391],{"class":368},[362,2232,372],{"class":368},[362,2234,545],{"class":375},[362,2236,372],{"class":368},[362,2238,550],{"class":368},[362,2240,372],{"class":368},[362,2242,1859],{"class":385},[362,2244,372],{"class":368},[362,2246,560],{"class":368},[362,2248,372],{"class":368},[362,2250,376],{"class":375},[362,2252,372],{"class":368},[362,2254,38],{"class":368},[362,2256,372],{"class":368},[362,2258,1641],{"class":385},[362,2260,372],{"class":368},[362,2262,391],{"class":368},[362,2264,372],{"class":368},[362,2266,396],{"class":375},[362,2268,372],{"class":368},[362,2270,38],{"class":368},[362,2272,372],{"class":368},[362,2274,848],{"class":385},[362,2276,372],{"class":368},[362,2278,391],{"class":368},[362,2280,372],{"class":368},[362,2282,414],{"class":375},[362,2284,372],{"class":368},[362,2286,38],{"class":368},[362,2288,372],{"class":368},[362,2290,1321],{"class":385},[362,2292,372],{"class":368},[362,2294,391],{"class":368},[362,2296,372],{"class":368},[362,2298,504],{"class":375},[362,2300,372],{"class":368},[362,2302,38],{"class":368},[362,2304,372],{"class":368},[362,2306,2307],{"class":385},"Errors",[362,2309,372],{"class":368},[362,2311,391],{"class":368},[362,2313,372],{"class":368},[362,2315,890],{"class":375},[362,2317,372],{"class":368},[362,2319,895],{"class":368},[362,2321,372],{"class":368},[362,2323,900],{"class":375},[362,2325,372],{"class":368},[362,2327,895],{"class":368},[362,2329,372],{"class":368},[362,2331,909],{"class":375},[362,2333,372],{"class":368},[362,2335,722],{"class":368},[362,2337,372],{"class":368},[362,2339,918],{"class":375},[362,2341,372],{"class":368},[362,2343,722],{"class":368},[362,2345,372],{"class":368},[362,2347,927],{"class":375},[362,2349,372],{"class":368},[362,2351,38],{"class":368},[362,2353,372],{"class":368},[362,2355,646],{"class":385},[362,2357,372],{"class":368},[362,2359,391],{"class":368},[362,2361,372],{"class":368},[362,2363,1772],{"class":375},[362,2365,372],{"class":368},[362,2367,38],{"class":368},[362,2369,372],{"class":368},[362,2371,1781],{"class":385},[362,2373,372],{"class":368},[362,2375,391],{"class":368},[362,2377,372],{"class":368},[362,2379,945],{"class":375},[362,2381,372],{"class":368},[362,2383,38],{"class":368},[362,2385,457],{"class":368},[362,2387,391],{"class":368},[362,2389,372],{"class":368},[362,2391,958],{"class":375},[362,2393,372],{"class":368},[362,2395,38],{"class":368},[362,2397,372],{"class":368},[362,2399,967],{"class":385},[362,2401,372],{"class":368},[362,2403,391],{"class":368},[362,2405,372],{"class":368},[362,2407,517],{"class":375},[362,2409,372],{"class":368},[362,2411,38],{"class":368},[362,2413,2414],{"class":524},"730",[362,2416,391],{"class":368},[362,2418,372],{"class":368},[362,2420,532],{"class":375},[362,2422,372],{"class":368},[362,2424,38],{"class":368},[362,2426,1616],{"class":524},[362,2428,391],{"class":368},[362,2430,372],{"class":368},[362,2432,545],{"class":375},[362,2434,372],{"class":368},[362,2436,1005],{"class":368},[362,2438,372],{"class":368},[362,2440,376],{"class":375},[362,2442,372],{"class":368},[362,2444,38],{"class":368},[362,2446,372],{"class":368},[362,2448,1650],{"class":385},[362,2450,372],{"class":368},[362,2452,391],{"class":368},[362,2454,372],{"class":368},[362,2456,396],{"class":375},[362,2458,372],{"class":368},[362,2460,38],{"class":368},[362,2462,372],{"class":368},[362,2464,848],{"class":385},[362,2466,372],{"class":368},[362,2468,391],{"class":368},[362,2470,372],{"class":368},[362,2472,414],{"class":375},[362,2474,372],{"class":368},[362,2476,38],{"class":368},[362,2478,372],{"class":368},[362,2480,1321],{"class":385},[362,2482,372],{"class":368},[362,2484,391],{"class":368},[362,2486,372],{"class":368},[362,2488,504],{"class":375},[362,2490,372],{"class":368},[362,2492,38],{"class":368},[362,2494,372],{"class":368},[362,2496,2497],{"class":385},"Raw Respons",[362,2499,372],{"class":368},[362,2501,391],{"class":368},[362,2503,372],{"class":368},[362,2505,890],{"class":375},[362,2507,372],{"class":368},[362,2509,895],{"class":368},[362,2511,372],{"class":368},[362,2513,900],{"class":375},[362,2515,372],{"class":368},[362,2517,895],{"class":368},[362,2519,372],{"class":368},[362,2521,909],{"class":375},[362,2523,372],{"class":368},[362,2525,722],{"class":368},[362,2527,372],{"class":368},[362,2529,918],{"class":375},[362,2531,372],{"class":368},[362,2533,722],{"class":368},[362,2535,372],{"class":368},[362,2537,927],{"class":375},[362,2539,372],{"class":368},[362,2541,38],{"class":368},[362,2543,372],{"class":368},[362,2545,646],{"class":385},[362,2547,372],{"class":368},[362,2549,391],{"class":368},[362,2551,372],{"class":368},[362,2553,1772],{"class":375},[362,2555,372],{"class":368},[362,2557,38],{"class":368},[362,2559,372],{"class":368},[362,2561,1781],{"class":385},[362,2563,372],{"class":368},[362,2565,391],{"class":368},[362,2567,372],{"class":368},[362,2569,945],{"class":375},[362,2571,372],{"class":368},[362,2573,38],{"class":368},[362,2575,457],{"class":368},[362,2577,391],{"class":368},[362,2579,372],{"class":368},[362,2581,958],{"class":375},[362,2583,372],{"class":368},[362,2585,38],{"class":368},[362,2587,372],{"class":368},[362,2589,967],{"class":385},[362,2591,372],{"class":368},[362,2593,391],{"class":368},[362,2595,372],{"class":368},[362,2597,517],{"class":375},[362,2599,372],{"class":368},[362,2601,38],{"class":368},[362,2603,2604],{"class":524},"760",[362,2606,391],{"class":368},[362,2608,372],{"class":368},[362,2610,532],{"class":375},[362,2612,372],{"class":368},[362,2614,38],{"class":368},[362,2616,789],{"class":524},[362,2618,391],{"class":368},[362,2620,372],{"class":368},[362,2622,545],{"class":375},[362,2624,372],{"class":368},[362,2626,1005],{"class":368},[362,2628,372],{"class":368},[362,2630,376],{"class":375},[362,2632,372],{"class":368},[362,2634,38],{"class":368},[362,2636,372],{"class":368},[362,2638,1338],{"class":385},[362,2640,372],{"class":368},[362,2642,391],{"class":368},[362,2644,372],{"class":368},[362,2646,396],{"class":375},[362,2648,372],{"class":368},[362,2650,38],{"class":368},[362,2652,372],{"class":368},[362,2654,1034],{"class":385},[362,2656,372],{"class":368},[362,2658,391],{"class":368},[362,2660,372],{"class":368},[362,2662,432],{"class":375},[362,2664,372],{"class":368},[362,2666,38],{"class":368},[362,2668,372],{"class":368},[362,2670,241],{"class":385},[362,2672,372],{"class":368},[362,2674,391],{"class":368},[362,2676,372],{"class":368},[362,2678,1055],{"class":375},[362,2680,372],{"class":368},[362,2682,38],{"class":368},[362,2684,372],{"class":368},[362,2686,247],{"class":385},[362,2688,372],{"class":368},[362,2690,391],{"class":368},[362,2692,372],{"class":368},[362,2694,1072],{"class":375},[362,2696,372],{"class":368},[362,2698,38],{"class":368},[362,2700,372],{"class":368},[362,2702,247],{"class":385},[362,2704,372],{"class":368},[362,2706,391],{"class":368},[362,2708,372],{"class":368},[362,2710,1089],{"class":375},[362,2712,372],{"class":368},[362,2714,895],{"class":368},[362,2716,372],{"class":368},[362,2718,1098],{"class":375},[362,2720,372],{"class":368},[362,2722,722],{"class":368},[362,2724,372],{"class":368},[362,2726,1107],{"class":375},[362,2728,372],{"class":368},[362,2730,722],{"class":368},[362,2732,372],{"class":368},[362,2734,1116],{"class":375},[362,2736,372],{"class":368},[362,2738,38],{"class":368},[362,2740,457],{"class":368},[362,2742,391],{"class":368},[362,2744,372],{"class":368},[362,2746,1129],{"class":375},[362,2748,372],{"class":368},[362,2750,38],{"class":368},[362,2752,457],{"class":368},[362,2754,1138],{"class":368},[159,2756,2758],{"id":2757},"reading-multiple-tags","Reading Multiple Tags",[12,2760,2761],{},"Batch reading improves performance when you need multiple data points from your equipment",[164,2763,2764],{},[43,2765,221,2766,1208,2768,2770],{},[18,2767,224],{},[18,2769,1211],{}," to \"READ MULTIPLE\".",[12,2772,2773,2777,2779],{},[281,2774],{"alt":2775,"dataZoomable":284,"src":2776},"Screenshot showing OPC UA Client node with \"READ MULTIPLE\" action selected","\u002Fblog\u002F2025\u002F07\u002Fimages\u002Fread-multiple.png",[1189,2778],{},[287,2780,2775],{},[164,2782,2784,2787,2792,2797,2800,2803,2811,2814,2817,2824],{"start":2783},2,[43,2785,2786],{},"Select the endpoint configuration.",[43,2788,1162,2789,2791],{},[18,2790,1165],{}," node for each tag you want to read.",[43,2793,1162,2794,2796],{},[18,2795,305],{}," node for each Item node to trigger it.",[43,2798,2799],{},"Connect each Inject node to its corresponding Item node.",[43,2801,2802],{},"Wire all Item nodes into the OPC UA Client node.",[43,2804,2805,2806,2808,2809,1203],{},"Add a ",[18,2807,311],{}," node to the top output of the ",[18,2810,200],{},[43,2812,2813],{},"Deploy the flow.",[43,2815,2816],{},"Click each Inject node once, the client node will store the tag definitions.",[43,2818,2819,2820,2823],{},"Send a message with ",[187,2821,2822],{},"msg.topic = \"readmultiple\""," to trigger the actual read.",[43,2825,2826,2827,172],{},"To clear stored items, send ",[187,2828,2829],{},"msg.topic = \"clearitems\"",[12,2831,2832],{},"You now have a flexible setup for reading multiple values from your PLC on demand.",[350,2834,2835],{":height":352},[354,2836,2838],{"className":356,"code":2837,"language":358,"meta":284,"style":284},"[{\"id\":\"6f5e2b1cbce15025\",\"type\":\"OpcUa-Client\",\"z\":\"ead97ed756a13a15\",\"endpoint\":\"\",\"action\":\"readmultiple\",\"deadbandtype\":\"a\",\"deadbandvalue\":1,\"time\":10,\"timeUnit\":\"s\",\"certificate\":\"n\",\"localfile\":\"\",\"localkeyfile\":\"\",\"useTransport\":false,\"maxChunkCount\":\"\",\"maxMessageSize\":\"\",\"receiveBufferSize\":\"\",\"sendBufferSize\":\"\",\"setstatusandtime\":false,\"keepsessionalive\":false,\"name\":\"\",\"x\":580,\"y\":500,\"wires\":[[\"28b575f06bbbe7a7\"],[\"139d346aab204f2f\"],[\"3497d5566fb78f5f\"]]},{\"id\":\"4daa958d34c648c5\",\"type\":\"OpcUa-Item\",\"z\":\"ead97ed756a13a15\",\"item\":\"ns=5;s=Counter1\",\"datatype\":\"Int32\",\"value\":\"\",\"name\":\"\",\"x\":380,\"y\":480,\"wires\":[[\"6f5e2b1cbce15025\"]]},{\"id\":\"baa2733ca1fcb69d\",\"type\":\"inject\",\"z\":\"ead97ed756a13a15\",\"name\":\"Add item\",\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"str\",\"x\":200,\"y\":480,\"wires\":[[\"4daa958d34c648c5\"]]},{\"id\":\"dfd96a4dfe6330af\",\"type\":\"OpcUa-Item\",\"z\":\"ead97ed756a13a15\",\"item\":\"ns=5;s=Random1\",\"datatype\":\"Double\",\"value\":\"\",\"name\":\"\",\"x\":380,\"y\":520,\"wires\":[[\"6f5e2b1cbce15025\"]]},{\"id\":\"b8d5e40a98b1fb9f\",\"type\":\"inject\",\"z\":\"ead97ed756a13a15\",\"name\":\"Add item\",\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"str\",\"x\":200,\"y\":520,\"wires\":[[\"dfd96a4dfe6330af\"]]},{\"id\":\"3f63c46f499c3bca\",\"type\":\"inject\",\"z\":\"ead97ed756a13a15\",\"name\":\"Read multiple items\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"readmultiple\",\"payload\":\"\",\"payloadType\":\"str\",\"x\":370,\"y\":440,\"wires\":[[\"6f5e2b1cbce15025\"]]},{\"id\":\"75c7927996cf44c2\",\"type\":\"inject\",\"z\":\"ead97ed756a13a15\",\"name\":\"Clear nodeId array\",\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"clearitems\",\"payload\":\"\",\"payloadType\":\"str\",\"x\":370,\"y\":560,\"wires\":[[\"6f5e2b1cbce15025\"]]},{\"id\":\"28b575f06bbbe7a7\",\"type\":\"debug\",\"z\":\"ead97ed756a13a15\",\"name\":\"Tag Value\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":760,\"y\":460,\"wires\":[]},{\"id\":\"139d346aab204f2f\",\"type\":\"debug\",\"z\":\"ead97ed756a13a15\",\"name\":\"Errors\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":750,\"y\":500,\"wires\":[]},{\"id\":\"3497d5566fb78f5f\",\"type\":\"debug\",\"z\":\"ead97ed756a13a15\",\"name\":\"Raw Response\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":780,\"y\":540,\"wires\":[]}]\n",[187,2839,2840],{"__ignoreMap":284},[362,2841,2842,2844,2846,2848,2850,2852,2854,2857,2859,2861,2863,2865,2867,2869,2871,2873,2875,2877,2879,2881,2883,2885,2887,2889,2891,2893,2895,2897,2899,2901,2903,2905,2907,2909,2911,2913,2915,2918,2920,2922,2924,2926,2928,2930,2932,2934,2936,2938,2940,2942,2944,2946,2948,2950,2952,2954,2956,2958,2960,2962,2964,2966,2968,2970,2972,2974,2976,2978,2980,2982,2984,2986,2988,2990,2992,2994,2996,2998,3000,3002,3004,3006,3008,3010,3012,3014,3016,3018,3020,3022,3024,3026,3028,3030,3032,3034,3036,3038,3040,3042,3044,3046,3048,3050,3052,3054,3056,3058,3060,3062,3064,3066,3068,3070,3072,3074,3076,3078,3080,3082,3084,3086,3088,3090,3092,3094,3096,3098,3100,3102,3104,3106,3108,3110,3112,3114,3116,3118,3120,3122,3125,3127,3129,3131,3133,3135,3137,3140,3142,3144,3146,3149,3151,3153,3155,3158,3160,3162,3164,3166,3168,3170,3172,3175,3177,3179,3181,3183,3185,3187,3189,3191,3193,3195,3197,3199,3201,3203,3205,3207,3209,3211,3213,3215,3217,3219,3221,3224,3226,3228,3230,3232,3234,3236,3238,3241,3243,3245,3247,3249,3251,3253,3255,3257,3259,3261,3263,3265,3267,3269,3271,3273,3275,3277,3280,3282,3284,3286,3288,3290,3293,3295,3297,3299,3301,3303,3305,3307,3309,3311,3313,3315,3317,3319,3321,3324,3326,3328,3330,3332,3334,3336,3338,3340,3342,3344,3346,3348,3350,3352,3354,3356,3358,3360,3362,3364,3366,3368,3370,3373,3375,3377,3379,3381,3383,3385,3387,3389,3391,3393,3395,3397,3399,3401,3403,3405,3407,3409,3411,3413,3415,3417,3419,3421,3423,3425,3427,3429,3431,3433,3435,3437,3439,3441,3443,3445,3447,3449,3451,3453,3455,3457,3459,3461,3463,3465,3467,3469,3471,3473,3475,3477,3479,3481,3483,3485,3487,3489,3491,3493,3495,3497,3499,3501,3503,3505,3507,3509,3511,3514,3516,3518,3520,3522,3524,3526,3528,3530,3532,3534,3536,3538,3540,3542,3544,3546,3548,3550,3552,3554,3556,3558,3560,3563,3565,3567,3569,3571,3573,3575,3577,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,3631,3633,3635,3637,3639,3641,3643,3645,3647,3649,3651,3653,3655,3657,3659,3662,3664,3666,3668,3670,3672,3674,3676,3678,3680,3682,3684,3686,3688,3690,3692,3694,3696,3698,3700,3702,3704,3706,3708,3710,3712,3714,3716,3718,3720,3722,3724,3726,3728,3730,3732,3734,3736,3738,3740,3742,3744,3746,3748,3750,3752,3754,3756,3758,3760,3762,3764,3766,3768,3770,3772,3774,3776,3778,3780,3782,3784,3786,3788,3790,3792,3794,3796,3798,3800,3802,3804,3806,3808,3810,3812,3814,3816,3818,3820,3822,3824,3826,3828,3830,3832,3834,3836,3838,3840,3842,3844,3846,3848,3851,3853,3855,3857,3859,3861,3863,3865,3867,3869,3871,3873,3875,3877,3879,3881,3883,3885,3887,3889,3891,3893,3895,3897,3900,3902,3904,3906,3908,3910,3912,3914,3916,3918,3920,3922,3924,3926,3928,3930,3932,3934,3936,3938,3940,3942,3944,3946,3948,3950,3952,3954,3956,3958,3960,3962,3964,3966,3968,3970,3972,3974,3976,3978,3980,3982,3984,3986,3988,3990,3992,3994,3996,3998,4000,4002,4004,4006,4008,4010,4012,4014,4016,4018,4020,4022,4024,4026,4028,4030,4032,4034,4036,4038,4040,4042,4044,4046,4048,4050,4052,4054,4056,4058,4060,4062,4064,4066,4068,4071,4073,4075,4077,4079,4081,4083,4085,4087,4089,4091,4093,4095,4097,4099,4102,4104,4106,4108,4110,4112,4114,4116,4118,4120,4122,4124,4126,4128,4130,4132,4134,4136,4138,4140,4142,4144,4146,4148,4151,4153,4155,4157,4159,4161,4163,4165,4167,4169,4171,4173,4175,4177,4179,4181,4183,4185,4187,4189,4191,4193,4195,4197,4199,4201,4203,4205,4207,4209,4212,4214,4216,4218,4220,4222,4224,4226,4228,4230,4232,4234,4236,4238,4240,4242,4244,4246,4248,4250,4252,4254,4256,4258,4260,4262,4264,4267,4269,4271,4273,4275,4277,4279,4281,4283,4285,4287,4289,4291,4293,4295,4297,4299,4301,4303,4305,4307,4309,4311,4313,4315,4317,4319,4321,4323,4325,4327,4329,4331,4333,4335,4337,4339,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,4457,4459,4461,4464,4466,4468,4470,4472,4474,4476,4478,4480,4482,4484,4486,4488,4490,4492,4494,4496,4498,4500,4502,4504,4506,4508,4510,4512,4514,4516,4518,4520,4522,4524,4526,4528,4530,4532,4534,4536,4538,4540,4542,4544,4546,4548,4550,4552,4554,4556,4558,4560,4562,4564,4566,4568,4570,4572,4574,4576,4578,4580,4582,4584,4586,4588,4590,4592,4594,4596,4598,4600,4602,4604,4606,4608,4610,4612,4614,4616,4618,4620,4622,4624,4626,4628,4630,4632,4634,4636,4638,4641,4643,4645,4647,4649,4651,4653,4655,4657,4659,4661,4663,4665,4667,4669,4671,4673,4675,4677,4679,4681,4683,4685,4687,4689,4691,4693,4695,4697,4699,4701,4703,4705,4707,4709,4711,4713,4715,4717,4719,4721,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,4831,4833,4835,4837,4839,4841,4844,4846,4848,4850,4852],{"class":364,"line":365},[362,2843,369],{"class":368},[362,2845,372],{"class":368},[362,2847,376],{"class":375},[362,2849,372],{"class":368},[362,2851,38],{"class":368},[362,2853,372],{"class":368},[362,2855,2856],{"class":385},"6f5e2b1cbce15025",[362,2858,372],{"class":368},[362,2860,391],{"class":368},[362,2862,372],{"class":368},[362,2864,396],{"class":375},[362,2866,372],{"class":368},[362,2868,38],{"class":368},[362,2870,372],{"class":368},[362,2872,1304],{"class":385},[362,2874,372],{"class":368},[362,2876,391],{"class":368},[362,2878,372],{"class":368},[362,2880,414],{"class":375},[362,2882,372],{"class":368},[362,2884,38],{"class":368},[362,2886,372],{"class":368},[362,2888,1321],{"class":385},[362,2890,372],{"class":368},[362,2892,391],{"class":368},[362,2894,372],{"class":368},[362,2896,432],{"class":375},[362,2898,372],{"class":368},[362,2900,38],{"class":368},[362,2902,457],{"class":368},[362,2904,391],{"class":368},[362,2906,372],{"class":368},[362,2908,1347],{"class":375},[362,2910,372],{"class":368},[362,2912,38],{"class":368},[362,2914,372],{"class":368},[362,2916,2917],{"class":385},"readmultiple",[362,2919,372],{"class":368},[362,2921,391],{"class":368},[362,2923,372],{"class":368},[362,2925,1364],{"class":375},[362,2927,372],{"class":368},[362,2929,38],{"class":368},[362,2931,372],{"class":368},[362,2933,145],{"class":385},[362,2935,372],{"class":368},[362,2937,391],{"class":368},[362,2939,372],{"class":368},[362,2941,1381],{"class":375},[362,2943,372],{"class":368},[362,2945,38],{"class":368},[362,2947,1388],{"class":524},[362,2949,391],{"class":368},[362,2951,372],{"class":368},[362,2953,1395],{"class":375},[362,2955,372],{"class":368},[362,2957,38],{"class":368},[362,2959,1402],{"class":524},[362,2961,391],{"class":368},[362,2963,372],{"class":368},[362,2965,1409],{"class":375},[362,2967,372],{"class":368},[362,2969,38],{"class":368},[362,2971,372],{"class":368},[362,2973,1418],{"class":385},[362,2975,372],{"class":368},[362,2977,391],{"class":368},[362,2979,372],{"class":368},[362,2981,1427],{"class":375},[362,2983,372],{"class":368},[362,2985,38],{"class":368},[362,2987,372],{"class":368},[362,2989,1436],{"class":385},[362,2991,372],{"class":368},[362,2993,391],{"class":368},[362,2995,372],{"class":368},[362,2997,1445],{"class":375},[362,2999,372],{"class":368},[362,3001,38],{"class":368},[362,3003,457],{"class":368},[362,3005,391],{"class":368},[362,3007,372],{"class":368},[362,3009,1458],{"class":375},[362,3011,372],{"class":368},[362,3013,38],{"class":368},[362,3015,457],{"class":368},[362,3017,391],{"class":368},[362,3019,372],{"class":368},[362,3021,1505],{"class":375},[362,3023,372],{"class":368},[362,3025,722],{"class":368},[362,3027,372],{"class":368},[362,3029,1514],{"class":375},[362,3031,372],{"class":368},[362,3033,38],{"class":368},[362,3035,457],{"class":368},[362,3037,391],{"class":368},[362,3039,372],{"class":368},[362,3041,1527],{"class":375},[362,3043,372],{"class":368},[362,3045,38],{"class":368},[362,3047,457],{"class":368},[362,3049,391],{"class":368},[362,3051,372],{"class":368},[362,3053,1541],{"class":375},[362,3055,372],{"class":368},[362,3057,38],{"class":368},[362,3059,457],{"class":368},[362,3061,391],{"class":368},[362,3063,372],{"class":368},[362,3065,1554],{"class":375},[362,3067,372],{"class":368},[362,3069,38],{"class":368},[362,3071,457],{"class":368},[362,3073,391],{"class":368},[362,3075,372],{"class":368},[362,3077,1567],{"class":375},[362,3079,372],{"class":368},[362,3081,722],{"class":368},[362,3083,372],{"class":368},[362,3085,1576],{"class":375},[362,3087,372],{"class":368},[362,3089,722],{"class":368},[362,3091,372],{"class":368},[362,3093,504],{"class":375},[362,3095,372],{"class":368},[362,3097,38],{"class":368},[362,3099,457],{"class":368},[362,3101,391],{"class":368},[362,3103,372],{"class":368},[362,3105,517],{"class":375},[362,3107,372],{"class":368},[362,3109,38],{"class":368},[362,3111,1603],{"class":524},[362,3113,391],{"class":368},[362,3115,372],{"class":368},[362,3117,532],{"class":375},[362,3119,372],{"class":368},[362,3121,38],{"class":368},[362,3123,3124],{"class":524},"500",[362,3126,391],{"class":368},[362,3128,372],{"class":368},[362,3130,545],{"class":375},[362,3132,372],{"class":368},[362,3134,550],{"class":368},[362,3136,372],{"class":368},[362,3138,3139],{"class":385},"28b575f06bbbe7a7",[362,3141,372],{"class":368},[362,3143,1636],{"class":368},[362,3145,372],{"class":368},[362,3147,3148],{"class":385},"139d346aab204f2f",[362,3150,372],{"class":368},[362,3152,1636],{"class":368},[362,3154,372],{"class":368},[362,3156,3157],{"class":385},"3497d5566fb78f5f",[362,3159,372],{"class":368},[362,3161,560],{"class":368},[362,3163,372],{"class":368},[362,3165,376],{"class":375},[362,3167,372],{"class":368},[362,3169,38],{"class":368},[362,3171,372],{"class":368},[362,3173,3174],{"class":385},"4daa958d34c648c5",[362,3176,372],{"class":368},[362,3178,391],{"class":368},[362,3180,372],{"class":368},[362,3182,396],{"class":375},[362,3184,372],{"class":368},[362,3186,38],{"class":368},[362,3188,372],{"class":368},[362,3190,1876],{"class":385},[362,3192,372],{"class":368},[362,3194,391],{"class":368},[362,3196,372],{"class":368},[362,3198,414],{"class":375},[362,3200,372],{"class":368},[362,3202,38],{"class":368},[362,3204,372],{"class":368},[362,3206,1321],{"class":385},[362,3208,372],{"class":368},[362,3210,391],{"class":368},[362,3212,372],{"class":368},[362,3214,450],{"class":375},[362,3216,372],{"class":368},[362,3218,38],{"class":368},[362,3220,372],{"class":368},[362,3222,3223],{"class":385},"ns=5;s=Counter1",[362,3225,372],{"class":368},[362,3227,391],{"class":368},[362,3229,372],{"class":368},[362,3231,464],{"class":375},[362,3233,372],{"class":368},[362,3235,38],{"class":368},[362,3237,372],{"class":368},[362,3239,3240],{"class":385},"Int32",[362,3242,372],{"class":368},[362,3244,391],{"class":368},[362,3246,372],{"class":368},[362,3248,1934],{"class":375},[362,3250,372],{"class":368},[362,3252,38],{"class":368},[362,3254,457],{"class":368},[362,3256,391],{"class":368},[362,3258,372],{"class":368},[362,3260,504],{"class":375},[362,3262,372],{"class":368},[362,3264,38],{"class":368},[362,3266,457],{"class":368},[362,3268,391],{"class":368},[362,3270,372],{"class":368},[362,3272,517],{"class":375},[362,3274,372],{"class":368},[362,3276,38],{"class":368},[362,3278,3279],{"class":524},"380",[362,3281,391],{"class":368},[362,3283,372],{"class":368},[362,3285,532],{"class":375},[362,3287,372],{"class":368},[362,3289,38],{"class":368},[362,3291,3292],{"class":524},"480",[362,3294,391],{"class":368},[362,3296,372],{"class":368},[362,3298,545],{"class":375},[362,3300,372],{"class":368},[362,3302,550],{"class":368},[362,3304,372],{"class":368},[362,3306,2856],{"class":385},[362,3308,372],{"class":368},[362,3310,560],{"class":368},[362,3312,372],{"class":368},[362,3314,376],{"class":375},[362,3316,372],{"class":368},[362,3318,38],{"class":368},[362,3320,372],{"class":368},[362,3322,3323],{"class":385},"baa2733ca1fcb69d",[362,3325,372],{"class":368},[362,3327,391],{"class":368},[362,3329,372],{"class":368},[362,3331,396],{"class":375},[362,3333,372],{"class":368},[362,3335,38],{"class":368},[362,3337,372],{"class":368},[362,3339,590],{"class":385},[362,3341,372],{"class":368},[362,3343,391],{"class":368},[362,3345,372],{"class":368},[362,3347,414],{"class":375},[362,3349,372],{"class":368},[362,3351,38],{"class":368},[362,3353,372],{"class":368},[362,3355,1321],{"class":385},[362,3357,372],{"class":368},[362,3359,391],{"class":368},[362,3361,372],{"class":368},[362,3363,504],{"class":375},[362,3365,372],{"class":368},[362,3367,38],{"class":368},[362,3369,372],{"class":368},[362,3371,3372],{"class":385},"Add item",[362,3374,372],{"class":368},[362,3376,391],{"class":368},[362,3378,372],{"class":368},[362,3380,691],{"class":375},[362,3382,372],{"class":368},[362,3384,38],{"class":368},[362,3386,457],{"class":368},[362,3388,391],{"class":368},[362,3390,372],{"class":368},[362,3392,704],{"class":375},[362,3394,372],{"class":368},[362,3396,38],{"class":368},[362,3398,457],{"class":368},[362,3400,391],{"class":368},[362,3402,372],{"class":368},[362,3404,717],{"class":375},[362,3406,372],{"class":368},[362,3408,722],{"class":368},[362,3410,372],{"class":368},[362,3412,727],{"class":375},[362,3414,372],{"class":368},[362,3416,38],{"class":368},[362,3418,734],{"class":524},[362,3420,391],{"class":368},[362,3422,372],{"class":368},[362,3424,477],{"class":375},[362,3426,372],{"class":368},[362,3428,38],{"class":368},[362,3430,457],{"class":368},[362,3432,391],{"class":368},[362,3434,372],{"class":368},[362,3436,646],{"class":375},[362,3438,372],{"class":368},[362,3440,38],{"class":368},[362,3442,457],{"class":368},[362,3444,391],{"class":368},[362,3446,372],{"class":368},[362,3448,765],{"class":375},[362,3450,372],{"class":368},[362,3452,38],{"class":368},[362,3454,372],{"class":368},[362,3456,681],{"class":385},[362,3458,372],{"class":368},[362,3460,391],{"class":368},[362,3462,372],{"class":368},[362,3464,517],{"class":375},[362,3466,372],{"class":368},[362,3468,38],{"class":368},[362,3470,1836],{"class":524},[362,3472,391],{"class":368},[362,3474,372],{"class":368},[362,3476,532],{"class":375},[362,3478,372],{"class":368},[362,3480,38],{"class":368},[362,3482,3292],{"class":524},[362,3484,391],{"class":368},[362,3486,372],{"class":368},[362,3488,545],{"class":375},[362,3490,372],{"class":368},[362,3492,550],{"class":368},[362,3494,372],{"class":368},[362,3496,3174],{"class":385},[362,3498,372],{"class":368},[362,3500,560],{"class":368},[362,3502,372],{"class":368},[362,3504,376],{"class":375},[362,3506,372],{"class":368},[362,3508,38],{"class":368},[362,3510,372],{"class":368},[362,3512,3513],{"class":385},"dfd96a4dfe6330af",[362,3515,372],{"class":368},[362,3517,391],{"class":368},[362,3519,372],{"class":368},[362,3521,396],{"class":375},[362,3523,372],{"class":368},[362,3525,38],{"class":368},[362,3527,372],{"class":368},[362,3529,1876],{"class":385},[362,3531,372],{"class":368},[362,3533,391],{"class":368},[362,3535,372],{"class":368},[362,3537,414],{"class":375},[362,3539,372],{"class":368},[362,3541,38],{"class":368},[362,3543,372],{"class":368},[362,3545,1321],{"class":385},[362,3547,372],{"class":368},[362,3549,391],{"class":368},[362,3551,372],{"class":368},[362,3553,450],{"class":375},[362,3555,372],{"class":368},[362,3557,38],{"class":368},[362,3559,372],{"class":368},[362,3561,3562],{"class":385},"ns=5;s=Random1",[362,3564,372],{"class":368},[362,3566,391],{"class":368},[362,3568,372],{"class":368},[362,3570,464],{"class":375},[362,3572,372],{"class":368},[362,3574,38],{"class":368},[362,3576,372],{"class":368},[362,3578,3579],{"class":385},"Double",[362,3581,372],{"class":368},[362,3583,391],{"class":368},[362,3585,372],{"class":368},[362,3587,1934],{"class":375},[362,3589,372],{"class":368},[362,3591,38],{"class":368},[362,3593,457],{"class":368},[362,3595,391],{"class":368},[362,3597,372],{"class":368},[362,3599,504],{"class":375},[362,3601,372],{"class":368},[362,3603,38],{"class":368},[362,3605,457],{"class":368},[362,3607,391],{"class":368},[362,3609,372],{"class":368},[362,3611,517],{"class":375},[362,3613,372],{"class":368},[362,3615,38],{"class":368},[362,3617,3279],{"class":524},[362,3619,391],{"class":368},[362,3621,372],{"class":368},[362,3623,532],{"class":375},[362,3625,372],{"class":368},[362,3627,38],{"class":368},[362,3629,3630],{"class":524},"520",[362,3632,391],{"class":368},[362,3634,372],{"class":368},[362,3636,545],{"class":375},[362,3638,372],{"class":368},[362,3640,550],{"class":368},[362,3642,372],{"class":368},[362,3644,2856],{"class":385},[362,3646,372],{"class":368},[362,3648,560],{"class":368},[362,3650,372],{"class":368},[362,3652,376],{"class":375},[362,3654,372],{"class":368},[362,3656,38],{"class":368},[362,3658,372],{"class":368},[362,3660,3661],{"class":385},"b8d5e40a98b1fb9f",[362,3663,372],{"class":368},[362,3665,391],{"class":368},[362,3667,372],{"class":368},[362,3669,396],{"class":375},[362,3671,372],{"class":368},[362,3673,38],{"class":368},[362,3675,372],{"class":368},[362,3677,590],{"class":385},[362,3679,372],{"class":368},[362,3681,391],{"class":368},[362,3683,372],{"class":368},[362,3685,414],{"class":375},[362,3687,372],{"class":368},[362,3689,38],{"class":368},[362,3691,372],{"class":368},[362,3693,1321],{"class":385},[362,3695,372],{"class":368},[362,3697,391],{"class":368},[362,3699,372],{"class":368},[362,3701,504],{"class":375},[362,3703,372],{"class":368},[362,3705,38],{"class":368},[362,3707,372],{"class":368},[362,3709,3372],{"class":385},[362,3711,372],{"class":368},[362,3713,391],{"class":368},[362,3715,372],{"class":368},[362,3717,691],{"class":375},[362,3719,372],{"class":368},[362,3721,38],{"class":368},[362,3723,457],{"class":368},[362,3725,391],{"class":368},[362,3727,372],{"class":368},[362,3729,704],{"class":375},[362,3731,372],{"class":368},[362,3733,38],{"class":368},[362,3735,457],{"class":368},[362,3737,391],{"class":368},[362,3739,372],{"class":368},[362,3741,717],{"class":375},[362,3743,372],{"class":368},[362,3745,722],{"class":368},[362,3747,372],{"class":368},[362,3749,727],{"class":375},[362,3751,372],{"class":368},[362,3753,38],{"class":368},[362,3755,734],{"class":524},[362,3757,391],{"class":368},[362,3759,372],{"class":368},[362,3761,477],{"class":375},[362,3763,372],{"class":368},[362,3765,38],{"class":368},[362,3767,457],{"class":368},[362,3769,391],{"class":368},[362,3771,372],{"class":368},[362,3773,646],{"class":375},[362,3775,372],{"class":368},[362,3777,38],{"class":368},[362,3779,457],{"class":368},[362,3781,391],{"class":368},[362,3783,372],{"class":368},[362,3785,765],{"class":375},[362,3787,372],{"class":368},[362,3789,38],{"class":368},[362,3791,372],{"class":368},[362,3793,681],{"class":385},[362,3795,372],{"class":368},[362,3797,391],{"class":368},[362,3799,372],{"class":368},[362,3801,517],{"class":375},[362,3803,372],{"class":368},[362,3805,38],{"class":368},[362,3807,1836],{"class":524},[362,3809,391],{"class":368},[362,3811,372],{"class":368},[362,3813,532],{"class":375},[362,3815,372],{"class":368},[362,3817,38],{"class":368},[362,3819,3630],{"class":524},[362,3821,391],{"class":368},[362,3823,372],{"class":368},[362,3825,545],{"class":375},[362,3827,372],{"class":368},[362,3829,550],{"class":368},[362,3831,372],{"class":368},[362,3833,3513],{"class":385},[362,3835,372],{"class":368},[362,3837,560],{"class":368},[362,3839,372],{"class":368},[362,3841,376],{"class":375},[362,3843,372],{"class":368},[362,3845,38],{"class":368},[362,3847,372],{"class":368},[362,3849,3850],{"class":385},"3f63c46f499c3bca",[362,3852,372],{"class":368},[362,3854,391],{"class":368},[362,3856,372],{"class":368},[362,3858,396],{"class":375},[362,3860,372],{"class":368},[362,3862,38],{"class":368},[362,3864,372],{"class":368},[362,3866,590],{"class":385},[362,3868,372],{"class":368},[362,3870,391],{"class":368},[362,3872,372],{"class":368},[362,3874,414],{"class":375},[362,3876,372],{"class":368},[362,3878,38],{"class":368},[362,3880,372],{"class":368},[362,3882,1321],{"class":385},[362,3884,372],{"class":368},[362,3886,391],{"class":368},[362,3888,372],{"class":368},[362,3890,504],{"class":375},[362,3892,372],{"class":368},[362,3894,38],{"class":368},[362,3896,372],{"class":368},[362,3898,3899],{"class":385},"Read multiple items",[362,3901,372],{"class":368},[362,3903,391],{"class":368},[362,3905,372],{"class":368},[362,3907,627],{"class":375},[362,3909,372],{"class":368},[362,3911,632],{"class":368},[362,3913,372],{"class":368},[362,3915,12],{"class":637},[362,3917,372],{"class":368},[362,3919,38],{"class":368},[362,3921,372],{"class":368},[362,3923,646],{"class":385},[362,3925,372],{"class":368},[362,3927,651],{"class":368},[362,3929,372],{"class":368},[362,3931,12],{"class":637},[362,3933,372],{"class":368},[362,3935,38],{"class":368},[362,3937,372],{"class":368},[362,3939,477],{"class":385},[362,3941,372],{"class":368},[362,3943,391],{"class":368},[362,3945,372],{"class":368},[362,3947,672],{"class":637},[362,3949,372],{"class":368},[362,3951,38],{"class":368},[362,3953,372],{"class":368},[362,3955,681],{"class":385},[362,3957,372],{"class":368},[362,3959,686],{"class":368},[362,3961,372],{"class":368},[362,3963,691],{"class":375},[362,3965,372],{"class":368},[362,3967,38],{"class":368},[362,3969,457],{"class":368},[362,3971,391],{"class":368},[362,3973,372],{"class":368},[362,3975,704],{"class":375},[362,3977,372],{"class":368},[362,3979,38],{"class":368},[362,3981,457],{"class":368},[362,3983,391],{"class":368},[362,3985,372],{"class":368},[362,3987,717],{"class":375},[362,3989,372],{"class":368},[362,3991,722],{"class":368},[362,3993,372],{"class":368},[362,3995,727],{"class":375},[362,3997,372],{"class":368},[362,3999,38],{"class":368},[362,4001,734],{"class":524},[362,4003,391],{"class":368},[362,4005,372],{"class":368},[362,4007,477],{"class":375},[362,4009,372],{"class":368},[362,4011,38],{"class":368},[362,4013,372],{"class":368},[362,4015,2917],{"class":385},[362,4017,372],{"class":368},[362,4019,391],{"class":368},[362,4021,372],{"class":368},[362,4023,646],{"class":375},[362,4025,372],{"class":368},[362,4027,38],{"class":368},[362,4029,457],{"class":368},[362,4031,391],{"class":368},[362,4033,372],{"class":368},[362,4035,765],{"class":375},[362,4037,372],{"class":368},[362,4039,38],{"class":368},[362,4041,372],{"class":368},[362,4043,681],{"class":385},[362,4045,372],{"class":368},[362,4047,391],{"class":368},[362,4049,372],{"class":368},[362,4051,517],{"class":375},[362,4053,372],{"class":368},[362,4055,38],{"class":368},[362,4057,1970],{"class":524},[362,4059,391],{"class":368},[362,4061,372],{"class":368},[362,4063,532],{"class":375},[362,4065,372],{"class":368},[362,4067,38],{"class":368},[362,4069,4070],{"class":524},"440",[362,4072,391],{"class":368},[362,4074,372],{"class":368},[362,4076,545],{"class":375},[362,4078,372],{"class":368},[362,4080,550],{"class":368},[362,4082,372],{"class":368},[362,4084,2856],{"class":385},[362,4086,372],{"class":368},[362,4088,560],{"class":368},[362,4090,372],{"class":368},[362,4092,376],{"class":375},[362,4094,372],{"class":368},[362,4096,38],{"class":368},[362,4098,372],{"class":368},[362,4100,4101],{"class":385},"75c7927996cf44c2",[362,4103,372],{"class":368},[362,4105,391],{"class":368},[362,4107,372],{"class":368},[362,4109,396],{"class":375},[362,4111,372],{"class":368},[362,4113,38],{"class":368},[362,4115,372],{"class":368},[362,4117,590],{"class":385},[362,4119,372],{"class":368},[362,4121,391],{"class":368},[362,4123,372],{"class":368},[362,4125,414],{"class":375},[362,4127,372],{"class":368},[362,4129,38],{"class":368},[362,4131,372],{"class":368},[362,4133,1321],{"class":385},[362,4135,372],{"class":368},[362,4137,391],{"class":368},[362,4139,372],{"class":368},[362,4141,504],{"class":375},[362,4143,372],{"class":368},[362,4145,38],{"class":368},[362,4147,372],{"class":368},[362,4149,4150],{"class":385},"Clear nodeId array",[362,4152,372],{"class":368},[362,4154,391],{"class":368},[362,4156,372],{"class":368},[362,4158,691],{"class":375},[362,4160,372],{"class":368},[362,4162,38],{"class":368},[362,4164,457],{"class":368},[362,4166,391],{"class":368},[362,4168,372],{"class":368},[362,4170,704],{"class":375},[362,4172,372],{"class":368},[362,4174,38],{"class":368},[362,4176,457],{"class":368},[362,4178,391],{"class":368},[362,4180,372],{"class":368},[362,4182,717],{"class":375},[362,4184,372],{"class":368},[362,4186,722],{"class":368},[362,4188,372],{"class":368},[362,4190,727],{"class":375},[362,4192,372],{"class":368},[362,4194,38],{"class":368},[362,4196,734],{"class":524},[362,4198,391],{"class":368},[362,4200,372],{"class":368},[362,4202,477],{"class":375},[362,4204,372],{"class":368},[362,4206,38],{"class":368},[362,4208,372],{"class":368},[362,4210,4211],{"class":385},"clearitems",[362,4213,372],{"class":368},[362,4215,391],{"class":368},[362,4217,372],{"class":368},[362,4219,646],{"class":375},[362,4221,372],{"class":368},[362,4223,38],{"class":368},[362,4225,457],{"class":368},[362,4227,391],{"class":368},[362,4229,372],{"class":368},[362,4231,765],{"class":375},[362,4233,372],{"class":368},[362,4235,38],{"class":368},[362,4237,372],{"class":368},[362,4239,681],{"class":385},[362,4241,372],{"class":368},[362,4243,391],{"class":368},[362,4245,372],{"class":368},[362,4247,517],{"class":375},[362,4249,372],{"class":368},[362,4251,38],{"class":368},[362,4253,1970],{"class":524},[362,4255,391],{"class":368},[362,4257,372],{"class":368},[362,4259,532],{"class":375},[362,4261,372],{"class":368},[362,4263,38],{"class":368},[362,4265,4266],{"class":524},"560",[362,4268,391],{"class":368},[362,4270,372],{"class":368},[362,4272,545],{"class":375},[362,4274,372],{"class":368},[362,4276,550],{"class":368},[362,4278,372],{"class":368},[362,4280,2856],{"class":385},[362,4282,372],{"class":368},[362,4284,560],{"class":368},[362,4286,372],{"class":368},[362,4288,376],{"class":375},[362,4290,372],{"class":368},[362,4292,38],{"class":368},[362,4294,372],{"class":368},[362,4296,3139],{"class":385},[362,4298,372],{"class":368},[362,4300,391],{"class":368},[362,4302,372],{"class":368},[362,4304,396],{"class":375},[362,4306,372],{"class":368},[362,4308,38],{"class":368},[362,4310,372],{"class":368},[362,4312,848],{"class":385},[362,4314,372],{"class":368},[362,4316,391],{"class":368},[362,4318,372],{"class":368},[362,4320,414],{"class":375},[362,4322,372],{"class":368},[362,4324,38],{"class":368},[362,4326,372],{"class":368},[362,4328,1321],{"class":385},[362,4330,372],{"class":368},[362,4332,391],{"class":368},[362,4334,372],{"class":368},[362,4336,504],{"class":375},[362,4338,372],{"class":368},[362,4340,38],{"class":368},[362,4342,372],{"class":368},[362,4344,1715],{"class":385},[362,4346,372],{"class":368},[362,4348,391],{"class":368},[362,4350,372],{"class":368},[362,4352,890],{"class":375},[362,4354,372],{"class":368},[362,4356,895],{"class":368},[362,4358,372],{"class":368},[362,4360,900],{"class":375},[362,4362,372],{"class":368},[362,4364,895],{"class":368},[362,4366,372],{"class":368},[362,4368,909],{"class":375},[362,4370,372],{"class":368},[362,4372,722],{"class":368},[362,4374,372],{"class":368},[362,4376,918],{"class":375},[362,4378,372],{"class":368},[362,4380,722],{"class":368},[362,4382,372],{"class":368},[362,4384,927],{"class":375},[362,4386,372],{"class":368},[362,4388,38],{"class":368},[362,4390,372],{"class":368},[362,4392,646],{"class":385},[362,4394,372],{"class":368},[362,4396,391],{"class":368},[362,4398,372],{"class":368},[362,4400,1772],{"class":375},[362,4402,372],{"class":368},[362,4404,38],{"class":368},[362,4406,372],{"class":368},[362,4408,1781],{"class":385},[362,4410,372],{"class":368},[362,4412,391],{"class":368},[362,4414,372],{"class":368},[362,4416,945],{"class":375},[362,4418,372],{"class":368},[362,4420,38],{"class":368},[362,4422,457],{"class":368},[362,4424,391],{"class":368},[362,4426,372],{"class":368},[362,4428,958],{"class":375},[362,4430,372],{"class":368},[362,4432,38],{"class":368},[362,4434,372],{"class":368},[362,4436,967],{"class":385},[362,4438,372],{"class":368},[362,4440,391],{"class":368},[362,4442,372],{"class":368},[362,4444,517],{"class":375},[362,4446,372],{"class":368},[362,4448,38],{"class":368},[362,4450,2604],{"class":524},[362,4452,391],{"class":368},[362,4454,372],{"class":368},[362,4456,532],{"class":375},[362,4458,372],{"class":368},[362,4460,38],{"class":368},[362,4462,4463],{"class":524},"460",[362,4465,391],{"class":368},[362,4467,372],{"class":368},[362,4469,545],{"class":375},[362,4471,372],{"class":368},[362,4473,1005],{"class":368},[362,4475,372],{"class":368},[362,4477,376],{"class":375},[362,4479,372],{"class":368},[362,4481,38],{"class":368},[362,4483,372],{"class":368},[362,4485,3148],{"class":385},[362,4487,372],{"class":368},[362,4489,391],{"class":368},[362,4491,372],{"class":368},[362,4493,396],{"class":375},[362,4495,372],{"class":368},[362,4497,38],{"class":368},[362,4499,372],{"class":368},[362,4501,848],{"class":385},[362,4503,372],{"class":368},[362,4505,391],{"class":368},[362,4507,372],{"class":368},[362,4509,414],{"class":375},[362,4511,372],{"class":368},[362,4513,38],{"class":368},[362,4515,372],{"class":368},[362,4517,1321],{"class":385},[362,4519,372],{"class":368},[362,4521,391],{"class":368},[362,4523,372],{"class":368},[362,4525,504],{"class":375},[362,4527,372],{"class":368},[362,4529,38],{"class":368},[362,4531,372],{"class":368},[362,4533,2307],{"class":385},[362,4535,372],{"class":368},[362,4537,391],{"class":368},[362,4539,372],{"class":368},[362,4541,890],{"class":375},[362,4543,372],{"class":368},[362,4545,895],{"class":368},[362,4547,372],{"class":368},[362,4549,900],{"class":375},[362,4551,372],{"class":368},[362,4553,895],{"class":368},[362,4555,372],{"class":368},[362,4557,909],{"class":375},[362,4559,372],{"class":368},[362,4561,722],{"class":368},[362,4563,372],{"class":368},[362,4565,918],{"class":375},[362,4567,372],{"class":368},[362,4569,722],{"class":368},[362,4571,372],{"class":368},[362,4573,927],{"class":375},[362,4575,372],{"class":368},[362,4577,38],{"class":368},[362,4579,372],{"class":368},[362,4581,646],{"class":385},[362,4583,372],{"class":368},[362,4585,391],{"class":368},[362,4587,372],{"class":368},[362,4589,1772],{"class":375},[362,4591,372],{"class":368},[362,4593,38],{"class":368},[362,4595,372],{"class":368},[362,4597,1781],{"class":385},[362,4599,372],{"class":368},[362,4601,391],{"class":368},[362,4603,372],{"class":368},[362,4605,945],{"class":375},[362,4607,372],{"class":368},[362,4609,38],{"class":368},[362,4611,457],{"class":368},[362,4613,391],{"class":368},[362,4615,372],{"class":368},[362,4617,958],{"class":375},[362,4619,372],{"class":368},[362,4621,38],{"class":368},[362,4623,372],{"class":368},[362,4625,967],{"class":385},[362,4627,372],{"class":368},[362,4629,391],{"class":368},[362,4631,372],{"class":368},[362,4633,517],{"class":375},[362,4635,372],{"class":368},[362,4637,38],{"class":368},[362,4639,4640],{"class":524},"750",[362,4642,391],{"class":368},[362,4644,372],{"class":368},[362,4646,532],{"class":375},[362,4648,372],{"class":368},[362,4650,38],{"class":368},[362,4652,3124],{"class":524},[362,4654,391],{"class":368},[362,4656,372],{"class":368},[362,4658,545],{"class":375},[362,4660,372],{"class":368},[362,4662,1005],{"class":368},[362,4664,372],{"class":368},[362,4666,376],{"class":375},[362,4668,372],{"class":368},[362,4670,38],{"class":368},[362,4672,372],{"class":368},[362,4674,3157],{"class":385},[362,4676,372],{"class":368},[362,4678,391],{"class":368},[362,4680,372],{"class":368},[362,4682,396],{"class":375},[362,4684,372],{"class":368},[362,4686,38],{"class":368},[362,4688,372],{"class":368},[362,4690,848],{"class":385},[362,4692,372],{"class":368},[362,4694,391],{"class":368},[362,4696,372],{"class":368},[362,4698,414],{"class":375},[362,4700,372],{"class":368},[362,4702,38],{"class":368},[362,4704,372],{"class":368},[362,4706,1321],{"class":385},[362,4708,372],{"class":368},[362,4710,391],{"class":368},[362,4712,372],{"class":368},[362,4714,504],{"class":375},[362,4716,372],{"class":368},[362,4718,38],{"class":368},[362,4720,372],{"class":368},[362,4722,4723],{"class":385},"Raw Response",[362,4725,372],{"class":368},[362,4727,391],{"class":368},[362,4729,372],{"class":368},[362,4731,890],{"class":375},[362,4733,372],{"class":368},[362,4735,895],{"class":368},[362,4737,372],{"class":368},[362,4739,900],{"class":375},[362,4741,372],{"class":368},[362,4743,895],{"class":368},[362,4745,372],{"class":368},[362,4747,909],{"class":375},[362,4749,372],{"class":368},[362,4751,722],{"class":368},[362,4753,372],{"class":368},[362,4755,918],{"class":375},[362,4757,372],{"class":368},[362,4759,722],{"class":368},[362,4761,372],{"class":368},[362,4763,927],{"class":375},[362,4765,372],{"class":368},[362,4767,38],{"class":368},[362,4769,372],{"class":368},[362,4771,646],{"class":385},[362,4773,372],{"class":368},[362,4775,391],{"class":368},[362,4777,372],{"class":368},[362,4779,1772],{"class":375},[362,4781,372],{"class":368},[362,4783,38],{"class":368},[362,4785,372],{"class":368},[362,4787,1781],{"class":385},[362,4789,372],{"class":368},[362,4791,391],{"class":368},[362,4793,372],{"class":368},[362,4795,945],{"class":375},[362,4797,372],{"class":368},[362,4799,38],{"class":368},[362,4801,457],{"class":368},[362,4803,391],{"class":368},[362,4805,372],{"class":368},[362,4807,958],{"class":375},[362,4809,372],{"class":368},[362,4811,38],{"class":368},[362,4813,372],{"class":368},[362,4815,967],{"class":385},[362,4817,372],{"class":368},[362,4819,391],{"class":368},[362,4821,372],{"class":368},[362,4823,517],{"class":375},[362,4825,372],{"class":368},[362,4827,38],{"class":368},[362,4829,4830],{"class":524},"780",[362,4832,391],{"class":368},[362,4834,372],{"class":368},[362,4836,532],{"class":375},[362,4838,372],{"class":368},[362,4840,38],{"class":368},[362,4842,4843],{"class":524},"540",[362,4845,391],{"class":368},[362,4847,372],{"class":368},[362,4849,545],{"class":375},[362,4851,372],{"class":368},[362,4853,4854],{"class":368},":[]}]\n",[76,4856,4858],{"id":4857},"writing-values","Writing Values",[12,4860,4861],{},"In addition to reading data, OPC UA also allows you to write control signals or parameters to your equipment.",[159,4863,4865],{"id":4864},"writing-a-single-tag","Writing a Single Tag",[12,4867,4868],{},"To write a single value:",[164,4870,4871,4876,4914,4922,4942,4944,4954],{},[43,4872,221,4873,4875],{},[18,4874,305],{}," node onto the canvas (used to trigger the write operation).",[43,4877,1162,4878,1166,4880,4903,4905,4909,4911],{},[18,4879,1165],{},[40,4881,4882,4887,4897],{},[43,4883,4884,4886],{},[18,4885,1173],{},": Enter the target identifier.",[43,4888,4889,4891,4892,201,4894,4896],{},[18,4890,1183],{},": Choose the appropriate type (e.g., ",[187,4893,1187],{},[187,4895,3579],{},").",[43,4898,4899,4902],{},[18,4900,4901],{},"Value",": Enter the value to write.",[1189,4904],{},[281,4906],{"alt":4907,"dataZoomable":284,"src":4908},"Screenshot showing OPC UA Item node configuration for write operation","\u002Fblog\u002F2025\u002F07\u002Fimages\u002Fopcua-item-node-write.png",[1189,4910],{},[287,4912,4913],{},"OPC UA Item node configured for a write operation",[43,4915,4916,4917,4919,4920,1203],{},"Connect the ",[18,4918,305],{}," node to the ",[18,4921,204],{},[43,4923,1162,4924,1208,4926,1212,4928,172,4931,4933,4937,4939],{},[18,4925,224],{},[18,4927,1211],{},[187,4929,4930],{},"WRITE",[1189,4932],{},[281,4934],{"alt":4935,"dataZoomable":284,"src":4936},"Screenshot showing OPC UA Client node with \"WRITE\" action selected","\u002Fblog\u002F2025\u002F07\u002Fimages\u002Fopcua-client-write-ops.png",[1189,4938],{},[287,4940,4941],{},"OPC UA Client node with \"WRITE\" action selected",[43,4943,1224],{},[43,4945,4916,4946,4919,4948,1231,4950,1234,4952,1203],{},[18,4947,204],{},[18,4949,200],{},[18,4951,200],{},[18,4953,311],{},[43,4955,1250,4956,4958],{},[18,4957,305],{}," button to trigger the write.",[12,4960,4961,4962,172],{},"The OPC UA Client node will confirm the operation with a status like ",[18,4963,4964],{},"\"values written\"",[350,4966,4967],{":height":352},[354,4968,4970],{"className":356,"code":4969,"language":358,"meta":284,"style":284},"[{\"id\":\"c922a70d48ecba6f\",\"type\":\"OpcUa-Client\",\"z\":\"ead97ed756a13a15\",\"endpoint\":\"\",\"action\":\"write\",\"deadbandtype\":\"a\",\"deadbandvalue\":1,\"time\":10,\"timeUnit\":\"s\",\"certificate\":\"n\",\"localfile\":\"\",\"localkeyfile\":\"\",\"useTransport\":false,\"maxChunkCount\":\"\",\"maxMessageSize\":\"\",\"receiveBufferSize\":\"\",\"sendBufferSize\":\"\",\"setstatusandtime\":false,\"keepsessionalive\":false,\"name\":\"\",\"x\":520,\"y\":480,\"wires\":[[\"7eb010a4671ac181\"],[\"392bb1fd60c29baf\"],[\"e9d279677dbc87e8\"]]},{\"id\":\"5ff1e3c2d5977a34\",\"type\":\"OpcUa-Item\",\"z\":\"ead97ed756a13a15\",\"item\":\"ns=5;s=Counter1\",\"datatype\":\"Int32\",\"value\":\"20\",\"name\":\"\",\"x\":340,\"y\":480,\"wires\":[[\"c922a70d48ecba6f\"]]},{\"id\":\"8cdd141dbdb350c7\",\"type\":\"inject\",\"z\":\"ead97ed756a13a15\",\"name\":\"Write\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"str\",\"x\":190,\"y\":480,\"wires\":[[\"5ff1e3c2d5977a34\"]]},{\"id\":\"7eb010a4671ac181\",\"type\":\"debug\",\"z\":\"ead97ed756a13a15\",\"name\":\"Tag Value\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":680,\"y\":440,\"wires\":[]},{\"id\":\"392bb1fd60c29baf\",\"type\":\"debug\",\"z\":\"ead97ed756a13a15\",\"name\":\"Errors\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":670,\"y\":480,\"wires\":[]},{\"id\":\"e9d279677dbc87e8\",\"type\":\"debug\",\"z\":\"ead97ed756a13a15\",\"name\":\"Raw Response\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":700,\"y\":520,\"wires\":[]}]\n",[187,4971,4972],{"__ignoreMap":284},[362,4973,4974,4976,4978,4980,4982,4984,4986,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,5050,5052,5054,5056,5058,5060,5062,5064,5066,5068,5070,5072,5074,5076,5078,5080,5082,5084,5086,5088,5090,5092,5094,5096,5098,5100,5102,5104,5106,5108,5110,5112,5114,5116,5118,5120,5122,5124,5126,5128,5130,5132,5134,5136,5138,5140,5142,5144,5146,5148,5150,5152,5154,5156,5158,5160,5162,5164,5166,5168,5170,5172,5174,5176,5178,5180,5182,5184,5186,5188,5190,5192,5194,5196,5198,5200,5202,5204,5206,5208,5210,5212,5214,5216,5218,5220,5222,5224,5226,5228,5230,5232,5234,5236,5238,5240,5242,5244,5246,5248,5250,5252,5254,5256,5258,5260,5262,5264,5266,5268,5271,5273,5275,5277,5280,5282,5284,5286,5289,5291,5293,5295,5297,5299,5301,5303,5306,5308,5310,5312,5314,5316,5318,5320,5322,5324,5326,5328,5330,5332,5334,5336,5338,5340,5342,5344,5346,5348,5350,5352,5354,5356,5358,5360,5362,5364,5366,5368,5370,5372,5374,5376,5378,5380,5382,5384,5387,5389,5391,5393,5395,5397,5399,5401,5403,5405,5407,5409,5411,5414,5416,5418,5420,5422,5424,5426,5428,5430,5432,5434,5436,5438,5440,5442,5444,5446,5448,5450,5452,5454,5457,5459,5461,5463,5465,5467,5469,5471,5473,5475,5477,5479,5481,5483,5485,5487,5489,5491,5493,5495,5497,5499,5501,5503,5505,5507,5509,5511,5513,5515,5517,5519,5521,5523,5525,5527,5529,5531,5533,5535,5537,5539,5541,5543,5545,5547,5549,5551,5553,5555,5557,5559,5561,5563,5565,5567,5569,5571,5573,5575,5577,5579,5581,5583,5585,5587,5589,5591,5593,5595,5597,5599,5601,5603,5605,5607,5609,5611,5613,5615,5617,5619,5621,5623,5625,5627,5629,5631,5633,5635,5637,5639,5641,5643,5645,5647,5649,5651,5653,5655,5657,5660,5662,5664,5666,5668,5670,5672,5674,5676,5678,5680,5682,5684,5686,5688,5690,5692,5694,5696,5698,5700,5702,5704,5706,5708,5710,5712,5714,5716,5718,5720,5722,5724,5726,5728,5730,5732,5734,5736,5738,5740,5742,5744,5746,5748,5750,5752,5754,5756,5758,5760,5762,5764,5766,5768,5770,5772,5774,5776,5778,5780,5782,5784,5786,5788,5790,5792,5794,5796,5798,5800,5802,5804,5806,5808,5810,5812,5814,5816,5818,5820,5822,5824,5826,5828,5830,5832,5834,5836,5838,5840,5842,5844,5846,5848,5850,5852,5854,5857,5859,5861,5863,5865,5867,5869,5871,5873,5875,5877,5879,5881,5883,5885,5887,5889,5891,5893,5895,5897,5899,5901,5903,5905,5907,5909,5911,5913,5915,5917,5919,5921,5923,5925,5927,5929,5931,5933,5935,5937,5939,5941,5943,5945,5947,5949,5951,5953,5955,5957,5959,5961,5963,5965,5967,5969,5971,5973,5975,5977,5979,5981,5983,5985,5987,5989,5991,5993,5995,5997,5999,6001,6003,6005,6007,6009,6011,6013,6015,6017,6019,6021,6023,6025,6027,6029,6031,6033,6035,6037,6039,6041,6043,6046,6048,6050,6052,6054,6056,6058,6060,6062,6064,6066,6068,6070,6072,6074,6076,6078,6080,6082,6084,6086,6088,6090,6092,6094,6096,6098,6100,6102,6104,6106,6108,6110,6112,6114,6116,6118,6120,6122,6124,6126,6128,6130,6132,6134,6136,6138,6140,6142,6144,6146,6148,6150,6152,6154,6156,6158,6160,6162,6164,6166,6168,6170,6172,6174,6176,6178,6180,6182,6184,6186,6188,6190,6192,6194,6196,6198,6200,6202,6204,6206,6208,6210,6212,6214,6216,6218,6220,6222,6224,6226,6228,6230,6232,6235,6237,6239,6241,6243,6245,6247,6249,6251,6253,6255],{"class":364,"line":365},[362,4975,369],{"class":368},[362,4977,372],{"class":368},[362,4979,376],{"class":375},[362,4981,372],{"class":368},[362,4983,38],{"class":368},[362,4985,372],{"class":368},[362,4987,4988],{"class":385},"c922a70d48ecba6f",[362,4990,372],{"class":368},[362,4992,391],{"class":368},[362,4994,372],{"class":368},[362,4996,396],{"class":375},[362,4998,372],{"class":368},[362,5000,38],{"class":368},[362,5002,372],{"class":368},[362,5004,1304],{"class":385},[362,5006,372],{"class":368},[362,5008,391],{"class":368},[362,5010,372],{"class":368},[362,5012,414],{"class":375},[362,5014,372],{"class":368},[362,5016,38],{"class":368},[362,5018,372],{"class":368},[362,5020,1321],{"class":385},[362,5022,372],{"class":368},[362,5024,391],{"class":368},[362,5026,372],{"class":368},[362,5028,432],{"class":375},[362,5030,372],{"class":368},[362,5032,38],{"class":368},[362,5034,457],{"class":368},[362,5036,391],{"class":368},[362,5038,372],{"class":368},[362,5040,1347],{"class":375},[362,5042,372],{"class":368},[362,5044,38],{"class":368},[362,5046,372],{"class":368},[362,5048,5049],{"class":385},"write",[362,5051,372],{"class":368},[362,5053,391],{"class":368},[362,5055,372],{"class":368},[362,5057,1364],{"class":375},[362,5059,372],{"class":368},[362,5061,38],{"class":368},[362,5063,372],{"class":368},[362,5065,145],{"class":385},[362,5067,372],{"class":368},[362,5069,391],{"class":368},[362,5071,372],{"class":368},[362,5073,1381],{"class":375},[362,5075,372],{"class":368},[362,5077,38],{"class":368},[362,5079,1388],{"class":524},[362,5081,391],{"class":368},[362,5083,372],{"class":368},[362,5085,1395],{"class":375},[362,5087,372],{"class":368},[362,5089,38],{"class":368},[362,5091,1402],{"class":524},[362,5093,391],{"class":368},[362,5095,372],{"class":368},[362,5097,1409],{"class":375},[362,5099,372],{"class":368},[362,5101,38],{"class":368},[362,5103,372],{"class":368},[362,5105,1418],{"class":385},[362,5107,372],{"class":368},[362,5109,391],{"class":368},[362,5111,372],{"class":368},[362,5113,1427],{"class":375},[362,5115,372],{"class":368},[362,5117,38],{"class":368},[362,5119,372],{"class":368},[362,5121,1436],{"class":385},[362,5123,372],{"class":368},[362,5125,391],{"class":368},[362,5127,372],{"class":368},[362,5129,1445],{"class":375},[362,5131,372],{"class":368},[362,5133,38],{"class":368},[362,5135,457],{"class":368},[362,5137,391],{"class":368},[362,5139,372],{"class":368},[362,5141,1458],{"class":375},[362,5143,372],{"class":368},[362,5145,38],{"class":368},[362,5147,457],{"class":368},[362,5149,391],{"class":368},[362,5151,372],{"class":368},[362,5153,1505],{"class":375},[362,5155,372],{"class":368},[362,5157,722],{"class":368},[362,5159,372],{"class":368},[362,5161,1514],{"class":375},[362,5163,372],{"class":368},[362,5165,38],{"class":368},[362,5167,457],{"class":368},[362,5169,391],{"class":368},[362,5171,372],{"class":368},[362,5173,1527],{"class":375},[362,5175,372],{"class":368},[362,5177,38],{"class":368},[362,5179,457],{"class":368},[362,5181,391],{"class":368},[362,5183,372],{"class":368},[362,5185,1541],{"class":375},[362,5187,372],{"class":368},[362,5189,38],{"class":368},[362,5191,457],{"class":368},[362,5193,391],{"class":368},[362,5195,372],{"class":368},[362,5197,1554],{"class":375},[362,5199,372],{"class":368},[362,5201,38],{"class":368},[362,5203,457],{"class":368},[362,5205,391],{"class":368},[362,5207,372],{"class":368},[362,5209,1567],{"class":375},[362,5211,372],{"class":368},[362,5213,722],{"class":368},[362,5215,372],{"class":368},[362,5217,1576],{"class":375},[362,5219,372],{"class":368},[362,5221,722],{"class":368},[362,5223,372],{"class":368},[362,5225,504],{"class":375},[362,5227,372],{"class":368},[362,5229,38],{"class":368},[362,5231,457],{"class":368},[362,5233,391],{"class":368},[362,5235,372],{"class":368},[362,5237,517],{"class":375},[362,5239,372],{"class":368},[362,5241,38],{"class":368},[362,5243,3630],{"class":524},[362,5245,391],{"class":368},[362,5247,372],{"class":368},[362,5249,532],{"class":375},[362,5251,372],{"class":368},[362,5253,38],{"class":368},[362,5255,3292],{"class":524},[362,5257,391],{"class":368},[362,5259,372],{"class":368},[362,5261,545],{"class":375},[362,5263,372],{"class":368},[362,5265,550],{"class":368},[362,5267,372],{"class":368},[362,5269,5270],{"class":385},"7eb010a4671ac181",[362,5272,372],{"class":368},[362,5274,1636],{"class":368},[362,5276,372],{"class":368},[362,5278,5279],{"class":385},"392bb1fd60c29baf",[362,5281,372],{"class":368},[362,5283,1636],{"class":368},[362,5285,372],{"class":368},[362,5287,5288],{"class":385},"e9d279677dbc87e8",[362,5290,372],{"class":368},[362,5292,560],{"class":368},[362,5294,372],{"class":368},[362,5296,376],{"class":375},[362,5298,372],{"class":368},[362,5300,38],{"class":368},[362,5302,372],{"class":368},[362,5304,5305],{"class":385},"5ff1e3c2d5977a34",[362,5307,372],{"class":368},[362,5309,391],{"class":368},[362,5311,372],{"class":368},[362,5313,396],{"class":375},[362,5315,372],{"class":368},[362,5317,38],{"class":368},[362,5319,372],{"class":368},[362,5321,1876],{"class":385},[362,5323,372],{"class":368},[362,5325,391],{"class":368},[362,5327,372],{"class":368},[362,5329,414],{"class":375},[362,5331,372],{"class":368},[362,5333,38],{"class":368},[362,5335,372],{"class":368},[362,5337,1321],{"class":385},[362,5339,372],{"class":368},[362,5341,391],{"class":368},[362,5343,372],{"class":368},[362,5345,450],{"class":375},[362,5347,372],{"class":368},[362,5349,38],{"class":368},[362,5351,372],{"class":368},[362,5353,3223],{"class":385},[362,5355,372],{"class":368},[362,5357,391],{"class":368},[362,5359,372],{"class":368},[362,5361,464],{"class":375},[362,5363,372],{"class":368},[362,5365,38],{"class":368},[362,5367,372],{"class":368},[362,5369,3240],{"class":385},[362,5371,372],{"class":368},[362,5373,391],{"class":368},[362,5375,372],{"class":368},[362,5377,1934],{"class":375},[362,5379,372],{"class":368},[362,5381,38],{"class":368},[362,5383,372],{"class":368},[362,5385,5386],{"class":385},"20",[362,5388,372],{"class":368},[362,5390,391],{"class":368},[362,5392,372],{"class":368},[362,5394,504],{"class":375},[362,5396,372],{"class":368},[362,5398,38],{"class":368},[362,5400,457],{"class":368},[362,5402,391],{"class":368},[362,5404,372],{"class":368},[362,5406,517],{"class":375},[362,5408,372],{"class":368},[362,5410,38],{"class":368},[362,5412,5413],{"class":524},"340",[362,5415,391],{"class":368},[362,5417,372],{"class":368},[362,5419,532],{"class":375},[362,5421,372],{"class":368},[362,5423,38],{"class":368},[362,5425,3292],{"class":524},[362,5427,391],{"class":368},[362,5429,372],{"class":368},[362,5431,545],{"class":375},[362,5433,372],{"class":368},[362,5435,550],{"class":368},[362,5437,372],{"class":368},[362,5439,4988],{"class":385},[362,5441,372],{"class":368},[362,5443,560],{"class":368},[362,5445,372],{"class":368},[362,5447,376],{"class":375},[362,5449,372],{"class":368},[362,5451,38],{"class":368},[362,5453,372],{"class":368},[362,5455,5456],{"class":385},"8cdd141dbdb350c7",[362,5458,372],{"class":368},[362,5460,391],{"class":368},[362,5462,372],{"class":368},[362,5464,396],{"class":375},[362,5466,372],{"class":368},[362,5468,38],{"class":368},[362,5470,372],{"class":368},[362,5472,590],{"class":385},[362,5474,372],{"class":368},[362,5476,391],{"class":368},[362,5478,372],{"class":368},[362,5480,414],{"class":375},[362,5482,372],{"class":368},[362,5484,38],{"class":368},[362,5486,372],{"class":368},[362,5488,1321],{"class":385},[362,5490,372],{"class":368},[362,5492,391],{"class":368},[362,5494,372],{"class":368},[362,5496,504],{"class":375},[362,5498,372],{"class":368},[362,5500,38],{"class":368},[362,5502,372],{"class":368},[362,5504,65],{"class":385},[362,5506,372],{"class":368},[362,5508,391],{"class":368},[362,5510,372],{"class":368},[362,5512,627],{"class":375},[362,5514,372],{"class":368},[362,5516,632],{"class":368},[362,5518,372],{"class":368},[362,5520,12],{"class":637},[362,5522,372],{"class":368},[362,5524,38],{"class":368},[362,5526,372],{"class":368},[362,5528,646],{"class":385},[362,5530,372],{"class":368},[362,5532,651],{"class":368},[362,5534,372],{"class":368},[362,5536,12],{"class":637},[362,5538,372],{"class":368},[362,5540,38],{"class":368},[362,5542,372],{"class":368},[362,5544,477],{"class":385},[362,5546,372],{"class":368},[362,5548,391],{"class":368},[362,5550,372],{"class":368},[362,5552,672],{"class":637},[362,5554,372],{"class":368},[362,5556,38],{"class":368},[362,5558,372],{"class":368},[362,5560,681],{"class":385},[362,5562,372],{"class":368},[362,5564,686],{"class":368},[362,5566,372],{"class":368},[362,5568,691],{"class":375},[362,5570,372],{"class":368},[362,5572,38],{"class":368},[362,5574,457],{"class":368},[362,5576,391],{"class":368},[362,5578,372],{"class":368},[362,5580,704],{"class":375},[362,5582,372],{"class":368},[362,5584,38],{"class":368},[362,5586,457],{"class":368},[362,5588,391],{"class":368},[362,5590,372],{"class":368},[362,5592,717],{"class":375},[362,5594,372],{"class":368},[362,5596,722],{"class":368},[362,5598,372],{"class":368},[362,5600,727],{"class":375},[362,5602,372],{"class":368},[362,5604,38],{"class":368},[362,5606,734],{"class":524},[362,5608,391],{"class":368},[362,5610,372],{"class":368},[362,5612,477],{"class":375},[362,5614,372],{"class":368},[362,5616,38],{"class":368},[362,5618,457],{"class":368},[362,5620,391],{"class":368},[362,5622,372],{"class":368},[362,5624,646],{"class":375},[362,5626,372],{"class":368},[362,5628,38],{"class":368},[362,5630,457],{"class":368},[362,5632,391],{"class":368},[362,5634,372],{"class":368},[362,5636,765],{"class":375},[362,5638,372],{"class":368},[362,5640,38],{"class":368},[362,5642,372],{"class":368},[362,5644,681],{"class":385},[362,5646,372],{"class":368},[362,5648,391],{"class":368},[362,5650,372],{"class":368},[362,5652,517],{"class":375},[362,5654,372],{"class":368},[362,5656,38],{"class":368},[362,5658,5659],{"class":524},"190",[362,5661,391],{"class":368},[362,5663,372],{"class":368},[362,5665,532],{"class":375},[362,5667,372],{"class":368},[362,5669,38],{"class":368},[362,5671,3292],{"class":524},[362,5673,391],{"class":368},[362,5675,372],{"class":368},[362,5677,545],{"class":375},[362,5679,372],{"class":368},[362,5681,550],{"class":368},[362,5683,372],{"class":368},[362,5685,5305],{"class":385},[362,5687,372],{"class":368},[362,5689,560],{"class":368},[362,5691,372],{"class":368},[362,5693,376],{"class":375},[362,5695,372],{"class":368},[362,5697,38],{"class":368},[362,5699,372],{"class":368},[362,5701,5270],{"class":385},[362,5703,372],{"class":368},[362,5705,391],{"class":368},[362,5707,372],{"class":368},[362,5709,396],{"class":375},[362,5711,372],{"class":368},[362,5713,38],{"class":368},[362,5715,372],{"class":368},[362,5717,848],{"class":385},[362,5719,372],{"class":368},[362,5721,391],{"class":368},[362,5723,372],{"class":368},[362,5725,414],{"class":375},[362,5727,372],{"class":368},[362,5729,38],{"class":368},[362,5731,372],{"class":368},[362,5733,1321],{"class":385},[362,5735,372],{"class":368},[362,5737,391],{"class":368},[362,5739,372],{"class":368},[362,5741,504],{"class":375},[362,5743,372],{"class":368},[362,5745,38],{"class":368},[362,5747,372],{"class":368},[362,5749,1715],{"class":385},[362,5751,372],{"class":368},[362,5753,391],{"class":368},[362,5755,372],{"class":368},[362,5757,890],{"class":375},[362,5759,372],{"class":368},[362,5761,895],{"class":368},[362,5763,372],{"class":368},[362,5765,900],{"class":375},[362,5767,372],{"class":368},[362,5769,895],{"class":368},[362,5771,372],{"class":368},[362,5773,909],{"class":375},[362,5775,372],{"class":368},[362,5777,722],{"class":368},[362,5779,372],{"class":368},[362,5781,918],{"class":375},[362,5783,372],{"class":368},[362,5785,722],{"class":368},[362,5787,372],{"class":368},[362,5789,927],{"class":375},[362,5791,372],{"class":368},[362,5793,38],{"class":368},[362,5795,372],{"class":368},[362,5797,646],{"class":385},[362,5799,372],{"class":368},[362,5801,391],{"class":368},[362,5803,372],{"class":368},[362,5805,1772],{"class":375},[362,5807,372],{"class":368},[362,5809,38],{"class":368},[362,5811,372],{"class":368},[362,5813,1781],{"class":385},[362,5815,372],{"class":368},[362,5817,391],{"class":368},[362,5819,372],{"class":368},[362,5821,945],{"class":375},[362,5823,372],{"class":368},[362,5825,38],{"class":368},[362,5827,457],{"class":368},[362,5829,391],{"class":368},[362,5831,372],{"class":368},[362,5833,958],{"class":375},[362,5835,372],{"class":368},[362,5837,38],{"class":368},[362,5839,372],{"class":368},[362,5841,967],{"class":385},[362,5843,372],{"class":368},[362,5845,391],{"class":368},[362,5847,372],{"class":368},[362,5849,517],{"class":375},[362,5851,372],{"class":368},[362,5853,38],{"class":368},[362,5855,5856],{"class":524},"680",[362,5858,391],{"class":368},[362,5860,372],{"class":368},[362,5862,532],{"class":375},[362,5864,372],{"class":368},[362,5866,38],{"class":368},[362,5868,4070],{"class":524},[362,5870,391],{"class":368},[362,5872,372],{"class":368},[362,5874,545],{"class":375},[362,5876,372],{"class":368},[362,5878,1005],{"class":368},[362,5880,372],{"class":368},[362,5882,376],{"class":375},[362,5884,372],{"class":368},[362,5886,38],{"class":368},[362,5888,372],{"class":368},[362,5890,5279],{"class":385},[362,5892,372],{"class":368},[362,5894,391],{"class":368},[362,5896,372],{"class":368},[362,5898,396],{"class":375},[362,5900,372],{"class":368},[362,5902,38],{"class":368},[362,5904,372],{"class":368},[362,5906,848],{"class":385},[362,5908,372],{"class":368},[362,5910,391],{"class":368},[362,5912,372],{"class":368},[362,5914,414],{"class":375},[362,5916,372],{"class":368},[362,5918,38],{"class":368},[362,5920,372],{"class":368},[362,5922,1321],{"class":385},[362,5924,372],{"class":368},[362,5926,391],{"class":368},[362,5928,372],{"class":368},[362,5930,504],{"class":375},[362,5932,372],{"class":368},[362,5934,38],{"class":368},[362,5936,372],{"class":368},[362,5938,2307],{"class":385},[362,5940,372],{"class":368},[362,5942,391],{"class":368},[362,5944,372],{"class":368},[362,5946,890],{"class":375},[362,5948,372],{"class":368},[362,5950,895],{"class":368},[362,5952,372],{"class":368},[362,5954,900],{"class":375},[362,5956,372],{"class":368},[362,5958,895],{"class":368},[362,5960,372],{"class":368},[362,5962,909],{"class":375},[362,5964,372],{"class":368},[362,5966,722],{"class":368},[362,5968,372],{"class":368},[362,5970,918],{"class":375},[362,5972,372],{"class":368},[362,5974,722],{"class":368},[362,5976,372],{"class":368},[362,5978,927],{"class":375},[362,5980,372],{"class":368},[362,5982,38],{"class":368},[362,5984,372],{"class":368},[362,5986,646],{"class":385},[362,5988,372],{"class":368},[362,5990,391],{"class":368},[362,5992,372],{"class":368},[362,5994,1772],{"class":375},[362,5996,372],{"class":368},[362,5998,38],{"class":368},[362,6000,372],{"class":368},[362,6002,1781],{"class":385},[362,6004,372],{"class":368},[362,6006,391],{"class":368},[362,6008,372],{"class":368},[362,6010,945],{"class":375},[362,6012,372],{"class":368},[362,6014,38],{"class":368},[362,6016,457],{"class":368},[362,6018,391],{"class":368},[362,6020,372],{"class":368},[362,6022,958],{"class":375},[362,6024,372],{"class":368},[362,6026,38],{"class":368},[362,6028,372],{"class":368},[362,6030,967],{"class":385},[362,6032,372],{"class":368},[362,6034,391],{"class":368},[362,6036,372],{"class":368},[362,6038,517],{"class":375},[362,6040,372],{"class":368},[362,6042,38],{"class":368},[362,6044,6045],{"class":524},"670",[362,6047,391],{"class":368},[362,6049,372],{"class":368},[362,6051,532],{"class":375},[362,6053,372],{"class":368},[362,6055,38],{"class":368},[362,6057,3292],{"class":524},[362,6059,391],{"class":368},[362,6061,372],{"class":368},[362,6063,545],{"class":375},[362,6065,372],{"class":368},[362,6067,1005],{"class":368},[362,6069,372],{"class":368},[362,6071,376],{"class":375},[362,6073,372],{"class":368},[362,6075,38],{"class":368},[362,6077,372],{"class":368},[362,6079,5288],{"class":385},[362,6081,372],{"class":368},[362,6083,391],{"class":368},[362,6085,372],{"class":368},[362,6087,396],{"class":375},[362,6089,372],{"class":368},[362,6091,38],{"class":368},[362,6093,372],{"class":368},[362,6095,848],{"class":385},[362,6097,372],{"class":368},[362,6099,391],{"class":368},[362,6101,372],{"class":368},[362,6103,414],{"class":375},[362,6105,372],{"class":368},[362,6107,38],{"class":368},[362,6109,372],{"class":368},[362,6111,1321],{"class":385},[362,6113,372],{"class":368},[362,6115,391],{"class":368},[362,6117,372],{"class":368},[362,6119,504],{"class":375},[362,6121,372],{"class":368},[362,6123,38],{"class":368},[362,6125,372],{"class":368},[362,6127,4723],{"class":385},[362,6129,372],{"class":368},[362,6131,391],{"class":368},[362,6133,372],{"class":368},[362,6135,890],{"class":375},[362,6137,372],{"class":368},[362,6139,895],{"class":368},[362,6141,372],{"class":368},[362,6143,900],{"class":375},[362,6145,372],{"class":368},[362,6147,895],{"class":368},[362,6149,372],{"class":368},[362,6151,909],{"class":375},[362,6153,372],{"class":368},[362,6155,722],{"class":368},[362,6157,372],{"class":368},[362,6159,918],{"class":375},[362,6161,372],{"class":368},[362,6163,722],{"class":368},[362,6165,372],{"class":368},[362,6167,927],{"class":375},[362,6169,372],{"class":368},[362,6171,38],{"class":368},[362,6173,372],{"class":368},[362,6175,646],{"class":385},[362,6177,372],{"class":368},[362,6179,391],{"class":368},[362,6181,372],{"class":368},[362,6183,1772],{"class":375},[362,6185,372],{"class":368},[362,6187,38],{"class":368},[362,6189,372],{"class":368},[362,6191,1781],{"class":385},[362,6193,372],{"class":368},[362,6195,391],{"class":368},[362,6197,372],{"class":368},[362,6199,945],{"class":375},[362,6201,372],{"class":368},[362,6203,38],{"class":368},[362,6205,457],{"class":368},[362,6207,391],{"class":368},[362,6209,372],{"class":368},[362,6211,958],{"class":375},[362,6213,372],{"class":368},[362,6215,38],{"class":368},[362,6217,372],{"class":368},[362,6219,967],{"class":385},[362,6221,372],{"class":368},[362,6223,391],{"class":368},[362,6225,372],{"class":368},[362,6227,517],{"class":375},[362,6229,372],{"class":368},[362,6231,38],{"class":368},[362,6233,6234],{"class":524},"700",[362,6236,391],{"class":368},[362,6238,372],{"class":368},[362,6240,532],{"class":375},[362,6242,372],{"class":368},[362,6244,38],{"class":368},[362,6246,3630],{"class":524},[362,6248,391],{"class":368},[362,6250,372],{"class":368},[362,6252,545],{"class":375},[362,6254,372],{"class":368},[362,6256,4854],{"class":368},[159,6258,6260],{"id":6259},"writing-multiple-tags","Writing Multiple Tags",[12,6262,6263],{},"To write multiple values at once, follow this pattern:",[164,6265,6266,6286,6289,6302,6309,6323,6329,6335,6341],{},[43,6267,1162,6268,1208,6270,1212,6272,172,6275,6277,6281,6283],{},[18,6269,224],{},[18,6271,1211],{},[187,6273,6274],{},"WRITE MULTIPLE",[1189,6276],{},[281,6278],{"alt":6279,"dataZoomable":284,"src":6280},"Screenshot showing OPC UA Client node with \"WRITE MULTIPLE\" action selected","\u002Fblog\u002F2025\u002F07\u002Fimages\u002Fopcua-client-write-multiple.png",[1189,6282],{},[287,6284,6285],{},"OPC UA Client node configured for writing multiple values",[43,6287,6288],{},"Select the appropriate endpoint configuration.",[43,6290,6291,6292,6294,6295,201,6297,205,6299,6301],{},"Add multiple ",[18,6293,1165],{}," nodes, each configured with a ",[18,6296,1173],{},[18,6298,1183],{},[18,6300,4901],{}," to be written.",[43,6303,1162,6304,6306,6307,1203],{},[18,6305,305],{}," node for each ",[18,6308,204],{},[43,6310,6311,6312,6314,6315,6317,6318,6320,6321,1203],{},"Connect each ",[18,6313,305],{}," node to its corresponding ",[18,6316,204],{}," node, then connect all ",[18,6319,204],{}," nodes to the ",[18,6322,200],{},[43,6324,2805,6325,2808,6327,1203],{},[18,6326,311],{},[18,6328,200],{},[43,6330,6331,6332,6334],{},"Deploy the flow and trigger all ",[18,6333,305],{}," nodes to load the values.",[43,6336,6337,6338,172],{},"To execute the write operation, send a message with ",[187,6339,6340],{},"msg.topic = \"writemultiple\"",[43,6342,6343,6344,172],{},"To clear the stored items, send a message with ",[187,6345,2829],{},[12,6347,6348],{},"This setup allows you to prepare multiple tag values and write them all at once, giving you precise control through a single command.",[350,6350,6351],{":height":352},[354,6352,6354],{"className":356,"code":6353,"language":358,"meta":284,"style":284},"[{\"id\":\"ed421a9.d6319e8\",\"type\":\"OpcUa-Client\",\"z\":\"ead97ed756a13a15\",\"endpoint\":\"\",\"action\":\"writemultiple\",\"deadbandtype\":\"a\",\"deadbandvalue\":1,\"time\":10,\"timeUnit\":\"s\",\"certificate\":\"n\",\"localfile\":\"\",\"localkeyfile\":\"\",\"useTransport\":false,\"maxChunkCount\":\"\",\"maxMessageSize\":\"\",\"receiveBufferSize\":\"\",\"sendBufferSize\":\"\",\"setstatusandtime\":false,\"keepsessionalive\":false,\"name\":\"\",\"x\":560,\"y\":420,\"wires\":[[\"b0788fb9285c48ea\"],[\"bde690208cbf2c4c\"],[\"0883826b4a0ca030\"]]},{\"id\":\"96bd763.14a9308\",\"type\":\"OpcUa-Item\",\"z\":\"ead97ed756a13a15\",\"item\":\"ns=3;i=1007\",\"datatype\":\"Double\",\"value\":\"1.0\",\"name\":\"\",\"x\":360,\"y\":400,\"wires\":[[\"ed421a9.d6319e8\"]]},{\"id\":\"d8a68c7a.a73008\",\"type\":\"inject\",\"z\":\"ead97ed756a13a15\",\"name\":\"Add item\",\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"str\",\"x\":180,\"y\":400,\"wires\":[[\"96bd763.14a9308\"]]},{\"id\":\"8ae51c8c.20bd3\",\"type\":\"OpcUa-Item\",\"z\":\"ead97ed756a13a15\",\"item\":\"ns=3;i=1008\",\"datatype\":\"Int32\",\"value\":\"50\",\"name\":\"\",\"x\":360,\"y\":440,\"wires\":[[\"ed421a9.d6319e8\"]]},{\"id\":\"1335adce.7f46ba\",\"type\":\"inject\",\"z\":\"ead97ed756a13a15\",\"name\":\"Add item\",\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"\",\"payload\":\"\",\"payloadType\":\"str\",\"x\":180,\"y\":440,\"wires\":[[\"8ae51c8c.20bd3\"]]},{\"id\":\"2c050a3d.91f496\",\"type\":\"inject\",\"z\":\"ead97ed756a13a15\",\"name\":\"Write multiple items\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"writemultiple\",\"payload\":\"\",\"payloadType\":\"str\",\"x\":350,\"y\":360,\"wires\":[[\"ed421a9.d6319e8\"]]},{\"id\":\"690e4f9f.faeca\",\"type\":\"inject\",\"z\":\"ead97ed756a13a15\",\"name\":\"Clear nodeId array\",\"props\":[{\"p\":\"payload\"},{\"p\":\"topic\",\"vt\":\"str\"}],\"repeat\":\"\",\"crontab\":\"\",\"once\":false,\"onceDelay\":0.1,\"topic\":\"clearitems\",\"payload\":\"\",\"payloadType\":\"str\",\"x\":350,\"y\":480,\"wires\":[[\"ed421a9.d6319e8\"]]},{\"id\":\"b0788fb9285c48ea\",\"type\":\"debug\",\"z\":\"ead97ed756a13a15\",\"name\":\"Tag Value\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":740,\"y\":380,\"wires\":[]},{\"id\":\"bde690208cbf2c4c\",\"type\":\"debug\",\"z\":\"ead97ed756a13a15\",\"name\":\"Errors\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":730,\"y\":420,\"wires\":[]},{\"id\":\"0883826b4a0ca030\",\"type\":\"debug\",\"z\":\"ead97ed756a13a15\",\"name\":\"Raw Response\",\"active\":true,\"tosidebar\":true,\"console\":false,\"tostatus\":false,\"complete\":\"payload\",\"targetType\":\"msg\",\"statusVal\":\"\",\"statusType\":\"auto\",\"x\":760,\"y\":460,\"wires\":[]}]\n",[187,6355,6356],{"__ignoreMap":284},[362,6357,6358,6360,6362,6364,6366,6368,6370,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,6434,6436,6438,6440,6442,6444,6446,6448,6450,6452,6454,6456,6458,6460,6462,6464,6466,6468,6470,6472,6474,6476,6478,6480,6482,6484,6486,6488,6490,6492,6494,6496,6498,6500,6502,6504,6506,6508,6510,6512,6514,6516,6518,6520,6522,6524,6526,6528,6530,6532,6534,6536,6538,6540,6542,6544,6546,6548,6550,6552,6554,6556,6558,6560,6562,6564,6566,6568,6570,6572,6574,6576,6578,6580,6582,6584,6586,6588,6590,6592,6594,6596,6598,6600,6602,6604,6606,6608,6610,6612,6614,6616,6618,6620,6622,6624,6626,6628,6630,6632,6634,6636,6638,6641,6643,6645,6647,6649,6651,6653,6656,6658,6660,6662,6665,6667,6669,6671,6674,6676,6678,6680,6682,6684,6686,6688,6691,6693,6695,6697,6699,6701,6703,6705,6707,6709,6711,6713,6715,6717,6719,6721,6723,6725,6727,6729,6731,6733,6735,6737,6740,6742,6744,6746,6748,6750,6752,6754,6756,6758,6760,6762,6764,6766,6768,6770,6773,6775,6777,6779,6781,6783,6785,6787,6789,6791,6793,6795,6797,6800,6802,6804,6806,6808,6810,6813,6815,6817,6819,6821,6823,6825,6827,6829,6831,6833,6835,6837,6839,6841,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,6910,6912,6914,6916,6918,6920,6922,6924,6926,6928,6930,6932,6934,6936,6938,6940,6942,6944,6946,6948,6950,6952,6954,6956,6958,6960,6962,6964,6966,6968,6970,6972,6974,6976,6978,6980,6982,6984,6986,6988,6991,6993,6995,6997,6999,7001,7003,7005,7007,7009,7011,7013,7015,7017,7019,7021,7023,7025,7027,7029,7031,7034,7036,7038,7040,7042,7044,7046,7048,7050,7052,7054,7056,7058,7060,7062,7064,7066,7068,7070,7072,7074,7076,7078,7080,7083,7085,7087,7089,7091,7093,7095,7097,7099,7101,7103,7105,7107,7109,7111,7113,7116,7118,7120,7122,7124,7126,7128,7130,7132,7134,7136,7138,7140,7142,7144,7146,7148,7150,7152,7154,7156,7158,7160,7162,7164,7166,7168,7170,7172,7174,7176,7178,7180,7182,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,7307,7309,7311,7313,7315,7317,7319,7321,7323,7325,7327,7329,7331,7333,7335,7337,7339,7341,7343,7345,7347,7349,7351,7353,7355,7357,7359,7361,7363,7365,7367,7369,7371,7374,7376,7378,7380,7382,7384,7386,7388,7390,7392,7394,7396,7398,7400,7402,7404,7406,7408,7410,7412,7414,7416,7418,7420,7423,7425,7427,7429,7431,7433,7435,7437,7439,7441,7443,7445,7447,7449,7451,7453,7455,7457,7459,7461,7463,7465,7467,7469,7471,7473,7475,7477,7479,7481,7483,7485,7487,7489,7491,7493,7495,7497,7499,7501,7503,7505,7507,7509,7511,7513,7515,7517,7519,7521,7523,7525,7527,7529,7531,7533,7535,7537,7539,7541,7543,7545,7547,7549,7551,7553,7555,7557,7559,7561,7563,7565,7567,7569,7571,7573,7575,7577,7579,7582,7584,7586,7588,7590,7592,7594,7596,7598,7600,7602,7604,7606,7608,7610,7612,7614,7616,7618,7620,7622,7625,7627,7629,7631,7633,7635,7637,7639,7641,7643,7645,7647,7649,7651,7653,7655,7657,7659,7661,7663,7665,7667,7669,7671,7673,7675,7677,7679,7681,7683,7685,7687,7689,7691,7693,7695,7697,7699,7701,7703,7705,7707,7709,7711,7713,7715,7717,7719,7721,7723,7725,7727,7729,7731,7733,7735,7737,7739,7741,7743,7745,7747,7749,7751,7753,7755,7757,7759,7761,7763,7765,7767,7769,7771,7773,7775,7777,7779,7781,7783,7785,7787,7789,7791,7793,7795,7797,7799,7801,7803,7805,7807,7809,7811,7813,7815,7817,7819,7821,7823,7825,7827,7829,7831,7833,7835,7837,7839,7841,7843,7845,7847,7849,7851,7853,7855,7857,7859,7861,7863,7865,7867,7869,7871,7873,7875,7877,7879,7881,7883,7885,7887,7889,7891,7893,7895,7897,7899,7901,7903,7905,7907,7909,7911,7913,7915,7917,7919,7921,7923,7925,7927,7929,7931,7933,7935,7937,7939,7941,7943,7945,7947,7949,7951,7953,7955,7957,7959,7961,7963,7965,7967,7969,7971,7973,7975,7977,7979,7981,7983,7985,7987,7989,7991,7993,7995,7997,7999,8001,8003,8005,8007,8009,8011,8013,8015,8017,8019,8021,8023,8025,8027,8029,8031,8033,8035,8037,8039,8041,8043,8045,8047,8049,8051,8053,8055,8057,8059,8061,8063,8065,8067,8069,8071,8073,8075,8077,8079,8081,8083,8085,8087,8089,8091,8093,8095,8097,8099,8101,8103,8105,8107,8109,8111,8113,8115,8117,8119,8121,8123,8125,8127,8129,8131,8133,8135,8137,8139,8141,8143,8145,8147,8149,8151,8153,8155,8157,8159,8161,8163,8165,8167,8169,8171,8173,8175,8177,8179,8181,8183,8185,8187,8189,8191,8193,8195,8197,8199,8201,8203,8205,8207,8209,8211,8213,8215,8217,8219,8221,8223,8225,8227,8229,8231,8233,8235,8237,8239,8241,8243,8245,8247,8249,8251,8253,8255,8257,8259,8261,8263,8265,8267,8269,8271,8273,8275,8277,8279,8281,8283,8285,8287,8289,8291,8293,8295,8297,8299,8301,8303,8305,8307,8309,8311,8313,8315,8317,8319,8321,8323,8325,8327,8329,8331,8333,8335,8337,8339,8341,8343,8345,8347,8349,8351,8353,8355,8357,8359,8361,8363,8365,8367,8369,8371,8373,8375,8377,8379,8381,8383,8385,8387,8389,8391,8393,8395,8397,8399,8401,8403,8405,8407,8409,8411,8413,8415,8417,8419,8421,8423],{"class":364,"line":365},[362,6359,369],{"class":368},[362,6361,372],{"class":368},[362,6363,376],{"class":375},[362,6365,372],{"class":368},[362,6367,38],{"class":368},[362,6369,372],{"class":368},[362,6371,6372],{"class":385},"ed421a9.d6319e8",[362,6374,372],{"class":368},[362,6376,391],{"class":368},[362,6378,372],{"class":368},[362,6380,396],{"class":375},[362,6382,372],{"class":368},[362,6384,38],{"class":368},[362,6386,372],{"class":368},[362,6388,1304],{"class":385},[362,6390,372],{"class":368},[362,6392,391],{"class":368},[362,6394,372],{"class":368},[362,6396,414],{"class":375},[362,6398,372],{"class":368},[362,6400,38],{"class":368},[362,6402,372],{"class":368},[362,6404,1321],{"class":385},[362,6406,372],{"class":368},[362,6408,391],{"class":368},[362,6410,372],{"class":368},[362,6412,432],{"class":375},[362,6414,372],{"class":368},[362,6416,38],{"class":368},[362,6418,457],{"class":368},[362,6420,391],{"class":368},[362,6422,372],{"class":368},[362,6424,1347],{"class":375},[362,6426,372],{"class":368},[362,6428,38],{"class":368},[362,6430,372],{"class":368},[362,6432,6433],{"class":385},"writemultiple",[362,6435,372],{"class":368},[362,6437,391],{"class":368},[362,6439,372],{"class":368},[362,6441,1364],{"class":375},[362,6443,372],{"class":368},[362,6445,38],{"class":368},[362,6447,372],{"class":368},[362,6449,145],{"class":385},[362,6451,372],{"class":368},[362,6453,391],{"class":368},[362,6455,372],{"class":368},[362,6457,1381],{"class":375},[362,6459,372],{"class":368},[362,6461,38],{"class":368},[362,6463,1388],{"class":524},[362,6465,391],{"class":368},[362,6467,372],{"class":368},[362,6469,1395],{"class":375},[362,6471,372],{"class":368},[362,6473,38],{"class":368},[362,6475,1402],{"class":524},[362,6477,391],{"class":368},[362,6479,372],{"class":368},[362,6481,1409],{"class":375},[362,6483,372],{"class":368},[362,6485,38],{"class":368},[362,6487,372],{"class":368},[362,6489,1418],{"class":385},[362,6491,372],{"class":368},[362,6493,391],{"class":368},[362,6495,372],{"class":368},[362,6497,1427],{"class":375},[362,6499,372],{"class":368},[362,6501,38],{"class":368},[362,6503,372],{"class":368},[362,6505,1436],{"class":385},[362,6507,372],{"class":368},[362,6509,391],{"class":368},[362,6511,372],{"class":368},[362,6513,1445],{"class":375},[362,6515,372],{"class":368},[362,6517,38],{"class":368},[362,6519,457],{"class":368},[362,6521,391],{"class":368},[362,6523,372],{"class":368},[362,6525,1458],{"class":375},[362,6527,372],{"class":368},[362,6529,38],{"class":368},[362,6531,457],{"class":368},[362,6533,391],{"class":368},[362,6535,372],{"class":368},[362,6537,1505],{"class":375},[362,6539,372],{"class":368},[362,6541,722],{"class":368},[362,6543,372],{"class":368},[362,6545,1514],{"class":375},[362,6547,372],{"class":368},[362,6549,38],{"class":368},[362,6551,457],{"class":368},[362,6553,391],{"class":368},[362,6555,372],{"class":368},[362,6557,1527],{"class":375},[362,6559,372],{"class":368},[362,6561,38],{"class":368},[362,6563,457],{"class":368},[362,6565,391],{"class":368},[362,6567,372],{"class":368},[362,6569,1541],{"class":375},[362,6571,372],{"class":368},[362,6573,38],{"class":368},[362,6575,457],{"class":368},[362,6577,391],{"class":368},[362,6579,372],{"class":368},[362,6581,1554],{"class":375},[362,6583,372],{"class":368},[362,6585,38],{"class":368},[362,6587,457],{"class":368},[362,6589,391],{"class":368},[362,6591,372],{"class":368},[362,6593,1567],{"class":375},[362,6595,372],{"class":368},[362,6597,722],{"class":368},[362,6599,372],{"class":368},[362,6601,1576],{"class":375},[362,6603,372],{"class":368},[362,6605,722],{"class":368},[362,6607,372],{"class":368},[362,6609,504],{"class":375},[362,6611,372],{"class":368},[362,6613,38],{"class":368},[362,6615,457],{"class":368},[362,6617,391],{"class":368},[362,6619,372],{"class":368},[362,6621,517],{"class":375},[362,6623,372],{"class":368},[362,6625,38],{"class":368},[362,6627,4266],{"class":524},[362,6629,391],{"class":368},[362,6631,372],{"class":368},[362,6633,532],{"class":375},[362,6635,372],{"class":368},[362,6637,38],{"class":368},[362,6639,6640],{"class":524},"420",[362,6642,391],{"class":368},[362,6644,372],{"class":368},[362,6646,545],{"class":375},[362,6648,372],{"class":368},[362,6650,550],{"class":368},[362,6652,372],{"class":368},[362,6654,6655],{"class":385},"b0788fb9285c48ea",[362,6657,372],{"class":368},[362,6659,1636],{"class":368},[362,6661,372],{"class":368},[362,6663,6664],{"class":385},"bde690208cbf2c4c",[362,6666,372],{"class":368},[362,6668,1636],{"class":368},[362,6670,372],{"class":368},[362,6672,6673],{"class":385},"0883826b4a0ca030",[362,6675,372],{"class":368},[362,6677,560],{"class":368},[362,6679,372],{"class":368},[362,6681,376],{"class":375},[362,6683,372],{"class":368},[362,6685,38],{"class":368},[362,6687,372],{"class":368},[362,6689,6690],{"class":385},"96bd763.14a9308",[362,6692,372],{"class":368},[362,6694,391],{"class":368},[362,6696,372],{"class":368},[362,6698,396],{"class":375},[362,6700,372],{"class":368},[362,6702,38],{"class":368},[362,6704,372],{"class":368},[362,6706,1876],{"class":385},[362,6708,372],{"class":368},[362,6710,391],{"class":368},[362,6712,372],{"class":368},[362,6714,414],{"class":375},[362,6716,372],{"class":368},[362,6718,38],{"class":368},[362,6720,372],{"class":368},[362,6722,1321],{"class":385},[362,6724,372],{"class":368},[362,6726,391],{"class":368},[362,6728,372],{"class":368},[362,6730,450],{"class":375},[362,6732,372],{"class":368},[362,6734,38],{"class":368},[362,6736,372],{"class":368},[362,6738,6739],{"class":385},"ns=3;i=1007",[362,6741,372],{"class":368},[362,6743,391],{"class":368},[362,6745,372],{"class":368},[362,6747,464],{"class":375},[362,6749,372],{"class":368},[362,6751,38],{"class":368},[362,6753,372],{"class":368},[362,6755,3579],{"class":385},[362,6757,372],{"class":368},[362,6759,391],{"class":368},[362,6761,372],{"class":368},[362,6763,1934],{"class":375},[362,6765,372],{"class":368},[362,6767,38],{"class":368},[362,6769,372],{"class":368},[362,6771,6772],{"class":385},"1.0",[362,6774,372],{"class":368},[362,6776,391],{"class":368},[362,6778,372],{"class":368},[362,6780,504],{"class":375},[362,6782,372],{"class":368},[362,6784,38],{"class":368},[362,6786,457],{"class":368},[362,6788,391],{"class":368},[362,6790,372],{"class":368},[362,6792,517],{"class":375},[362,6794,372],{"class":368},[362,6796,38],{"class":368},[362,6798,6799],{"class":524},"360",[362,6801,391],{"class":368},[362,6803,372],{"class":368},[362,6805,532],{"class":375},[362,6807,372],{"class":368},[362,6809,38],{"class":368},[362,6811,6812],{"class":524},"400",[362,6814,391],{"class":368},[362,6816,372],{"class":368},[362,6818,545],{"class":375},[362,6820,372],{"class":368},[362,6822,550],{"class":368},[362,6824,372],{"class":368},[362,6826,6372],{"class":385},[362,6828,372],{"class":368},[362,6830,560],{"class":368},[362,6832,372],{"class":368},[362,6834,376],{"class":375},[362,6836,372],{"class":368},[362,6838,38],{"class":368},[362,6840,372],{"class":368},[362,6842,6843],{"class":385},"d8a68c7a.a73008",[362,6845,372],{"class":368},[362,6847,391],{"class":368},[362,6849,372],{"class":368},[362,6851,396],{"class":375},[362,6853,372],{"class":368},[362,6855,38],{"class":368},[362,6857,372],{"class":368},[362,6859,590],{"class":385},[362,6861,372],{"class":368},[362,6863,391],{"class":368},[362,6865,372],{"class":368},[362,6867,414],{"class":375},[362,6869,372],{"class":368},[362,6871,38],{"class":368},[362,6873,372],{"class":368},[362,6875,1321],{"class":385},[362,6877,372],{"class":368},[362,6879,391],{"class":368},[362,6881,372],{"class":368},[362,6883,504],{"class":375},[362,6885,372],{"class":368},[362,6887,38],{"class":368},[362,6889,372],{"class":368},[362,6891,3372],{"class":385},[362,6893,372],{"class":368},[362,6895,391],{"class":368},[362,6897,372],{"class":368},[362,6899,691],{"class":375},[362,6901,372],{"class":368},[362,6903,38],{"class":368},[362,6905,457],{"class":368},[362,6907,391],{"class":368},[362,6909,372],{"class":368},[362,6911,704],{"class":375},[362,6913,372],{"class":368},[362,6915,38],{"class":368},[362,6917,457],{"class":368},[362,6919,391],{"class":368},[362,6921,372],{"class":368},[362,6923,717],{"class":375},[362,6925,372],{"class":368},[362,6927,722],{"class":368},[362,6929,372],{"class":368},[362,6931,727],{"class":375},[362,6933,372],{"class":368},[362,6935,38],{"class":368},[362,6937,734],{"class":524},[362,6939,391],{"class":368},[362,6941,372],{"class":368},[362,6943,477],{"class":375},[362,6945,372],{"class":368},[362,6947,38],{"class":368},[362,6949,457],{"class":368},[362,6951,391],{"class":368},[362,6953,372],{"class":368},[362,6955,646],{"class":375},[362,6957,372],{"class":368},[362,6959,38],{"class":368},[362,6961,457],{"class":368},[362,6963,391],{"class":368},[362,6965,372],{"class":368},[362,6967,765],{"class":375},[362,6969,372],{"class":368},[362,6971,38],{"class":368},[362,6973,372],{"class":368},[362,6975,681],{"class":385},[362,6977,372],{"class":368},[362,6979,391],{"class":368},[362,6981,372],{"class":368},[362,6983,517],{"class":375},[362,6985,372],{"class":368},[362,6987,38],{"class":368},[362,6989,6990],{"class":524},"180",[362,6992,391],{"class":368},[362,6994,372],{"class":368},[362,6996,532],{"class":375},[362,6998,372],{"class":368},[362,7000,38],{"class":368},[362,7002,6812],{"class":524},[362,7004,391],{"class":368},[362,7006,372],{"class":368},[362,7008,545],{"class":375},[362,7010,372],{"class":368},[362,7012,550],{"class":368},[362,7014,372],{"class":368},[362,7016,6690],{"class":385},[362,7018,372],{"class":368},[362,7020,560],{"class":368},[362,7022,372],{"class":368},[362,7024,376],{"class":375},[362,7026,372],{"class":368},[362,7028,38],{"class":368},[362,7030,372],{"class":368},[362,7032,7033],{"class":385},"8ae51c8c.20bd3",[362,7035,372],{"class":368},[362,7037,391],{"class":368},[362,7039,372],{"class":368},[362,7041,396],{"class":375},[362,7043,372],{"class":368},[362,7045,38],{"class":368},[362,7047,372],{"class":368},[362,7049,1876],{"class":385},[362,7051,372],{"class":368},[362,7053,391],{"class":368},[362,7055,372],{"class":368},[362,7057,414],{"class":375},[362,7059,372],{"class":368},[362,7061,38],{"class":368},[362,7063,372],{"class":368},[362,7065,1321],{"class":385},[362,7067,372],{"class":368},[362,7069,391],{"class":368},[362,7071,372],{"class":368},[362,7073,450],{"class":375},[362,7075,372],{"class":368},[362,7077,38],{"class":368},[362,7079,372],{"class":368},[362,7081,7082],{"class":385},"ns=3;i=1008",[362,7084,372],{"class":368},[362,7086,391],{"class":368},[362,7088,372],{"class":368},[362,7090,464],{"class":375},[362,7092,372],{"class":368},[362,7094,38],{"class":368},[362,7096,372],{"class":368},[362,7098,3240],{"class":385},[362,7100,372],{"class":368},[362,7102,391],{"class":368},[362,7104,372],{"class":368},[362,7106,1934],{"class":375},[362,7108,372],{"class":368},[362,7110,38],{"class":368},[362,7112,372],{"class":368},[362,7114,7115],{"class":385},"50",[362,7117,372],{"class":368},[362,7119,391],{"class":368},[362,7121,372],{"class":368},[362,7123,504],{"class":375},[362,7125,372],{"class":368},[362,7127,38],{"class":368},[362,7129,457],{"class":368},[362,7131,391],{"class":368},[362,7133,372],{"class":368},[362,7135,517],{"class":375},[362,7137,372],{"class":368},[362,7139,38],{"class":368},[362,7141,6799],{"class":524},[362,7143,391],{"class":368},[362,7145,372],{"class":368},[362,7147,532],{"class":375},[362,7149,372],{"class":368},[362,7151,38],{"class":368},[362,7153,4070],{"class":524},[362,7155,391],{"class":368},[362,7157,372],{"class":368},[362,7159,545],{"class":375},[362,7161,372],{"class":368},[362,7163,550],{"class":368},[362,7165,372],{"class":368},[362,7167,6372],{"class":385},[362,7169,372],{"class":368},[362,7171,560],{"class":368},[362,7173,372],{"class":368},[362,7175,376],{"class":375},[362,7177,372],{"class":368},[362,7179,38],{"class":368},[362,7181,372],{"class":368},[362,7183,7184],{"class":385},"1335adce.7f46ba",[362,7186,372],{"class":368},[362,7188,391],{"class":368},[362,7190,372],{"class":368},[362,7192,396],{"class":375},[362,7194,372],{"class":368},[362,7196,38],{"class":368},[362,7198,372],{"class":368},[362,7200,590],{"class":385},[362,7202,372],{"class":368},[362,7204,391],{"class":368},[362,7206,372],{"class":368},[362,7208,414],{"class":375},[362,7210,372],{"class":368},[362,7212,38],{"class":368},[362,7214,372],{"class":368},[362,7216,1321],{"class":385},[362,7218,372],{"class":368},[362,7220,391],{"class":368},[362,7222,372],{"class":368},[362,7224,504],{"class":375},[362,7226,372],{"class":368},[362,7228,38],{"class":368},[362,7230,372],{"class":368},[362,7232,3372],{"class":385},[362,7234,372],{"class":368},[362,7236,391],{"class":368},[362,7238,372],{"class":368},[362,7240,691],{"class":375},[362,7242,372],{"class":368},[362,7244,38],{"class":368},[362,7246,457],{"class":368},[362,7248,391],{"class":368},[362,7250,372],{"class":368},[362,7252,704],{"class":375},[362,7254,372],{"class":368},[362,7256,38],{"class":368},[362,7258,457],{"class":368},[362,7260,391],{"class":368},[362,7262,372],{"class":368},[362,7264,717],{"class":375},[362,7266,372],{"class":368},[362,7268,722],{"class":368},[362,7270,372],{"class":368},[362,7272,727],{"class":375},[362,7274,372],{"class":368},[362,7276,38],{"class":368},[362,7278,734],{"class":524},[362,7280,391],{"class":368},[362,7282,372],{"class":368},[362,7284,477],{"class":375},[362,7286,372],{"class":368},[362,7288,38],{"class":368},[362,7290,457],{"class":368},[362,7292,391],{"class":368},[362,7294,372],{"class":368},[362,7296,646],{"class":375},[362,7298,372],{"class":368},[362,7300,38],{"class":368},[362,7302,457],{"class":368},[362,7304,391],{"class":368},[362,7306,372],{"class":368},[362,7308,765],{"class":375},[362,7310,372],{"class":368},[362,7312,38],{"class":368},[362,7314,372],{"class":368},[362,7316,681],{"class":385},[362,7318,372],{"class":368},[362,7320,391],{"class":368},[362,7322,372],{"class":368},[362,7324,517],{"class":375},[362,7326,372],{"class":368},[362,7328,38],{"class":368},[362,7330,6990],{"class":524},[362,7332,391],{"class":368},[362,7334,372],{"class":368},[362,7336,532],{"class":375},[362,7338,372],{"class":368},[362,7340,38],{"class":368},[362,7342,4070],{"class":524},[362,7344,391],{"class":368},[362,7346,372],{"class":368},[362,7348,545],{"class":375},[362,7350,372],{"class":368},[362,7352,550],{"class":368},[362,7354,372],{"class":368},[362,7356,7033],{"class":385},[362,7358,372],{"class":368},[362,7360,560],{"class":368},[362,7362,372],{"class":368},[362,7364,376],{"class":375},[362,7366,372],{"class":368},[362,7368,38],{"class":368},[362,7370,372],{"class":368},[362,7372,7373],{"class":385},"2c050a3d.91f496",[362,7375,372],{"class":368},[362,7377,391],{"class":368},[362,7379,372],{"class":368},[362,7381,396],{"class":375},[362,7383,372],{"class":368},[362,7385,38],{"class":368},[362,7387,372],{"class":368},[362,7389,590],{"class":385},[362,7391,372],{"class":368},[362,7393,391],{"class":368},[362,7395,372],{"class":368},[362,7397,414],{"class":375},[362,7399,372],{"class":368},[362,7401,38],{"class":368},[362,7403,372],{"class":368},[362,7405,1321],{"class":385},[362,7407,372],{"class":368},[362,7409,391],{"class":368},[362,7411,372],{"class":368},[362,7413,504],{"class":375},[362,7415,372],{"class":368},[362,7417,38],{"class":368},[362,7419,372],{"class":368},[362,7421,7422],{"class":385},"Write multiple items",[362,7424,372],{"class":368},[362,7426,391],{"class":368},[362,7428,372],{"class":368},[362,7430,627],{"class":375},[362,7432,372],{"class":368},[362,7434,632],{"class":368},[362,7436,372],{"class":368},[362,7438,12],{"class":637},[362,7440,372],{"class":368},[362,7442,38],{"class":368},[362,7444,372],{"class":368},[362,7446,646],{"class":385},[362,7448,372],{"class":368},[362,7450,651],{"class":368},[362,7452,372],{"class":368},[362,7454,12],{"class":637},[362,7456,372],{"class":368},[362,7458,38],{"class":368},[362,7460,372],{"class":368},[362,7462,477],{"class":385},[362,7464,372],{"class":368},[362,7466,391],{"class":368},[362,7468,372],{"class":368},[362,7470,672],{"class":637},[362,7472,372],{"class":368},[362,7474,38],{"class":368},[362,7476,372],{"class":368},[362,7478,681],{"class":385},[362,7480,372],{"class":368},[362,7482,686],{"class":368},[362,7484,372],{"class":368},[362,7486,691],{"class":375},[362,7488,372],{"class":368},[362,7490,38],{"class":368},[362,7492,457],{"class":368},[362,7494,391],{"class":368},[362,7496,372],{"class":368},[362,7498,704],{"class":375},[362,7500,372],{"class":368},[362,7502,38],{"class":368},[362,7504,457],{"class":368},[362,7506,391],{"class":368},[362,7508,372],{"class":368},[362,7510,717],{"class":375},[362,7512,372],{"class":368},[362,7514,722],{"class":368},[362,7516,372],{"class":368},[362,7518,727],{"class":375},[362,7520,372],{"class":368},[362,7522,38],{"class":368},[362,7524,734],{"class":524},[362,7526,391],{"class":368},[362,7528,372],{"class":368},[362,7530,477],{"class":375},[362,7532,372],{"class":368},[362,7534,38],{"class":368},[362,7536,372],{"class":368},[362,7538,6433],{"class":385},[362,7540,372],{"class":368},[362,7542,391],{"class":368},[362,7544,372],{"class":368},[362,7546,646],{"class":375},[362,7548,372],{"class":368},[362,7550,38],{"class":368},[362,7552,457],{"class":368},[362,7554,391],{"class":368},[362,7556,372],{"class":368},[362,7558,765],{"class":375},[362,7560,372],{"class":368},[362,7562,38],{"class":368},[362,7564,372],{"class":368},[362,7566,681],{"class":385},[362,7568,372],{"class":368},[362,7570,391],{"class":368},[362,7572,372],{"class":368},[362,7574,517],{"class":375},[362,7576,372],{"class":368},[362,7578,38],{"class":368},[362,7580,7581],{"class":524},"350",[362,7583,391],{"class":368},[362,7585,372],{"class":368},[362,7587,532],{"class":375},[362,7589,372],{"class":368},[362,7591,38],{"class":368},[362,7593,6799],{"class":524},[362,7595,391],{"class":368},[362,7597,372],{"class":368},[362,7599,545],{"class":375},[362,7601,372],{"class":368},[362,7603,550],{"class":368},[362,7605,372],{"class":368},[362,7607,6372],{"class":385},[362,7609,372],{"class":368},[362,7611,560],{"class":368},[362,7613,372],{"class":368},[362,7615,376],{"class":375},[362,7617,372],{"class":368},[362,7619,38],{"class":368},[362,7621,372],{"class":368},[362,7623,7624],{"class":385},"690e4f9f.faeca",[362,7626,372],{"class":368},[362,7628,391],{"class":368},[362,7630,372],{"class":368},[362,7632,396],{"class":375},[362,7634,372],{"class":368},[362,7636,38],{"class":368},[362,7638,372],{"class":368},[362,7640,590],{"class":385},[362,7642,372],{"class":368},[362,7644,391],{"class":368},[362,7646,372],{"class":368},[362,7648,414],{"class":375},[362,7650,372],{"class":368},[362,7652,38],{"class":368},[362,7654,372],{"class":368},[362,7656,1321],{"class":385},[362,7658,372],{"class":368},[362,7660,391],{"class":368},[362,7662,372],{"class":368},[362,7664,504],{"class":375},[362,7666,372],{"class":368},[362,7668,38],{"class":368},[362,7670,372],{"class":368},[362,7672,4150],{"class":385},[362,7674,372],{"class":368},[362,7676,391],{"class":368},[362,7678,372],{"class":368},[362,7680,627],{"class":375},[362,7682,372],{"class":368},[362,7684,632],{"class":368},[362,7686,372],{"class":368},[362,7688,12],{"class":637},[362,7690,372],{"class":368},[362,7692,38],{"class":368},[362,7694,372],{"class":368},[362,7696,646],{"class":385},[362,7698,372],{"class":368},[362,7700,651],{"class":368},[362,7702,372],{"class":368},[362,7704,12],{"class":637},[362,7706,372],{"class":368},[362,7708,38],{"class":368},[362,7710,372],{"class":368},[362,7712,477],{"class":385},[362,7714,372],{"class":368},[362,7716,391],{"class":368},[362,7718,372],{"class":368},[362,7720,672],{"class":637},[362,7722,372],{"class":368},[362,7724,38],{"class":368},[362,7726,372],{"class":368},[362,7728,681],{"class":385},[362,7730,372],{"class":368},[362,7732,686],{"class":368},[362,7734,372],{"class":368},[362,7736,691],{"class":375},[362,7738,372],{"class":368},[362,7740,38],{"class":368},[362,7742,457],{"class":368},[362,7744,391],{"class":368},[362,7746,372],{"class":368},[362,7748,704],{"class":375},[362,7750,372],{"class":368},[362,7752,38],{"class":368},[362,7754,457],{"class":368},[362,7756,391],{"class":368},[362,7758,372],{"class":368},[362,7760,717],{"class":375},[362,7762,372],{"class":368},[362,7764,722],{"class":368},[362,7766,372],{"class":368},[362,7768,727],{"class":375},[362,7770,372],{"class":368},[362,7772,38],{"class":368},[362,7774,734],{"class":524},[362,7776,391],{"class":368},[362,7778,372],{"class":368},[362,7780,477],{"class":375},[362,7782,372],{"class":368},[362,7784,38],{"class":368},[362,7786,372],{"class":368},[362,7788,4211],{"class":385},[362,7790,372],{"class":368},[362,7792,391],{"class":368},[362,7794,372],{"class":368},[362,7796,646],{"class":375},[362,7798,372],{"class":368},[362,7800,38],{"class":368},[362,7802,457],{"class":368},[362,7804,391],{"class":368},[362,7806,372],{"class":368},[362,7808,765],{"class":375},[362,7810,372],{"class":368},[362,7812,38],{"class":368},[362,7814,372],{"class":368},[362,7816,681],{"class":385},[362,7818,372],{"class":368},[362,7820,391],{"class":368},[362,7822,372],{"class":368},[362,7824,517],{"class":375},[362,7826,372],{"class":368},[362,7828,38],{"class":368},[362,7830,7581],{"class":524},[362,7832,391],{"class":368},[362,7834,372],{"class":368},[362,7836,532],{"class":375},[362,7838,372],{"class":368},[362,7840,38],{"class":368},[362,7842,3292],{"class":524},[362,7844,391],{"class":368},[362,7846,372],{"class":368},[362,7848,545],{"class":375},[362,7850,372],{"class":368},[362,7852,550],{"class":368},[362,7854,372],{"class":368},[362,7856,6372],{"class":385},[362,7858,372],{"class":368},[362,7860,560],{"class":368},[362,7862,372],{"class":368},[362,7864,376],{"class":375},[362,7866,372],{"class":368},[362,7868,38],{"class":368},[362,7870,372],{"class":368},[362,7872,6655],{"class":385},[362,7874,372],{"class":368},[362,7876,391],{"class":368},[362,7878,372],{"class":368},[362,7880,396],{"class":375},[362,7882,372],{"class":368},[362,7884,38],{"class":368},[362,7886,372],{"class":368},[362,7888,848],{"class":385},[362,7890,372],{"class":368},[362,7892,391],{"class":368},[362,7894,372],{"class":368},[362,7896,414],{"class":375},[362,7898,372],{"class":368},[362,7900,38],{"class":368},[362,7902,372],{"class":368},[362,7904,1321],{"class":385},[362,7906,372],{"class":368},[362,7908,391],{"class":368},[362,7910,372],{"class":368},[362,7912,504],{"class":375},[362,7914,372],{"class":368},[362,7916,38],{"class":368},[362,7918,372],{"class":368},[362,7920,1715],{"class":385},[362,7922,372],{"class":368},[362,7924,391],{"class":368},[362,7926,372],{"class":368},[362,7928,890],{"class":375},[362,7930,372],{"class":368},[362,7932,895],{"class":368},[362,7934,372],{"class":368},[362,7936,900],{"class":375},[362,7938,372],{"class":368},[362,7940,895],{"class":368},[362,7942,372],{"class":368},[362,7944,909],{"class":375},[362,7946,372],{"class":368},[362,7948,722],{"class":368},[362,7950,372],{"class":368},[362,7952,918],{"class":375},[362,7954,372],{"class":368},[362,7956,722],{"class":368},[362,7958,372],{"class":368},[362,7960,927],{"class":375},[362,7962,372],{"class":368},[362,7964,38],{"class":368},[362,7966,372],{"class":368},[362,7968,646],{"class":385},[362,7970,372],{"class":368},[362,7972,391],{"class":368},[362,7974,372],{"class":368},[362,7976,1772],{"class":375},[362,7978,372],{"class":368},[362,7980,38],{"class":368},[362,7982,372],{"class":368},[362,7984,1781],{"class":385},[362,7986,372],{"class":368},[362,7988,391],{"class":368},[362,7990,372],{"class":368},[362,7992,945],{"class":375},[362,7994,372],{"class":368},[362,7996,38],{"class":368},[362,7998,457],{"class":368},[362,8000,391],{"class":368},[362,8002,372],{"class":368},[362,8004,958],{"class":375},[362,8006,372],{"class":368},[362,8008,38],{"class":368},[362,8010,372],{"class":368},[362,8012,967],{"class":385},[362,8014,372],{"class":368},[362,8016,391],{"class":368},[362,8018,372],{"class":368},[362,8020,517],{"class":375},[362,8022,372],{"class":368},[362,8024,38],{"class":368},[362,8026,982],{"class":524},[362,8028,391],{"class":368},[362,8030,372],{"class":368},[362,8032,532],{"class":375},[362,8034,372],{"class":368},[362,8036,38],{"class":368},[362,8038,3279],{"class":524},[362,8040,391],{"class":368},[362,8042,372],{"class":368},[362,8044,545],{"class":375},[362,8046,372],{"class":368},[362,8048,1005],{"class":368},[362,8050,372],{"class":368},[362,8052,376],{"class":375},[362,8054,372],{"class":368},[362,8056,38],{"class":368},[362,8058,372],{"class":368},[362,8060,6664],{"class":385},[362,8062,372],{"class":368},[362,8064,391],{"class":368},[362,8066,372],{"class":368},[362,8068,396],{"class":375},[362,8070,372],{"class":368},[362,8072,38],{"class":368},[362,8074,372],{"class":368},[362,8076,848],{"class":385},[362,8078,372],{"class":368},[362,8080,391],{"class":368},[362,8082,372],{"class":368},[362,8084,414],{"class":375},[362,8086,372],{"class":368},[362,8088,38],{"class":368},[362,8090,372],{"class":368},[362,8092,1321],{"class":385},[362,8094,372],{"class":368},[362,8096,391],{"class":368},[362,8098,372],{"class":368},[362,8100,504],{"class":375},[362,8102,372],{"class":368},[362,8104,38],{"class":368},[362,8106,372],{"class":368},[362,8108,2307],{"class":385},[362,8110,372],{"class":368},[362,8112,391],{"class":368},[362,8114,372],{"class":368},[362,8116,890],{"class":375},[362,8118,372],{"class":368},[362,8120,895],{"class":368},[362,8122,372],{"class":368},[362,8124,900],{"class":375},[362,8126,372],{"class":368},[362,8128,895],{"class":368},[362,8130,372],{"class":368},[362,8132,909],{"class":375},[362,8134,372],{"class":368},[362,8136,722],{"class":368},[362,8138,372],{"class":368},[362,8140,918],{"class":375},[362,8142,372],{"class":368},[362,8144,722],{"class":368},[362,8146,372],{"class":368},[362,8148,927],{"class":375},[362,8150,372],{"class":368},[362,8152,38],{"class":368},[362,8154,372],{"class":368},[362,8156,646],{"class":385},[362,8158,372],{"class":368},[362,8160,391],{"class":368},[362,8162,372],{"class":368},[362,8164,1772],{"class":375},[362,8166,372],{"class":368},[362,8168,38],{"class":368},[362,8170,372],{"class":368},[362,8172,1781],{"class":385},[362,8174,372],{"class":368},[362,8176,391],{"class":368},[362,8178,372],{"class":368},[362,8180,945],{"class":375},[362,8182,372],{"class":368},[362,8184,38],{"class":368},[362,8186,457],{"class":368},[362,8188,391],{"class":368},[362,8190,372],{"class":368},[362,8192,958],{"class":375},[362,8194,372],{"class":368},[362,8196,38],{"class":368},[362,8198,372],{"class":368},[362,8200,967],{"class":385},[362,8202,372],{"class":368},[362,8204,391],{"class":368},[362,8206,372],{"class":368},[362,8208,517],{"class":375},[362,8210,372],{"class":368},[362,8212,38],{"class":368},[362,8214,2414],{"class":524},[362,8216,391],{"class":368},[362,8218,372],{"class":368},[362,8220,532],{"class":375},[362,8222,372],{"class":368},[362,8224,38],{"class":368},[362,8226,6640],{"class":524},[362,8228,391],{"class":368},[362,8230,372],{"class":368},[362,8232,545],{"class":375},[362,8234,372],{"class":368},[362,8236,1005],{"class":368},[362,8238,372],{"class":368},[362,8240,376],{"class":375},[362,8242,372],{"class":368},[362,8244,38],{"class":368},[362,8246,372],{"class":368},[362,8248,6673],{"class":385},[362,8250,372],{"class":368},[362,8252,391],{"class":368},[362,8254,372],{"class":368},[362,8256,396],{"class":375},[362,8258,372],{"class":368},[362,8260,38],{"class":368},[362,8262,372],{"class":368},[362,8264,848],{"class":385},[362,8266,372],{"class":368},[362,8268,391],{"class":368},[362,8270,372],{"class":368},[362,8272,414],{"class":375},[362,8274,372],{"class":368},[362,8276,38],{"class":368},[362,8278,372],{"class":368},[362,8280,1321],{"class":385},[362,8282,372],{"class":368},[362,8284,391],{"class":368},[362,8286,372],{"class":368},[362,8288,504],{"class":375},[362,8290,372],{"class":368},[362,8292,38],{"class":368},[362,8294,372],{"class":368},[362,8296,4723],{"class":385},[362,8298,372],{"class":368},[362,8300,391],{"class":368},[362,8302,372],{"class":368},[362,8304,890],{"class":375},[362,8306,372],{"class":368},[362,8308,895],{"class":368},[362,8310,372],{"class":368},[362,8312,900],{"class":375},[362,8314,372],{"class":368},[362,8316,895],{"class":368},[362,8318,372],{"class":368},[362,8320,909],{"class":375},[362,8322,372],{"class":368},[362,8324,722],{"class":368},[362,8326,372],{"class":368},[362,8328,918],{"class":375},[362,8330,372],{"class":368},[362,8332,722],{"class":368},[362,8334,372],{"class":368},[362,8336,927],{"class":375},[362,8338,372],{"class":368},[362,8340,38],{"class":368},[362,8342,372],{"class":368},[362,8344,646],{"class":385},[362,8346,372],{"class":368},[362,8348,391],{"class":368},[362,8350,372],{"class":368},[362,8352,1772],{"class":375},[362,8354,372],{"class":368},[362,8356,38],{"class":368},[362,8358,372],{"class":368},[362,8360,1781],{"class":385},[362,8362,372],{"class":368},[362,8364,391],{"class":368},[362,8366,372],{"class":368},[362,8368,945],{"class":375},[362,8370,372],{"class":368},[362,8372,38],{"class":368},[362,8374,457],{"class":368},[362,8376,391],{"class":368},[362,8378,372],{"class":368},[362,8380,958],{"class":375},[362,8382,372],{"class":368},[362,8384,38],{"class":368},[362,8386,372],{"class":368},[362,8388,967],{"class":385},[362,8390,372],{"class":368},[362,8392,391],{"class":368},[362,8394,372],{"class":368},[362,8396,517],{"class":375},[362,8398,372],{"class":368},[362,8400,38],{"class":368},[362,8402,2604],{"class":524},[362,8404,391],{"class":368},[362,8406,372],{"class":368},[362,8408,532],{"class":375},[362,8410,372],{"class":368},[362,8412,38],{"class":368},[362,8414,4463],{"class":524},[362,8416,391],{"class":368},[362,8418,372],{"class":368},[362,8420,545],{"class":375},[362,8422,372],{"class":368},[362,8424,4854],{"class":368},[68,8426,8428],{"id":8427},"whats-next","What’s Next",[12,8430,8431],{},"You’ve now mastered the fundamentals of OPC UA integration, connecting to servers, browsing tags, and reading or writing data. These core building blocks lay the foundation for powerful industrial automation.",[12,8433,8434,8435,8438],{},"In real deployments, you will want more than Inject nodes and debug panels. With ",[18,8436,8437],{},"FlowFuse Dashboard 2.0",", you can build full operator interfaces, live gauges, control buttons, trend charts, fully connected to your OPC UA data.",[12,8440,8441],{},"This guide covered the basics, but OPC UA offers far more. In the next article, we will explore:",[40,8443,8444,8447,8450,8453],{},[43,8445,8446],{},"Subscriptions for real-time monitoring without polling",[43,8448,8449],{},"Events and alarms directly from equipment",[43,8451,8452],{},"Historical data queries for trend analysis",[43,8454,8455],{},"Method calls to execute functions on your devices",[12,8457,8458,8459,8461],{},"When it is time to move beyond prototypes, ",[18,8460,37],{}," delivers what industrial systems truly need, remote device management, instant rollbacks with full version control, built-in team collaboration, and high availability you can trust.",[12,8463,8464,8465,8469],{},"If you’re ready to simplify your OPC UA integration and scale industrial workflows with Node-RED, ",[145,8466,8468],{"href":147,"rel":8467},[149],"start your free trial"," of FlowFuse today.",[12,8471,8472,8473,8477],{},"OPC UA is one of several protocols FlowFuse uses to connect PLCs to MQTT, cloud platforms, and enterprise systems. See the ",[145,8474,8476],{"href":8475},"\u002Flanding\u002Fplc\u002F","FlowFuse PLC integration overview"," for EtherNet\u002FIP, Siemens S7, Modbus, and more.",[8479,8480,8481],"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 .sbssI, html code.shiki .sbssI{--shiki-light:#F76D47;--shiki-default:#F78C6C;--shiki-dark:#F78C6C}html pre.shiki code .sBMFI, html code.shiki .sBMFI{--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B}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);}",{"title":284,"searchDepth":8483,"depth":8483,"links":8484},4,[8485,8493,8509],{"id":70,"depth":2783,"text":71,"children":8486},[8487,8489,8490,8491,8492],{"id":78,"depth":8488,"text":79},3,{"id":85,"depth":8488,"text":86},{"id":92,"depth":8488,"text":93},{"id":99,"depth":8488,"text":100},{"id":106,"depth":8488,"text":107},{"id":113,"depth":2783,"text":114,"children":8494},[8495,8496,8499,8500,8501,8505],{"id":123,"depth":8488,"text":124},{"id":153,"depth":8488,"text":154,"children":8497},[8498],{"id":161,"depth":8483,"text":162},{"id":212,"depth":8488,"text":213},{"id":294,"depth":8488,"text":295},{"id":1141,"depth":8488,"text":1142,"children":8502},[8503,8504],{"id":1148,"depth":8483,"text":1149},{"id":2757,"depth":8483,"text":2758},{"id":4857,"depth":8488,"text":4858,"children":8506},[8507,8508],{"id":4864,"depth":8483,"text":4865},{"id":6259,"depth":8483,"text":6260},{"id":8427,"depth":2783,"text":8428},null,"2025-07-16","OPC UA tutorial: Connect Node-RED to industrial PLCs step-by-step. Configure Kepware endpoints, read\u002Fwrite Siemens S7 tags, browse Allen-Bradley data. Free guide.","md","\u002Fblog\u002F2025\u002F07\u002Fimages\u002Fopcua-tutorial.png",{"keywords":8516,"excerpt":8517},"OPC UA Node-RED tutorial, connect PLC to Node-RED, OPC UA example, Node-RED industrial IoT, OPC UA browser Node-RED, read PLC data Node-RED, OPC UA client configuration, Kepware Node-RED, OPC UA port 4840, industrial automation tutorial",{"type":9,"value":8518},[8519],[12,8520,14],{},true,"\u002Fblog\u002F2025\u002F07\u002Freading-and-writing-plc-data-using-opc-ua",{"title":5,"description":8512},{"loc":8522},"blog\u002F2025\u002F07\u002Freading-and-writing-plc-data-using-opc-ua","A practical guide to accessing industrial data through OPC UA server gateways",[8528,8529,8530],"flowfuse","opcua","plc","OPC UA is the industry-standard protocol that provides a universal language for connecting PLCs, SCADA systems, HMIs, and enterprise applications from any vendor. This hands-on tutorial shows how to use Node-RED and FlowFuse to connect to any OPC UA server, browse available tags, and read and write real-time values from industrial equipment using the OPC UA Browser node for discovering Node IDs.","tAdWlP4lwxuLBQkczHyKkrMGb3GtRH3XoUJrUiK1jlk",{"id":8534,"extension":8535,"meta":8536,"sections":8537,"stem":8926,"__hash__":8927},"featureCatalog\u002Ffeature-catalog.yml","yml",{},[8538,8589,8690,8752,8829,8908],{"id":8539,"title":8540,"features":8541},"ai-automation","AI & Automation",[8542,8552,8562,8572,8578,8584],{"id":8543,"title":8544,"description":8545,"docsLink":8546,"changelog":8547,"tiers":8551},"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",[8548],{"url":8549,"release":8550},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner\u002F","2.28",{"edge":8521,"hub":8521,"fleet":8521},{"id":8553,"title":8554,"description":8555,"docsLink":8556,"changelog":8557,"subfeature":8521,"showOnPricing":8560,"tiers":8561},"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",[8558],{"url":8559,"release":8550},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context\u002F",false,{"edge":8521,"hub":8521,"fleet":8521},{"id":8563,"title":8564,"description":8565,"docsLink":8566,"changelog":8567,"subfeature":8521,"showOnPricing":8560,"tiers":8571},"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",[8568],{"url":8569,"release":8570},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building\u002F","2.30",{"edge":8521,"hub":8521,"fleet":8521},{"id":8573,"title":8574,"description":8575,"docsLink":8576,"subfeature":8521,"beta":8521,"showOnPricing":8560,"tiers":8577},"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":8521,"hub":8521,"fleet":8521},{"id":8579,"title":8580,"description":8581,"docsLink":8582,"tiers":8583},"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":8521,"hub":8521,"fleet":8521},{"id":8585,"title":8586,"description":8587,"tiers":8588},"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":8521,"hub":8521,"fleet":8521},{"id":8590,"title":8591,"features":8592},"build","Build",[8593,8599,8605,8615,8621,8627,8631,8637,8643,8651,8657,8661,8665,8674,8682],{"id":8594,"title":8595,"description":8596,"docsLink":8597,"tiers":8598},"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":8521,"hub":8560,"fleet":8521},{"id":8600,"title":8601,"description":8602,"docsLink":8603,"tiers":8604},"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":8521,"hub":8521,"fleet":8521},{"id":8606,"title":8607,"description":8608,"docsLink":8609,"changelog":8610,"tiers":8614},"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",[8611],{"url":8612,"release":8613},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation\u002F","2.33",{"edge":8521,"hub":8521,"fleet":8521},{"id":8616,"title":8617,"description":8618,"docsLink":8619,"tiers":8620},"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":8521,"hub":8521,"fleet":8521},{"id":8622,"title":8623,"description":8624,"docsLink":8625,"showOnPricing":8560,"tiers":8626},"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":8521,"hub":8521,"fleet":8521},{"id":8628,"title":8629,"showOnPricing":8560,"tiers":8630},"static-assets","Static Assets",{"edge":8521,"hub":8521,"fleet":8521},{"id":8632,"title":8633,"description":8634,"docsLink":8635,"tiers":8636},"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":8521,"hub":8521,"fleet":8521},{"id":8638,"title":8639,"description":8640,"docsLink":8641,"tiers":8642},"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":8521,"hub":8521,"fleet":8521},{"id":8644,"title":8645,"description":8646,"changelog":8647,"subfeature":8521,"showOnPricing":8560,"tiers":8650},"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.",[8648],{"url":8649,"release":8613},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards\u002F",{"edge":8521,"hub":8521,"fleet":8521},{"id":8652,"title":8653,"description":8654,"docsLink":8655,"tiers":8656},"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":8521,"hub":8521,"fleet":8521},{"id":8658,"title":8659,"subfeature":8521,"showOnPricing":8560,"tiers":8660},"blueprints-ot-apps","Blueprints - OT APPS",{"edge":8521,"hub":8560,"fleet":8521},{"id":8662,"title":8663,"subfeature":8521,"showOnPricing":8560,"tiers":8664},"blueprints-it-apps","Blueprints - IT APPS",{"edge":8560,"hub":8521,"fleet":8560},{"id":8666,"title":8667,"description":8668,"changelog":8669,"showOnPricing":8560,"tiers":8673},"immersive-editor-snapshots","Snapshot Details in Immersive Editor","View and manage snapshot details directly inside the immersive editor without leaving your editing session.",[8670],{"url":8671,"release":8672},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor\u002F","2.29",{"edge":8521,"hub":8521,"fleet":8521},{"id":8675,"title":8676,"description":8677,"changelog":8678,"showOnPricing":8560,"tiers":8681},"immersive-editor-drawer","Customisable Immersive Editor Drawer","Pin, move, resize, or full-screen the immersive editor drawer. Your preferences are remembered between sessions.",[8679],{"url":8680,"release":8570},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer\u002F",{"edge":8521,"hub":8521,"fleet":8521},{"id":8683,"title":8684,"description":8685,"changelog":8686,"showOnPricing":8560,"tiers":8689},"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.",[8687],{"url":8688,"release":8672},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title\u002F",{"edge":8521,"hub":8521,"fleet":8521},{"id":8691,"title":8692,"features":8693},"deploy","Deploy",[8694,8700,8709,8715,8721,8727,8733,8739,8744],{"id":8695,"title":8696,"description":8697,"docsLink":8698,"tiers":8699},"hosted-instances","Cloud Instances","Run Node-RED instances managed and hosted by FlowFuse.","\u002Fdocs\u002Fuser\u002Fintroduction\u002F#creating-a-node-red-instance",{"edge":8521,"hub":8521,"fleet":8521},{"id":8701,"title":8702,"description":8703,"docsLink":8704,"changelog":8705,"tiers":8708},"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",[8706],{"url":8707,"release":8550},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options\u002F",{"edge":8521,"hub":8560,"fleet":8521},{"id":8710,"title":8711,"description":8712,"docsLink":8713,"tiers":8714},"custom-hostnames","Custom Hostnames","Access your Node-RED application via your own domain name.","\u002Fdocs\u002Fuser\u002Fcustom-hostnames\u002F",{"edge":8560,"hub":8521,"fleet":8560},{"id":8716,"title":8717,"description":8718,"docsLink":8719,"tiers":8720},"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":8521,"hub":8560,"fleet":8521},{"id":8722,"title":8723,"description":8724,"docsLink":8725,"showOnPricing":8560,"tiers":8726},"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":8521,"hub":8521,"fleet":8521},{"id":8728,"title":8729,"description":8730,"docsLink":8731,"tiers":8732},"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":8521,"hub":8521,"fleet":8521},{"id":8734,"title":8735,"description":8736,"docsLink":8737,"tiers":8738},"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":8560,"hub":8521,"fleet":8560},{"id":8740,"title":8741,"description":8742,"docsLink":8737,"subfeature":8521,"showOnPricing":8560,"tiers":8743},"git-integration-github","GitHub","Push and pull snapshots to GitHub repositories through DevOps Pipeline Git Stages.",{"edge":8560,"hub":8521,"fleet":8560},{"id":8745,"title":8746,"description":8747,"docsLink":8737,"changelog":8748,"subfeature":8521,"showOnPricing":8560,"tiers":8751},"git-integration-azure","Azure DevOps","Push and pull snapshots to Azure DevOps repositories through DevOps Pipeline Git Stages.",[8749],{"url":8750,"release":8672},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops\u002F",{"edge":8560,"hub":8521,"fleet":8560},{"id":8753,"title":8754,"features":8755},"operate-maintain","Operate & Maintain",[8756,8762,8768,8773,8781,8785,8789,8794,8800,8806,8811,8817,8821,8825],{"id":8757,"title":8758,"description":8759,"docsLink":8760,"tiers":8761},"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":8521,"hub":8521,"fleet":8521},{"id":8763,"title":8764,"description":8765,"docsLink":8766,"subfeature":8521,"showOnPricing":8560,"tiers":8767},"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":8521,"hub":8521,"fleet":8521},{"id":8769,"title":8770,"description":8771,"docsLink":8766,"subfeature":8521,"showOnPricing":8560,"tiers":8772},"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":8521,"hub":8521,"fleet":8521},{"id":8774,"title":8775,"description":8776,"changelog":8777,"subfeature":8521,"showOnPricing":8560,"tiers":8780},"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.",[8778],{"url":8779,"release":8672},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer\u002F",{"edge":8521,"hub":8521,"fleet":8521},{"id":8782,"title":8783,"subfeature":8521,"showOnPricing":8560,"tiers":8784},"version-history-timeline","Version History Timeline",{"edge":8521,"hub":8521,"fleet":8521},{"id":8786,"title":8787,"tiers":8788},"unlimited-workflow-executions","Unlimited Workflow Executions",{"edge":8521,"hub":8521,"fleet":8521},{"id":8790,"title":8791,"description":8792,"tiers":8793},"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":8521,"hub":8560,"fleet":8521},{"id":8795,"title":8796,"description":8797,"docsLink":8798,"tiers":8799},"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":8521,"hub":8560,"fleet":8521},{"id":8801,"title":8802,"description":8803,"docsLink":8804,"tiers":8805},"high-availability","High Availability","Leverage horizontal scaling for reliable and scalable processing of your data through Node-RED.","\u002Fdocs\u002Fuser\u002Fhigh-availability\u002F",{"edge":8560,"hub":8521,"fleet":8560},{"id":8807,"title":8808,"description":8809,"tiers":8810},"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":8521,"hub":8521,"fleet":8521},{"id":8812,"title":8813,"description":8814,"docsLink":8815,"subfeature":8521,"showOnPricing":8560,"tiers":8816},"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":8521,"hub":8521,"fleet":8521},{"id":8818,"title":8819,"subfeature":8521,"showOnPricing":8560,"tiers":8820},"email-alerts","Email Alerts",{"edge":8521,"hub":8521,"fleet":8521},{"id":8822,"title":8823,"showOnPricing":8560,"tiers":8824},"api-debug-length-limit","API\u002FDebug Length Limit",{"edge":8521,"hub":8521,"fleet":8521},{"id":8826,"title":8827,"tiers":8828},"protected-instances","Protected Instances",{"edge":8560,"hub":8521,"fleet":8560},{"id":8830,"title":8831,"features":8832},"govern-secure","Govern and Secure",[8833,8842,8848,8854,8859,8865,8871,8877,8885,8891,8897,8903],{"id":8834,"title":8835,"description":8836,"docsLink":8837,"changelog":8838,"tiers":8841},"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",[8839],{"url":8840,"release":8613},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups\u002F",{"edge":8521,"hub":8521,"fleet":8521},{"id":8843,"title":8844,"description":8845,"docsLink":8846,"tiers":8847},"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":8521,"hub":8521,"fleet":8521},{"id":8849,"title":8850,"description":8851,"docsLink":8852,"tiers":8853},"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":8560,"hub":8521,"fleet":8521},{"id":8855,"title":8856,"description":8857,"tiers":8858},"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":8521,"hub":8560,"fleet":8560},{"id":8860,"title":8861,"description":8862,"docsLink":8863,"tiers":8864},"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":8521,"hub":8521,"fleet":8521},{"id":8866,"title":8867,"description":8868,"docsLink":8869,"tiers":8870},"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":8521,"hub":8521,"fleet":8521},{"id":8872,"title":8873,"description":8874,"docsLink":8875,"subfeature":8521,"showOnPricing":8560,"tiers":8876},"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":8521,"hub":8521,"fleet":8521},{"id":8878,"title":8879,"description":8880,"changelog":8881,"subfeature":8521,"showOnPricing":8560,"tiers":8884},"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.",[8882],{"url":8883,"release":8613},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats\u002F",{"edge":8521,"hub":8521,"fleet":8521},{"id":8886,"title":8887,"description":8888,"docsLink":8889,"showOnPricing":8560,"tiers":8890},"team-members","Team Members","Invite multiple team members to collaborate on the same Node-RED flows.","\u002Fdocs\u002Fuser\u002Fteam\u002F#teams",{"edge":8521,"hub":8521,"fleet":8521},{"id":8892,"title":8893,"description":8894,"docsLink":8895,"showOnPricing":8560,"tiers":8896},"endpoint-security","Endpoint Security","Secure HTTP endpoints for hosted Node-RED instances using FlowFuse credentials.","\u002Fdocs\u002Fuser\u002Finstance-settings\u002F#security",{"edge":8521,"hub":8521,"fleet":8521},{"id":8898,"title":8899,"description":8900,"docsLink":8901,"tiers":8902},"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":8560,"hub":8521,"fleet":8560},{"id":8904,"title":8905,"description":8906,"tiers":8907},"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":8560,"hub":8521,"fleet":8560},{"id":8909,"title":8910,"features":8911},"support","Support",[8912,8917,8921],{"id":8913,"title":8914,"docsLink":8915,"tiers":8916},"installation-support","Installation Support","\u002Fdocs\u002Finstall\u002Fintroduction\u002F#do-you-need-help-installation-service",{"edge":8521,"hub":8521,"fleet":8521},{"id":8918,"title":8919,"showOnPricing":8560,"tiers":8920},"live-chat-support","Live Chat Support",{"edge":8521,"hub":8521,"fleet":8521},{"id":8922,"title":8923,"docsLink":8924,"tiers":8925},"enterprise-support","Enterprise Support","\u002Fdocs\u002Fpremium-support\u002F",{"edge":8521,"hub":8521,"fleet":8521},"feature-catalog","0AnkhTIPCECCwP9NmbTWP5HvRYx4FTSao4lG93-HaWM",[8929,8932,8935,8938,8941,8944,8946,8949,8952,8955,8958,8960,8963,8966,8969,8972,8975,8978,8981,8984,8987,8990,8993,8996,8999,9002,9005,9008,9011,9014,9017,9020,9023,9026,9029,9032,9035,9038,9041,9044,9047,9050,9053,9056,9059,9062,9065,9068,9071,9073,9076,9079,9082,9085,9088,9091,9094,9096,9099,9102,9105,9108,9111,9113,9116,9119,9122,9125,9128,9131,9134,9137,9140,9143,9145,9148,9151,9154,9157,9160,9163,9166,9169,9172,9175,9178,9181,9184,9187,9189,9192,9195,9198,9201,9204,9207,9210,9213,9216,9219,9222,9225,9228,9231,9234,9237,9240,9243,9245,9248,9251,9254,9257,9260,9263,9266,9268,9271,9274,9277,9280,9283,9286,9289,9292,9295,9298,9301,9304,9307,9310,9313,9316,9319,9322,9325,9328,9331,9334,9337,9340,9343,9346,9349,9352,9355,9358,9361,9364,9367,9370,9373,9376,9379,9382,9385,9388,9391,9394,9397,9400,9403,9406,9409,9412,9415,9418,9420,9423,9426,9429,9432,9435,9438,9441,9444,9447,9450,9453,9456,9459],{"path":8930,"title":8931},"\u002Fchangelog\u002F2023\u002F09\u002Fcustom-node-support","Custom Node Support",{"path":8933,"title":8934},"\u002Fchangelog\u002F2023\u002F09\u002Fdevops-actions","DevOps Pipeline with action selection",{"path":8936,"title":8937},"\u002Fchangelog\u002F2023\u002F09\u002Fintroduction-enterprise-tier","Introducing the Enterprise Tier",{"path":8939,"title":8940},"\u002Fchangelog\u002F2023\u002F09\u002Fpipeline-api","API Endpoint for DevOps Pipeline",{"path":8942,"title":8943},"\u002Fchangelog\u002F2023\u002F09\u002Fsnapshots-devices","Usability improvements to Device Management",{"path":8945,"title":8653},"\u002Fchangelog\u002F2023\u002F10\u002Fblueprints",{"path":8947,"title":8948},"\u002Fchangelog\u002F2023\u002F10\u002Fcertified-nodes","Certified Nodes",{"path":8950,"title":8951},"\u002Fchangelog\u002F2023\u002F10\u002Fdevice-snapshot-selection","Enhanced Snapshot Selection",{"path":8953,"title":8954},"\u002Fchangelog\u002F2023\u002F10\u002Fpath-bug-fix","Device Agent path bug fix",{"path":8956,"title":8957},"\u002Fchangelog\u002F2023\u002F10\u002Fresource-alerts","Resource Monitoring in Audit Log",{"path":8959,"title":8844},"\u002Fchangelog\u002F2023\u002F11\u002F2fa",{"path":8961,"title":8962},"\u002Fchangelog\u002F2023\u002F11\u002Fdefault-editor","Device Editor enabled by default",{"path":8964,"title":8965},"\u002Fchangelog\u002F2023\u002F11\u002Fdevices-in-pipelines","Devices in DevOps Pipelines",{"path":8967,"title":8968},"\u002Fchangelog\u002F2023\u002F11\u002Fproject-nodes-devices","Project Nodes for Devices",{"path":8970,"title":8971},"\u002Fchangelog\u002F2023\u002F12\u002Fbilling","No Credit Card required for billing",{"path":8973,"title":8974},"\u002Fchangelog\u002F2023\u002F12\u002Fblueprint-selection","Blueprint Selection Update",{"path":8976,"title":8977},"\u002Fchangelog\u002F2023\u002F12\u002Fdevice-groups","Device Groups",{"path":8979,"title":8980},"\u002Fchangelog\u002F2023\u002F12\u002Femail-alerting-node-red-crash","Email Alerts for Audit Log Events",{"path":8982,"title":8983},"\u002Fchangelog\u002F2023\u002F12\u002Fnode-red-updated","Node-RED 3.1.3 now available",{"path":8985,"title":8986},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-audit-log","Introducing the Device Auditlog Feature",{"path":8988,"title":8989},"\u002Fchangelog\u002F2024\u002F01\u002Fdevice-groups-snapshot","Device Groups - Automatic snapshot assignment",{"path":8991,"title":8992},"\u002Fchangelog\u002F2024\u002F01\u002Ffleet-mode","Renaming \"Default Device Mode\" to \"Fleet Mode\"",{"path":8994,"title":8995},"\u002Fchangelog\u002F2024\u002F01\u002Fhelm-v2","Helm Chart v2.0",{"path":8997,"title":8998},"\u002Fchangelog\u002F2024\u002F01\u002Fnew-blueprints","New Blueprints added",{"path":9000,"title":9001},"\u002Fchangelog\u002F2024\u002F01\u002Fsecurity-updates","Security Updates",{"path":9003,"title":9004},"\u002Fchangelog\u002F2024\u002F01\u002Fsso-team-membership","Managing Team Membership via SSO",{"path":9006,"title":9007},"\u002Fchangelog\u002F2024\u002F01\u002Fstreamlined-device-assignment","Streamlined Device assignment",{"path":9009,"title":9010},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-auto-snapshot","Device Auto Snapshots",{"path":9012,"title":9013},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-instance-audit-logs","Device Instance Audit Logging",{"path":9015,"title":9016},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-onboarding-improvements","Device Onboarding Improvements",{"path":9018,"title":9019},"\u002Fchangelog\u002F2024\u002F02\u002Fdevice-pricing-change","Pricing change for Devices",{"path":9021,"title":9022},"\u002Fchangelog\u002F2024\u002F02\u002Finstance-auto-snapshots","Instance Auto Snapshots",{"path":9024,"title":9025},"\u002Fchangelog\u002F2024\u002F02\u002Fpostgresql-upgrade","PostgreSQL Version update",{"path":9027,"title":9028},"\u002Fchangelog\u002F2024\u002F03\u002Fbearer-token-authentication","Bearer Token Authentication for Node-RED Instances",{"path":9030,"title":9031},"\u002Fchangelog\u002F2024\u002F03\u002Finstance-protection-mode","Instance Protection Mode",{"path":9033,"title":9034},"\u002Fchangelog\u002F2024\u002F03\u002Flimits-debug-payload","Configure HTTP Payload and Debug Message size",{"path":9036,"title":9037},"\u002Fchangelog\u002F2024\u002F03\u002Frestart-devices-remotly","Remote Device Restart",{"path":9039,"title":9040},"\u002Fchangelog\u002F2024\u002F04\u002Fcustom-nodes-on-devices","Custom Nodes Support on Devices",{"path":9042,"title":9043},"\u002Fchangelog\u002F2024\u002F04\u002Fdevice-auto-snapshot","Direct Dashboard Access",{"path":9045,"title":9046},"\u002Fchangelog\u002F2024\u002F04\u002Fimproving-device-groups","Improving Device Groups",{"path":9048,"title":9049},"\u002Fchangelog\u002F2024\u002F04\u002Fpricing-change","Pricing change Enterprise & Teams Tier",{"path":9051,"title":9052},"\u002Fchangelog\u002F2024\u002F04\u002Ftougher-rate-limiting","Tougher Rate Limiting on Public Routes",{"path":9054,"title":9055},"\u002Fchangelog\u002F2024\u002F05\u002Finstance-healthcheck","Customizing instance health-check settings",{"path":9057,"title":9058},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-blueprints","Blueprints added to Library",{"path":9060,"title":9061},"\u002Fchangelog\u002F2024\u002F05\u002Flibrary-flowviewer","Team Library - Flow Viewer",{"path":9063,"title":9064},"\u002Fchangelog\u002F2024\u002F05\u002Fmanaging-node-red-version-on-devices","Managing Node-RED versions on Devices",{"path":9066,"title":9067},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements","Snapshot Improvements",{"path":9069,"title":9070},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-improvements-pt3","Snapshot Upload",{"path":9072,"title":9070},"\u002Fchangelog\u002F2024\u002F05\u002Fsnapshot-upload",{"path":9074,"title":9075},"\u002Fchangelog\u002F2024\u002F06\u002Fdevice-agent-proxy-support","Running the Device Agent behind an HTTP proxy",{"path":9077,"title":9078},"\u002Fchangelog\u002F2024\u002F06\u002Flibrary-blueprints","Custom hostnames for your instances",{"path":9080,"title":9081},"\u002Fchangelog\u002F2024\u002F06\u002Fmultiline-env-vars","Multi-line Environment Variables",{"path":9083,"title":9084},"\u002Fchangelog\u002F2024\u002F06\u002Fsnapshot-flow-compare","Compare Snapshots flows",{"path":9086,"title":9087},"\u002Fchangelog\u002F2024\u002F07\u002Fapplications-search","Applications Search",{"path":9089,"title":9090},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-group-clear-snapshot","Device Groups Snapshots",{"path":9092,"title":9093},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-delete","Managing devices",{"path":9095,"title":9093},"\u002Fchangelog\u002F2024\u002F07\u002Fdevice-management-bulk-move",{"path":9097,"title":9098},"\u002Fchangelog\u002F2024\u002F07\u002Fedit-snapshots","Edit Snapshots",{"path":9100,"title":9101},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant","The FlowFuse Expert",{"path":9103,"title":9104},"\u002Fchangelog\u002F2024\u002F07\u002Fflowfuse-assistant-json","FlowFuse Expert Writes JSON",{"path":9106,"title":9107},"\u002Fchangelog\u002F2024\u002F07\u002Fimmersive-editor","Immersive Editor Experience",{"path":9109,"title":9110},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-inbox","Notifications Inbox",{"path":9112,"title":9110},"\u002Fchangelog\u002F2024\u002F07\u002Fnotifications-update",{"path":9114,"title":9115},"\u002Fchangelog\u002F2024\u002F07\u002Fpersistent-storage","Persistent Storage on FlowFuse Cloud",{"path":9117,"title":9118},"\u002Fchangelog\u002F2024\u002F07\u002Fsso","Single Sign On Updates",{"path":9120,"title":9121},"\u002Fchangelog\u002F2024\u002F08\u002Fbill-of-materials","Bill of Materials",{"path":9123,"title":9124},"\u002Fchangelog\u002F2024\u002F08\u002Fenterprise-license-update","Enforcing Enterprise Restrictions",{"path":9126,"title":9127},"\u002Fchangelog\u002F2024\u002F08\u002Fldap-sso-groups","LDAP Single Sign On Updates",{"path":9129,"title":9130},"\u002Fchangelog\u002F2024\u002F08\u002Fstatic-file-service-navigation-visibility","Static File Service Navigation and Visibility",{"path":9132,"title":9133},"\u002Fchangelog\u002F2024\u002F10\u002Fdevice-group-env-vars","Environment Variables for your Device Groups",{"path":9135,"title":9136},"\u002Fchangelog\u002F2024\u002F10\u002Fmqtt-service","MQTT Broker Service",{"path":9138,"title":9139},"\u002Fchangelog\u002F2024\u002F10\u002Fnotifications-bulk-actions","Managing Notifications",{"path":9141,"title":9142},"\u002Fchangelog\u002F2024\u002F10\u002Fsnapshot-download-upload-options","Snapshot Upload and Download Improvements",{"path":9144,"title":8783},"\u002Fchangelog\u002F2024\u002F10\u002Fversion-history-timeline",{"path":9146,"title":9147},"\u002Fchangelog\u002F2024\u002F11\u002Faudit-log-hierarchy","Audit logs show hierarchical events",{"path":9149,"title":9150},"\u002Fchangelog\u002F2024\u002F11\u002Fdevice-agent-release","Device Agent 3.0 released",{"path":9152,"title":9153},"\u002Fchangelog\u002F2024\u002F11\u002Fmqtt-topic-hierarchy","MQTT Topic Hierarchy view",{"path":9155,"title":9156},"\u002Fchangelog\u002F2024\u002F11\u002Fteam-search","Team-wide search",{"path":9158,"title":9159},"\u002Fchangelog\u002F2024\u002F12\u002Fdashboad-iframe","Allow Dashboards to be embedded in iFrames",{"path":9161,"title":9162},"\u002Fchangelog\u002F2024\u002F12\u002Fdevice-editor-cache","Device Editor Access Speed Up",{"path":9164,"title":9165},"\u002Fchangelog\u002F2024\u002F12\u002Fteam-bom-timeline","Team BOM and Pipeline Views",{"path":9167,"title":9168},"\u002Fchangelog\u002F2025\u002F01\u002Ffree-tier-onboarding","New Onboarding Tour for Free Tier Users",{"path":9170,"title":9171},"\u002Fchangelog\u002F2025\u002F01\u002Fhidden-env-vars","Hidden Environment Variables",{"path":9173,"title":9174},"\u002Fchangelog\u002F2025\u002F01\u002Fimproved-diagnostics","Improved Diagnostics",{"path":9176,"title":9177},"\u002Fchangelog\u002F2025\u002F01\u002Fteam-level-groups","Team level view of Groups",{"path":9179,"title":9180},"\u002Fchangelog\u002F2025\u002F02\u002Fadditional-device-version-history-events","New Remote Instances Version History Events",{"path":9182,"title":9183},"\u002Fchangelog\u002F2025\u002F02\u002Fbroker-error-feedback","Improved Broker Connection Feedback",{"path":9185,"title":9186},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-agent-updates","FlowFuse User Authentication on Remote Instances",{"path":9188,"title":8783},"\u002Fchangelog\u002F2025\u002F02\u002Fdevice-version-history-timeline",{"path":9190,"title":9191},"\u002Fchangelog\u002F2025\u002F02\u002Fexternal-brokers","External MQTT Brokers",{"path":9193,"title":9194},"\u002Fchangelog\u002F2025\u002F02\u002Fmqtt-schema-suggestions","MQTT Smart Schema Suggestions",{"path":9196,"title":9197},"\u002Fchangelog\u002F2025\u002F02\u002Fresend-and-extend-team-invitation-expiration","Re-send Team Invitations",{"path":9199,"title":9200},"\u002Fchangelog\u002F2025\u002F02\u002Fschema-docs","Personalized Schema Documentation",{"path":9202,"title":9203},"\u002Fchangelog\u002F2025\u002F02\u002Ftopic-hierarchy-search","Search & Filter for Topic Hierarchy List",{"path":9205,"title":9206},"\u002Fchangelog\u002F2025\u002F03\u002Fcontainer-tags","Changes to tags for flowfuse\u002Fnode-red",{"path":9208,"title":9209},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-groups","Multiple Device Groups in a pipeline",{"path":9211,"title":9212},"\u002Fchangelog\u002F2025\u002F03\u002Fdevice-local-login","Local Login for Remote Instances",{"path":9214,"title":9215},"\u002Fchangelog\u002F2025\u002F03\u002Ffree-tier","Free Tier now more accessible to all",{"path":9217,"title":9218},"\u002Fchangelog\u002F2025\u002F03\u002Fresource-notifications","Resource Alerts",{"path":9220,"title":9221},"\u002Fchangelog\u002F2025\u002F03\u002Fsnapshot-filter","Filtering Snapshots",{"path":9223,"title":9224},"\u002Fchangelog\u002F2025\u002F03\u002Fteam-npm-registry","NPM Package Hosting",{"path":9226,"title":9227},"\u002Fchangelog\u002F2025\u002F03\u002Ftopic-deletion","MQTT Topic Management",{"path":9229,"title":9230},"\u002Fchangelog\u002F2025\u002F04\u002Fdevice-provisioning","Remote Instance Provisioning",{"path":9232,"title":9233},"\u002Fchangelog\u002F2025\u002F04\u002Fgit-integration","Git Integration with Pipelines",{"path":9235,"title":9236},"\u002Fchangelog\u002F2025\u002F04\u002Finstance-log-browsing","Better Node-RED log handling",{"path":9238,"title":9239},"\u002Fchangelog\u002F2025\u002F05\u002Fimport-node-red-flows","Import Node-RED Flows During Remote Instance Setup",{"path":9241,"title":9242},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant","FlowFuse Expert just got smarter",{"path":9244,"title":9242},"\u002Fchangelog\u002F2025\u002F06\u002Fflowfuse-assistant-2",{"path":9246,"title":9247},"\u002Fchangelog\u002F2025\u002F06\u002Fgit-integration","Pulling snapshots from Git with Pipelines",{"path":9249,"title":9250},"\u002Fchangelog\u002F2025\u002F06\u002Finstance-performance-memory","Memory Metrics in Instance Performance View",{"path":9252,"title":9253},"\u002Fchangelog\u002F2025\u002F06\u002Fnew-home-page","Introducing the New Home Page Experience",{"path":9255,"title":9256},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance","Team Performance Feature",{"path":9258,"title":9259},"\u002Fchangelog\u002F2025\u002F06\u002Fteam-performance-view","Instance Performance View",{"path":9261,"title":9262},"\u002Fchangelog\u002F2025\u002F06\u002Fui-refresh","Navigation UI Refresh",{"path":9264,"title":9265},"\u002Fchangelog\u002F2025\u002F07\u002Fbrowse-node-red-flows","Browse for Node-RED Flows During Remote Instance Setup",{"path":9267,"title":8607},"\u002Fchangelog\u002F2025\u002F07\u002Fflowfuse-tables",{"path":9269,"title":9270},"\u002Fchangelog\u002F2025\u002F07\u002Fimport-blueprints","Import blueprints directly into your existing instances",{"path":9272,"title":9273},"\u002Fchangelog\u002F2025\u002F07\u002Fsimplified-applications-overview","Simplified Applications Page with Summary Tiles",{"path":9275,"title":9276},"\u002Fchangelog\u002F2025\u002F07\u002Fsmart-suggestions","Smart Suggestions",{"path":9278,"title":9279},"\u002Fchangelog\u002F2025\u002F07\u002Fteam-to-pro-plan-rename","Team Plan Renamed to Pro Plan",{"path":9281,"title":9282},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-hosted","Generate snapshot descriptions with AI",{"path":9284,"title":9285},"\u002Fchangelog\u002F2025\u002F08\u002Fai-generated-snapshot-descriptions-remote","AI Snapshot Descriptions Now Work with Remote Instances",{"path":9287,"title":9288},"\u002Fchangelog\u002F2025\u002F08\u002Fdevice-performance","FlowFuse Remote Instance Performance Data",{"path":9290,"title":9291},"\u002Fchangelog\u002F2025\u002F08\u002Fdirect-sso","Direct SSO Login",{"path":9293,"title":9294},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-assistant","FlowFuse Expert documents your flows",{"path":9296,"title":9297},"\u002Fchangelog\u002F2025\u002F08\u002Fflowfuse-mqtt","FlowFuse MQTT",{"path":9299,"title":9300},"\u002Fchangelog\u002F2025\u002F08\u002Fhttp-cors","Configure HTTP CORS",{"path":9302,"title":9303},"\u002Fchangelog\u002F2025\u002F08\u002Fsubflow-export","Export SubFlow as Node-RED module",{"path":9305,"title":9306},"\u002Fchangelog\u002F2025\u002F08\u002Ftables-assistant","FlowFuse Tables with a little help from the Assistant",{"path":9308,"title":9309},"\u002Fchangelog\u002F2025\u002F09\u002Fexpose-saml-groups-to-dashboard","Allow SSO groups to be shared with the Node-RED Dashboard",{"path":9311,"title":9312},"\u002Fchangelog\u002F2025\u002F09\u002Finline-assist","FlowFuse Expert can help you write code",{"path":9314,"title":9315},"\u002Fchangelog\u002F2025\u002F09\u002Fretiring-flowforge-device-agent","No more @flowforge\u002Fflowforge-device-agent releases",{"path":9317,"title":9318},"\u002Fchangelog\u002F2025\u002F09\u002Frevised-instance-snapshot-ui","Streamlined Snapshot Management",{"path":9320,"title":9321},"\u002Fchangelog\u002F2025\u002F09\u002Fteam-broker-async-api","Capture Async API data from FlowFuse Team Broker",{"path":9323,"title":9324},"\u002Fchangelog\u002F2025\u002F10\u002Fapplication-level-rbac","Application-level access control for Enterprise teams",{"path":9326,"title":9327},"\u002Fchangelog\u002F2025\u002F10\u002Fbulk-device-group-assignment","Easier Access to Bulk Device Group Management",{"path":9329,"title":9330},"\u002Fchangelog\u002F2025\u002F10\u002Fduplicate-instances-across-applications","Duplicate Instances Across Different Applications",{"path":9332,"title":9333},"\u002Fchangelog\u002F2025\u002F10\u002Fimport-flows-on-instance-creation","Import flows during instance creation",{"path":9335,"title":9336},"\u002Fchangelog\u002F2025\u002F10\u002Fmcp-nodes","FlowFuse MCP Server Nodes",{"path":9338,"title":9339},"\u002Fchangelog\u002F2025\u002F10\u002Fonnx-nodes","FlowFuse AI Nodes",{"path":9341,"title":9342},"\u002Fchangelog\u002F2025\u002F10\u002Fsettings-page-device-group-management","Device Group Management from Settings Page",{"path":9344,"title":9345},"\u002Fchangelog\u002F2025\u002F11\u002Fff-expert-update","FlowFuse Expert Update",{"path":9347,"title":9348},"\u002Fchangelog\u002F2025\u002F11\u002Fminimum-nodejs-version","Node.js v20 Minimum Version Requirement",{"path":9350,"title":9351},"\u002Fchangelog\u002F2025\u002F11\u002Fsso-session","SSO control over Session life",{"path":9353,"title":9354},"\u002Fchangelog\u002F2025\u002F12\u002Fff-expert-mcp-insights","FlowFuse Expert: Now with MCP-Powered Insights",{"path":9356,"title":9357},"\u002Fchangelog\u002F2025\u002F12\u002Fscheduled-maintenance","Scheduled Maintenance Mode",{"path":9359,"title":9360},"\u002Fchangelog\u002F2026\u002F01\u002Fdevice-agent-containers","Device Agent Docker Containers updated",{"path":9362,"title":9363},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-manage-palette","FlowFuse Expert: Enhanced Palette Integration",{"path":9365,"title":9366},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-nr-actions","FlowFuse Expert: Integration with Node-RED",{"path":9368,"title":9369},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-palette-queries","FlowFuse Expert: Palette Queries",{"path":9371,"title":9372},"\u002Fchangelog\u002F2026\u002F01\u002Fff-expert-select-flows","FlowFuse Expert: Ask about your flows",{"path":9374,"title":9375},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-rbacs","FlowFuse Expert: MCP-Powered Insights with RBACs",{"path":9377,"title":9378},"\u002Fchangelog\u002F2026\u002F01\u002Fmcp-security","FlowFuse Expert: MCP-Powered Insights",{"path":9380,"title":9381},"\u002Fchangelog\u002F2026\u002F02\u002Fdevice-agent-nodejs-options","Set Node.js Options for Remote Instances",{"path":9383,"title":9384},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-debug-log-context","FlowFuse Expert: Helping you make sense of your debug log",{"path":9386,"title":9387},"\u002Fchangelog\u002F2026\u002F02\u002Fff-expert-update-banner","FlowFuse Expert: Never Miss an Update",{"path":9389,"title":9390},"\u002Fchangelog\u002F2026\u002F02\u002Fha-instance-rolling-restart","HA Hosted Instance Rolling Restart",{"path":9392,"title":9393},"\u002Fchangelog\u002F2026\u002F02\u002Fremote-instances-immersive-editor","Immersive Mode for Remote Instances",{"path":9395,"title":9396},"\u002Fchangelog\u002F2026\u002F02\u002Frestoring-snapshots-to-remote-instances","Restoring snapshots to developer-mode Remote Instances",{"path":9398,"title":9399},"\u002Fchangelog\u002F2026\u002F03\u002Fazure-dev-ops-gitops","Azure DevOps Pipeline support",{"path":9401,"title":9402},"\u002Fchangelog\u002F2026\u002F03\u002Fdeveloper-mode-in-immersive-editor","Developer Mode Now Accessible from the Immersive Editor",{"path":9404,"title":9405},"\u002Fchangelog\u002F2026\u002F03\u002Fembedded-editor-tab-title","Embedded Editor Now Shows Active Tab",{"path":9407,"title":9408},"\u002Fchangelog\u002F2026\u002F03\u002Fmarch-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on March 28th, 2026",{"path":9410,"title":9411},"\u002Fchangelog\u002F2026\u002F03\u002Fsnapshot-detail-modal-immersive-editor","View Snapshot Details in the Immersive Editor",{"path":9413,"title":9414},"\u002Fchangelog\u002F2026\u002F04\u002Fexpert-action-links","FlowFuse expert action links",{"path":9416,"title":9417},"\u002Fchangelog\u002F2026\u002F04\u002Fhosted-instance-url-env-var","Hosted Instances know their own URL",{"path":9419,"title":8676},"\u002Fchangelog\u002F2026\u002F04\u002Fimmersive-editor-drawer",{"path":9421,"title":9422},"\u002Fchangelog\u002F2026\u002F04\u002Fsnapshot-diff-viewer","Richer snapshot comparison view",{"path":9424,"title":9425},"\u002Fchangelog\u002F2026\u002F05\u002Fai-opt-out","AI Feature Opt-Out for Teams",{"path":9427,"title":9428},"\u002Fchangelog\u002F2026\u002F05\u002Fexpert-application-building","FlowFuse Expert Builds Your Application",{"path":9430,"title":9431},"\u002Fchangelog\u002F2026\u002F05\u002Fsingle-sso-provider","Single SSO provider for all users",{"path":9433,"title":9434},"\u002Fchangelog\u002F2026\u002F06\u002Fdark-mode","Dark Mode",{"path":9436,"title":9437},"\u002Fchangelog\u002F2026\u002F06\u002Fdevice-agent-v4-released","Device Agent v4 released",{"path":9439,"title":9440},"\u002Fchangelog\u002F2026\u002F06\u002Fgeneric-git-server-support","Connect Pipelines to Any Git Server",{"path":9442,"title":9443},"\u002Fchangelog\u002F2026\u002F06\u002Fjuly-scheduled-maintenance","Updated: Upcoming Scheduled Server Maintenance on July 11th, 2026",{"path":9445,"title":9446},"\u002Fchangelog\u002F2026\u002F07\u002Fapplication-sso-groups","Application Roles from SSO Groups",{"path":9448,"title":9449},"\u002Fchangelog\u002F2026\u002F07\u002Fdevice-agent-onboarding","Getting started with FlowFuse straight from the terminal",{"path":9451,"title":9452},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-enhancements","FlowFuse Expert Enhancements",{"path":9454,"title":9455},"\u002Fchangelog\u002F2026\u002F07\u002Fexpert-tables-automation","FlowFuse Expert Can Now Work With Your Tables",{"path":9457,"title":9458},"\u002Fchangelog\u002F2026\u002F07\u002Fscoped-pats","Team Scoped Personal Access Tokens",{"path":9460,"title":9461},"\u002Fchangelog\u002F2026\u002F07\u002Fteam-and-application-dashboards","A Dedicated Home for Your Dashboards",[],1786105893788]