{"id":2515,"date":"2019-03-25T17:39:56","date_gmt":"2019-03-25T20:39:56","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/using-libraries-in-elipse-e3-lesson-3\/"},"modified":"2020-01-20T17:22:02","modified_gmt":"2020-01-20T20:22:02","slug":"using-libraries-in-elipse-e3-lesson-3","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/","title":{"rendered":"Using Libraries in Elipse E3: Lesson 3."},"content":{"rendered":"<h3 align=\"justify\">XObject<\/h3>\n<p align=\"justify\">XObjects are data libraries which allow configuring a data structure to execute on the server. This structure can perform calculations, links, communication, alarm acknowledgement, historic recording, and much more.<\/p>\n<p align=\"justify\">To insert a new XObject in a Library, follow these steps:<\/p>\n<div align=\"justify\">\n<ol>\n<li>Right-click the <b>XObjects<\/b>, select the option <b>Insert XObject in<\/b> and then click the library file.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_001.png\" alt=\"\" width=\"373\" height=\"117\" 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=\"2\">\n<li>Change the name <code>XObject1<\/code> to any other suitable name.<\/li>\n<\/ol>\n<\/div>\n<p align=\"justify\">When installing an XObject, there are two tabs on the lower side of the screen, <b>Properties<\/b> and <b>Scripts<\/b>. Because an XObject is a data structure, not a visual object, there is no <b>Design<\/b> tab.<\/p>\n<p align=\"justify\">In an XObject, it is possible to insert XProperties and any E3 module running on the server:<\/p>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_002_A.png\" alt=\"\" width=\"500\" height=\"187\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 2<\/b><\/span><\/p>\n<h3 align=\"justify\">Developing XObjects<\/h3>\n<p align=\"justify\">As you already have a Library file, you can create XObjects.<\/p>\n<h4 align=\"justify\">EngineTag<\/h4>\n<p align=\"justify\">As an example, let&#8217;s develop an application which monitors the maintenance state, failure, and speed of each engine. Besides, in case the engine is on failure, an alarm must be triggered.<\/p>\n<div align=\"justify\">\n<ol>\n<li>Insert a new XObject named <code>EngineTag<\/code>.<\/li>\n<li>In the <b>Properties<\/b> tab, create three properties:<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_003_A.png\" alt=\"\" width=\"500\" height=\"90\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 3<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"3\">\n<li>Insert an Alarm Configuration object in the XObject.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_004.png\" alt=\"\" width=\"511\" height=\"185\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 4<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"4\">\n<li>In the Alarm Configuration object, create an Area named <code>Engine<\/code>.<\/li>\n<li>In the <code>Engine<\/code> area, insert a Digital Alarm named <code>FailAlarm<\/code> to monitor the <b>Fail<\/b> property of the XObject.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_005.png\" alt=\"\" width=\"468\" height=\"121\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 5<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"6\">\n<li>Right-click the <code>FailAlarm<\/code> object to access its properties, and choose a message for this alarm.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_006.png\" alt=\"\" width=\"423\" height=\"159\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 6<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"7\">\n<li>Save and register the Library.<\/li>\n<\/ol>\n<\/div>\n<h3 align=\"justify\">Using an XObject<\/h3>\n<p align=\"justify\">Follow the next procedures to use the XObject:<\/p>\n<div align=\"justify\">\n<ol>\n<li>In the Data Server, insert three objects of type <b>EngineTag<\/b>, <code>Engine1<\/code>, <code>Engine2<\/code>, and <code>Engine3<\/code>.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_007.png\" alt=\"\" width=\"402\" height=\"158\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 7<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"2\">\n<li>In the <code>InitialScreen<\/code>, create three buttons of type <b>ToggleButton<\/b>, <code>Engine1<\/code>, <code>Engine2<\/code>, and <code>Engine3<\/code>.<\/li>\n<li>Create a Bidirectional Link between the <b>Value<\/b> property of each button and the <b>Fail<\/b> property of its respective engine.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_008.png\" alt=\"\" width=\"479\" height=\"320\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 8<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"4\">\n<li>Near each engine button, insert a Display to view the RPM. Make a link with the <b>RPM<\/b> property of the respective <code>EngineTag<\/code>.<\/li>\n<li>To view the alarms, insert an E3Alarm object on the Screen.<\/li>\n<li>In the E3Alarm, configure the <b>Alarm Server Name<\/b> property. In case there is no server available, insert an Alarm Server in the Domain.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_009.png\" alt=\"\" width=\"427\" height=\"290\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 9<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"7\">\n<li>Execute the application.<\/li>\n<\/ol>\n<\/div>\n<h3 align=\"justify\">Getting values<\/h3>\n<p align=\"justify\">The XObject is a data structure with several properties. These properties can get values from other objects using links or scripts.<\/p>\n<div align=\"justify\">\n<ol>\n<li>In the Data object of the Data Server, create three Demo Tags named <code>RPM1<\/code>, <code>RPM2<\/code>, and <code>RPM3<\/code> of type <b>Random<\/b>.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_010.png\" alt=\"\" width=\"172\" height=\"159\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 10<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"2\">\n<li>Create a Simple Link between the <b>RPM<\/b> property of each TagEngine (<code>Engine1<\/code>, <code>Engine2<\/code>, and <code>Engine3<\/code>) with the respective Demo Tag.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_011.png\" alt=\"\" width=\"423\" height=\"264\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 11<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"3\">\n<li>Execute the application.<\/li>\n<\/ol>\n<\/div>\n<h3 align=\"justify\">Exercises<\/h3>\n<h4 align=\"justify\">Maintenance Time<\/h4>\n<p align=\"justify\">Now, let&#8217;s create an object which triggers an alarm if the device is turned on for more time than the recommended.<\/p>\n<div align=\"justify\">\n<ol>\n<li>Create an XObject named <code>MaintenanceTime<\/code>.<\/li>\n<li>In the <b>Properties<\/b> tab, create the following properties:<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_012.png\" alt=\"\" width=\"501\" height=\"76\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 12<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"3\">\n<li>In the XObject <code>MaintenanceTime<\/code>, insert a Data Server named <code>Data<\/code>.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_013.png\" alt=\"\" width=\"430\" height=\"131\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 13<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"4\">\n<li>In the Data folder, insert a Counter Tag named <code>Counter<\/code>.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_014.png\" alt=\"\" width=\"158\" height=\"48\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 14<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"5\">\n<li>Change the <b>CounterType<\/b> property of the <code>Counter<\/code> to <b>1 &#8211; Infinite<\/b>.<\/li>\n<li>Create a link in the Counter Tag so that its value can be sent to the <b>OnTime<\/b> property.<\/li>\n<li>The property to enable or disable (<b>Enabled<\/b>) the Counter Tag must be linked to the <b>OnOff<\/b> property of the XObject.<\/li>\n<li>Insert an Alarm Configuration in the XObject.<\/li>\n<li>Create an Area with a Digital Alarm for <b>OnTime<\/b> &#8211; <b>MaximumTime<\/b>.<\/li>\n<li>Save and register the Library.<\/li>\n<li>Insert three <b>MaintenanceTime<\/b> objects in the Data folder, <code>Time1<\/code>, <code>Time2<\/code>, and <code>Time3<\/code>.<\/li>\n<li>Insert on the Screen a button of type <b>ToggleButton<\/b>, a Display, and a SetPoint. The button must be linked to the <b>OnOff<\/b> property, the Display to the <b>OnTime<\/b> property, and the SetPoint to the <b>MaximumTime<\/b> property of a MaintenanceTime object.<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_015.png\" alt=\"\" width=\"348\" height=\"200\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 15<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"13\">\n<li>To view the alarms, insert on the screen an E3Alarm object and check if there is an Alarm Server object on the Domain (create one if not).<\/li>\n<li>Execute the application and test its functionalities.<\/li>\n<\/ol>\n<\/div>\n<h4 align=\"justify\">ValveTag<\/h4>\n<p align=\"justify\">Let&#8217;s create an object which saves a historic of failure, open, or closed statuses of all valves in the database.<\/p>\n<div align=\"justify\">\n<ol>\n<li>Create an XObject named <code>ValveTag<\/code>.<\/li>\n<li>In the <b>Properties<\/b> tab, create the following properties:<\/li>\n<\/ol>\n<\/div>\n<p align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_016.png\" alt=\"\" width=\"525\" height=\"104\" align=\"Baseline\" border=\"0\" \/><\/p>\n<p align=\"center\"><span style=\"font-size: xx-small;\"><b>Figure 16<\/b><\/span><\/p>\n<div align=\"justify\">\n<ol start=\"3\">\n<li>Perform the following configuration:<\/li>\n<\/ol>\n<ul>\n<li>When the <b>Open<\/b> property is true, the <b>Text<\/b> property must be &#8220;<code>ValveName<\/code> open&#8221;, and when the property is false, the <b>Text<\/b> property must be &#8220;<code>ValveName<\/code> closed&#8221;.<\/li>\n<li>When the <b>Fail<\/b> property is true, the <b>Text<\/b> property must be &#8220;<code>ValveName<\/code> on failure&#8221;, and when the property is false the <b>Text<\/b> property must be &#8220;<code>ValveName<\/code> working normally&#8221;.<\/li>\n<\/ul>\n<ol start=\"4\">\n<li>To save the text in the database, insert a Historic object in the XObject <code>ValveTag<\/code>.<\/li>\n<li>In the Historic, insert a field named <b>Message<\/b> to store the <b>Text<\/b> property of the <code>ValveTag<\/code>.<\/li>\n<li>O Hist\u00f3rico deve gerar a tabela Valvula e gravar um novo registro sempre que o texto for alterado.<\/li>\n<li>Save and register the Library.<\/li>\n<li>Insert two ValveTag objects in the Data folder, <code>Valve1<\/code> and <code>Valve2<\/code>.<\/li>\n<li>On the Screen, insert two buttons of type <b>ToggleButton<\/b> and one Display. One button must be linked to the <b>Open<\/b> property, the other one to the <b>Fail<\/b> property, and the Display to the <b>Text<\/b> property of the ValveTag object. Do this for the other two objects inserted.<\/li>\n<li>Execute the application and test its functionalities.<\/li>\n<\/ol>\n<h3>Attachments:<\/h3>\n<p><a href=\"\/wp-content\/uploads\/2019\/03\/LibrariesCap3.zip\">LibrariesCap3.zip<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Autor<br \/>\nPaula Eneas<\/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 3. - 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-3\/\" \/>\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 3.\" \/>\n<meta property=\"og:description\" content=\"Autor Paula Eneas\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/\" \/>\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:56+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2020-01-20T20:22:02+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_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=\"4 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-3\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Using Libraries in Elipse E3: Lesson 3.\",\"datePublished\":\"2019-03-25T20:39:56+00:00\",\"dateModified\":\"2020-01-20T20:22:02+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/\"},\"wordCount\":831,\"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-3\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/\",\"name\":\"[:pt]Using Libraries in Elipse E3: Lesson 3.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:39:56+00:00\",\"dateModified\":\"2020-01-20T20:22:02+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/#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 3.\"}]},{\"@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 3. - 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-3\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]Using Libraries in Elipse E3: Lesson 3.[:] - Elipse Knowledgebase","og_description":"[:pt]Autor Paula Eneas[:]","og_url":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:39:56+00:00","article_modified_time":"2020-01-20T20:22:02+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4153\/fig_4153_001.png"}],"author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Using Libraries in Elipse E3: Lesson 3.","datePublished":"2019-03-25T20:39:56+00:00","dateModified":"2020-01-20T20:22:02+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/"},"wordCount":831,"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-3\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/","url":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/","name":"[:pt]Using Libraries in Elipse E3: Lesson 3.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:39:56+00:00","dateModified":"2020-01-20T20:22:02+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/using-libraries-in-elipse-e3-lesson-3\/#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 3."}]},{"@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\/2515"}],"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=2515"}],"version-history":[{"count":2,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2515\/revisions"}],"predecessor-version":[{"id":5242,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2515\/revisions\/5242"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=2515"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=2515"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=2515"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}