{"id":347,"date":"2019-03-25T17:30:25","date_gmt":"2019-03-25T20:30:25","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/setting-up-elipse-scada-as-an-opc-client\/"},"modified":"2019-07-05T16:33:53","modified_gmt":"2019-07-05T19:33:53","slug":"setting-up-elipse-scada-as-an-opc-client","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/","title":{"rendered":"Setting up Elipse SCADA as an OPC client."},"content":{"rendered":"<div style=\"text-align: justify;\">\n<p><span style=\"font-weight: bold;\">1) Introduction<\/span><\/p>\n<p>Elipse SCADA can work as an OPC client, which allows that the database created in the OPC server be imported to an internal Elipse SCADA database. In addition, multiple connections can be established, provided they do not use the same OPC server. In this last case, it is possible to access several databases from a server using a single connection.<\/p>\n<p>The OPC (OLE for Process Control) technology implements a mechanism that provides data from a device to a database configured in an OPC server, and allows any client application to have access to this database.<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID81\/Figure1.PNG\" alt=\"\" width=\"137\" height=\"224\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 1<\/span>: Organizer tree displaying OPCServer item<\/span><\/div>\n<p>The connections with OPC servers are added via <span style=\"font-weight: bold;\">OPCServers <\/span>item on Organizer. Whenever a new connection is added, a new <span style=\"font-weight: bold;\">Server <\/span>item and its corresponding setup page will be created. This page displays information such as item&#8217;s name and description, as well as the names of the OPC servers that enable the connection to Elipse SCADA.<\/p>\n<p>When selecting a server, it is possible to import the whole database created on the OPC server, or just a part of it.<\/p>\n<p><span style=\"font-weight: bold;\">2) Setting up connection with the OPC client<\/span><\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID81\/Figure2.PNG\" alt=\"\" width=\"550\" height=\"469\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 2<\/span>: OPC client&#8217;s general setup page<\/span><\/div>\n<p><span style=\"font-weight: bold;\">Figure 2<\/span> shows you the general setup options for the connection. OPCServer object has the following attributes\/function:<\/p>\n<ul>\n<li><span style=\"font-weight: bold;\">EditProperties()<\/span>: function that calls the OPC connection&#8217;s general setup page<\/li>\n<li><span style=\"font-weight: bold;\">name<\/span>: OPC connection&#8217;s name<\/li>\n<li><span style=\"font-weight: bold;\">description<\/span>: OPC connection&#8217;s description<\/li>\n<li><span style=\"font-weight: bold;\">recoveryTime<\/span>: OPC&#8217;s recovery time<\/li>\n<li><span style=\"font-weight: bold;\">vrfyTime<\/span>: active connection&#8217;s verify time<\/li>\n<\/ul>\n<p><span style=\"font-weight: bold;\">3) Importing the database<\/span><\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID81\/Figure3.PNG\" alt=\"\" width=\"383\" height=\"435\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 3<\/span>: Import Wizard<\/span><\/div>\n<p>The OPC server&#8217;s database import window shows all available tags on a tree at the right side of the window. This tree displays all data from the server according to the OPC server&#8217;s hierarchy. At the left side of the window are the tags already imported to the Elipse SCADA application.<\/p>\n<p>To import the database from the server, just select a tag or tag group, and then drag this selection from the right side of the window to its left side.<\/p>\n<p><span style=\"font-weight: bold;\">4) Setting up OPC tags<\/span><\/p>\n<p>OPC tags are easily configurable: once they were imported, they already have all information needed to connect to an OPC server. However, it is possible to set the tag&#8217;s reading time and mode, the connection with the server, etc.<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID81\/Figure4.PNG\" alt=\"\" width=\"550\" height=\"468\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 4<\/span>: OPC tag&#8217;s general setup page<\/span><\/div>\n<p>In <span style=\"font-weight: bold;\">Figure 4<\/span>, you can see the general setup options for the OPC tag, with the following attributes:<\/p>\n<ul>\n<li><span style=\"font-weight: bold;\">Name<\/span>: indicates the tag&#8217;s name for Elipse SCADA<\/li>\n<li><span style=\"font-weight: bold;\">Description<\/span>: tag&#8217;s description<\/li>\n<li><span style=\"font-weight: bold;\">Real Name<\/span>: indicates to Elipse SCADA what tag this is, and where it must be accessed on the OPC server<\/li>\n<li><span style=\"font-weight: bold;\">Scan<\/span>: indicates when Elipse SCADA will ask for reading on the OPC server (mandatory only when in synchronous reading mode)<\/li>\n<li><span style=\"font-weight: bold;\">Read Mode<\/span>: indicates if the reading on the server will be done in synchronous or asynchronous mode<\/li>\n<li><span style=\"font-weight: bold;\">Read From<\/span>: indicates the origin of the tag reading on the OPC server; if <span style=\"font-style: italic;\">Device <\/span>is selected, it will force the OPC server to read directly from the device; if <span style=\"font-style: italic;\">Cache <\/span>is selected, it will receive the last data read by the OPC server<\/li>\n<li><span style=\"font-weight: bold;\">Enable scan reading<\/span>: enables automatic reading; Elipse SCADA will ask for new data according to the time defined on <span style=\"font-style: italic;\">Scan <\/span>field<\/li>\n<li><span style=\"font-weight: bold;\">Enable automatic writing<\/span>: enables automatic writing whenever data is altered.<\/li>\n<\/ul>\n<p><span style=\"font-weight: bold;\">NOTE<\/span>: Alarm&#8217;s and bit&#8217;s settings are similar to the ones in PLC tags.<\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>1) Introduction Elipse SCADA can work as an OPC client, which allows that the database created in the OPC server be imported to an internal Elipse SCADA database. In addition,&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":[772],"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 SCADA as an OPC client. - 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-elipse-scada-as-an-opc-client\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Setting up Elipse SCADA as an OPC client.\" \/>\n<meta property=\"og:description\" content=\"1) Introduction Elipse SCADA can work as an OPC client, which allows that the database created in the OPC server be imported to an internal Elipse SCADA database. In addition,&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/\" \/>\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:30:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-07-05T19:33:53+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID81\/Figure1.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\/setting-up-elipse-scada-as-an-opc-client\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Setting up Elipse SCADA as an OPC client.\",\"datePublished\":\"2019-03-25T20:30:25+00:00\",\"dateModified\":\"2019-07-05T19:33:53+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/\"},\"wordCount\":557,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"OPCClient\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/\",\"name\":\"[:pt]Setting up Elipse SCADA as an OPC client.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:30:25+00:00\",\"dateModified\":\"2019-07-05T19:33:53+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Setting up Elipse SCADA as an OPC client.\"}]},{\"@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":"Setting up Elipse SCADA as an OPC client. - 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-elipse-scada-as-an-opc-client\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]Setting up Elipse SCADA as an OPC client.[:] - Elipse Knowledgebase","og_description":"1) Introduction Elipse SCADA can work as an OPC client, which allows that the database created in the OPC server be imported to an internal Elipse SCADA database. In addition,&hellip;","og_url":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:30:25+00:00","article_modified_time":"2019-07-05T19:33:53+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID81\/Figure1.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\/setting-up-elipse-scada-as-an-opc-client\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Setting up Elipse SCADA as an OPC client.","datePublished":"2019-03-25T20:30:25+00:00","dateModified":"2019-07-05T19:33:53+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/"},"wordCount":557,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["OPCClient"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/","url":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/","name":"[:pt]Setting up Elipse SCADA as an OPC client.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:30:25+00:00","dateModified":"2019-07-05T19:33:53+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/setting-up-elipse-scada-as-an-opc-client\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Setting up Elipse SCADA as an OPC client."}]},{"@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\/347"}],"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=347"}],"version-history":[{"count":1,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/347\/revisions"}],"predecessor-version":[{"id":7605,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/347\/revisions\/7605"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=347"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=347"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=347"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}