{"id":5671,"date":"2021-01-20T13:44:20","date_gmt":"2021-01-20T13:44:20","guid":{"rendered":"http:\/\/bryceautomation.com\/?p=5671"},"modified":"2021-01-20T13:44:21","modified_gmt":"2021-01-20T13:44:21","slug":"slc-500-discrete-input-interrupt","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/","title":{"rendered":"SLC-500 Discrete Input Interrupt"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Introduction to the SLC-500 Discrete Input Interrupt<\/h4>\n\n\n\n<p>The SLC-500 Discrete Input Interrupt allows you to execute a routine when certain bits on a module become true or false.  This allows for high speed processing of certain logic under specific conditions.   For example, if the operator presses an E-Stop.  The E-stop should directly take your equipment to a safe state.  However, you might decide to take other actions in logic.<\/p><div id=\"bryce-491717163\" class=\"bryce-afterfirst bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"7728240895\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>\n\n\n\n<p>The DII feature of the 5\/03 and higher will typically monitor an input module.    We configure the DII feature in the S2 Status file.<\/p>\n\n\n\n<p>In this case, we&#8217;ll just have a simple ADD instruction in the DII routine.   An integer file increments when the DII executes.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Create your Subroutine<\/h4>\n\n\n\n<p>Before we start, create a new routine.  Right-click &#8220;Program Files&#8221; to create the new routine.   For example, I&#8217;m creating file 7, which is named DII.    You must be Offline to create this file.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"484\" height=\"285\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-15.png\" alt=\"\" class=\"wp-image-5672 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-15.png 484w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-15-300x177.png 300w\" data-sizes=\"(max-width: 484px) 100vw, 484px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 484px; --smush-placeholder-aspect-ratio: 484\/285;\" \/><\/figure>\n\n\n\n<p>Next, I&#8217;ll add the logic to our subroutine.  As I have said, we&#8217;ll just use a simple ADD instruction to verify the routine executes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"453\" height=\"263\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-16.png\" alt=\"\" class=\"wp-image-5673 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-16.png 453w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-16-300x174.png 300w\" data-sizes=\"(max-width: 453px) 100vw, 453px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 453px; --smush-placeholder-aspect-ratio: 453\/263;\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Configure the SLC-500 Discrete Input Interrupt<\/h4>\n\n\n\n<p>At this point, open the S2 Status file.   Click the DII tab.  We&#8217;ll leave the preset on 0 (immediate mode).  When the entire bit pattern of the bits specified in the mask equals the compare value, the DII executes.  Obviously another option is to enter a preset (counter mode).   In that case, a certain bit pattern must happen several times before the DII will execute.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"531\" height=\"329\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-18.png\" alt=\"\" class=\"wp-image-5677 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-18.png 531w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-18-300x186.png 300w\" data-sizes=\"(max-width: 531px) 100vw, 531px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 531px; --smush-placeholder-aspect-ratio: 531\/329;\" \/><figcaption>l<\/figcaption><\/figure>\n\n\n\n<p>Obviously, the file we created is file #7.  The slot # of the input module I&#8217;m monitoring is 1.   Set the bit mask to reflect the bits you wish to monitor.  This is a hexadecimal value.  Obviously, if we want to monitor only bit 0, the bit mask will be 1h.  It&#8217;s important to realize, we can only use bits 0 to 7 in the DII.  Finally, set the Compare Value.  The compare value describes which value to look for on each bit.   Again, this is a hexadecimal value.   By setting the compare value to 1h,  I&#8217;m looking for the 0 to 1 transition.  This 0 to 1 transition applies only to bit 0 in this case.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Download and test your work<\/h4>\n\n\n\n<p>Once we download and test our work, we can see that each time bit 0 goes high, the DII executes.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"497\" height=\"304\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-19.png\" alt=\"\" class=\"wp-image-5678 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-19.png 497w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-19-300x184.png 300w\" data-sizes=\"(max-width: 497px) 100vw, 497px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 497px; --smush-placeholder-aspect-ratio: 497\/304;\" \/><\/figure>\n\n\n\n<p>For more information, visit the Category page for the SLC-500!<\/p>\n\n\n\n<p>&#8212; Ricky Bryce<\/p>\n<div id=\"bryce-3495019497\" class=\"bryce-after-content bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"4667596182\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Introduction to the SLC-500 Discrete Input Interrupt The SLC-500 Discrete Input Interrupt allows you to execute a routine when certain bits on a module become true or false. This allows for high speed processing of certain logic under specific conditions. For example, if the operator presses an E-Stop. The E-stop should directly take your equipment <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":5677,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[130],"tags":[297,133],"class_list":{"0":"post-5671","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-slc500","8":"tag-dii","9":"tag-slc-500","10":"czr-hentry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>SLC-500 Discrete Input Interrupt - Bryce Automation<\/title>\n<meta name=\"description\" content=\"Use the SLC-500 Discrete Input Interrupt (DII) to execute a routine of logic when a certain bit pattern is met on a local Input module.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"SLC-500 Discrete Input Interrupt - Bryce Automation\" \/>\n<meta property=\"og:description\" content=\"Use the SLC-500 Discrete Input Interrupt (DII) to execute a routine of logic when a certain bit pattern is met on a local Input module.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/\" \/>\n<meta property=\"og:site_name\" content=\"Bryce Automation\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ricky.bryce.7\" \/>\n<meta property=\"article:published_time\" content=\"2021-01-20T13:44:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-01-20T13:44:21+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-18.png\" \/>\n\t<meta property=\"og:image:width\" content=\"531\" \/>\n\t<meta property=\"og:image:height\" content=\"329\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ricky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"SLC-500 Discrete Input Interrupt\",\"datePublished\":\"2021-01-20T13:44:20+00:00\",\"dateModified\":\"2021-01-20T13:44:21+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/\"},\"wordCount\":399,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/image-18.png\",\"keywords\":[\"DII\",\"SLC-500\"],\"articleSection\":[\"SLC500\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/\",\"name\":\"SLC-500 Discrete Input Interrupt - Bryce Automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/image-18.png\",\"datePublished\":\"2021-01-20T13:44:20+00:00\",\"dateModified\":\"2021-01-20T13:44:21+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"Use the SLC-500 Discrete Input Interrupt (DII) to execute a routine of logic when a certain bit pattern is met on a local Input module.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/image-18.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/image-18.png\",\"width\":531,\"height\":329,\"caption\":\"DII Configuration\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/20\\\/slc-500-discrete-input-interrupt\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"SLC-500 Discrete Input Interrupt\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/\",\"name\":\"Bryce Automation\",\"description\":\"Automating Home and Industry...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bryceautomation.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\",\"name\":\"Ricky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"caption\":\"Ricky\"},\"sameAs\":[\"http:\\\/\\\/bryceautomation.com\",\"https:\\\/\\\/www.facebook.com\\\/ricky.bryce.7\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ricky-bryce-4367a416\\\/\"],\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/author\\\/ricky\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"SLC-500 Discrete Input Interrupt - Bryce Automation","description":"Use the SLC-500 Discrete Input Interrupt (DII) to execute a routine of logic when a certain bit pattern is met on a local Input module.","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:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/","og_locale":"en_US","og_type":"article","og_title":"SLC-500 Discrete Input Interrupt - Bryce Automation","og_description":"Use the SLC-500 Discrete Input Interrupt (DII) to execute a routine of logic when a certain bit pattern is met on a local Input module.","og_url":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2021-01-20T13:44:20+00:00","article_modified_time":"2021-01-20T13:44:21+00:00","og_image":[{"width":531,"height":329,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-18.png","type":"image\/png"}],"author":"Ricky","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"SLC-500 Discrete Input Interrupt","datePublished":"2021-01-20T13:44:20+00:00","dateModified":"2021-01-20T13:44:21+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/"},"wordCount":399,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-18.png","keywords":["DII","SLC-500"],"articleSection":["SLC500"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/","url":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/","name":"SLC-500 Discrete Input Interrupt - Bryce Automation","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-18.png","datePublished":"2021-01-20T13:44:20+00:00","dateModified":"2021-01-20T13:44:21+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"Use the SLC-500 Discrete Input Interrupt (DII) to execute a routine of logic when a certain bit pattern is met on a local Input module.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-18.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-18.png","width":531,"height":329,"caption":"DII Configuration"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/20\/slc-500-discrete-input-interrupt\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"SLC-500 Discrete Input Interrupt"}]},{"@type":"WebSite","@id":"https:\/\/bryceautomation.com\/#website","url":"https:\/\/bryceautomation.com\/","name":"Bryce Automation","description":"Automating Home and Industry...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bryceautomation.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7","name":"Ricky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","url":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","caption":"Ricky"},"sameAs":["http:\/\/bryceautomation.com","https:\/\/www.facebook.com\/ricky.bryce.7","https:\/\/www.linkedin.com\/in\/ricky-bryce-4367a416\/"],"url":"https:\/\/bryceautomation.com\/index.php\/author\/ricky\/"}]}},"_links":{"self":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/5671","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/comments?post=5671"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/5671\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/5677"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=5671"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=5671"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=5671"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}