{"id":5800,"date":"2021-01-26T15:56:32","date_gmt":"2021-01-26T15:56:32","guid":{"rendered":"http:\/\/bryceautomation.com\/?p=5800"},"modified":"2021-01-26T15:56:32","modified_gmt":"2021-01-26T15:56:32","slug":"controllogix-sequencer-output-sqo","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/","title":{"rendered":"ControlLogix Sequencer Output (SQO)"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Introduction to the ControlLogix Sequencer Output (SQO)<\/h4>\n\n\n\n<p>Basically, we use the ControlLogix Sequencer Output (SQO) instruction as a &#8220;Drum Switch&#8221;.   That is to say, we have a file of bit patterns.  Each time we trigger the sequencer output instruction, the next bit pattern will be dumped to the output.  In this case, we&#8217;ll use an output module.   <\/p><div id=\"bryce-3447588634\" 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 ControlLogix Sequencer Output (SQO) Instruction has many uses.  For example, we can blow different bags in a dust collector every few seconds.  This way, we don&#8217;t deplete the air pressure by blowing all bags at once.  Even some entire machine operations are set up using the SQO.  A different bit pattern will be sent to the output module each time certain conditions are true.  Of course a classic example most people think about is Christmas lights.  Each time the sequencer advances, different outputs will energize.<\/p>\n\n\n\n<p>This is an example only to illustrate how the SQO instruction works.  By no means should you use this on your equipment without proper knowledge and taking the necessary safety precautions.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Set up the Logic<\/h4>\n\n\n\n<p>Before we begin, I&#8217;ll set up the following logic.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"495\" height=\"263\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-47.png\" alt=\"\" class=\"wp-image-5801 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-47.png 495w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-47-300x159.png 300w\" data-sizes=\"(max-width: 495px) 100vw, 495px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 495px; --smush-placeholder-aspect-ratio: 495\/263;\" \/><\/figure>\n\n\n\n<p>In this case, we have a timer that will trigger it&#8217;s own DN (Done) bit every 10 seconds.  We&#8217;ll use this DN bit to trigger the SQO Instruction.  First, let&#8217;s set up the array.  I&#8217;ll type in SQOArray in the Array field.  Next, right click this text, and assign this tag as DINT[10].  This gives us 10 different bit patters to send to the output module.<\/p>\n\n\n\n<p>Now, set up the MASK.   We usually specify the mask in Hexadecimal.   Enter the bits you wish to use in Binary into you calculator (in binary mode).  Convert this value to Hex.   In this case, we&#8217;ll use all 32 bits.  Therefore, the MASK is 16#FFFFFFFF.  All 32 bits are in use.  The 16# indicates that we are entering the mask in Hexadecimal (Base 16).<\/p>\n\n\n\n<p>My destination is the output module.  It&#8217;s address is Local:1:O.Data.  <\/p>\n\n\n\n<p>For the Control element, I just type SQO Control.  Then, right-click the tag, and create a new tag.  This tag will simply have the &#8220;Control&#8221; Data type.  <\/p>\n\n\n\n<p>The length is 9 elements.  We use element 0 to initialize the output when we trigger a RESet instruction.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"499\" height=\"251\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-50.png\" alt=\"\" class=\"wp-image-5804 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-50.png 499w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-50-300x151.png 300w\" data-sizes=\"(max-width: 499px) 100vw, 499px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 499px; --smush-placeholder-aspect-ratio: 499\/251;\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Configure the Array<\/h4>\n\n\n\n<p>At last, we&#8217;ll go to tags, and turn on bits within SQO Array. Each element will represent a different bit pattern to send to the output module. For example, the initialization bit pattern is placed in SQOArray[0]. Obviously, the next bit pattern will be on SQOArray[1], and so forth.  After the sequencer reaches position 10, it will start at position 1 again until you reset the control element.<\/p>\n\n\n\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"735\" height=\"420\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-51.png\" alt=\"\" class=\"wp-image-5805 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-51.png 735w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-51-300x171.png 300w\" data-sizes=\"(max-width: 735px) 100vw, 735px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 735px; --smush-placeholder-aspect-ratio: 735\/420;\" \/><\/figure>\n\n\n\n<p>Finalize your work, and your sequencer output instruction is running!  Every 10 seconds, the next bit pattern is transferred to the output module.<\/p>\n\n\n\n<p>For more information on CotnrolLogix, visit the<a href=\"https:\/\/bryceautomation.com\/index.php\/category\/controllogix\/\"> category page!<\/a><\/p>\n\n\n\n<p>&#8212; Ricky Bryce<\/p>\n<div id=\"bryce-2351478136\" 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 ControlLogix Sequencer Output (SQO) Basically, we use the ControlLogix Sequencer Output (SQO) instruction as a &#8220;Drum Switch&#8221;. That is to say, we have a file of bit patterns. Each time we trigger the sequencer output instruction, the next bit pattern will be dumped to the output. In this case, we&#8217;ll use an <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":5805,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[301,300],"class_list":{"0":"post-5800","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-controllogix","8":"tag-seuqnecer","9":"tag-sqo","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>ControlLogix Sequencer Output (SQO) - Bryce Automation<\/title>\n<meta name=\"description\" content=\"Use the ControlLogix Sequencer Output (SQO) to dump different bit patterns onto an output module for sequencing outputs.\" \/>\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\/26\/controllogix-sequencer-output-sqo\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ControlLogix Sequencer Output (SQO) - Bryce Automation\" \/>\n<meta property=\"og:description\" content=\"Use the ControlLogix Sequencer Output (SQO) to dump different bit patterns onto an output module for sequencing outputs.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/\" \/>\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-26T15:56:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-51.png\" \/>\n\t<meta property=\"og:image:width\" content=\"735\" \/>\n\t<meta property=\"og:image:height\" content=\"420\" \/>\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\\\/26\\\/controllogix-sequencer-output-sqo\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/26\\\/controllogix-sequencer-output-sqo\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"ControlLogix Sequencer Output (SQO)\",\"datePublished\":\"2021-01-26T15:56:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/26\\\/controllogix-sequencer-output-sqo\\\/\"},\"wordCount\":484,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/26\\\/controllogix-sequencer-output-sqo\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/image-51.png\",\"keywords\":[\"Seuqnecer\",\"SQO\"],\"articleSection\":[\"ControlLogix\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/26\\\/controllogix-sequencer-output-sqo\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/26\\\/controllogix-sequencer-output-sqo\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/26\\\/controllogix-sequencer-output-sqo\\\/\",\"name\":\"ControlLogix Sequencer Output (SQO) - Bryce Automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/26\\\/controllogix-sequencer-output-sqo\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/26\\\/controllogix-sequencer-output-sqo\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/image-51.png\",\"datePublished\":\"2021-01-26T15:56:32+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"Use the ControlLogix Sequencer Output (SQO) to dump different bit patterns onto an output module for sequencing outputs.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/26\\\/controllogix-sequencer-output-sqo\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/26\\\/controllogix-sequencer-output-sqo\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/26\\\/controllogix-sequencer-output-sqo\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/image-51.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/01\\\/image-51.png\",\"width\":735,\"height\":420,\"caption\":\"SQO Table\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/01\\\/26\\\/controllogix-sequencer-output-sqo\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ControlLogix Sequencer Output (SQO)\"}]},{\"@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":"ControlLogix Sequencer Output (SQO) - Bryce Automation","description":"Use the ControlLogix Sequencer Output (SQO) to dump different bit patterns onto an output module for sequencing outputs.","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\/26\/controllogix-sequencer-output-sqo\/","og_locale":"en_US","og_type":"article","og_title":"ControlLogix Sequencer Output (SQO) - Bryce Automation","og_description":"Use the ControlLogix Sequencer Output (SQO) to dump different bit patterns onto an output module for sequencing outputs.","og_url":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2021-01-26T15:56:32+00:00","og_image":[{"width":735,"height":420,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-51.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\/26\/controllogix-sequencer-output-sqo\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"ControlLogix Sequencer Output (SQO)","datePublished":"2021-01-26T15:56:32+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/"},"wordCount":484,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-51.png","keywords":["Seuqnecer","SQO"],"articleSection":["ControlLogix"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/","url":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/","name":"ControlLogix Sequencer Output (SQO) - Bryce Automation","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-51.png","datePublished":"2021-01-26T15:56:32+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"Use the ControlLogix Sequencer Output (SQO) to dump different bit patterns onto an output module for sequencing outputs.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-51.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/01\/image-51.png","width":735,"height":420,"caption":"SQO Table"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/01\/26\/controllogix-sequencer-output-sqo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"ControlLogix Sequencer Output (SQO)"}]},{"@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\/5800","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=5800"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/5800\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/5805"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=5800"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=5800"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=5800"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}