{"id":2779,"date":"2019-03-25T17:41:11","date_gmt":"2019-03-25T20:41:11","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/"},"modified":"2019-06-10T14:22:25","modified_gmt":"2019-06-10T17:22:25","slug":"using-modbus-master-ascrtutcp-drivers-with-atoss-controllers","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/","title":{"rendered":"Using Modbus Master (ASC\/RTU\/TCP) drivers with ATOS&#8217;s controllers."},"content":{"rendered":"<div style=\"text-align: justify;\">\n<p><span style=\"font-weight: bold;\">1) Introduction<\/span><\/p>\n<p>In addition to communicating with <span style=\"font-weight: bold;\">APR03 <\/span>protocol, ATOS&#8217;s controllers can also establish communication with Modbus protocol (which can be set at ATOS&#8217;s programming tool) on RTU mode via RS-485 network.<\/p>\n<p>However, to be able to connect with ATOS&#8217;s controllers via Elipse&#8217;s Modbus Master driver, some specific settings are required. These settings are described in this article.<\/p>\n<p><br style=\"font-weight: bold;\" \/><span style=\"font-weight: bold;\">2) Frames&#8217;s size limits for Modbus protocol <\/span><\/p>\n<p>Modbus protocol sets a simple data unit called PDU (Protocol Data Unit), which remains unchanged in the protocol&#8217;s several modes and communication layers.<\/p>\n<p>The full communication frame, including PDU and other additional header fields, is called ADU (Application Data Unit).<\/p>\n<p>A complete Modbus frame (ADU) can have a PDU that is no larger than 253 bytes.<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4441\/PDU_US.png\" alt=\"\" width=\"500\" height=\"90\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p><span style=\"font-weight: bold;\">3) ATOS&#8217;s Modbus Protocol<\/span><\/p>\n<p>ATOS&#8217;s controllers implement a default Modbus protocol, with little variation.<\/p>\n<p>In newer controllers, using <span style=\"font-weight: bold;\">A1 <\/span>configuration protocol, the only difference from the default Modbus protocol is regarding their sizes.<\/p>\n<p>Older controllers, using <span style=\"font-weight: bold;\">WinSUP<\/span>, also have another difference: registers are addressed byte by byte, and superblocks (<span style=\"font-style: italic;\">EnableReadGrouping<\/span>) cannot be used.<\/p>\n<p>All limits accepted by ATOS&#8217;s PLCs, as well as a detailed view of the protocol, are found at <span style=\"font-weight: bold;\">PR3 &#8211; 01\/2001<\/span> technical newsletter, which can be downloaded from ATOS&#8217;s website. A thorough read of this document is highly recommended.<\/p>\n<p><br style=\"font-weight: bold;\" \/><span style=\"font-weight: bold;\">4) Byte order<\/span><\/p>\n<p>Modbus protocol sets how bytes sent to the PDU&#8217;s data area must be sorted out, where each Word&#8217;s most significant byte must appear first in each register.<\/p>\n<p>ATOS&#8217;s older controllers, which use <span style=\"font-weight: bold;\">WinSUP <\/span>software, sort their bytes according to the protocol&#8217;s specifications. 32-bit types, however, are not defined by the protocol, and use the reverse sorting order for its Words; this order demands the driver&#8217;s <span style=\"font-weight: bold;\">Swap Word<\/span> option to be enabled.<\/p>\n<p>More recent controllers, using <span style=\"font-weight: bold;\">A1 <\/span>software, allow you to configure their byte order. To use the protocol&#8217;s default, choose <span style=\"font-weight: bold;\">Motorola <\/span>option on the PLC&#8217;s settings.<\/p>\n<p><span style=\"font-weight: bold;\">5) Final remarks <\/span><\/p>\n<p>The table below summarizes the settings discussed in this article:<\/p>\n<table border=\"1\" width=\"100%\" cellspacing=\"2\" cellpadding=\"2\" bgcolor=\"\">\n<tbody>\n<tr>\n<td style=\"font-weight: bold;\" align=\"left\" valign=\"middle\" bgcolor=\"#cccccc\" width=\"\" height=\"\">\u00a0Contoller type<\/td>\n<td style=\"font-weight: bold;\" align=\"left\" valign=\"middle\" bgcolor=\"#cccccc\" width=\"\" height=\"\">\u00a0Recommended settings<\/td>\n<\/tr>\n<tr>\n<td align=\"left\" valign=\"Top\" width=\"\" height=\"\">\u00a0PLC with Blackfin processor (using <span style=\"font-weight: bold;\">A1<\/span> programming tool)<\/td>\n<td style=\"text-align: justify;\">\n<ul>\n<li>If bit read\/write is not used: customize the PCU&#8217;s maximum limit as <span style=\"font-weight: bold;\">60 bytes<\/span><\/li>\n<li>If bit read\/write is used: turn off superblocks (<span style=\"font-style: italic; font-weight: bold;\">EnableGroupReading <\/span><span style=\"font-weight: bold;\">= FALSE<\/span>), and group tags into blocks manually, according to the limits supported in ATOS&#8217;s Modbus (see PR3 01\/2001 technical newsletter at ATOS&#8217;s website)<\/li>\n<li>Set the PLC&#8217;s byte order to <span style=\"font-weight: bold;\">Motorola <\/span>standard. If another standard is necessary, change the driver&#8217;s sorting settings(swap options)<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<td align=\"left\" valign=\"Top\" width=\"\" height=\"\">\u00a0Controller using other processors (with <span style=\"font-weight: bold;\">WinSUP <\/span>software)<\/td>\n<td style=\"text-align: justify;\">\n<ul>\n<li>If bit read\/write is not used: customize the PCU&#8217;s maximum limit as <span style=\"font-weight: bold;\">60 bytes<\/span><\/li>\n<li>Turn off superblocks (<span style=\"font-style: italic; font-weight: bold;\">EnableGroupReading <\/span><span style=\"font-weight: bold;\">= FALSE<\/span>), and group tags into blocks manually, according to the limits supported in ATOS&#8217;s Modbus (see PR3 01\/2001 technical newsletter at ATOS&#8217;s website)<\/li>\n<li>All driver&#8217;s operations with <span style=\"font-weight: bold;\">32-bit data<\/span> must have their <span style=\"font-style: italic; font-weight: bold;\">Swap Word<\/span><span style=\"font-weight: bold;\"> option enabled<\/span>. The other operations must keep all resorting\/swap options disabled<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>If you need to group the tags into blocks manually, thus turning off superblocks option, use the table below to determine the maximum amount of elements per block, depending on the Modbus function being used.<\/p>\n<table border=\"1\" width=\"100%\" cellspacing=\"2\" cellpadding=\"2\" bgcolor=\"\">\n<tbody>\n<tr>\n<td style=\"font-weight: bold;\" align=\"left\" valign=\"middle\" bgcolor=\"#cccccc\" width=\"\" height=\"\">\u00a0Modbus&#8217;s read function<\/td>\n<td style=\"font-weight: bold;\" align=\"left\" valign=\"middle\" bgcolor=\"#cccccc\" width=\"\" height=\"\">\u00a0Datatype size<\/td>\n<td style=\"font-weight: bold;\" align=\"left\" valign=\"middle\" bgcolor=\"#cccccc\" width=\"\" height=\"\">\u00a0Maximum number of elements<\/td>\n<\/tr>\n<tr>\n<td>\u00a03 or 4<\/td>\n<td>\u00a016 bits<\/td>\n<td>\u00a030<\/td>\n<\/tr>\n<tr>\n<td>\u00a03 or 4<\/td>\n<td>\u00a032 bits<\/td>\n<td>\u00a015<\/td>\n<\/tr>\n<tr>\n<td>\u00a01,2<\/td>\n<td>\u00a01 bit<\/td>\n<td>\u00a064<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>The table above presents only Modbus&#8217;s read functions, since write functions are usually performed in individual elements, and not in block. Modbus&#8217;s write functions have a smaller register limit.<\/p>\n<p>If you occasionally need to write whole blocks, the limits are the following:<\/p>\n<table border=\"1\" width=\"100%\" cellspacing=\"2\" cellpadding=\"2\" bgcolor=\"\">\n<tbody>\n<tr>\n<td style=\"font-weight: bold;\" align=\"left\" valign=\"middle\" bgcolor=\"#cccccc\" width=\"\" height=\"\">\u00a0Modbus&#8217;s write functions<\/td>\n<td style=\"font-weight: bold;\" align=\"left\" valign=\"middle\" bgcolor=\"#cccccc\" width=\"\" height=\"\">\u00a0Datatype size<\/td>\n<td style=\"font-weight: bold;\" align=\"left\" valign=\"middle\" bgcolor=\"#cccccc\" width=\"\" height=\"\">\u00a0Maximum number of elements<\/td>\n<\/tr>\n<tr>\n<td>\u00a016<\/td>\n<td>\u00a016 bits<\/td>\n<td>\u00a027<\/td>\n<\/tr>\n<tr>\n<td>\u00a016<\/td>\n<td>\u00a032 bits<\/td>\n<td>\u00a013<\/td>\n<\/tr>\n<tr>\n<td>\u00a015<\/td>\n<td>\u00a01 bit<\/td>\n<td>\u00a064<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>1) Introduction In addition to communicating with APR03 protocol, ATOS&#8217;s controllers can also establish communication with Modbus protocol (which can be set at ATOS&#8217;s programming tool) on RTU mode via&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":[792],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Using Modbus Master (ASC\/RTU\/TCP) drivers with ATOS&#039;s controllers. - 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\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using Modbus Master (ASC\/RTU\/TCP) drivers with ATOS&#039;s controllers.\" \/>\n<meta property=\"og:description\" content=\"1) Introduction In addition to communicating with APR03 protocol, ATOS&#8217;s controllers can also establish communication with Modbus protocol (which can be set at ATOS&#8217;s programming tool) on RTU mode via&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/\" \/>\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:41:11+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-06-10T17:22:25+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4441\/PDU_US.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=\"3 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\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Using Modbus Master (ASC\/RTU\/TCP) drivers with ATOS&#8217;s controllers.\",\"datePublished\":\"2019-03-25T20:41:11+00:00\",\"dateModified\":\"2019-06-10T17:22:25+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/\"},\"wordCount\":582,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"Modicon Modbus Master (ASC\/RTU\/TCP)\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/\",\"name\":\"[:pt]Using Modbus Master (ASC\/RTU\/TCP) drivers with ATOS's controllers.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:41:11+00:00\",\"dateModified\":\"2019-06-10T17:22:25+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using Modbus Master (ASC\/RTU\/TCP) drivers with ATOS&#8217;s controllers.\"}]},{\"@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":"Using Modbus Master (ASC\/RTU\/TCP) drivers with ATOS's controllers. - 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\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]Using Modbus Master (ASC\/RTU\/TCP) drivers with ATOS's controllers.[:] - Elipse Knowledgebase","og_description":"1) Introduction In addition to communicating with APR03 protocol, ATOS&#8217;s controllers can also establish communication with Modbus protocol (which can be set at ATOS&#8217;s programming tool) on RTU mode via&hellip;","og_url":"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:41:11+00:00","article_modified_time":"2019-06-10T17:22:25+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4441\/PDU_US.png"}],"author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Using Modbus Master (ASC\/RTU\/TCP) drivers with ATOS&#8217;s controllers.","datePublished":"2019-03-25T20:41:11+00:00","dateModified":"2019-06-10T17:22:25+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/"},"wordCount":582,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["Modicon Modbus Master (ASC\/RTU\/TCP)"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/","url":"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/","name":"[:pt]Using Modbus Master (ASC\/RTU\/TCP) drivers with ATOS's controllers.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:41:11+00:00","dateModified":"2019-06-10T17:22:25+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/using-modbus-master-ascrtutcp-drivers-with-atoss-controllers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Using Modbus Master (ASC\/RTU\/TCP) drivers with ATOS&#8217;s controllers."}]},{"@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\/2779"}],"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=2779"}],"version-history":[{"count":1,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2779\/revisions"}],"predecessor-version":[{"id":7174,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2779\/revisions\/7174"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=2779"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=2779"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=2779"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}