{"id":1747,"date":"2019-03-20T10:55:20","date_gmt":"2019-03-20T10:55:20","guid":{"rendered":"http:\/\/bryceautomation.com\/?p=1747"},"modified":"2019-03-20T10:55:22","modified_gmt":"2019-03-20T10:55:22","slug":"ezplc-getting-started","status":"publish","type":"post","link":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/","title":{"rendered":"Getting Started with EZPLC"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">Introduction to getting started with EZPLC<\/h2>\n\n\n\n<p>Recently, I purchased the starter pack from <a href=\"http:\/\/ezautomation.net\">EZAutomation.net<\/a>.  This starter package came with the processor, power supply, software, and programming cable.   I&#8217;m used to the RSLogix environment with Rockwell Software.  This was a different (but fun) experience for me.    At the time, this package was available for around $100, so it was a good time to learn a different platform.   <\/p><div id=\"bryce-3292947753\" class=\"bryce-afterfirst bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"7728240895\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>\n\n\n\n<p>The programming software was a little bit different than what I was used to.  I&#8217;m writing this post so others can see how to get started with the development environment.<\/p>\n\n\n\n<p>First, you will need to have a serial communication port (COM) port available on your PC.   If your PC does not have a built in COM port, you can purchase a USB to serial adapter.  <\/p>\n\n\n\n<p>Before getting started, you will need to know the COM port number.   You can get this from Device Manager under Control Panel.    Then just expand the PORTS.  In my case, this was COM1.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"318\" height=\"405\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/ComPort-1.png\" alt=\"COM1\" class=\"wp-image-1748 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/ComPort-1.png 318w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/ComPort-1-236x300.png 236w\" data-sizes=\"(max-width: 318px) 100vw, 318px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 318px; --smush-placeholder-aspect-ratio: 318\/405;\" \/><\/figure>\n\n\n\n<p>Next, we will open the EZPLC Editor.   In this example, we will edit the program offline.<\/p>\n\n\n\n<p>It was a little tricky to select the processor at first.   I chose to edit the file offline, as shown.   Then I entered the project name.   Next, I pressed the OK button.   Be sure your COM port is set correctly.   Mine was COM1, so I left this setting at default.  Finally I was given the chance to select the Nano, and then press OK again.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"669\" height=\"535\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/GettingStarted.png\" alt=\"\" class=\"wp-image-1749 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/GettingStarted.png 669w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/GettingStarted-300x240.png 300w\" data-sizes=\"(max-width: 669px) 100vw, 669px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 669px; --smush-placeholder-aspect-ratio: 669\/535;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Adding Logic<\/h3>\n\n\n\n<p>Now we can place our instructions on the first rung.  In this example, we will just make an input turn on an output.   <\/p>\n\n\n\n<p>To do this, click on the NO (Normally Open) instruction one time, and place the instruction at the beginning of the rung.   It will touch the left side of your logic window.  Then click the NO Coil, and place it in your ladder window as shown.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"805\" height=\"352\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/editor1.png\" alt=\"\" class=\"wp-image-1750 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/editor1.png 805w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/editor1-300x131.png 300w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/editor1-768x336.png 768w\" data-sizes=\"(max-width: 805px) 100vw, 805px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 805px; --smush-placeholder-aspect-ratio: 805\/352;\" \/><\/figure>\n\n\n\n<p>Now, we need to address the instructions.   We can create our own tag names, but the absolute address of the first input is I1, and the Absolute address of the first output is O1.  To get started, just double click on the NO Contact instruction.  Realize this does not necessarily represent an actual relay contact in the real world.   This instruction simply becomes true when power is applied to the first input.<\/p>\n\n\n\n<p>After we double click the NO Contact instruction, we will be asked for a tag name.<\/p>\n\n\n\n<p>Here, I called the tag, &#8220;MyInput&#8221;, and then press OK.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"372\" height=\"211\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/FirstTag.png\" alt=\"\" class=\"wp-image-1751 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/FirstTag.png 372w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/FirstTag-300x170.png 300w\" data-sizes=\"(max-width: 372px) 100vw, 372px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 372px; --smush-placeholder-aspect-ratio: 372\/211;\" \/><\/figure>\n\n\n\n<p>Now we enter the absolute address, which is I1, then press OK again.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"398\" height=\"337\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/FirstTagString.png\" alt=\"\" class=\"wp-image-1752 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/FirstTagString.png 398w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/FirstTagString-300x254.png 300w\" data-sizes=\"(max-width: 398px) 100vw, 398px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 398px; --smush-placeholder-aspect-ratio: 398\/337;\" \/><\/figure>\n\n\n\n<p>We will do the same thing with the output.   Double click the NO Coil instruction.   I called this &#8220;MyOutput&#8221;, and the Address string is O1.<\/p>\n\n\n\n<p>If you wish to space the instructions further apart, just drag the output to the right, and use the &#8220;Line&#8221; tool to connect the instructions together.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"327\" height=\"270\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/finalrung.png\" alt=\"\" class=\"wp-image-1753 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/finalrung.png 327w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/finalrung-300x248.png 300w\" data-sizes=\"(max-width: 327px) 100vw, 327px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 327px; --smush-placeholder-aspect-ratio: 327\/270;\" \/><\/figure>\n\n\n\n<h3 class=\"wp-block-heading\">Transfer to PLC<\/h3>\n\n\n\n<p>Now we are ready to transfer our logic to the PLC.  To do this click on File | Transfer to PLC.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" width=\"484\" height=\"356\" data-src=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/transfer.png\" alt=\"\" class=\"wp-image-1754 lazyload\" data-srcset=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/transfer.png 484w, https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/transfer-300x221.png 300w\" data-sizes=\"(max-width: 484px) 100vw, 484px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 484px; --smush-placeholder-aspect-ratio: 484\/356;\" \/><\/figure>\n\n\n\n<p>That&#8217;s It!   Your simple rung is ready to go.   Under PLC on the menu bar, you can choose to start and stop the PLC.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<p>&#8212; Ricky Bryce<\/p>\n<div id=\"bryce-3273205002\" class=\"bryce-after-content bryce-entity-placement\"><script async src=\"\/\/pagead2.googlesyndication.com\/pagead\/js\/adsbygoogle.js?client=ca-pub-8316758073402323\" crossorigin=\"anonymous\"><\/script><ins class=\"adsbygoogle\" style=\"display:block;\" data-ad-client=\"ca-pub-8316758073402323\" \ndata-ad-slot=\"4667596182\" \ndata-ad-format=\"auto\"><\/ins>\n<script> \n(adsbygoogle = window.adsbygoogle || []).push({}); \n<\/script>\n<\/div>","protected":false},"excerpt":{"rendered":"<p>Introduction to getting started with EZPLC Recently, I purchased the starter pack from EZAutomation.net. This starter package came with the processor, power supply, software, and programming cable. I&#8217;m used to the RSLogix environment with Rockwell Software. This was a different (but fun) experience for me. At the time, this package was available for around $100, <a class=\"moretag btn btn-primary\" href=\"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/\">Read More \u00bb<\/a><\/p>\n","protected":false},"author":1,"featured_media":1749,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[136],"tags":[],"class_list":{"0":"post-1747","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-ezplc","8":"czr-hentry"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to get started with the EZPLC Nano. -- Beginning a project.<\/title>\n<meta name=\"description\" content=\"How to get started with the EZPLC Nano -- Here, we will start a new project, build a simple line of logic, and transfer our logic to the processor.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to get started with the EZPLC Nano. -- Beginning a project.\" \/>\n<meta property=\"og:description\" content=\"How to get started with the EZPLC Nano -- Here, we will start a new project, build a simple line of logic, and transfer our logic to the processor.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/\" \/>\n<meta property=\"og:site_name\" content=\"Bryce Automation\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ricky.bryce.7\" \/>\n<meta property=\"article:published_time\" content=\"2019-03-20T10:55:20+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2019-03-20T10:55:22+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/GettingStarted.png\" \/>\n\t<meta property=\"og:image:width\" content=\"669\" \/>\n\t<meta property=\"og:image:height\" content=\"535\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ricky\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/\"},\"author\":{\"name\":\"Ricky\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"headline\":\"Getting Started with EZPLC\",\"datePublished\":\"2019-03-20T10:55:20+00:00\",\"dateModified\":\"2019-03-20T10:55:22+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/\"},\"wordCount\":535,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/GettingStarted.png\",\"articleSection\":[\"EZPLC\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/\",\"name\":\"How to get started with the EZPLC Nano. -- Beginning a project.\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/GettingStarted.png\",\"datePublished\":\"2019-03-20T10:55:20+00:00\",\"dateModified\":\"2019-03-20T10:55:22+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\"},\"description\":\"How to get started with the EZPLC Nano -- Here, we will start a new project, build a simple line of logic, and transfer our logic to the processor.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/#primaryimage\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/GettingStarted.png\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/uploads\\\/2019\\\/03\\\/GettingStarted.png\",\"width\":669,\"height\":535},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/2019\\\/03\\\/20\\\/ezplc-getting-started\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/bryceautomation.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Getting Started with EZPLC\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#website\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/\",\"name\":\"Bryce Automation\",\"description\":\"Automating Home and Industry...\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/bryceautomation.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/#\\\/schema\\\/person\\\/5d5b0f6f6ad768f1ee52968338e63af7\",\"name\":\"Ricky\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"url\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"contentUrl\":\"https:\\\/\\\/bryceautomation.com\\\/wp-content\\\/wphb-cache\\\/gravatar\\\/a8f\\\/a8fe6bf79d292b388ffee281ccb12488x96.jpg\",\"caption\":\"Ricky\"},\"sameAs\":[\"http:\\\/\\\/bryceautomation.com\",\"https:\\\/\\\/www.facebook.com\\\/ricky.bryce.7\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/ricky-bryce-4367a416\\\/\"],\"url\":\"https:\\\/\\\/bryceautomation.com\\\/index.php\\\/author\\\/ricky\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to get started with the EZPLC Nano. -- Beginning a project.","description":"How to get started with the EZPLC Nano -- Here, we will start a new project, build a simple line of logic, and transfer our logic to the processor.","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:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/","og_locale":"en_US","og_type":"article","og_title":"How to get started with the EZPLC Nano. -- Beginning a project.","og_description":"How to get started with the EZPLC Nano -- Here, we will start a new project, build a simple line of logic, and transfer our logic to the processor.","og_url":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/","og_site_name":"Bryce Automation","article_author":"https:\/\/www.facebook.com\/ricky.bryce.7","article_published_time":"2019-03-20T10:55:20+00:00","article_modified_time":"2019-03-20T10:55:22+00:00","og_image":[{"width":669,"height":535,"url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/GettingStarted.png","type":"image\/png"}],"author":"Ricky","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/#article","isPartOf":{"@id":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/"},"author":{"name":"Ricky","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"headline":"Getting Started with EZPLC","datePublished":"2019-03-20T10:55:20+00:00","dateModified":"2019-03-20T10:55:22+00:00","mainEntityOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/"},"wordCount":535,"commentCount":0,"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/GettingStarted.png","articleSection":["EZPLC"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/","url":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/","name":"How to get started with the EZPLC Nano. -- Beginning a project.","isPartOf":{"@id":"https:\/\/bryceautomation.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/#primaryimage"},"image":{"@id":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/#primaryimage"},"thumbnailUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/GettingStarted.png","datePublished":"2019-03-20T10:55:20+00:00","dateModified":"2019-03-20T10:55:22+00:00","author":{"@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7"},"description":"How to get started with the EZPLC Nano -- Here, we will start a new project, build a simple line of logic, and transfer our logic to the processor.","breadcrumb":{"@id":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/#primaryimage","url":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/GettingStarted.png","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/uploads\/2019\/03\/GettingStarted.png","width":669,"height":535},{"@type":"BreadcrumbList","@id":"https:\/\/bryceautomation.com\/index.php\/2019\/03\/20\/ezplc-getting-started\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/bryceautomation.com\/"},{"@type":"ListItem","position":2,"name":"Getting Started with EZPLC"}]},{"@type":"WebSite","@id":"https:\/\/bryceautomation.com\/#website","url":"https:\/\/bryceautomation.com\/","name":"Bryce Automation","description":"Automating Home and Industry...","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/bryceautomation.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/bryceautomation.com\/#\/schema\/person\/5d5b0f6f6ad768f1ee52968338e63af7","name":"Ricky","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","url":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","contentUrl":"https:\/\/bryceautomation.com\/wp-content\/wphb-cache\/gravatar\/a8f\/a8fe6bf79d292b388ffee281ccb12488x96.jpg","caption":"Ricky"},"sameAs":["http:\/\/bryceautomation.com","https:\/\/www.facebook.com\/ricky.bryce.7","https:\/\/www.linkedin.com\/in\/ricky-bryce-4367a416\/"],"url":"https:\/\/bryceautomation.com\/index.php\/author\/ricky\/"}]}},"_links":{"self":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/1747","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/comments?post=1747"}],"version-history":[{"count":0,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/posts\/1747\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media\/1749"}],"wp:attachment":[{"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/media?parent=1747"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/categories?post=1747"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/bryceautomation.com\/index.php\/wp-json\/wp\/v2\/tags?post=1747"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}