Is Manufacturing Dead In Canada? Not so!

Everywhere you look, there are signs of doom for Canadian Manufacturing. The unemployment rate and companies moving or going out of business seem to be common themes. However, we have an increase in manufacturing output. How are manufacturing jobs disappearing and output increasing?   Investment in the business Take a look around. Businesses that are … 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

Here is a Method That can Help You with Difficult Level Sensing

Turn a capacitive proximity sensor into a level sensor. This is ideal for tanks and vessels you cannot drill through the side for mounting. Wrap the bare wire around the sensing head and extend it to the length you need to detect. Insulate the wire using electrical tape, but leave the end exposed. This acts … Read more

Get Rid Of Surges That Are Destroying Your PLC Outputs

DC Solenoids are the worse culprits for electrical surges in your system. When the electrically generated field collapses, an opposite polarity voltage is generated. This voltage spike can be high enough to weld the contacts on a PLC output relay. To protect your PLC output relay, use a diode to ensure that the voltage spike … 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