PLC Programming – Delay Starting of 7 Motors

PLC Programming Example – Delay Starting of 7 Motors

We will look at a PLC programming example of delaying the start of 7 motors. Each motor will be on a switch that the operator can select at any time. The motor outputs should have a 5-second delay between the outputs coming on. This question originally came from PLCTalk.net. An original solution to the problem … Read more

Click PLC Timers and Counters Programming

Continuing our series, we will now look at timers and counters and how they are used in the Click PLC. Previously we have discussed: System Hardware – Video Installing the Software – Video Establish Communication – Video Numbering System and Addressing – Video The programming software and manuals can be downloaded from the Automation Direct website … Read more

PLC Program Example – Paint Spraying

We will look at a PLC basic tutorial of a paint spraying station. Following the five steps to program development, this PLC programming example should fully explain the procedure for developing the PLC program logic. Ladder logic will be our PLC programming language. We will use the Do-more Designer software, which comes with a simulator. … Read more

The Secret of Using Counters – PLC Programming

We will now look at the secret of using counters in the PLC. (Secret Using Counters) Counters are used in the majority of PLC programs. This is especially true if part of your SCADA system. Counters like the animated picture above count things. In this situation, we count the number of turns the little guy … Read more