{"id":3021,"date":"2019-03-25T17:42:19","date_gmt":"2019-03-25T20:42:19","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/"},"modified":"2020-01-23T10:41:29","modified_gmt":"2020-01-23T13:41:29","slug":"address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/","title":{"rendered":"Address issues when accessing input and output files (O0 and I1) with Allen-Bradley ABDF1 driver."},"content":{"rendered":"<div align=\"justify\">\n<p><b>Question:<\/b><\/p>\n<p>When trying to read input files (I1) or to write in output files (O0), there are communication errors, and the following error record can be seen in the driver&#8217;s log:<\/p>\n<p><span style=\"color: #000000; font-family: Courier New;\">slc_logical_read error: AB_command returned error in status = 10!<\/span><\/p>\n<p><b>Note<\/b>: The affected tags are the ones referencing files O0 or I1. If the tags are set up via N and B parameters, with no hexadecimal addressing, for example, they will be the tags where N1&#8217;s and\/or B1&#8217;s values are 0 or 1, plus the PLC address multiplied by 1000. This addressing method is the former one in this driver, and will be used as the basis for the tags addressing in this article. For the purposes of this article, the PLC address will also be set as null. For information on other address methods (hexadecimal and strings), please refer to the driver&#8217;s manual.<\/p>\n<p><b>Solution:<\/b><\/p>\n<p>Depending on the device&#8217;s model or version, the input\/output files addressing can have different numeric formats.<\/p>\n<p>We recommend mapping the input and output points for integer types at the PLC&#8217;s ladder, so that the Elipse driver does not have to access directly all input\/output files.<\/p>\n<p>The figure below shows an excerpt of a sample application, which maps I:0.0 input for element N7:10, and O0:0.0 output for element N7:11.<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4673\/Figura1.png\" alt=\"\" width=\"500\" height=\"181\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>Notice that the first and second RUNGs use MOVE functions to map the input card bits (I:0.0) for integer file elements (N7:10), and the second one uses MOVE instruction to map position N7:11 for the output card bits (O:0.0). That is, these values are transferred on every PLC cycle, so that the driver&#8217;s user will only need to access the values N7:10 and N7:11 (tags N1=7, N2=7, N3=10, N4=0 and\/or N1=7, N2=7, N3=11, N4=0), with no need to access directly bits I:0.0 or O:0.0 (tags N1=1, N2=1, N3=0, N4=0 and\/or N1=0, N2=0, N3=0, N4=0).<\/p>\n<p>In addition to simplifying the addressing process, the mapping technique makes the application&#8217;s maintenance simpler, because in the event of input\/output exchange\/burning, you can easily map the application to use alternative I\/O points, altering only one ladder&#8217;s RUNG while keeping the rest of the application unaltered.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Question: When trying to read input files (I1) or to write in output files (O0), there are communication errors, and the following error record can be seen in the driver&#8217;s&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0},"categories":[806],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Address issues when accessing input and output files (O0 and I1) with Allen-Bradley ABDF1 driver. - Elipse Knowledgebase<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Address issues when accessing input and output files (O0 and I1) with Allen-Bradley ABDF1 driver.\" \/>\n<meta property=\"og:description\" content=\"Question: When trying to read input files (I1) or to write in output files (O0), there are communication errors, and the following error record can be seen in the driver&#8217;s&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/\" \/>\n<meta property=\"og:site_name\" content=\"Elipse Knowledgebase\" \/>\n<meta property=\"article:publisher\" content=\"http:\/\/www.facebook.com\/elipsesoftware\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-25T20:42:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-23T13:41:29+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4673\/Figura1.png\" \/>\n<meta name=\"author\" content=\"Elipse Software\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Elipse Software\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Address issues when accessing input and output files (O0 and I1) with Allen-Bradley ABDF1 driver.\",\"datePublished\":\"2019-03-25T20:42:19+00:00\",\"dateModified\":\"2020-01-23T13:41:29+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/\"},\"wordCount\":378,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"Allen-Bradley ABDF1\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/\",\"name\":\"[:pt]Address issues when accessing input and output files (O0 and I1) with Allen-Bradley ABDF1 driver.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:42:19+00:00\",\"dateModified\":\"2020-01-23T13:41:29+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Address issues when accessing input and output files (O0 and I1) with Allen-Bradley ABDF1 driver.\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kb.elipse.com.br\/#website\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"name\":\"Elipse Knowledgebase\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kb.elipse.com.br\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\",\"name\":\"Elipse Software\",\"url\":\"https:\/\/kb.elipse.com.br\/\",\"sameAs\":[\"http:\/\/www.facebook.com\/elipsesoftware\"],\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"contentUrl\":\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png\",\"width\":161,\"height\":58,\"caption\":\"Elipse Software\"},\"image\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\",\"name\":\"Elipse Software\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g\",\"caption\":\"Elipse Software\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Address issues when accessing input and output files (O0 and I1) with Allen-Bradley ABDF1 driver. - Elipse Knowledgebase","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:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]Address issues when accessing input and output files (O0 and I1) with Allen-Bradley ABDF1 driver.[:] - Elipse Knowledgebase","og_description":"Question: When trying to read input files (I1) or to write in output files (O0), there are communication errors, and the following error record can be seen in the driver&#8217;s&hellip;","og_url":"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:42:19+00:00","article_modified_time":"2020-01-23T13:41:29+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4673\/Figura1.png"}],"author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Address issues when accessing input and output files (O0 and I1) with Allen-Bradley ABDF1 driver.","datePublished":"2019-03-25T20:42:19+00:00","dateModified":"2020-01-23T13:41:29+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/"},"wordCount":378,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["Allen-Bradley ABDF1"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/","url":"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/","name":"[:pt]Address issues when accessing input and output files (O0 and I1) with Allen-Bradley ABDF1 driver.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:42:19+00:00","dateModified":"2020-01-23T13:41:29+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/address-issues-when-accessing-input-and-output-files-o0-and-i1-with-allenbradley-abdf1-driver\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Address issues when accessing input and output files (O0 and I1) with Allen-Bradley ABDF1 driver."}]},{"@type":"WebSite","@id":"https:\/\/kb.elipse.com.br\/#website","url":"https:\/\/kb.elipse.com.br\/","name":"Elipse Knowledgebase","description":"","publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kb.elipse.com.br\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kb.elipse.com.br\/#organization","name":"Elipse Software","url":"https:\/\/kb.elipse.com.br\/","sameAs":["http:\/\/www.facebook.com\/elipsesoftware"],"logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/","url":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","contentUrl":"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/05\/schererelipse-com-br\/logoElipse.png","width":161,"height":58,"caption":"Elipse Software"},"image":{"@id":"https:\/\/kb.elipse.com.br\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87","name":"Elipse Software","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/ff1f7ec38f4687b06f6851d97b3cd2d0?s=96&d=mm&r=g","caption":"Elipse Software"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/webmasterelipse-com-br\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3021"}],"collection":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=3021"}],"version-history":[{"count":1,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3021\/revisions"}],"predecessor-version":[{"id":9995,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3021\/revisions\/9995"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=3021"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=3021"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=3021"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}