{"id":2803,"date":"2019-03-25T17:41:18","date_gmt":"2019-03-25T20:41:18","guid":{"rendered":"http:\/\/xexeu.elipse.com.br\/pt\/sample-simclp-application-simulating-a-plc-via-opc-server\/"},"modified":"2019-06-10T14:23:51","modified_gmt":"2019-06-10T17:23:51","slug":"sample-simclp-application-simulating-a-plc-via-opc-server","status":"publish","type":"post","link":"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/","title":{"rendered":"Sample simCLP application simulating a PLC via OPC server."},"content":{"rendered":"<div style=\"text-align: justify;\">\n<p><span style=\"font-weight: bold;\">Introduction<\/span><\/p>\n<p>Oftentimes, when developing applications with SCADA software, you will need to perform tests where I\/O tags must be either forced or simulated. This article will show you how to develop an application with E3 that lets you simulate a PLC or any other device connecting to the supervisory software. To do so, we will use an OPC server running in a second computer, connected on a network to the main computer.<\/p>\n<p><span style=\"font-weight: bold;\">OPC client settings<\/span><\/p>\n<p>There are two drivers in the main application. One of them is called <span style=\"font-weight: bold;\">Real Driver<\/span>; this is the driver (Modbus, Profibus, etc., depending on the protocol adapted by the device) developed for communication with the field devices. The other driver is called <span style=\"font-weight: bold;\">Simulator Driver<\/span>, and it is an OPC driver whose structure and names of elements are identical to Real Driver.<\/p>\n<p>Note that these two drivers (Real and Simulator) cannot be used at the same time and in the same application, because their names and paths are the same. To keep them from being used at the same time, there are two possibilities. One of them is to add an extension to the name of one of the drivers, leaving the original name (the one linked in the application) just for the driver you want to use. Another one is to create a project containing only Real Driver, and a second project containing only Simulator Driver; to do so just remove the project that will not be used in the current domain. In this example, we will use the latter option, but in both cases you can exchange drivers without affecting the links to I\/O tags created in the application.<\/p>\n<p>When adding the OPC driver to the project, first make sure it is linked to the OPC server; this link must be activated automatically when running the domain of simCLP application, located in another computer in the network. To do so, just locate the OPC server\u00a0 (<span style=\"font-family: Courier New;\">Elipse.OPCSvr.1<\/span>) on the network, and then activate the communication.<\/p>\n<p>Once it is done, click <span style=\"font-weight: bold; font-style: italic;\">Import tags<\/span> on the OPC driver&#8217;s folder. The tags created in the OPC Server can be dragged to the OPC Driver. Usually, you will only need to import the <span style=\"font-style: italic;\">Value <\/span>property of the server tags. After these tags have been imported, rename them and reconfigure them so that the OPC driver is identical to Real Driver. Thus, it will not be necessary to change the links that have already been created.<\/p>\n<p>The link between OPC tags and the server can also be altered in the <span style=\"font-style: italic;\">ItemID <\/span>property of OPC tags.<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Figura1.png\" alt=\"\" width=\"173\" height=\"176\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 1<\/span> &#8211; Real Driver and Simulator Driver <\/span><\/div>\n<p><span style=\"font-weight: bold;\">OPC server (simCLP) settings<\/span><\/p>\n<p>simCLP works as an OPC server that is activated automatically whenever the application runs, making all its tags available to an OPC client (main application). The application has four different I\/O modules: Digital Input, Digital Output, Analog Input, and Analog Output. For each I\/O point, there is tag identifying the input or output. The tags, as well as all settings, are saved whenever they are altered. So, when you open the application, it will load the last saved settings.<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Figura2.png\" alt=\"\" width=\"500\" height=\"331\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 2<\/span> &#8211; simCLP&#8217;s main screen with its I\/O points <\/span><\/div>\n<p><span style=\"font-weight: bold;\">Digital Inputs<\/span><\/p>\n<p>Digital inputs can be used in two different ways. One of them is bit by bit, where each digital input corresponds to a communication tag. It is also possible to use them in word mode, where several digital inputs can be linked to make up a word representing, in decimal, the status of the digital inputs. In the latter case, you can transmit up to 16 digital input statuses with only one I\/O tag. Both cases are illustrated below.<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Figura3.png\" alt=\"\" width=\"248\" height=\"51\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 3<\/span> &#8211; Digital input<\/span><\/div>\n<p><span style=\"font-weight: bold;\">Bit by bit<\/span><\/p>\n<p>No settings are required to use digital inputs in bit-by-bit mode. Just import <span style=\"font-style: italic;\">Value <\/span>property of tags DI1, DI2, &#8230;, DI16, located in <span style=\"font-weight: bold;\">DigitalInputs <\/span>folder, to the main application.<\/p>\n<p>Variable type: <span style=\"font-weight: bold;\">Boolean<\/span>.<\/p>\n<p><br style=\"font-weight: bold;\" \/><span style=\"font-weight: bold;\">Word<\/span><\/p>\n<p>Word mode can be set up via <span style=\"font-weight: bold;\">Words <\/span>button, on the upper part of digital inputs module, on the main screen. There are five Words available for configuration. You must enable the word&#8217;s bits and link them to the digital inputs, and then import <span style=\"font-style: italic;\">Value <\/span>property of tags DI1, DI2, &#8230; , DI5, located in <span style=\"font-weight: bold;\">DigitalInputs_Word<\/span> folder. In the main application, enable <span style=\"font-style: italic;\">UseBitFields <\/span>properties of the OPC tags linked to simCLP&#8217;s Word tags; this will cause the word to be broken into bits.<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Figura4.png\" alt=\"\" width=\"500\" height=\"57\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 4 <\/span>&#8211; Digital inputs settings on Word mode <\/span><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Figura5.png\" alt=\"\" width=\"135\" height=\"64\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 5<\/span> &#8211; Tag to be imported on Word mode for the settings seen previously <\/span><\/p>\n<\/div>\n<p><br style=\"font-weight: bold;\" \/><span style=\"font-weight: bold;\">Digital Outputs<\/span><\/p>\n<p>Similarly to what happens to digital inputs, digital outputs can also be used in two different ways: bit by bit or Word.<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Figura6.png\" alt=\"\" width=\"257\" height=\"48\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 6<\/span> &#8211; Digital output<\/span><\/div>\n<p><span style=\"font-weight: bold;\">Bit by bit<\/span><\/p>\n<p>No settings are required to use digital inputs in bit-by-bit mode. Just import <span style=\"font-style: italic;\">Value <\/span>property of tags DI1, DI2, &#8230;, DI16, located in <span style=\"font-weight: bold;\">DigitalInputs <\/span>folder, to the main application.<\/p>\n<p>Variable type: <span style=\"font-weight: bold;\">Boolean<\/span>.<\/p>\n<p><span style=\"font-weight: bold;\">Word<\/span><\/p>\n<p>In this mode, you can receive a word that stands for a set of bits in decimal format and then break it into bits. To do so, click\u00a0 <img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Botao.png\" alt=\"\" width=\"20\" height=\"20\" align=\"Baseline\" border=\"0\" \/>. A window will be opened to configure this output. Enable its use in Word mode, choose the tag to be broken into bits, and select the bit to be linked to the current digital output.<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Figura7.png\" alt=\"\" width=\"307\" height=\"129\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 7<\/span> &#8211; Digital outputs settings on Word mode<\/span><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Figura8.png\" alt=\"\" width=\"136\" height=\"95\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 8<\/span> &#8211; Tag to be imported on Word mode for the settings seen previously<\/span><\/p>\n<\/div>\n<p><span style=\"font-weight: bold;\">Analog Inputs<\/span><\/p>\n<p>Analog inputs&#8217;s variables are accessed by importing variables AI1, AI2, &#8230;, AI8, from <span style=\"font-weight: bold;\">AnalogInputs <\/span>folder. The only required settings are higher and lower limits, which define the analog variable&#8217;s range. They can be set via\u00a0<img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/LimInf.bmp\" alt=\"\" width=\"20\" height=\"15\" align=\"Baseline\" border=\"0\" \/> and\u00a0<img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/LimSup.bmp\" alt=\"\" width=\"20\" height=\"15\" align=\"Baseline\" border=\"0\" hspace=\"0\" vspace=\"0\" \/> buttons. The analog value can only be changed in the scrollbar corresponding to each AI (Analog Input).<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Figura9.png\" alt=\"\" width=\"256\" height=\"91\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 9 <\/span>&#8211; Analog input <\/span><\/div>\n<p><span style=\"font-weight: bold;\">Analog Outputs<\/span><\/p>\n<p>Analog outputs&#8217;s variables are accessed by importing variables AO1, AO2, &#8230; , AO16, from <span style=\"font-weight: bold;\">AnalogOutputs <\/span>folder. No settings are required for analog outputs.<\/p>\n<div style=\"text-align: center;\"><img loading=\"lazy\" title=\"\" src=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Figura10.png\" alt=\"\" width=\"260\" height=\"47\" align=\"Baseline\" border=\"0\" \/><br \/>\n<span style=\"font-size: xx-small;\"><span style=\"font-weight: bold;\">Figure 10 <\/span>&#8211; Analog output <\/span><\/div>\n<p><span style=\"font-weight: bold;\">Final Remarks<\/span><\/p>\n<p>This sample application shows an easier way of simulating a device communicating with E3. However, the application can be customized to suit each user&#8217;s needs. With simCLP, we have opted to use an OPC driver because OPC communication between two applications is very simple, but other drivers could be chosen in this case, such as Modbus Master\/Slave, for example.<\/p>\n<h3>Attachments:<\/h3>\n<p><a href=\"\/wp-content\/uploads\/2019\/03\/simCLP-1.zip\">simCLP<\/a><\/p>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Introduction Oftentimes, when developing applications with SCADA software, you will need to perform tests where I\/O tags must be either forced or simulated. This article will show you how to&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":[753,755,756,757],"tags":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v19.8 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Sample simCLP application simulating a PLC via OPC server. - 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\/sample-simclp-application-simulating-a-plc-via-opc-server\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Sample simCLP application simulating a PLC via OPC server.\" \/>\n<meta property=\"og:description\" content=\"Introduction Oftentimes, when developing applications with SCADA software, you will need to perform tests where I\/O tags must be either forced or simulated. This article will show you how to&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/\" \/>\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:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-06-10T17:23:51+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Figura1.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=\"5 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\/sample-simclp-application-simulating-a-plc-via-opc-server\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/\"},\"author\":{\"name\":\"Elipse Software\",\"@id\":\"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87\"},\"headline\":\"Sample simCLP application simulating a PLC via OPC server.\",\"datePublished\":\"2019-03-25T20:41:18+00:00\",\"dateModified\":\"2019-06-10T17:23:51+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/\"},\"wordCount\":1062,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#organization\"},\"articleSection\":[\"IODriver \/ IOServer\",\"OPCClient\",\"OPCServer\",\"Other\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/\",\"url\":\"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/\",\"name\":\"[:pt]Sample simCLP application simulating a PLC via OPC server.[:] - Elipse Knowledgebase\",\"isPartOf\":{\"@id\":\"https:\/\/kb.elipse.com.br\/#website\"},\"datePublished\":\"2019-03-25T20:41:18+00:00\",\"dateModified\":\"2019-06-10T17:23:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"https:\/\/kb.elipse.com.br\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Sample simCLP application simulating a PLC via OPC server.\"}]},{\"@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":"Sample simCLP application simulating a PLC via OPC server. - 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\/sample-simclp-application-simulating-a-plc-via-opc-server\/","og_locale":"en_US","og_type":"article","og_title":"[:pt]Sample simCLP application simulating a PLC via OPC server.[:] - Elipse Knowledgebase","og_description":"Introduction Oftentimes, when developing applications with SCADA software, you will need to perform tests where I\/O tags must be either forced or simulated. This article will show you how to&hellip;","og_url":"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/","og_site_name":"Elipse Knowledgebase","article_publisher":"http:\/\/www.facebook.com\/elipsesoftware","article_published_time":"2019-03-25T20:41:18+00:00","article_modified_time":"2019-06-10T17:23:51+00:00","og_image":[{"url":"http:\/\/kb.elipse.com.br\/pt-br\/images\/ID4467\/Figura1.png"}],"author":"Elipse Software","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Elipse Software","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/#article","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/"},"author":{"name":"Elipse Software","@id":"https:\/\/kb.elipse.com.br\/#\/schema\/person\/def69ea453ea60b250497b89225a9f87"},"headline":"Sample simCLP application simulating a PLC via OPC server.","datePublished":"2019-03-25T20:41:18+00:00","dateModified":"2019-06-10T17:23:51+00:00","mainEntityOfPage":{"@id":"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/"},"wordCount":1062,"commentCount":0,"publisher":{"@id":"https:\/\/kb.elipse.com.br\/#organization"},"articleSection":["IODriver \/ IOServer","OPCClient","OPCServer","Other"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/","url":"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/","name":"[:pt]Sample simCLP application simulating a PLC via OPC server.[:] - Elipse Knowledgebase","isPartOf":{"@id":"https:\/\/kb.elipse.com.br\/#website"},"datePublished":"2019-03-25T20:41:18+00:00","dateModified":"2019-06-10T17:23:51+00:00","breadcrumb":{"@id":"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/kb.elipse.com.br\/en\/sample-simclp-application-simulating-a-plc-via-opc-server\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"https:\/\/kb.elipse.com.br\/en\/"},{"@type":"ListItem","position":2,"name":"Sample simCLP application simulating a PLC via OPC server."}]},{"@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\/2803"}],"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=2803"}],"version-history":[{"count":3,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2803\/revisions"}],"predecessor-version":[{"id":7178,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/posts\/2803\/revisions\/7178"}],"wp:attachment":[{"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/media?parent=2803"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/categories?post=2803"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kb.elipse.com.br\/en\/wp-json\/wp\/v2\/tags?post=2803"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}