Top 7 problems with beginners using ladder logic

Here are the top 7 problems and concepts beginners struggle with using ladder logic (Ladder Diagram). Ladder logic is a programming language used in PLCs, and it is based on the graphical representation of electrical relay logic circuits. Many beginners struggle with ladder logic because it requires a different mindset than traditional programming languages like … Read more

How to Program a Sorting Station – Click PLC

How to Program a Sorting Station - Click PLC

The sorting station box selection (camera management and distribution) is just one of many machines in the EasyPLC Machine Simulator (MS). This sorting station will read barcodes from the boxes and send them to different exit ramps. The Click programming software will be used to program this Click PLUS PLC. Modbus TCP (Ethernet) will connect … Read more

PLC Programming for Beginners: 17 Common Questions Answered!

PLC Programming for Beginners: 17 Common Questions Answered!

PLC programming for beginners can seem intimidating, but it doesn’t have to be. With the right resources, anyone can get up and running quickly. Here are the 17 most common frequent questions answered. This is a great place to start for anyone learning about PLC programming. Through thorough explanations of key concepts and answers to … Read more

How to Program PLC Input Debounce On and Off

How to Program PLC Input Debounce On and Off

Programming an input to debounce on and off can be done using logic control systems like Programmable Logic Controllers (PLCs). This process helps to ensure the accuracy of signals sent to and from PLCs and eliminates noise interference. Using the Productivity Suite PLC Programming software, we will demonstrate the ladder logic using the simulator. We … Read more

Learn 4 Basic Variable Types in PLC Programming

Learn the 4 Basic Variable Types in PLC Programming

There are four fundamental variable types in PLC programming: Boolean, Integer, Real, and String. This is a universal concept for all PLC programming but needs to be clarified due to the acronyms and various names used by manufacturers and PLC hardware. Your controller programming manual will help you understand the terms of the variables in … 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