{"id":61988,"date":"2024-07-05T08:00:00","date_gmt":"2024-07-05T02:30:00","guid":{"rendered":"https:\/\/ye1o34zhk8.onrocket.site\/?p=61988"},"modified":"2024-05-06T10:37:43","modified_gmt":"2024-05-06T05:07:43","slug":"plc-example-on-switch-program","status":"publish","type":"post","link":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/","title":{"rendered":"PLC Example on Switch Program with Timers"},"content":{"rendered":"\n<p>The PLC example on switch program to control the output 1 and output 2 status based on the timers value.<\/p>\n\n\n\n<p>Note: These <a href=\"https:\/\/instrumentationtools.com\/compare-online-and-offline-plc\/\" target=\"_blank\" rel=\"noreferrer noopener\">PLC programs<\/a> are designed for engineering students and beginners to understand the basics.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-plc-example-on-switch-program\">PLC Example on Switch Program<\/h2>\n\n\n\n<p><strong>Problem Statement:<\/strong><\/p>\n\n\n\n<p>Design a PLC ladder logic for the following application.<\/p>\n\n\n\n<p>We are using one <a href=\"https:\/\/instrumentationtools.com\/plc-program-with-2-toggle-switches-and-4-motors\/\" target=\"_blank\" rel=\"noreferrer noopener\">switch<\/a> to control 2 outputs.<\/p>\n\n\n\n<p>When the Switch is turned ON, Output 1 and Output 2 will be ON.<\/p>\n\n\n\n<p>When the Switch is turned OFF, Output 1 will be OFF after 10 seconds and Output 2 will be OFF after 15 seconds.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-best-industrial-automation-videos\">Best Industrial Automation Videos<\/h2>\n\n\n\n<p>Instrumentation Tools provides you the best industrial automation videos for training the students all-over the world.<\/p>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<iframe loading=\"lazy\" title=\"PLC Ladder Logic Examples - Switch Program\" width=\"1240\" height=\"698\" src=\"https:\/\/www.youtube.com\/embed\/Iqa_yuUtNnA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe>\n<\/div><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-inputs-amp-outputs\">Inputs &amp; Outputs<\/h2>\n\n\n\n<p><strong>Digital Inputs:<\/strong><\/p>\n\n\n\n<p>Switch: I0.0<\/p>\n\n\n\n<p><strong>Digital Outputs:<\/strong><\/p>\n\n\n\n<p>Output 1: Q0.0<\/p>\n\n\n\n<p>Output 2: Q0.1<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-ladder-logic\">Ladder Logic<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/PLC-Example-on-Switch-Program-with-Timers.png\" alt=\"PLC Example on Switch Program with Timers\" class=\"wp-image-61990\"\/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-program-description\">Program Description<\/h2>\n\n\n\n<p>We have used <a href=\"https:\/\/instrumentationtools.com\/difference-between-no-and-nc-contacts\/\" target=\"_blank\" rel=\"noreferrer noopener\">Normally Open Contact<\/a> for Switch (I0.0).<\/p>\n\n\n\n<p><strong>In Rung 0:<\/strong><\/p>\n\n\n\n<ol class=\"wp-block-list\">\n<li>Normally Open Contact is used for Switch (I0.0) to Turn ON Output 1 (Q0.0) and Output&nbsp;2 (Q0.1).<\/li>\n\n\n\n<li>Timer-type TOF is used to <a href=\"https:\/\/instrumentationtools.com\/plc-programming-example-on-timers\/\" target=\"_blank\" rel=\"noreferrer noopener\">delay the turning OFF time<\/a> of the Output 1 (Q0.0) for some time.<\/li>\n\n\n\n<li>Another Timer-type TOF is used to delay the turning OFF time of the Output 2 (Q0.0) for some time.<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-simulation-result\">Simulation Result<\/h2>\n\n\n\n<p>Now we simulate the PLC program and check the results.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-when-switch-i0-0-is-turned-on\">When Switch (I0.0) is turned ON<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1247\" height=\"600\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/PLC-programs-that-use-timers-and-switches.png\" alt=\"PLC programs that use timers and switches\" class=\"wp-image-61991\"\/><\/figure>\n\n\n\n<p>When Switch (I0.0) is turned ON, the signal will flow through Switch (I0.0) as Normally Open Contact used for Switch (I0.0) will be in <a href=\"https:\/\/instrumentationtools.com\/positive-and-negative-edges-using-statement-list-language\/\" target=\"_blank\" rel=\"noreferrer noopener\">True State<\/a> and Output 1 (Q0.0) &amp; Output 2 (Q0.1) will turn ON.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-when-switch-i0-0-is-turned-off\">When Switch (I0.0) is turned OFF<\/h2>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1249\" height=\"600\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Switches-and-Timers-in-PLC.png\" alt=\"Switches and Timers in PLC\" class=\"wp-image-61992\"\/><\/figure>\n\n\n\n<p>\u00a0When Switch (I0.0) is turned OFF, the output 1 (Q0.0) remains ON but for a limited time because <a href=\"https:\/\/instrumentationtools.com\/difference-between-timer-and-counter\/\" target=\"_blank\" rel=\"noreferrer noopener\">Timer<\/a> Function Block type TOF is used to delay the turning OFF time of the output 1 (Q0.0) and time is set to 10 seconds.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1248\" height=\"600\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Timers-in-PLC-and-ladder-logic-program.png\" alt=\"Timers in PLC and ladder logic program\" class=\"wp-image-61994\"\/><\/figure>\n\n\n\n<p>After 10 seconds, the output 1 (Q0.0) will turn OFF.<\/p>\n\n\n\n<p>Also, When Switch (I0.0) is turned OFF, the output 2 (Q0.0) remains ON but for limited time because another Timer Function Block type TOF is used to delay the turning OFF time of the output 2 (Q0.0) and time is set to 15 seconds.<\/p>\n\n\n\n<p>After 15 <a href=\"https:\/\/instrumentationtools.com\/plc-pump-control\/\" target=\"_blank\" rel=\"noreferrer noopener\">seconds<\/a>, the output 2 (Q0.0) will turn OFF.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img loading=\"lazy\" loading=\"lazy\" decoding=\"async\" width=\"1246\" height=\"601\" src=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/Examples-of-Timers-in-PLC-Logic.png\" alt=\"Examples of Timers in PLC Logic\" class=\"wp-image-61995\"\/><\/figure>\n\n\n\n<p>If you liked this article, 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<ul class=\"wp-block-list\">\n<li><a href=\"https:\/\/instrumentationtools.com\/plc-program-for-two-way-switch-logic\/\" target=\"_blank\" rel=\"noreferrer noopener\">PLC Program for Two-Way Switch Logic<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/instrumentationtools.com\/plc-program-for-control-valve-scaling\/\" target=\"_blank\" rel=\"noreferrer noopener\">PLC Scaling Program for Control Valve<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/instrumentationtools.com\/plc-automatic-pedal-switch-speed-control\/\" target=\"_blank\" rel=\"noreferrer noopener\">PLC Automatic Pedal Switch Program<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/instrumentationtools.com\/plc-programming-limit-switch\/\" target=\"_blank\" rel=\"noreferrer noopener\">PLC Programming using Limit Switch<\/a><\/li>\n\n\n\n<li><a href=\"https:\/\/instrumentationtools.com\/making-multi-way-switches-using-plc\/\" target=\"_blank\" rel=\"noreferrer noopener\">Making Multi-Way Switches using PLC<\/a><\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>The PLC example on switch program to control the output 1 and output 2 status based on the timers value.<\/p>\n","protected":false},"author":1,"featured_media":61990,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_mo_disable_npp":"","footnotes":""},"categories":[6],"tags":[6212,87570,8315,87567,87568,87569,42561,87571,40976,3228,87566,87565,88184,40980,3153,40982,40981,2042,4977,42381,40977,90724],"class_list":{"0":"post-61988","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-plc","8":"tag-plc-example","9":"tag-plc-example-ladder-programs","10":"tag-plc-example-problems","11":"tag-plc-example-programs","12":"tag-plc-example-programs-pdf","13":"tag-plc-example-projects","14":"tag-plc-example-questions","15":"tag-plc-example-tutorial","16":"tag-plc-example-with-switches","17":"tag-plc-examples","18":"tag-plc-examples-pdf","19":"tag-plc-examples-with-ladder-logic","20":"tag-plc-examples-with-ladder-logic-pdf","21":"tag-plc-switch","22":"tag-plc-switch-circuit","23":"tag-plc-switch-configuration","24":"tag-plc-switch-connection","25":"tag-plc-switch-connections","26":"tag-plc-switch-input","27":"tag-plc-switch-logic","28":"tag-plc-switches","29":"tag-plc-switches-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 Example on Switch Program with Timers<\/title>\n<meta name=\"description\" content=\"The PLC example on switch program to control the output 1 and output 2 status based on the timers value.\" \/>\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-example-on-switch-program\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"PLC Example on Switch Program with Timers\" \/>\n<meta property=\"og:description\" content=\"The PLC example on switch program to control the output 1 and output 2 status based on the timers value.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/\" \/>\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=\"2024-07-05T02:30:00+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/PLC-Example-on-Switch-Program-with-Timers-scaled.png\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1588\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Editorial Staff\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:title\" content=\"PLC Example on Switch Program with Timers\" \/>\n<meta name=\"twitter:description\" content=\"The PLC example on switch program to control the output 1 and output 2 status based on the timers value.\" \/>\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=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/\"},\"author\":{\"name\":\"Editorial Staff\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#\\\/schema\\\/person\\\/41ad3dac301c219e8d41b1ace61655b2\"},\"headline\":\"PLC Example on Switch Program with Timers\",\"datePublished\":\"2024-07-05T02:30:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/\"},\"wordCount\":422,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/PLC-Example-on-Switch-Program-with-Timers-scaled.png\",\"keywords\":[\"PLC Example\",\"plc example ladder programs\",\"plc example problems\",\"plc example programs\",\"plc example programs pdf\",\"plc example projects\",\"plc example questions\",\"plc example tutorial\",\"PLC Example with Switches\",\"PLC Examples\",\"plc examples pdf\",\"plc examples with ladder logic\",\"plc examples with ladder logic pdf\",\"PLC Switch\",\"PLC Switch Circuit\",\"PLC Switch Configuration\",\"PLC Switch Connection\",\"PLC Switch Connections\",\"PLC Switch Input\",\"PLC Switch Logic\",\"PLC Switches\",\"PLC Switches Logic\"],\"articleSection\":[\"PLC Tutorials\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/\",\"name\":\"PLC Example on Switch Program with Timers\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/PLC-Example-on-Switch-Program-with-Timers-scaled.png\",\"datePublished\":\"2024-07-05T02:30:00+00:00\",\"description\":\"The PLC example on switch program to control the output 1 and output 2 status based on the timers value.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/#primaryimage\",\"url\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/PLC-Example-on-Switch-Program-with-Timers-scaled.png\",\"contentUrl\":\"https:\\\/\\\/instrumentationtools.com\\\/wp-content\\\/uploads\\\/2024\\\/05\\\/PLC-Example-on-Switch-Program-with-Timers-scaled.png\",\"width\":2560,\"height\":1588,\"caption\":\"PLC Example on Switch Program with Timers\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/instrumentationtools.com\\\/plc-example-on-switch-program\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/instrumentationtools.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"PLC Example on Switch Program with Timers\"}]},{\"@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 Example on Switch Program with Timers","description":"The PLC example on switch program to control the output 1 and output 2 status based on the timers value.","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-example-on-switch-program\/","og_locale":"en_US","og_type":"article","og_title":"PLC Example on Switch Program with Timers","og_description":"The PLC example on switch program to control the output 1 and output 2 status based on the timers value.","og_url":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/","og_site_name":"Inst Tools","article_publisher":"https:\/\/www.facebook.com\/instrumentationtoolss\/","article_author":"https:\/\/www.facebook.com\/instrumentationtoolss","article_published_time":"2024-07-05T02:30:00+00:00","og_image":[{"width":2560,"height":1588,"url":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/PLC-Example-on-Switch-Program-with-Timers-scaled.png","type":"image\/png"}],"author":"Editorial Staff","twitter_card":"summary_large_image","twitter_title":"PLC Example on Switch Program with Timers","twitter_description":"The PLC example on switch program to control the output 1 and output 2 status based on the timers value.","twitter_creator":"@insttools","twitter_site":"@insttools","twitter_misc":{"Written by":"Editorial Staff","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/#article","isPartOf":{"@id":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/"},"author":{"name":"Editorial Staff","@id":"https:\/\/instrumentationtools.com\/#\/schema\/person\/41ad3dac301c219e8d41b1ace61655b2"},"headline":"PLC Example on Switch Program with Timers","datePublished":"2024-07-05T02:30:00+00:00","mainEntityOfPage":{"@id":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/"},"wordCount":422,"commentCount":0,"publisher":{"@id":"https:\/\/instrumentationtools.com\/#organization"},"image":{"@id":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/#primaryimage"},"thumbnailUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/PLC-Example-on-Switch-Program-with-Timers-scaled.png","keywords":["PLC Example","plc example ladder programs","plc example problems","plc example programs","plc example programs pdf","plc example projects","plc example questions","plc example tutorial","PLC Example with Switches","PLC Examples","plc examples pdf","plc examples with ladder logic","plc examples with ladder logic pdf","PLC Switch","PLC Switch Circuit","PLC Switch Configuration","PLC Switch Connection","PLC Switch Connections","PLC Switch Input","PLC Switch Logic","PLC Switches","PLC Switches Logic"],"articleSection":["PLC Tutorials"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/","url":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/","name":"PLC Example on Switch Program with Timers","isPartOf":{"@id":"https:\/\/instrumentationtools.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/#primaryimage"},"image":{"@id":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/#primaryimage"},"thumbnailUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/PLC-Example-on-Switch-Program-with-Timers-scaled.png","datePublished":"2024-07-05T02:30:00+00:00","description":"The PLC example on switch program to control the output 1 and output 2 status based on the timers value.","breadcrumb":{"@id":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/#primaryimage","url":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/PLC-Example-on-Switch-Program-with-Timers-scaled.png","contentUrl":"https:\/\/instrumentationtools.com\/wp-content\/uploads\/2024\/05\/PLC-Example-on-Switch-Program-with-Timers-scaled.png","width":2560,"height":1588,"caption":"PLC Example on Switch Program with Timers"},{"@type":"BreadcrumbList","@id":"https:\/\/instrumentationtools.com\/plc-example-on-switch-program\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/instrumentationtools.com\/"},{"@type":"ListItem","position":2,"name":"PLC Example on Switch Program with Timers"}]},{"@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\/61988","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=61988"}],"version-history":[{"count":0,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/posts\/61988\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/media\/61990"}],"wp:attachment":[{"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/media?parent=61988"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/categories?post=61988"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/instrumentationtools.com\/wp-json\/wp\/v2\/tags?post=61988"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}