Now You Can Have Robust Data Logging for Free – Part 2

Now You Can Have Robust Data Logging for Free – Part 1 Now You Can Have Robust Data Logging for Free – Part 2  PLC program  The programmable logic controller PLC will log the data in the PLC memory using indirect addressing for the data log. Information will be collected based on shifts. We will use … Read more

Now You Can Have Robust Data Logging for Free – Part 1

Robust PLC Data Logger   With traditional loggers, the software will read the memory of the PLC and store it in a local computer. If the network stops or PLC communication fails, the logging will stop. Creating a robust PLC data logger allows communication to be stopped without losing any of the data for collection. … Read more

… and I also do PLC programming.

Programmable Logic Controller (PLC) programming is often thought of as something everyone can do easily. We often design the system, install the hardware and then start to think about the PLC program and programmers. This approach can be improved. The landscape of PLC programming is changing, and we must also change. Computer Programming / PLC … Read more

Creating More Than Just A PLC Program

A collection of random thoughts on PLC programming and doing more than just basic logic and making your program intuitive. PLC programs usually control the logic between the inputs and outputs. If this turns on and that is not on, then this output is on, blah blah blah. Programmable logic controller programs can go far … Read more

Building a PLC Program That You Can Be Proud Of – Part 2

In part 1, we looked at writing PLC programs to control a traffic light using discrete bits and timed sequencing using indirect addressing. We will now look at how we can use indirect addressing for inputs and output to control the sequence in the program. Let’s look at an example of controlling pneumatic (air) cylinders. … Read more

Building a PLC Program That You Can Be Proud Of – Part 1

What is the best way to program a PLC?  My answer is simple. The best way is one in which someone can look at your program and understand it. I cannot stress the need for good documentation of your program enough. The best programs are ones that I can return to after several years and … Read more