Parking Cars Simulator PLC Programming Part 2

Parking Cars Simulator PLC Programming Part 2

We began using the five steps to PLC programming development in part 1 for the parking cars simulator. This involved determining what must be done, looking at the inputs and outputs, and developing the sequence of operation. Automated car parking is a great way to learn PLC programming. It is easily understood how this system … Read more

Parking Cars Simulator PLC Programming Part 1

Parking Cars Simulator PLC Programming Part 1

Automated car parking is a great way to learn PLC programming. It is easily understood how this system is to function and operates. The 3D graphics on the machine simulator are good for visually seeing this interaction between the PLC and the virtual machine. Using the five steps to PLC programming development, we will determine … Read more

PLC Programming – A Tutorial for Beginners

PLC Programming - A Tutorial for Beginners

This tutorial is for beginners who are just starting to program PLCs. Using the EasyPLC simple conveyor, we will move a box back and forth on the conveyor. We will learn to write the PLC ladder logic program for this operation. Using the five steps to PLC programming development, we will determine what must be … Read more

Click to Click PLC Communication – Remote IO

Click to Click PLC Communication

We will connect two Click PLUS PLCs and communicate in three different ways. Using the send and receive commands, we will set up one PLC to be the master (client) and communicate with the slave (server). WiFi, Ethernet, and Serial communication will share common memory areas between the Click PLCs. The send and receive commands … Read more

EasyPLC Solder Robot PLC Programming

EasyPLC Solder Robot PLC Programming

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 solder robot example is one of these machines. This will demonstrate a sequencer robot example. In this case, four rivets are welded using a robot. The logic will step through … Read more

Building a PLC Program that you can be Proud of

Building a PLC Program that you can be Proud of

Building a PLC program series will take you through developing and programming PLC logic. This six-part series was released almost seven years ago but is still relevant today. Each part will add and build upon the previous step. This series will look at different ways to solve the same machine logic. Using discrete inputs and … Read more