Freight Carrier Weighing & Distribution EasyPLC

Freight Carrier Weighing & Distribution EasyPLC

The freight carrier weighing and distribution will demonstrate sequencing and shift registers on the EasyPLC machine simulator. The product comes in two different ways and must be organized, weighed, and delivered on the right output ramp. This will be based on the weight of the product. The EasyPLC simulator freight carrier will show you how … Read more

EasyPLC Simulator Robotic Cell Click PLC

EasyPLC Simulator Robotic Cell Click 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 robotic cell example is one of these machines. This will demonstrate a sequencer example. In this case, an engine is lifted and placed onto a rack. The logic will step … Read more

EasyPLC Simulator Productivity PLC Robotic Cell

EasyPLC Machine Simulator Productivity PLC Robotic Cell

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 robotic cell example is one of these machines. This will demonstrate a sequencer example. The logic will step through different steps in order to perform the task. In this case, … Read more

EasyPLC Software Suite – Quick Start

EasyPLC Quick Start Software Suite

The EasyPLC Software Suite is a complete PLC, HMI, and Machine Simulator. This quick start aims to help you quickly learn this software suite. The manual that comes with EasyPLC Software Suite can always be referenced when required. We will be using the simple conveyor in the machine simulator. The EasyPLC PLC will be used … Read more

PLC Learning Series – Program Cyclic Scan

PLC Learning Series - Program Cyclic Scan

Programmable logic controllers (PLC) use a cyclic scan. The time that it takes to complete one scan is called Scan Time. Typical scan times range from 10 milliseconds to 10 microseconds. This translates from 0.01 to 0.0001 seconds per PLC scan. Understanding how the program scan will help us in programming and troubleshooting the PLC. … Read more

PLC Learning Series – Understanding Numbers

PLC Learning Series - Understanding Number Values

All programmable logic controllers (PLC) have the same numbering system at their core. This is the same with all computers as well. The status of any memory location can be either on or off. A one (1) will represent an on or “True” status and zero (0) will represent an off or “False” status. This … Read more