PLC Timer Examples : My 3 Favorites

PLC timers are frequently used in ladder logic programming. There are many different types of PLC timers, each with their own unique operation and application. Here we will explore some real world PLC timer examples, draw out the ladder diagrams and explain their operation. A common real world example of using an ON delay timer … Read more

PLC Timer: 11 Different Types Explained

The PLC timer simulates the function of traditional timer relays. Initially, timer relays were utilized in relay logic circuits and were mechanical in nature. Over time, the mechanical timer relays were replaced by electronic timer relays and now, in modern times, they reside in the PLC as software timers. A PLC timer is an instruction … Read more

Ladder Logic Symbols – Operation and Common Uses

The ladder logic symbols that are used in PLC programming have been derived from traditional relay logic control circuits. If you have a basic knowledge of electric circuits then getting started in ladder logic programming should be a breeze. If not, don’t worry, ladder logic is a graphical programming language and getting to know the … Read more

Ladder Logic Basics

Ladder logic is a programming language that is used to program a PLC (Programmable Logic Controller). It is a graphical PLC programming language which expresses logic operations with symbolic notation using ladder diagrams, much like the rails and rungs of a traditional relay logic circuit. Ladder logic is a fast and simple way of creating … Read more

PLC Sequencer Logic

PLC sequencer logic is an essential component to have in your quiver of ladder logic sample code.It forms the backbone to the majority of processes for industrial automation. Applications that require sequencer logic include conveyor systems, palletizing machines, batching plants, packaging machines, storage and retrieval systems and the list goes on and on. A sequence … Read more

PLC Toggle Logic & Flip Flops

PLC Toggle Logic

PLC toggle logic emulates the function of flip flop circuits that are commonly used in electronics and computer systems. What is a Flip Flop in a PLC? You may have heard of a flip flop in electronics and computer systems, but what is a flip flop in a PLC? A flip flop in PLC programming … Read more

Ladder Logic Simulator

A ladder logic simulator is a software application that lets you simulate the operation of a PLC ladder diagram with a personal computer, mobile phone or tablet. It allows you to test your PLC ladder diagram without the need to purchase any PLC hardware. A ladder logic simulator also has the ability to control the … Read more

Ladder Logic Programming

In the very early days of PLC programming ladder diagrams were configured and loaded into a PLC using dedicated hand held programmers. These hand held programmers were extremely slow and tedious to use. Programming was made a lot easier with the introduction of PC’s and interface software using text based operating systems such as the … Read more

Relay Logic Vs Ladder Logic

Relay logic is a hard wired control system using instrumentation, switches, timers, relays, contactors, motors and actuators. Traditional machine and process automation was accomplished using relay logic. Automating a machine using relay logic requires a mass of wiring and magnitude of devices to perform even the simplest of tasks. Some of the other problems with … Read more