Programming Chain Conveyor Transfer with Do-More

Programming Chain Conveyor Transfer with Do-More

In this tutorial, you will learn how to program a chain conveyor transfer using Do-More. The EasyPLC software suite includes a Machine Simulator (MS) with pre-programmed machines, including the chain conveyor. This machine can move boxes of various sizes along the production line, transferring them to different locations. We will use the Do-More Designer PLC … Read more

Click PLC Simple Conveyor EasyPLC

Click PLC Simple Conveyor EasyPLC

The Machine Simulator (MS) is part of the EasyPLC software suite. It has many built-in machines that can be programmed. A simple conveyor is one of these machines. This is usually the starting point for learning about the machine simulator. This conveyor example will use two digital inputs and two digital outputs. A pallet will … Read more

Productivity PLC Simulator – Chain Conveyor MS

Productivity PLC Simulator - Chain Conveyor MS

The Machine Simulator (MS) is part of the EasyPLC software suite. It has many built-in machines that can be programmed. The chain conveyor is one of these machines. It will transfer large and small boxes on the line to different locations. The productivity series of PLCs will be used to program this virtual machine. Using … Read more

PLC Program Example – Shift Register (Conveyor)

We apply the five steps of PLC development to a plc shift register example. This PLC programming example will use a shift register to reject a product on a conveyor. When programming a PLC, you need to track what has previously happened. Shift registers allow you to do just that. We will look at a … Read more