{"id":2522,"date":"2019-03-25T17:39:58","date_gmt":"2019-03-25T20:39:58","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/using-libraries-in-elipse-e3-lesson-7\/"},"modified":"2019-06-10T14:24:28","modified_gmt":"2019-06-10T17:24:28","slug":"using-libraries-in-elipse-e3-lesson-7","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/","title":{"rendered":"Using Libraries in Elipse E3: Lesson 7."},"content":{"rendered":"<h3 align=\"justify\">Driver inserted in an XObject<\/h3>\n<p align=\"justify\">We suggest that Driver objects be only inserted in an XObject if they have common configurations, like IP, port, tag structure, etc.<\/p>\n<p align=\"justify\">In case there is a need to change any communication configuration of the physical layer (serial port, IP, telephone), you must use IOKit, which allows you to change any of the driver&#8217;s dialog properties at runtime.<\/p>\n<p align=\"justify\">This chapter uses a Modbus simulator as the communication device.<\/p>\n<h3 align=\"justify\">IOKit<\/h3>\n<p align=\"justify\">IOKit is a shared component used by Elipse Drivers which implements default access to the physical layer and provides interfaces to Serial, Modem, Ethernet, and RAS.<\/p>\n<p align=\"justify\">Currently, IOKit only allows one connection to be opened for each Driver. This way, if there is a need to access two serial ports, you must add two Drivers on the application, and each one of them must be configured to each serial port.<\/p>\n<p align=\"justify\">To change any communication parameter, follow these steps:<\/p>\n<div align=\"justify\">\n<ol>\n<li>Configure the option <b>Start driver Offline<\/b> in the dialog box Extras of the Driver. So, the Driver starts offline.<\/li>\n<li>Configure the Driver parameters in a script on the application. The script can be executed automatically or according to a user request.<\/li>\n<li>Configure the Driver to online.<\/li>\n<\/ol>\n<\/div>\n<h3 align=\"justify\">LevelData<\/h3>\n<p align=\"justify\">The Communication Driver must be inserted into an XObject, get IP Address (ID) information from the device when starting the application, and then return the level value:<\/p>\n<div align=\"justify\">\n<ol>\n<li>Insert a new XObject in the Library, naming it <code>LevelData<\/code>.<\/li>\n<li>Insert a Communication Driver object in the XObject <code>LevelData<\/code>.<\/li>\n<li>Configure the Driver to communicate with a device.<\/li>\n<li>Insert an IOTag and configure it to read a memory address of the device.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4160\/fig_001.png\" alt=\"\" width=\"114\" height=\"48\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 1<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"5\">\n<li>Test the connection and make sure it is working.<\/li>\n<li>Insert the properties according to the following figure:<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><b><span style=\"font-size: xx-small;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4160\/fig_002.png\" alt=\"\" width=\"500\" height=\"61\" align=\"Baseline\" border=\"0\" \/><\/span><\/b><\/p>\n<p><b><span style=\"font-size: xx-small;\">\u00a0<\/span><\/b><\/p>\n<p align=\"center\"><b><span style=\"font-size: xx-small;\">Figure 2<\/span><\/b><\/p>\n<div align=\"justify\">\n<ol start=\"7\">\n<li>To attribute device settings to the Driver, insert the following script in the <b>AfterStart<\/b> event of the Driver:<\/li>\n<\/ol>\n<pre>'Configuration parameters\r\nDim arr(2)\r\narr(1) = Array(\"IO.Ethernet.MainIP\", Parent.IP)\r\narr(2) = Array(\"ModiconModbus.DefaultSlaveAddress\", Parent.Address)\r\nWrite -1, 0, 0, 3, arr\r\n'Online\r\nWrite -1, 0, 0, 4, 1<\/pre>\n<ol start=\"8\">\n<li>In the <b>Setup<\/b> tab, check the <b>Start driver OFFLINE<\/b> option.<\/li>\n<li>To access all properties of the <code>Level<\/code> Tag in the application, link the IO Tag to the property of the XObject of type <b>IOTag<\/b>. Drag the IO Tag to the <b>Initial Value<\/b> field of the <b>Level<\/b> property of <code>TankData<\/code>.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4160\/fig_003.png\" alt=\"\" width=\"500\" height=\"32\" align=\"Baseline\" border=\"0\" \/><\/b><\/span><\/p>\n<p><span style=\"font-size: xx-small;\"><b>\u00a0<\/b><\/span><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 3<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"10\">\n<li>Save and register the Library.<\/li>\n<li>In the Data folder, insert an object LevelData named <code>Tank1<\/code>. Configure the <b>IP<\/b> and <b>Address<\/b> properties according to your equipment.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><b><span style=\"font-size: xx-small;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4160\/fig_004.png\" alt=\"\" width=\"500\" height=\"75\" align=\"Baseline\" border=\"0\" \/><\/span><\/b><\/p>\n<p><b><span style=\"font-size: xx-small;\">\u00a0<\/span><\/b><\/p>\n<p align=\"center\"><b><span style=\"font-size: xx-small;\">Figure 4<\/span><\/b><\/p>\n<div align=\"justify\">\n<ol start=\"12\">\n<li>On the screen, insert a Display and link it to the <b>Level.Value<\/b> property of the object <code>Tank1<\/code>.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4160\/fig_005.png\" alt=\"\" width=\"500\" height=\"361\" align=\"Baseline\" border=\"0\" \/><\/b><\/span><\/p>\n<p><span style=\"font-size: xx-small;\"><b>\u00a0<\/b><\/span><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 5<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"13\">\n<li>Execute the application and test its new functionalities.<\/li>\n<\/ol>\n<\/div>\n<h3 align=\"justify\">Driver sharing<\/h3>\n<p align=\"justify\">You must be careful with the physical structure of the devices.<\/p>\n<h4 align=\"justify\">Structure 1<\/h4>\n<p align=\"justify\">In the first structure, there are three equipments, each one with a different IP address.<\/p>\n<p align=\"center\"><b><span style=\"font-size: xx-small;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4160\/fig_006.png\" alt=\"\" width=\"500\" height=\"206\" align=\"Baseline\" border=\"0\" \/><\/span><\/b><\/p>\n<p><b><span style=\"font-size: xx-small;\">\u00a0<\/span><\/b><\/p>\n<p align=\"center\"><b><span style=\"font-size: xx-small;\">Figure 6<\/span><\/b><\/p>\n<p align=\"justify\">In this case, you must have three drivers performing a connection with each IP address. Each driver needs a hardkey license.<\/p>\n<h4 align=\"justify\">Structure 2<\/h4>\n<p align=\"justify\">In the second structure, there are three equipments on a 458 network, where each one is identified by ID (Address). They are connected to the computer using an RS485\/Ethernet converter.<\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4160\/fig_007.png\" alt=\"\" width=\"500\" height=\"208\" align=\"Baseline\" border=\"0\" \/><\/b><\/span><\/p>\n<p><span style=\"font-size: xx-small;\"><b>\u00a0<\/b><\/span><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 7<\/b><\/span><\/p>\n<p align=\"justify\">In this case, you must have a driver connected to the converter IP, then all equipments exchange information through this channel.<\/p>\n<p align=\"justify\">With the Driver inserted in the XObject, you have one Driver for each instantiated XObject (for example, <code>Tank1<\/code>, <code>Tank2<\/code>, <code>Tank3<\/code>) so that the first equipment connects, and the next ones try to connect and find a busy IP.<\/p>\n<p align=\"justify\">To create only one connection with the converter, you must share the driver. To do so, enable the <b>ShareServer<\/b> property of the Driver and configure the <b>ShareMaximum<\/b> property to the number of devices which can use this sharing.<\/p>\n<h4 align=\"justify\">ShaveServer<\/h4>\n<p align=\"justify\">If the <b>ShareServer<\/b> property is configured to True, the Driver shares its execution among the other I\/O Driver objects which have the same string in <b>DriverLocation<\/b>. This means that only the first configured Driver executes the communication initialization. All the other shared I\/O Driver objects ignore the configuration parameters.<\/p>\n<h3>Attachments:<\/h3>\n<p><a href=\"\/wp-content\/uploads\/2019\/03\/LibrariesCap7.zip\">LibrariesCap7.zip<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Autor<br \/>\nPaula En\u00e9as<\/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":[769],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Using Libraries in Elipse E3: Lesson 7. - 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-libraries-in-elipse-e3-lesson-7\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Using Libraries in Elipse E3: Lesson 7.\" \/>\n<meta property=\"og:description\" content=\"Autor Paula En\u00e9as\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/\" \/>\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:39:58+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-06-10T17:24:28+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4160\/fig_001.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-libraries-in-elipse-e3-lesson-7\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Using Libraries in Elipse E3: Lesson 7.\",\"datePublished\":\"2019-03-25T20:39:58+00:00\",\"dateModified\":\"2019-06-10T17:24:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/\"},\"wordCount\":641,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"XControl \/ XObject \/ Lib\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/\",\"name\":\"[:pt]Using Libraries in Elipse E3: Lesson 7.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:39:58+00:00\",\"dateModified\":\"2019-06-10T17:24:28+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Using Libraries in Elipse E3: Lesson 7.\"}]},{\"@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 Libraries in Elipse E3: Lesson 7. - 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-libraries-in-elipse-e3-lesson-7\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]Using Libraries in Elipse E3: Lesson 7.[:] - Elipse Knowledgebase","og_description":"[:pt]Autor Paula En\u00e9as[:]","og_url":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:39:58+00:00","article_modified_time":"2019-06-10T17:24:28+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4160\/fig_001.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-libraries-in-elipse-e3-lesson-7\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Using Libraries in Elipse E3: Lesson 7.","datePublished":"2019-03-25T20:39:58+00:00","dateModified":"2019-06-10T17:24:28+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/"},"wordCount":641,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["XControl \/ XObject \/ Lib"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/","url":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/","name":"[:pt]Using Libraries in Elipse E3: Lesson 7.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:39:58+00:00","dateModified":"2019-06-10T17:24:28+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-7\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Using Libraries in Elipse E3: Lesson 7."}]},{"@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\/2522"}],"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=2522"}],"version-history":[{"count":2,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2522\/revisions"}],"predecessor-version":[{"id":5226,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2522\/revisions\/5226"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=2522"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=2522"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=2522"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}