{"id":3603,"date":"2019-03-25T17:45:05","date_gmt":"2019-03-25T20:45:05","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/setting-up-elipses-iccp-driver\/"},"modified":"2024-02-20T16:04:35","modified_gmt":"2024-02-20T19:04:35","slug":"setting-up-elipses-iccp-driver","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/","title":{"rendered":"Setting up Elipse&#8217;s ICCP Driver."},"content":{"rendered":"<div align=\"justify\">\n<p>The goal of this article is to illustrate ICCP driver&#8217;s basic settings, both in Server and in Client versions.<\/p>\n<p><u><b><br \/>\nSetting up the Driver<\/b><\/u><\/p>\n<p>As established by standard 60870-6, the ICCP driver needs a bilateral table set up, where parameters, variables, and data exchange permissions between hubs are established. Elipse&#8217;s ICCP driver uses a CSV (<i>Comma Separated Values<\/i>) file to set up the client and\/or server bilateral table. The BLT files&#8217; internal structure (<b>ICCPClient.BLT<\/b> for the client and <b>ICCPServer.BLT<\/b> for the server) is the following:<\/p>\n<p><span style=\"font-family: Courier New;\"><b>ICCPVersionYear-ICCPVersionMonth,BLTFileFormatVersion<br \/>\n**DataSets**<br \/>\nDataSetCount<br \/>\nDataSetDeclaration <\/b>(appears DataSetCount times)<br \/>\n<b>**DataValues**<br \/>\nDataValueCount<br \/>\nDataValueDeclaration<\/b> (appears DataValueCount times)<br \/>\n<b>**Devices**<br \/>\nDeviceCount<br \/>\nDeviceDeclaration<\/b> (appears DeviceCount times)<br \/>\n<b>**Messages**<br \/>\nMessageCount<br \/>\nMessageDeclaration <\/b>(appears MessageCount times)<\/span><\/p>\n<p>Their properties are the following:<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5297\/Picture_1.jpg\" alt=\"\" width=\"500\" height=\"392\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>&nbsp;<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5297\/Picture_2.jpg\" alt=\"\" width=\"500\" height=\"611\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>Attached to this article are two files, <b>ICCPServer.BLT<\/b> and <b>ICCPClient.BLT<\/b>, which can be the foundations for creating the structure.<\/p>\n<p><u><b>ICCP Server<\/b><\/u><\/p>\n<p>After creating the <b>ICCPServer.BLT<\/b> file (as seen above), you must access the driver settings on <b>ICCP General<\/b> tab:<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5297\/Picture_3.jpg\" alt=\"\" width=\"456\" height=\"421\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>To set up the driver as the Server, configure the <b>General Profile<\/b> property as <b><i>ICCP Server<\/i><\/b>. You can generate a basic BLT file from an LD (<i>Logical Device Cache Files<\/i>) file, which is generated by Elipse&#8217;s <b>IEC61850<\/b> driver. This functionality is required when the data read locally via IEC61850 need to be available to other hubs via ICCP. If necessary, <b>Msg Timeout (ms)<\/b>, <b>Local P Selector<\/b>,<b> Local S Selector<\/b>, <b>Local T Selector<\/b>, <b>Local App ID<\/b> and <b>Local AE Qualifier<\/b> properties can also be configured on this window. <b>BLT File Path<\/b> property must be configured with the destination folder where the BLT files were created.<\/p>\n<p>After the configuration on <b>ICCP General<\/b> tab, access <b>ICCP Server<\/b> tab:<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5297\/Picture_4.jpg\" alt=\"\" width=\"456\" height=\"421\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>On this window, configure <b>Local Domain<\/b>, <b>Billateral Table Name<\/b> and <b>Billateral Table Version<\/b> properties. <b>Local Domain<\/b> property informs the name of the local ICCP server (instance name). This name will be verified on both ends (client and server) for several operations and <u><b>must be equivalent on both sides<\/b><\/u>. <b>Billateral Table Name<\/b> and <b>Billateral Table Version<\/b> properties will be verified by the client to ensure the application&#8217;s security (notice that this verification only happens when the client is an Elipse E3\/Power running on the same driver). From <b>Check BLT File<\/b> option, you can check if the BLT file&#8217;s syntax is correct; if so, the following message will be displayed:<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5297\/Picture_5.jpg\" alt=\"\" width=\"168\" height=\"171\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>The physical layer&#8217;s configuration follows the <b>IOKit<\/b>&#8216;s pattern: on the Server end, the physical layer must be set up as <b><i>Ethernet <\/i><\/b>on <b>Setup <\/b>tab, and the port that expects the connection must be configured on <b>Ethernet <\/b>tab (enable <b>Listen for connection on port&#8230;<\/b> option).<\/p>\n<p><u><b>Importing tags at ICCP Server<\/b><\/u><\/p>\n<p>Creating tags at the ICCP driver is simple, since they can be imported directly via TagBrowser. If <b>ICCPServer.BLT<\/b> file&#8217;s syntax is right, the tags declared in the file will be available in the TagBrowser&#8217;s <b>ICCPLocal<\/b> folder, as seen below:<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5297\/Picture_6.jpg\" alt=\"\" width=\"500\" height=\"415\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>From there, you can drag the desired tags to the current project.<\/p>\n<p><u><b>ICCP Client<\/b><\/u><\/p>\n<p>When using ICCP Client, the <b>ICCPClient.BLT<\/b> file can be created in two different ways. The first possibility is to create the file manually, with the same structure as <b>ICCPServer.BLT<\/b> file. The second one is to create the file automatically. This is possible because the ICCP driver can retrieve an ICCP Server&#8217;s database online, and from there it can create a simple version of <b>ICCPClient.BLT<\/b> file according to this database. Notice that to use this functionality, the ICCP Server must be both set up and online, thus making it possible for the ICCP Client to retrieve the database. For notes on how to work online and offline, see the next items.<\/p>\n<p>Regardless on how the file was created, to set up the ICCP Client you must first access the driver&#8217;s ICCP General tab:<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5297\/Picture_7.jpg\" alt=\"\" width=\"456\" height=\"421\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>On this window, <b>General Profile<\/b> and <b>BLT File Path<\/b> properties&#8217; setup is similar to ICCP Server&#8217;s, but <b>General profile<\/b> property must be configured as <b><i>ICCP Client<\/i><\/b>. <b>BLT File Path<\/b> property must be configured with the destination folder containing <b>ICCPClient.BLT<\/b> file.<\/p>\n<p>After setting up <b>ICCP General<\/b> tab, you will need to access <b>ICCP Client<\/b> tab, according to the image below:<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5297\/Picture_8.jpg\" alt=\"\" width=\"456\" height=\"421\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>On this tab, you will need to set up <b>Remote Domain<\/b>, <b>Expected Billateral Table Name<\/b> and <b>Expected Billateral Table Version<\/b> properties. <b>Remote Domain<\/b> property informs the name of the remote ICCP server. This name will be verified on both ends (client and server) for several operations, and <u><b>must be equivalent on both sides<\/b><\/u>. <b>Expected Billateral Table Name<\/b> and <b>Expected Billateral Table Version<\/b> are verified only if the server is also an Elipse E3\/Power using the same driver. Both properties will be checked to ensure the application&#8217;s security. If the <b>ICCPClient.BLT<\/b> file was created manually, you will be able to check its syntax from <b>Check BLT File <\/b>option.<\/p>\n<p>The physical layer&#8217;s configuration follows the <b>IOKit<\/b>&#8216;s pattern:\u00a0 on the Client end, the physical layer must be set up as <b><i>Ethernet <\/i><\/b>on <b>Setup <\/b>tab, and the IP and port where the client will connect must be configured on <b>Ethernet <\/b>tab.<\/p>\n<p><u><b>Importing ICCP Client tags<\/b><\/u><\/p>\n<p>Tags can be imported at the ICCP Client in two different ways. If the <b>ICCPClient.BLT<\/b> file has been created manually, the tags declared in the file will be available in <b>ICCPRemote_Offline<\/b> folder, as seen below:<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5297\/Picture_9.jpg\" alt=\"\" width=\"500\" height=\"415\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p>If the ICCP Server&#8217;s database has been retrieved automatically, the data will be available in <b>ICCRemote_Online<\/b> folder. When clicking on the folder, the driver will retrieve the data online and, from there, it will create the <b>ICCPClient.BLT<\/b> file. Notice that for this to happen, the physical layer must be configured correctly and the ICCP Server must be online. If all parameters are correct, the available tags will look like this:<\/p>\n<div align=\"center\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5297\/Picture_10.jpg\" alt=\"\" width=\"500\" height=\"415\" align=\"Baseline\" border=\"0\" \/><\/div>\n<p><u><b>Using Elipse&#8217;s ICCP driver as both ICCP Client and ICCP <\/b><\/u><\/p>\n<p>Elipse&#8217;s ICCP driver can work as both ICCP Client and ICCP Server at the same time. To do so, set up <b>General Profile<\/b> property on <b>ICCP General<\/b> tab as <i><b>ICCP Client\/Server<\/b><\/i>, and then proceed to configure both tabs (<b>ICCP Client<\/b> and <b>ICCP Server<\/b>). ICCP Server&#8217;s tags will be available in <b>ICCPLocal<\/b> folder, while ICCP Client&#8217;s tags will be available in <b>ICCPRemoto <\/b>folders (Online and Offline). Settings for <b>ICCPServer.BLT<\/b> and <b>ICCPClient.BLT<\/b> files are the same as the ones mentioned on the above items. The main difference is when configuring the physical layer, which must follow these procedures:<\/p>\n<ul>\n<li>On <b>Setup <\/b>tab, select <i><b>Ethernet<\/b><\/i>.<\/li>\n<li>On <b>Ethernet <\/b>tab, check <b>Listen for connections on port<\/b> property and set up the port where the ICCP Server will expect the connection.<\/li>\n<li>Uncheck <b>Listen for connections on port<\/b> and set up the IP and port where the ICCP Client will connect.<\/li>\n<\/ul>\n<\/div>\n<h3>Attachments:<\/h3>\n<p><a href=\"https:\/\/kb.elipse.com.br\/wp-content\/uploads\/2019\/03\/ICCP.zip\">ICCP.zip<\/a><\/p>\n<div class=\"printfriendly pf-button pf-button-content pf-alignleft\"><\/div>\n","protected":false},"excerpt":{"rendered":"<p>The goal of this article is to illustrate ICCP driver&#8217;s basic settings, both in Server and in Client versions. Setting up the Driver As established by standard 60870-6, the ICCP&hellip;<\/p>\n","protected":false},"author":21,"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":[836],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Setting up Elipse&#039;s ICCP 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\/setting-up-elipses-iccp-driver\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setting up Elipse&#039;s ICCP Driver.\" \/>\n<meta property=\"og:description\" content=\"The goal of this article is to illustrate ICCP driver&#8217;s basic settings, both in Server and in Client versions. Setting up the Driver As established by standard 60870-6, the ICCP&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-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:45:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-20T19:04:35+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5297\/Picture_1.jpg\" \/>\n<meta name=\"author\" content=\"Willian Straccioni Pagini\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Willian Straccioni Pagini\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"8 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\/setting-up-elipses-iccp-driver\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/\"},\"author\":{\"name\":\"Willian Straccioni Pagini\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/f0e928dc4f4b1278e13a1f223e9f8929\"},\"headline\":\"Setting up Elipse&#8217;s ICCP Driver.\",\"datePublished\":\"2019-03-25T20:45:05+00:00\",\"dateModified\":\"2024-02-20T19:04:35+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/\"},\"wordCount\":2211,\"commentCount\":1,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"ICCP\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/\",\"name\":\"[:pt]Setting up Elipse&#039;s ICCP Driver.[:en]Setting up Elipse's ICCP Driver.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:45:05+00:00\",\"dateModified\":\"2024-02-20T19:04:35+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setting up Elipse&#8217;s ICCP 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\/f0e928dc4f4b1278e13a1f223e9f8929\",\"name\":\"Willian Straccioni Pagini\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/25c2e1f9c762d5e6d38edd47ea3ef5d3?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/25c2e1f9c762d5e6d38edd47ea3ef5d3?s=96&d=mm&r=g\",\"caption\":\"Willian Straccioni Pagini\"},\"url\":\"https:\/\/kb.elipse.com.br\/en\/author\/willian\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Setting up Elipse's ICCP 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\/setting-up-elipses-iccp-driver\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]Setting up Elipse&#039;s ICCP Driver.[:en]Setting up Elipse's ICCP Driver.[:] - Elipse Knowledgebase","og_description":"The goal of this article is to illustrate ICCP driver&#8217;s basic settings, both in Server and in Client versions. Setting up the Driver As established by standard 60870-6, the ICCP&hellip;","og_url":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:45:05+00:00","article_modified_time":"2024-02-20T19:04:35+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID5297\/Picture_1.jpg"}],"author":"Willian Straccioni Pagini","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Willian Straccioni Pagini","Est. reading time":"8 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/"},"author":{"name":"Willian Straccioni Pagini","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/f0e928dc4f4b1278e13a1f223e9f8929"},"headline":"Setting up Elipse&#8217;s ICCP Driver.","datePublished":"2019-03-25T20:45:05+00:00","dateModified":"2024-02-20T19:04:35+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/"},"wordCount":2211,"commentCount":1,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["ICCP"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/","url":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/","name":"[:pt]Setting up Elipse&#039;s ICCP Driver.[:en]Setting up Elipse's ICCP Driver.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:45:05+00:00","dateModified":"2024-02-20T19:04:35+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipses-iccp-driver\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Setting up Elipse&#8217;s ICCP 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\/f0e928dc4f4b1278e13a1f223e9f8929","name":"Willian Straccioni Pagini","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/25c2e1f9c762d5e6d38edd47ea3ef5d3?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/25c2e1f9c762d5e6d38edd47ea3ef5d3?s=96&d=mm&r=g","caption":"Willian Straccioni Pagini"},"url":"https:\/\/kb.elipse.com.br\/en\/author\/willian\/"}]}},"_links":{"self":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3603"}],"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\/21"}],"replies":[{"embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/comments?post=3603"}],"version-history":[{"count":2,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3603\/revisions"}],"predecessor-version":[{"id":15968,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/3603\/revisions\/15968"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=3603"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=3603"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=3603"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}