{"id":64838,"date":"2025-03-30T08:00:00","date_gmt":"2025-03-30T02:30:00","guid":{"rendered":"https:\/\/ye1o34zhk8.onrocket.site\/?p=64838"},"modified":"2025-03-25T14:28:57","modified_gmt":"2025-03-25T08:58:57","slug":"while-do-statement-in-scl-language","status":"publish","type":"post","link":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/","title":{"rendered":"WHILE DO Statement in SCL Language"},"content":{"rendered":"\n<p>In the earlier post, we saw how to write a <a href=\"https:\/\/instrumentationtools.com\/for-do-statement-in-scl-language\/\">for-do statement<\/a>. It was used to perform a task within certain criteria and if the criteria was finished the execution was finished. The same task is performed by a while do statement, but in a different way. While a certain condition is true, the statements will be executed. Now you may think that it is similar to a for do statement, but there is a slight difference. Let us see in this post how to write a while-do statement in SCL language.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-what-is-a-while-do-statement\">What is a while-do statement?<\/h2>\n\n\n\n<p>In the for-do statement, you had to specify two limits within which the condition will be checked and the statements will be executed. But in the <strong>while-do statements<\/strong>, two limits are not required. A single condition is checked, and if this condition is satisfying, then the statements will be executed in a continuous <a href=\"https:\/\/instrumentationtools.com\/pt-loop-diagram-faults\/\">loop<\/a>. When the condition goes false, it goes out of the loop and exits. So the general meaning is that &#8211; <strong>while the condition is true, execute the statements in a loop and when the condition goes false, come out of the loop.<\/strong><\/p>\n\n\n\n<p>The general syntax for this construction is &#8211;<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\">\n<p>While <strong>Condition <\/strong>Do<\/p>\n\n\n\n<p>Statement;<\/p>\n\n\n\n<p><strong>End_for<\/strong>;<\/p>\n<\/blockquote>\n\n\n\n<p>The meaning is &#8211; <em>check for the condition, execute the statement and come out of the loop<\/em>. <em>Then again check the condition, execute the statement and come out of the loop. This loop will continue until the condition goes false. Once false, the loop is exited and the <a href=\"https:\/\/instrumentationtools.com\/lamp-control-using-plc-logic-condition\/\">PLC<\/a> executes other logic written.<\/em><\/p>\n\n\n\n<p>If it is required to exit the loop in between, then mention a keyword named <strong>exit;<\/strong> in between. Due to this, the loop terminates without executing fully. You can also write this under an if-else condition, to come out forcefully from the loop. <strong>One thing to remember is to not execute a loop under an already existing loop; otherwise it will become infinite and the PLC will go into fault mode.<\/strong><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-how-to-write-a-while-do-statement\">How to write a while-do statement?<\/h2>\n\n\n\n<p>Refer to the below image. The logic is &#8211; while the value of <strong>seconds <\/strong>is more than 0, decrement it\u2019s value every 1 second by 1. The initial value of this tag will be 10. Once this value becomes less than 0, then the decrement will be stopped. For your understanding, I will also use the <strong>exit <\/strong>keyword to understand more better.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2025\/03\/WHILE-DO-Statement-in-SCL-Language.png\" alt=\"WHILE DO Statement in SCL Language\" class=\"wp-image-64840\"\/><\/figure>\n\n\n\n<p>The execution flow is as follows &#8211;<\/p>\n\n\n\n<ol start=\"1\" class=\"wp-block-list\">\n<li>We have fixed or initialised the value of the <strong>secs <\/strong>as 10.<\/li>\n\n\n\n<li>First, the <strong>secs <\/strong>is initiated to 10, so that abrupt addition does not execute.<\/li>\n\n\n\n<li>So, as this value is more than 0, it jumps inside the loop where a <a href=\"https:\/\/instrumentationtools.com\/plc-timer-instructions\/\">timer instruction<\/a> is first written for executing every 1 second. After every 1 second, we decrement the value by itself to 1, as shown in the 47th line.<\/li>\n\n\n\n<li>The loop is then exited through <strong>exit <\/strong>keyword. Then, it comes out of the overall construct and again goes back to the condition. As the value has now become 9 and still more than 0, the loop is executed once again. This goes on till the value becomes 1. The loop is executed one last time and when it becomes 0, the execution stops and the loop is exited finally.<\/li>\n<\/ol>\n\n\n\n<p>You could have written this statement in an if-else style too. Simply replace the while statement as &#8211; <strong>if secs&gt;0 then, remove the exit keyword and replace end_while with end_if.<\/strong> But, this is good for our example of simple decrement. If complex statements are required to be executed continuously in a loop, then you would have to write an if-else statement, which would make the program bulkier. In that case, a while loop statement makes a task much easier to work.<\/p>\n\n\n\n<p>In the next post, we will see how to make use of comments in SCL language.<\/p>\n\n\n\n<p><strong>Read Next:<\/strong><\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/instrumentationtools.com\/plc-programming-for-baking\/\">PLC Programming for Baking Modes<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/instrumentationtools.com\/plc-hoist-crane-programming\/\">PLC Hoist Crane Programming Example<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/instrumentationtools.com\/plc-program-for-password-management\/\">PLC Program for Password Management<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/instrumentationtools.com\/ls-electric-plc-program-example\/\">Clothes Washing Program using PLC<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/instrumentationtools.com\/traffic-light-system\/\">PLC Example for Traffic Light System<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>Learn how to use the WHILE DO statement in SCL Language for executing tasks based on conditions without limits.<\/p>\n","protected":false},"author":101029,"featured_media":64840,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_mo_disable_npp":"","footnotes":""},"categories":[6],"tags":[],"class_list":{"0":"post-64838","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-plc"},"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.4 (Yoast SEO v27.4) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>WHILE DO Statement in SCL Language<\/title>\n<meta name=\"description\" content=\"Learn how to use the WHILE DO statement in SCL Language for executing tasks based on conditions without limits.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"WHILE DO Statement in SCL Language\" \/>\n<meta property=\"og:description\" content=\"Learn how to use the WHILE DO statement in SCL Language for executing tasks based on conditions without limits.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/\" \/>\n<meta property=\"og:site_name\" content=\"Inst Tools\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/instrumentationtoolss\/\" \/>\n<meta property=\"article:published_time\" content=\"2025-03-30T02:30:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2025\/03\/WHILE-DO-Statement-in-SCL-Language-scaled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"999\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Viral Nagda\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"WHILE DO Statement in SCL Language\" \/>\n<meta name=\"twitter:description\" content=\"Learn how to use the WHILE DO statement in SCL Language for executing tasks based on conditions without limits.\" \/>\n<meta name=\"twitter:creator\" content=\"@insttools\" \/>\n<meta name=\"twitter:site\" content=\"@insttools\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Viral Nagda\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/\"},\"author\":{\"name\":\"Viral Nagda\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#\\\/schema\\\/person\\\/37a7ca9af8b0c120c1cda12ecdcfe6f7\"},\"headline\":\"WHILE DO Statement in SCL Language\",\"datePublished\":\"2025-03-30T02:30:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/\"},\"wordCount\":665,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/WHILE-DO-Statement-in-SCL-Language-scaled.png\",\"articleSection\":[\"PLC Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/\",\"name\":\"WHILE DO Statement in SCL Language\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/WHILE-DO-Statement-in-SCL-Language-scaled.png\",\"datePublished\":\"2025-03-30T02:30:00+00:00\",\"description\":\"Learn how to use the WHILE DO statement in SCL Language for executing tasks based on conditions without limits.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/#primaryimage\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/WHILE-DO-Statement-in-SCL-Language-scaled.png\",\"contentUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2025\\\/03\\\/WHILE-DO-Statement-in-SCL-Language-scaled.png\",\"width\":2560,\"height\":999,\"caption\":\"WHILE DO Statement in SCL Language\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/while-do-statement-in-scl-language\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/instrumentationtools.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"WHILE DO Statement in SCL Language\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#website\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/\",\"name\":\"Instrumentation Tools\",\"description\":\"Instrumentation, Electrical, PLC, Tutorials\",\"publisher\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#organization\"},\"alternateName\":\"Inst Tools\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/instrumentationtools.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#organization\",\"name\":\"Instrumentation Tools\",\"alternateName\":\"Inst Tools\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2018\\\/10\\\/Instrumentation-Tools-Logo.png\",\"contentUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2018\\\/10\\\/Instrumentation-Tools-Logo.png\",\"width\":1024,\"height\":1024,\"caption\":\"Instrumentation Tools\"},\"image\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/instrumentationtoolss\\\/\",\"https:\\\/\\\/x.com\\\/insttools\",\"https:\\\/\\\/mastodon.social\\\/@InstrumentationTools\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/instrumentationtools\\\/\",\"https:\\\/\\\/whatsapp.com\\\/channel\\\/0029VaAbUecLNSa4rDPOV31o\",\"https:\\\/\\\/t.me\\\/+u3qORX5FKec1NjA1\",\"https:\\\/\\\/www.instagram.com\\\/instrumentationtools\\\/\",\"https:\\\/\\\/youtube.com\\\/instrumentationtools\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#\\\/schema\\\/person\\\/37a7ca9af8b0c120c1cda12ecdcfe6f7\",\"name\":\"Viral Nagda\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/472c4f2bb73ace2a7e1a8111cf0faa2c9d107a50072eedcbb9ba39613df9e3d9?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/472c4f2bb73ace2a7e1a8111cf0faa2c9d107a50072eedcbb9ba39613df9e3d9?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/472c4f2bb73ace2a7e1a8111cf0faa2c9d107a50072eedcbb9ba39613df9e3d9?s=96&d=mm&r=g\",\"caption\":\"Viral Nagda\"},\"description\":\"Electronics Engineer with 12+ years of experience in industrial automation. Blogging is my hobby and I write articles and blogs on industrial automation.\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/author\\\/viral-nagda\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"WHILE DO Statement in SCL Language","description":"Learn how to use the WHILE DO statement in SCL Language for executing tasks based on conditions without limits.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/","og_locale":"en_US","og_type":"article","og_title":"WHILE DO Statement in SCL Language","og_description":"Learn how to use the WHILE DO statement in SCL Language for executing tasks based on conditions without limits.","og_url":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/","og_site_name":"Inst Tools","article_publisher":"https:\/\/www.facebook.com\/instrumentationtoolss\/","article_published_time":"2025-03-30T02:30:00+00:00","og_image":[{"width":2560,"height":999,"url":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2025\/03\/WHILE-DO-Statement-in-SCL-Language-scaled.png","type":"image\/png"}],"author":"Viral Nagda","twitter_card":"summary_large_image","twitter_title":"WHILE DO Statement in SCL Language","twitter_description":"Learn how to use the WHILE DO statement in SCL Language for executing tasks based on conditions without limits.","twitter_creator":"@insttools","twitter_site":"@insttools","twitter_misc":{"Written by":"Viral Nagda","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/#article","isPartOf":{"@id":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/"},"author":{"name":"Viral Nagda","@id":"https:\/\/instrumentationtools.com\/#\/schema\/person\/37a7ca9af8b0c120c1cda12ecdcfe6f7"},"headline":"WHILE DO Statement in SCL Language","datePublished":"2025-03-30T02:30:00+00:00","mainEntityOfPage":{"@id":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/"},"wordCount":665,"commentCount":0,"publisher":{"@id":"https:\/\/instrumentationtools.com\/#organization"},"image":{"@id":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/#primaryimage"},"thumbnailUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2025\/03\/WHILE-DO-Statement-in-SCL-Language-scaled.png","articleSection":["PLC Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/","url":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/","name":"WHILE DO Statement in SCL Language","isPartOf":{"@id":"https:\/\/instrumentationtools.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/#primaryimage"},"image":{"@id":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/#primaryimage"},"thumbnailUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2025\/03\/WHILE-DO-Statement-in-SCL-Language-scaled.png","datePublished":"2025-03-30T02:30:00+00:00","description":"Learn how to use the WHILE DO statement in SCL Language for executing tasks based on conditions without limits.","breadcrumb":{"@id":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/#primaryimage","url":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2025\/03\/WHILE-DO-Statement-in-SCL-Language-scaled.png","contentUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2025\/03\/WHILE-DO-Statement-in-SCL-Language-scaled.png","width":2560,"height":999,"caption":"WHILE DO Statement in SCL Language"},{"@type":"BreadcrumbList","@id":"https:\/\/instrumentationtools.com\/while-do-statement-in-scl-language\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/instrumentationtools.com\/"},{"@type":"ListItem","position":2,"name":"WHILE DO Statement in SCL Language"}]},{"@type":"WebSite","@id":"https:\/\/instrumentationtools.com\/#website","url":"https:\/\/instrumentationtools.com\/","name":"Instrumentation Tools","description":"Instrumentation, Electrical, PLC, Tutorials","publisher":{"@id":"https:\/\/instrumentationtools.com\/#organization"},"alternateName":"Inst Tools","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/instrumentationtools.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/instrumentationtools.com\/#organization","name":"Instrumentation Tools","alternateName":"Inst Tools","url":"https:\/\/instrumentationtools.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/instrumentationtools.com\/#\/schema\/logo\/image\/","url":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2018\/10\/Instrumentation-Tools-Logo.png","contentUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2018\/10\/Instrumentation-Tools-Logo.png","width":1024,"height":1024,"caption":"Instrumentation Tools"},"image":{"@id":"https:\/\/instrumentationtools.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/instrumentationtoolss\/","https:\/\/x.com\/insttools","https:\/\/mastodon.social\/@InstrumentationTools","https:\/\/www.linkedin.com\/company\/instrumentationtools\/","https:\/\/whatsapp.com\/channel\/0029VaAbUecLNSa4rDPOV31o","https:\/\/t.me\/+u3qORX5FKec1NjA1","https:\/\/www.instagram.com\/instrumentationtools\/","https:\/\/youtube.com\/instrumentationtools"]},{"@type":"Person","@id":"https:\/\/instrumentationtools.com\/#\/schema\/person\/37a7ca9af8b0c120c1cda12ecdcfe6f7","name":"Viral Nagda","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/472c4f2bb73ace2a7e1a8111cf0faa2c9d107a50072eedcbb9ba39613df9e3d9?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/472c4f2bb73ace2a7e1a8111cf0faa2c9d107a50072eedcbb9ba39613df9e3d9?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/472c4f2bb73ace2a7e1a8111cf0faa2c9d107a50072eedcbb9ba39613df9e3d9?s=96&d=mm&r=g","caption":"Viral Nagda"},"description":"Electronics Engineer with 12+ years of experience in industrial automation. Blogging is my hobby and I write articles and blogs on industrial automation.","url":"https:\/\/instrumentationtools.com\/author\/viral-nagda\/"}]}},"_links":{"self":[{"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/posts\/64838","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/users\/101029"}],"replies":[{"embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/comments?post=64838"}],"version-history":[{"count":0,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/posts\/64838\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/media\/64840"}],"wp:attachment":[{"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/media?parent=64838"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/categories?post=64838"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/tags?post=64838"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}