Click PLC System Hardware – Configuration

Many people ask me what I do when looking at a new PLC model or system. My approach is very straight forward and we will view this in action with this Click PLC series. This series will go from examining the hardware to programming and communicating to the PLC in several ways. If you have … Read more

PLC Bits Numbers and Position – Meaning

plc basics programmable logic controller

People often ask “What is a PLC?” and “PLC Meaning”. A programmable logic controller (PLC) is a piece of hardware that isolates inputs from outputs. Programs are written to look at the inputs solve logic and set the outputs to perform work. Today we are going to look at the basic fundamental way we program. … Read more

Create a PLC HMI Training Learning Environment

We will now create a PLC with HMI Training and learning environment. We will use the Automation Direct Do-More programming software tied into the Advanced HMI learning package via Modbus TCP. All of the software is free and fully functional. Learn PLC programming and use a powerful HMI (Human Machine Interface) easily and freely. Setting … Read more

Three Free PLC Programming Software Tools

Three Free PLC Programming Software Tools

Manufacturers have software to program the programmable logic controller (PLC) or the human-machine interface (HMI). However, there are a few free tools that will help in the development of your PLC programs. We will look at three software tools and show how beneficial they can be to you. Free PLC Software Tools Synergy – Share … Read more

What are the Different PLC Programming Languages

PLC programs are typically written in a particular application on a personal computer, then downloaded to the PLC. This downloaded program is similar to compiled code to keep the program efficient. The program is stored in the PLC in battery-backed-up RAM or non-volatile flash memory. Five Different PLC Programming Languages Albert Einstein said, “The world … Read more

Five Steps to PLC Program Development

steps plc program development

Programming a PLC can sometimes be a daunting task. The best method is to break the task into smaller steps. These are the steps that I have used for years to develop PLC programs. We will apply them to a die-stamping application. Step 1 – Define the task: What has to happen? This is written … Read more