Can I Use CLAUDE AI to Program a PLC Successfully?

Can I Use CLAUDE AI to Program a PLC Successfully?

We will be using Claude AI Desktop to determine if we can program a PLC using a ladder logic diagram. Has AI learned enough to be useful when programming? We will take the results and enter the AI PLC program into the Do-More Designer PLC Simulator to verify. Remember that any AI output result needs … Read more

Troubleshoot Baggage Claim – Sensor, PLC Tweaks!

Troubleshoot Baggage Claim - Sensor, PLC Tweaks!

Previously, we went through the step-by-step process of designing and programming a Click PLC airport baggage claim machine. This covered everything from setting up the PLC to writing the code. It did not matter whether you’re a beginner or an experienced programmer; the method used was ideal for anyone seeking to enhance their PLC programming … Read more

Automate Airport Baggage Claim -PLC Programming!

Automate Airport Baggage Claim with PLC Programming!

Globally, airlines handle over 4 billion bags annually, with 99.6% arriving on time. Learn how to automate airport baggage claim systems using PLC programming! This post will explore using programmable logic controllers to streamline the baggage handling process, increasing efficiency and reducing delays. We’ll take you through the step-by-step process of designing and programming a … Read more

XGB PLC Instruction List (IL) First AI Program

XGB PLC Instruction List (IL) First AI Program

Instruction List (IL) in PLC programming is a textual programming language, similar to assembly code, where a program is written as a series of instructions executed sequentially. This is a low-level language used to control Programmable Logic Controllers (PLCs). Instruction List is considered one of the five standard PLC programming languages defined by the IEC … Read more

DeepSeek AI Start-Stop Circuit in Ladder Logic?

DeepSeek AI Start-Stop Circuit in Ladder Logic?

Join me as I take on the challenge of creating a simple start-stop circuit in ladder logic using DeepSeek AI—let’s see if it can nail it! In industrial automation, the ability to design and simulate control circuits is essential for ensuring the functionality and safety of various systems. One of the fundamental circuits used in … Read more

PLC Programming: Traditional vs AI – Which Wins?

PLC Programming: Traditional vs AI - Which Wins?

Given all the advancements in generative AI, can we utilize this technology to program our PLC? Is AI capable of programming ladder logic in our Click PLC, or will it be unsuccessful? We will use the conveyor example test from the Machine Simulator (EasyPLC) software. A Click PLUS PLC communicates with the Machine Simulator Server … Read more

Creating the Ultimate Automation Training Setup2

Creating the Ultimate Automation Training Setup PART 2

Previously, we learned that only 31% of businesses have fully automated at least one function (McKinsey). There is a massive demand for automation and creating training environments. Using the machine simulator, we utilized the Modbus TCP (Ethernet) Server in the “Easy Transfer Line.” This is just one of many pre-built scenes, or you can design … Read more

Creating the Ultimate Automation Training Setup1

Creating the Ultimate Automation Training Setup Part 1

Only 31% of businesses have fully automated at least one function (McKinsey). This means a huge demand for automation and creating a training environment exists. Typically, automation training and hands-on programming take time and a lot of resources, but this is no longer the case.  Creating an effective automation training environment tailored to your industry … Read more

Programming Chain Conveyor Transfer with Do-More

Programming Chain Conveyor Transfer with Do-More

In this tutorial, you will learn how to program a chain conveyor transfer using Do-More. The EasyPLC software suite includes a Machine Simulator (MS) with pre-programmed machines, including the chain conveyor. This machine can move boxes of various sizes along the production line, transferring them to different locations. We will use the Do-More Designer PLC … Read more

EasyPLC Paint Line Bit Shift – BRX Do-More PLC

EasyPLC Paint Line Bit Shift - BRX Do-More PLC

The Machine Simulator (MS) is part of the EasyPLC software suite. It has many built-in machines that are used to show different programming techniques. The paint line is one of these machines. It will use a bit shift (shift register) to track bottles along a conveyor belt. All the bottles will be detected using photocells … Read more