{"id":8014,"date":"2021-08-20T14:03:17","date_gmt":"2021-08-20T14:03:17","guid":{"rendered":"http:\/\/bryceautomation.com\/?p=8014"},"modified":"2021-08-20T14:03:17","modified_gmt":"2021-08-20T14:03:17","slug":"controllogix-file-search-compare","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/","title":{"rendered":"ControlLogix File Search Compare"},"content":{"rendered":"\n<h4 class=\"wp-block-heading\">Introduction to ControlLogix File Search Compare<\/h4>\n\n\n\n<p>The ControlLogix File Search Compare will search through arrays for specific conditions.  Element by element, the instruction will look to see if a specific expression is true.  For example, we have an array of temperatures.  We want to check for any temperature that is above 110 degrees.  The FSC will find where this expression is true, and set the Found (FD) bit.  Our logic could then warn an operator of a high temperature based on the position where the FSC landed. <\/p><div id=\"bryce-963398837\" 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>On the other hand, let&#8217;s say that each temperature has a separate setpoint&#8230; In that case, we would need two arrays.  One with the actual temperatures, and the other array contains the setpoints for each element.<\/p>\n\n\n\n<p>The FSC has 2 modes:  All and incremental.  Obviously, the &#8220;ALL&#8221; mode will search all elements of the arrays when the instruction goes true.  While INC (incremental) simply does one element at a time.  To index through the arrays, the FSC uses indirect addressing based on the position of the control tag.<\/p>\n\n\n\n<h4 class=\"wp-block-heading\">Set up Tags<\/h4>\n\n\n\n<p>First, we&#8217;ll set up some tags we need for the FBC.  We&#8217;ll need a control element.  This tag is simply a workspace for the instruction to operate.  This element keeps track of the length, position, and status bits.  The type of this element is &#8220;Control&#8221;.  Additionally, we&#8217;ll create two DINT arrays of 10 elements each.  This will compare actual temperatures to a setpoint.  Keep in mind what our goal is.  We want to find any actual temperature that exceeds the setpoing.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"591\" height=\"203\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-156.png\" alt=\"\" class=\"wp-image-8015 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-156.png 591w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-156-300x103.png 300w\" data-sizes=\"(max-width: 591px) 100vw, 591px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 591px; --smush-placeholder-aspect-ratio: 591\/203;\" \/><\/figure>\n\n\n\n<p>Next we&#8217;ll populate the tags.   Since I&#8217;m just simulating temperatures, I&#8217;ll just populate the ActualTemeratureArray with random values.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"279\" height=\"234\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-157.png\" alt=\"\" class=\"wp-image-8016 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 279px; --smush-placeholder-aspect-ratio: 279\/234;\" \/><\/figure>\n\n\n\n<p>At this point, I&#8217;ll populate the SetPointArray with a setpoint for each temperature.  To keep it simple, all of these values will be 100.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"281\" height=\"230\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-158.png\" alt=\"\" class=\"wp-image-8017 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 281px; --smush-placeholder-aspect-ratio: 281\/230;\" \/><\/figure>\n\n\n\n<h4 class=\"wp-block-heading\">Configure the ControlLogix File Search Compare<\/h4>\n\n\n\n<p>At this point, we&#8217;re ready to set up the logic.  I&#8217;m entering the logic below.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"625\" height=\"130\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-159.png\" alt=\"\" class=\"wp-image-8018 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-159.png 625w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-159-300x62.png 300w\" data-sizes=\"(max-width: 625px) 100vw, 625px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 625px; --smush-placeholder-aspect-ratio: 625\/130;\" \/><\/figure>\n\n\n\n<p>Most of this is self-explanatory except for the Expression.  In the expression we are using <a href=\"https:\/\/bryceautomation.com\/index.php\/2017\/06\/12\/controllogix-indirect-addressing\/\">Indirect Addressing.<\/a>  Instead of specifying a direct address surch as ActualTemperatureArray[0], we use the position of the control element.   Basically, this allows the element number to change as the position changes.  Likewise, we need the array element of SetPointArray to follow the position of the FSC.<\/p>\n\n\n\n<p>Recall that all of our setpoints were 100.  Therefore, when the FSC reached element #6, we found a position where the expression is true.  At that point, the FSC will stop.  If you monitor the control element, you will see the FD (Found) and IN (Inhibit) bits are true.  Once we take action, simply have your logic shut off the IN (inhibit) bit, and the FSC will find the next position where the expression is true.<\/p>\n\n\n\n<p>As you can see, once I unlatched the IN bit, the FSC continued to the next element, and found another location where the expression is true.  This is elementOnc 7.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"616\" height=\"238\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-160.png\" alt=\"\" class=\"wp-image-8019 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-160.png 616w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-160-300x116.png 300w\" data-sizes=\"(max-width: 616px) 100vw, 616px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 616px; --smush-placeholder-aspect-ratio: 616\/238;\" \/><\/figure>\n\n\n\n<p>Once element 9 is reached, the instruction sets the DN bit.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"536\" height=\"122\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-161.png\" alt=\"\" class=\"wp-image-8020 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-161.png 536w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-161-300x68.png 300w\" data-sizes=\"(max-width: 536px) 100vw, 536px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 536px; --smush-placeholder-aspect-ratio: 536\/122;\" \/><\/figure>\n\n\n\n<p>At this point, we toggle the &#8220;StartFSC&#8221; bit off then on again, and the FSC will restart at the beginning of the arrays.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"638\" height=\"420\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-162.png\" alt=\"\" class=\"wp-image-8021 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-162.png 638w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-162-300x197.png 300w\" data-sizes=\"(max-width: 638px) 100vw, 638px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 638px; --smush-placeholder-aspect-ratio: 638\/420;\" \/><\/figure>\n\n\n\n<p>For more information on ControlLogix, 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-3299576174\" 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 ControlLogix File Search Compare The ControlLogix File Search Compare will search through arrays for specific conditions. Element by element, the instruction will look to see if a specific expression is true. For example, we have an array of temperatures. We want to check for any temperature that is above 110 degrees. The FSC <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":8021,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[387,386,388],"class_list":{"0":"post-8014","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-controllogix","8":"tag-file-search-compare","9":"tag-fsc","10":"tag-word-level-instruction","11":"czr-hentry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>ControlLogix File Search Compare - Bryce Automation<\/title>\n<meta name=\"description\" content=\"We&#039;ll create tags for the ControlLogix File Search Compare to utilize, and walk through how the FSC will index through arrays.\" \/>\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\/08\/20\/controllogix-file-search-compare\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"ControlLogix File Search Compare - Bryce Automation\" \/>\n<meta property=\"og:description\" content=\"We&#039;ll create tags for the ControlLogix File Search Compare to utilize, and walk through how the FSC will index through arrays.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/\" \/>\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-08-20T14:03:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-162.png\" \/>\n\t<meta property=\"og:image:width\" content=\"638\" \/>\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\\\/08\\\/20\\\/controllogix-file-search-compare\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/20\\\/controllogix-file-search-compare\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"ControlLogix File Search Compare\",\"datePublished\":\"2021-08-20T14:03:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/20\\\/controllogix-file-search-compare\\\/\"},\"wordCount\":541,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/20\\\/controllogix-file-search-compare\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/image-162.png\",\"keywords\":[\"File Search Compare\",\"FSC\",\"word level instruction\"],\"articleSection\":[\"ControlLogix\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/20\\\/controllogix-file-search-compare\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/20\\\/controllogix-file-search-compare\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/20\\\/controllogix-file-search-compare\\\/\",\"name\":\"ControlLogix File Search Compare - Bryce Automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/20\\\/controllogix-file-search-compare\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/20\\\/controllogix-file-search-compare\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/image-162.png\",\"datePublished\":\"2021-08-20T14:03:17+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"We'll create tags for the ControlLogix File Search Compare to utilize, and walk through how the FSC will index through arrays.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/20\\\/controllogix-file-search-compare\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/20\\\/controllogix-file-search-compare\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/20\\\/controllogix-file-search-compare\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/image-162.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2021\\\/08\\\/image-162.png\",\"width\":638,\"height\":420,\"caption\":\"FSC\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2021\\\/08\\\/20\\\/controllogix-file-search-compare\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"ControlLogix File Search Compare\"}]},{\"@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 File Search Compare - Bryce Automation","description":"We'll create tags for the ControlLogix File Search Compare to utilize, and walk through how the FSC will index through arrays.","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\/08\/20\/controllogix-file-search-compare\/","og_locale":"en_US","og_type":"article","og_title":"ControlLogix File Search Compare - Bryce Automation","og_description":"We'll create tags for the ControlLogix File Search Compare to utilize, and walk through how the FSC will index through arrays.","og_url":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2021-08-20T14:03:17+00:00","og_image":[{"width":638,"height":420,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-162.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\/08\/20\/controllogix-file-search-compare\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"ControlLogix File Search Compare","datePublished":"2021-08-20T14:03:17+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/"},"wordCount":541,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-162.png","keywords":["File Search Compare","FSC","word level instruction"],"articleSection":["ControlLogix"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/","url":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/","name":"ControlLogix File Search Compare - Bryce Automation","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-162.png","datePublished":"2021-08-20T14:03:17+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"We'll create tags for the ControlLogix File Search Compare to utilize, and walk through how the FSC will index through arrays.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-162.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2021\/08\/image-162.png","width":638,"height":420,"caption":"FSC"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2021\/08\/20\/controllogix-file-search-compare\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"ControlLogix File Search Compare"}]},{"@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\/8014","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=8014"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/8014\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/8021"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=8014"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=8014"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=8014"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}