{"id":10402,"date":"2022-03-02T19:01:38","date_gmt":"2022-03-02T19:01:38","guid":{"rendered":"https:\/\/bryceautomation.com\/?p=10402"},"modified":"2022-03-02T19:01:41","modified_gmt":"2022-03-02T19:01:41","slug":"scaling-data-in-ladder-logic","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/","title":{"rendered":"Scaling Data in Ladder Logic"},"content":{"rendered":"\n<h3 class=\"wp-block-heading\">Introduction to Scaling Data in Ladder Logic with ControlLogix<\/h3>\n\n\n\n<p>In this section, we&#8217;ll be Scaling Data in Ladder Logic.  Scaling simply means that we convert a raw value into engineering units.  For example, 4-10mA of input will give us a raw value of 3277 to 16383.  This number does not mean a lot to us.  However, this value is linear.  A value of 3277 represents 4mA.  Likewise, 16383 represents 20mA.  We must perform some math on this value to get it back into engineering units.  That way, it&#8217;s more meaningful to us in the logic.  For this example, let&#8217;s say we have a pressure transducer.  The transducer itself will output 4mA at 0 PSI.  When it reads a pressure of 200 PSI, it will output 20 mA<\/p><div id=\"bryce-3405191992\" 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>It&#8217;s important to realize that some modules support scaling directly.  In other words, we can go to the properties of the module.  In the properties screen, you can configure the scaling.  Simply specify what value we want at 4mA.  At the same time, specify what value you need at 20mA.  You configure each module individually.  <\/p>\n\n\n\n<p>When using Function Blocks, you have an SCL command available.  <a href=\"https:\/\/bryceautomation.com\/index.php\/2019\/11\/09\/controllogix-scl-command\/\">Check out that post here.<\/a>  <\/p>\n\n\n\n<p>When you connect to other remote chassis, we may need to scale the data in logic.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Step 1:  Find the Offset<\/h3>\n\n\n\n<p>Consider the following chart:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table><tbody><tr><td><strong>Raw Value<\/strong><\/td><td><strong>Scaled Value<\/strong><\/td><\/tr><tr><td>3277 (RAW DATA)<\/td><td>0 (PSI &#8212; Scaled Value)<\/td><\/tr><tr><td>16384 (RAW DATA)<\/td><td>200 (PSI &#8212; Scaled Value)<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>As you can see, we need to subtract 3277 from our raw value.  This gives us the same starting point.  When we subtract 3277 from the raw value, it&#8217;s range becomes 0 &#8211; 13106.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"151\" height=\"140\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-20.png\" alt=\"\" class=\"wp-image-10405 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 151px; --smush-placeholder-aspect-ratio: 151\/140;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Step 2:  Find the Multiplier<\/h3>\n\n\n\n<p>At this point, we need to find our multiplier.  We know that when we have the value of 13106, we really want a value of 200.  This will be our scaled value.<\/p>\n\n\n\n<p>As your self, &#8220;What value do we multiply 13106 by to get 200?&#8221;<\/p>\n\n\n\n<p>The answer, of course will be 200 \/ 13106, which is 0.015260186.  On the other hand, we could just do a divide.  If we do a divide, then we need to divide the raw value by 65.53.  This might be a little easier to understand.  The DIV is simply the reciprical of the multiplier.<\/p>\n\n\n\n<p>Let&#8217;s add the DIV statement, and see what our scaled value is.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"188\" height=\"148\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-21.png\" alt=\"\" class=\"wp-image-10406 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 188px; --smush-placeholder-aspect-ratio: 188\/148;\" \/><\/figure>\n\n\n\n<p>As you expect, we get the value of 200.  Our scaling is complete.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Using the CPT Statement<\/h3>\n\n\n\n<p>Another way to do scaling is all at once with the CPT Statement  In this case, we simply enter an expression that performs the math on the raw value:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"237\" height=\"99\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-22.png\" alt=\"\" class=\"wp-image-10407 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 237px; --smush-placeholder-aspect-ratio: 237\/99;\" \/><\/figure>\n\n\n\n<p>Another way to do this is to spell out our work:<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" width=\"271\" height=\"97\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-23.png\" alt=\"\" class=\"wp-image-10408 lazyload\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 271px; --smush-placeholder-aspect-ratio: 271\/97;\" \/><\/figure>\n\n\n\n<p>It&#8217;s important to realize that one of the numbers in the second compute statement also contained a decimal point.  By including a decimal point in the expression, we force the CPT to do it&#8217;s math in floating point.  Without this decimal point, the CPT would do it&#8217;s math all in integers.   The result would be a scaled value of either 0 or 1.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Summary<\/h3>\n\n\n\n<p>To summarize, there are many different methods to perform scaling.  If you need to do the math in ladder logic, then this method might work for you.  Understand that we don&#8217;t always have to do the math in logic.  Some modules support scaling on-board the module.  <\/p>\n\n\n\n<p>You can also use tags instead of constants.  By using tags, you can change the scaling on the fly.  This could be from the HMI.  Also, by using tags, it&#8217;s easier to change the scaling.  You do not need to perform online edits to change the value of tags.<\/p>\n\n\n\n<p>For other posts, please visit the <a href=\"https:\/\/bryceautomation.com\/index.php\/category\/controllogix\/\">ControlLogix Category Page.<\/a><\/p>\n\n\n\n<p>&#8212; Ricky Bryce<\/p>\n<div id=\"bryce-1831561949\" 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 Scaling Data in Ladder Logic with ControlLogix In this section, we&#8217;ll be Scaling Data in Ladder Logic. Scaling simply means that we convert a raw value into engineering units. For example, 4-10mA of input will give us a raw value of 3277 to 16383. This number does not mean a lot to us. <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":10405,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[4],"tags":[28,29],"class_list":{"0":"post-10402","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-controllogix","8":"tag-analog","9":"tag-scaling","10":"czr-hentry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Scaling Data in Ladder Logic - Bryce Automation<\/title>\n<meta name=\"description\" content=\"We&#039;ll be Scaling Data in Ladder Logic with the ControlLogix Processor. How to account for the offset, and apply a multiplier.\" \/>\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\/2022\/03\/02\/scaling-data-in-ladder-logic\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Scaling Data in Ladder Logic - Bryce Automation\" \/>\n<meta property=\"og:description\" content=\"We&#039;ll be Scaling Data in Ladder Logic with the ControlLogix Processor. How to account for the offset, and apply a multiplier.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/\" \/>\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=\"2022-03-02T19:01:38+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-03-02T19:01:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-20.png\" \/>\n\t<meta property=\"og:image:width\" content=\"151\" \/>\n\t<meta property=\"og:image:height\" content=\"140\" \/>\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\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"Scaling Data in Ladder Logic\",\"datePublished\":\"2022-03-02T19:01:38+00:00\",\"dateModified\":\"2022-03-02T19:01:41+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/\"},\"wordCount\":608,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-20.png\",\"keywords\":[\"Analog\",\"scaling\"],\"articleSection\":[\"ControlLogix\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/\",\"name\":\"Scaling Data in Ladder Logic - Bryce Automation\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-20.png\",\"datePublished\":\"2022-03-02T19:01:38+00:00\",\"dateModified\":\"2022-03-02T19:01:41+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"We'll be Scaling Data in Ladder Logic with the ControlLogix Processor. How to account for the offset, and apply a multiplier.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-20.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2022\\\/03\\\/image-20.png\",\"width\":151,\"height\":140,\"caption\":\"scaled\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2022\\\/03\\\/02\\\/scaling-data-in-ladder-logic\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Scaling Data in Ladder Logic\"}]},{\"@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":"Scaling Data in Ladder Logic - Bryce Automation","description":"We'll be Scaling Data in Ladder Logic with the ControlLogix Processor. How to account for the offset, and apply a multiplier.","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\/2022\/03\/02\/scaling-data-in-ladder-logic\/","og_locale":"en_US","og_type":"article","og_title":"Scaling Data in Ladder Logic - Bryce Automation","og_description":"We'll be Scaling Data in Ladder Logic with the ControlLogix Processor. How to account for the offset, and apply a multiplier.","og_url":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2022-03-02T19:01:38+00:00","article_modified_time":"2022-03-02T19:01:41+00:00","og_image":[{"width":151,"height":140,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-20.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\/2022\/03\/02\/scaling-data-in-ladder-logic\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"Scaling Data in Ladder Logic","datePublished":"2022-03-02T19:01:38+00:00","dateModified":"2022-03-02T19:01:41+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/"},"wordCount":608,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-20.png","keywords":["Analog","scaling"],"articleSection":["ControlLogix"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/","url":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/","name":"Scaling Data in Ladder Logic - Bryce Automation","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-20.png","datePublished":"2022-03-02T19:01:38+00:00","dateModified":"2022-03-02T19:01:41+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"We'll be Scaling Data in Ladder Logic with the ControlLogix Processor. How to account for the offset, and apply a multiplier.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-20.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2022\/03\/image-20.png","width":151,"height":140,"caption":"scaled"},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2022\/03\/02\/scaling-data-in-ladder-logic\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"Scaling Data in Ladder Logic"}]},{"@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\/10402","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=10402"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/10402\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/10405"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=10402"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=10402"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=10402"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}