{"id":45041,"date":"2019-09-10T10:48:05","date_gmt":"2019-09-10T05:18:05","guid":{"rendered":"https:\/\/ye1o34zhk8.onrocket.site\/?p=45041"},"modified":"2021-03-04T14:53:49","modified_gmt":"2021-03-04T09:23:49","slug":"plc-program-to-simulate-gate-array-logic","status":"publish","type":"post","link":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/","title":{"rendered":"PLC Program to Simulate Gate Array Logic"},"content":{"rendered":"\n<p>Develop a <strong>PLC program<\/strong> that will simulate the gate array logic as shown in the below figure.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-gate-array-logic\">Gate Array Logic<\/h2>\n\n\n\n<p>Simulate the given <strong>gate array logic<\/strong> in ladder logic operation.<\/p>\n\n\n\n<div class=\"wp-block-image is-style-default\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"599\" height=\"341\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2019\/09\/Simulate-Gate-Array-Logic-using-PLC.jpg\" alt=\"Simulate Gate Array Logic using PLC\" class=\"wp-image-45042\" title=\"Simulate Gate Array Logic using PLC\"\/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-program-logic\">Program Logic<\/h2>\n\n\n\n<p>Totally there are 10 digital inputs and one digital output.<\/p>\n\n\n\n<p>Solve each OR block separately, do the two AND Function and finally do the OR operation at the end.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-input-output-list\">Input-Output List<\/h2>\n\n\n\n<div class=\"wp-block-image is-style-default\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"542\" height=\"406\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2019\/09\/Input-Output-List-of-Gate-Array-Logic.png\" alt=\"Input Output List of Gate Array Logic\" class=\"wp-image-45043\" title=\"Input Output List of Gate Array Logic\"\/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plc-program-for-gate-array-logic\">PLC Program for Gate Array Logic<\/h2>\n\n\n\n<div class=\"wp-block-image is-style-default\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"2550\" height=\"1858\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2019\/09\/PLC-Program-to-Simulate-Gate-Array-Logic.jpg\" alt=\"PLC Program to Simulate Gate Array Logic\" class=\"wp-image-45071\" title=\"PLC Program to Simulate Gate Array Logic\"\/><\/figure><\/div>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-program-description\">Program Description<\/h2>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-rung-0000\">RUNG 0000<\/h4>\n\n\n\n<p>A, C AND INVERTED B are into OR operation. D and E are into <a href=\"https:\/\/instrumentationforum.com\/t\/logical-or-function-in-plc-ladder-logic\/8605\" target=\"_blank\" rel=\"noopener noreferrer\">OR<\/a> operation.<\/p>\n\n\n\n<p>Those two results will make <a href=\"https:\/\/instrumentationforum.com\/t\/the-logical-and-function-in-plc-ladder-logic\/8604\" target=\"_blank\" rel=\"noopener noreferrer\">AND<\/a> operation with G and inverted F.<\/p>\n\n\n\n<p>The Final result is stored in memory coil B3:0\/0.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-rung-0001\">RUNG 0001<\/h4>\n\n\n\n<p>H and I are into OR operation and the result is AND with J.<\/p>\n\n\n\n<p>The final result is stored in memory coil B3:0\/1.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\" id=\"h-rung-0002\">RUNG 0002<\/h4>\n\n\n\n<p>B3:0\/0 and B3:0\/1 are into OR operation to enable or disable output Y.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plc-programming-simulation\">PLC Programming Simulation<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-case-1\">CASE 1:<\/h3>\n\n\n\n<p>When anyone rung goes true output Y turns ON.<\/p>\n\n\n\n<div class=\"wp-block-image is-style-default\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1408\" height=\"974\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2019\/09\/Simulation-of-Gate-Array-in-PLC-Logic.jpg\" alt=\"Simulation of Gate Array in PLC Logic\" class=\"wp-image-45074\" title=\"Simulation of Gate Array in PLC Logic\"\/><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-case-2\">CASE 2:<\/h3>\n\n\n\n<p>When anyone rung goes true output Y turns ON.<\/p>\n\n\n\n<div class=\"wp-block-image is-style-default\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1408\" height=\"968\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2019\/09\/Gate-Array-Logic-using-PLC.jpg\" alt=\"Gate Array Logic using PLC\" class=\"wp-image-45073\" title=\"Gate Array Logic using PLC\"\/><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-case-3\">CASE 3:<\/h3>\n\n\n\n<p>When both rungs goes false output Y is disabled.<\/p>\n\n\n\n<div class=\"wp-block-image is-style-default\"><figure class=\"aligncenter size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1406\" height=\"980\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2019\/09\/Gate-Array-Logic.jpg\" alt=\"Gate Array Logic\" class=\"wp-image-45075\" title=\"Gate Array Logic\"\/><\/figure><\/div>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion:<\/h3>\n\n\n\n<p>The above-explained logic for gate array logic and is successfully simulated with three case studies.<\/p>\n\n\n\n<p id=\"h-author-hema-sundaresan\">Author: Hema Sundaresan<\/p>\n\n\n\n<p>If you liked this article, then please subscribe to our <a href=\"http:\/\/youtube.com\/instrumentationtools?sub_confirmation=1\" target=\"_blank\" rel=\"noreferrer noopener\">YouTube Channel<\/a> for PLC and SCADA video tutorials. <\/p>\n\n\n\n<p>You can also follow us on <a href=\"https:\/\/www.facebook.com\/instrumentationtoolss\" target=\"_blank\" rel=\"noreferrer noopener\">Facebook<\/a> and <a href=\"https:\/\/twitter.com\/InstTools\" target=\"_blank\" rel=\"noreferrer noopener\">Twitter<\/a> to receive daily updates.<\/p>\n\n\n\n<p id=\"h-read-next\"><strong>Read Next:<\/strong><\/p>\n\n\n\n<p><a class=\"LinkSuggestion__Link-sc-1mdih4x-2 jZPuuT\" href=\"https:\/\/instrumentationtools.com\/data-handling-instructions-in-plc\/\" target=\"_blank\" rel=\"noopener noreferrer\">Data Handling Instructions in PLC<\/a><\/p>\n\n\n\n<p><a class=\"LinkSuggestion__Link-sc-1mdih4x-2 jZPuuT\" href=\"https:\/\/instrumentationtools.com\/ladder-logic-example-with-timers\/\" target=\"_blank\" rel=\"noopener noreferrer\">Ladder Logic Example with Timer<\/a><\/p>\n\n\n\n<p><a class=\"LinkSuggestion__Link-sc-1mdih4x-2 jZPuuT\" href=\"https:\/\/instrumentationtools.com\/jog-function-in-motor-start-stop-logic-using-plc\/\" target=\"_blank\" rel=\"noopener noreferrer\">Jog Function in Motor using<\/a><\/p>\n\n\n\n<p><a class=\"LinkSuggestion__Link-sc-1mdih4x-2 jZPuuT\" href=\"https:\/\/instrumentationtools.com\/plc-temperature-control-pwm\/\" target=\"_blank\" rel=\"noopener noreferrer\">PLC Temperature Control<\/a><\/p>\n\n\n\n<p><a class=\"LinkSuggestion__Link-sc-1mdih4x-2 jZPuuT\" href=\"https:\/\/instrumentationtools.com\/how-to-control-vfd-with-plc\/\" target=\"_blank\" rel=\"noopener noreferrer\">How to Control VFD with PLC<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Develop a PLC program that will simulate the gate array logic as shown in the below figure. Gate Array Logic Simulate the given gate array logic in ladder logic operation. Program Logic Totally there are 10 digital inputs and one digital output. Solve each OR block separately, do the two AND Function and finally do [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":45073,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_mo_disable_npp":"","footnotes":""},"categories":[6],"tags":[96219],"class_list":{"0":"post-45041","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-plc","8":"tag-gate-array-logic"},"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>PLC Program to Simulate Gate Array Logic - InstrumentationTools<\/title>\n<meta name=\"description\" content=\"Develop a PLC program that will simulate the gate array logic as shown in figure. Visit us for more PLC programming examples.\" \/>\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\/plc-program-to-simulate-gate-array-logic\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PLC Program to Simulate Gate Array Logic - InstrumentationTools\" \/>\n<meta property=\"og:description\" content=\"Develop a PLC program that will simulate the gate array logic as shown in the figure. Visit us for more PLC programming examples.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/\" \/>\n<meta property=\"og:site_name\" content=\"Inst Tools\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/instrumentationtoolss\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/instrumentationtoolss\" \/>\n<meta property=\"article:published_time\" content=\"2019-09-10T05:18:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-03-04T09:23:49+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2019\/09\/Gate-Array-Logic-using-PLC.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"1408\" \/>\n\t<meta property=\"og:image:height\" content=\"968\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Editorial Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"PLC Program to Simulate Gate Array Logic - InstrumentationTools\" \/>\n<meta name=\"twitter:description\" content=\"Develop a PLC program that will simulate the gate array logic as shown in the figure. Visit us for more PLC programming examples.\" \/>\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=\"Editorial Staff\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/\"},\"author\":{\"name\":\"Editorial Staff\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#\\\/schema\\\/person\\\/41ad3dac301c219e8d41b1ace61655b2\"},\"headline\":\"PLC Program to Simulate Gate Array Logic\",\"datePublished\":\"2019-09-10T05:18:05+00:00\",\"dateModified\":\"2021-03-04T09:23:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/\"},\"wordCount\":262,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/Gate-Array-Logic-using-PLC.jpg\",\"keywords\":[\"Gate Array Logic\"],\"articleSection\":[\"PLC Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/\",\"name\":\"PLC Program to Simulate Gate Array Logic - InstrumentationTools\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/Gate-Array-Logic-using-PLC.jpg\",\"datePublished\":\"2019-09-10T05:18:05+00:00\",\"dateModified\":\"2021-03-04T09:23:49+00:00\",\"description\":\"Develop a PLC program that will simulate the gate array logic as shown in figure. Visit us for more PLC programming examples.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/#primaryimage\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/Gate-Array-Logic-using-PLC.jpg\",\"contentUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/Gate-Array-Logic-using-PLC.jpg\",\"width\":1408,\"height\":968,\"caption\":\"Gate Array Logic using PLC\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-program-to-simulate-gate-array-logic\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/instrumentationtools.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PLC Program to Simulate Gate Array Logic\"}]},{\"@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\\\/41ad3dac301c219e8d41b1ace61655b2\",\"name\":\"Editorial Staff\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7d7b78a0bf6b95aebc68e7790f9094403ae40b3fcb9c436cb6956873b90826de?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7d7b78a0bf6b95aebc68e7790f9094403ae40b3fcb9c436cb6956873b90826de?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/7d7b78a0bf6b95aebc68e7790f9094403ae40b3fcb9c436cb6956873b90826de?s=96&d=mm&r=g\",\"caption\":\"Editorial Staff\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/instrumentationtoolss\",\"https:\\\/\\\/x.com\\\/insttools\",\"https:\\\/\\\/www.youtube.com\\\/c\\\/InstrumentationTools\\\/\"],\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/author\\\/editorial\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"PLC Program to Simulate Gate Array Logic - InstrumentationTools","description":"Develop a PLC program that will simulate the gate array logic as shown in figure. Visit us for more PLC programming examples.","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\/plc-program-to-simulate-gate-array-logic\/","og_locale":"en_US","og_type":"article","og_title":"PLC Program to Simulate Gate Array Logic - InstrumentationTools","og_description":"Develop a PLC program that will simulate the gate array logic as shown in the figure. Visit us for more PLC programming examples.","og_url":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/","og_site_name":"Inst Tools","article_publisher":"https:\/\/www.facebook.com\/instrumentationtoolss\/","article_author":"https:\/\/www.facebook.com\/instrumentationtoolss","article_published_time":"2019-09-10T05:18:05+00:00","article_modified_time":"2021-03-04T09:23:49+00:00","og_image":[{"width":1408,"height":968,"url":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2019\/09\/Gate-Array-Logic-using-PLC.jpg","type":"image\/jpeg"}],"author":"Editorial Staff","twitter_card":"summary_large_image","twitter_title":"PLC Program to Simulate Gate Array Logic - InstrumentationTools","twitter_description":"Develop a PLC program that will simulate the gate array logic as shown in the figure. Visit us for more PLC programming examples.","twitter_creator":"@insttools","twitter_site":"@insttools","twitter_misc":{"Written by":"Editorial Staff","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/#article","isPartOf":{"@id":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/"},"author":{"name":"Editorial Staff","@id":"https:\/\/instrumentationtools.com\/#\/schema\/person\/41ad3dac301c219e8d41b1ace61655b2"},"headline":"PLC Program to Simulate Gate Array Logic","datePublished":"2019-09-10T05:18:05+00:00","dateModified":"2021-03-04T09:23:49+00:00","mainEntityOfPage":{"@id":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/"},"wordCount":262,"commentCount":0,"publisher":{"@id":"https:\/\/instrumentationtools.com\/#organization"},"image":{"@id":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/#primaryimage"},"thumbnailUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2019\/09\/Gate-Array-Logic-using-PLC.jpg","keywords":["Gate Array Logic"],"articleSection":["PLC Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/","url":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/","name":"PLC Program to Simulate Gate Array Logic - InstrumentationTools","isPartOf":{"@id":"https:\/\/instrumentationtools.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/#primaryimage"},"image":{"@id":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/#primaryimage"},"thumbnailUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2019\/09\/Gate-Array-Logic-using-PLC.jpg","datePublished":"2019-09-10T05:18:05+00:00","dateModified":"2021-03-04T09:23:49+00:00","description":"Develop a PLC program that will simulate the gate array logic as shown in figure. Visit us for more PLC programming examples.","breadcrumb":{"@id":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/#primaryimage","url":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2019\/09\/Gate-Array-Logic-using-PLC.jpg","contentUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2019\/09\/Gate-Array-Logic-using-PLC.jpg","width":1408,"height":968,"caption":"Gate Array Logic using PLC"},{"@type":"BreadcrumbList","@id":"https:\/\/instrumentationtools.com\/plc-program-to-simulate-gate-array-logic\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/instrumentationtools.com\/"},{"@type":"ListItem","position":2,"name":"PLC Program to Simulate Gate Array Logic"}]},{"@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\/41ad3dac301c219e8d41b1ace61655b2","name":"Editorial Staff","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/7d7b78a0bf6b95aebc68e7790f9094403ae40b3fcb9c436cb6956873b90826de?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/7d7b78a0bf6b95aebc68e7790f9094403ae40b3fcb9c436cb6956873b90826de?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/7d7b78a0bf6b95aebc68e7790f9094403ae40b3fcb9c436cb6956873b90826de?s=96&d=mm&r=g","caption":"Editorial Staff"},"sameAs":["https:\/\/www.facebook.com\/instrumentationtoolss","https:\/\/x.com\/insttools","https:\/\/www.youtube.com\/c\/InstrumentationTools\/"],"url":"https:\/\/instrumentationtools.com\/author\/editorial\/"}]}},"_links":{"self":[{"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/posts\/45041","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/comments?post=45041"}],"version-history":[{"count":0,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/posts\/45041\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/media\/45073"}],"wp:attachment":[{"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/media?parent=45041"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/categories?post=45041"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/tags?post=45041"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}