Monthly Archives: February 2021


Common Logic Gates

Introduction to Common Logic Gates We use common logic gates to display the flow of a process. These gates include AND, OR, NOT, NAND, NOR, XOR, and XNOR. These logic gates convert a process into plain English in a way that anyone can understand how they work. By the same Read More »

Logic Gates

Arranging FactoryTalk View Objects

Introduction to Arranging FactoryTalk View Objects One of the keys to keeping your project looking nice is properly Arranging FactoryTalk View Objects. You want to align and space your object evenly. At the same time, proper grouping helps you move and duplicate objects for similar parts of your system. Aligning Read More »

FactoryTalk View Arrangement

74CH93 Binary Counter

Introduction to the 74CH93 Binary Counter The 74CH93 Binary Counter has several uses. In the first place, you might use the counter as a divider. In this case, you can divide counts by 2, 4 or 8 for use with lower frequency devices. Additionally, you can use it to provide Read More »

Divider

Optocouplers and Optoisolators

Introduction to Optocouplers and Optoisolators Basically, we use optocouplers and optoisolators to minimize interference in our control circuit. We separate the load side of the circuit from the control side. In other words, we don’t need to worry about noise from the load interfering with the control circuit. Additionally, this Read More »

Control Circuit

74HC595 Shift Register

Introduction to the 74HC595 Shift Register The 74HC595 Shift Register allows you to control field devices based on serial input data. Although we typically use the 74HC595 Shift Register with a microcontroller, we will not do that in this post. The purpose of this post is to simply understand the Read More »

Shift Register

Arduino Bar Graph Example

Introduction to the Arduino Bar Graph Example You will usually find the Arduino Bar Graph Example on a default install of the Arduino IDE. Basically, the bar graph shows a graphic indication of an analog level. For instance, you might display a tank level, pressure, or motor speed. In essence, Read More »

Arduino Bar Graph

4017 Decade Counter

Introduction to the 4017 Decade Counter We use the 4017 Decade Counter to count transitions. More specifically, we count false to true transitions. The 4017 Decade Counter has 10 outputs (0 to 9) in addition to the carry output. The 4017 outputs do not count in binary. It simply turns Read More »

Decade Counter

Can’t Download to Faulted Controller

Introduction: “Can’t Download to Faulted Controller” If you get the error “Can’t Download to Faulted Controller”, we need to clear the fault before downloading. First of all, be sure you want to download to the processor. When you download, the existing logic is replaced by the logic in your offline Read More »

Go to faults

ControlLogix Communication Path Needed

Introduction to ControlLogix Communication Path Needed Error In this section, we’ll resolve the ControlLogix Communication Path Needed error in Studio / RSLogix 5000. Eventually, we all get this error at some point. The error is 701-8004280D. I will show you the method I use to resolve this error. The reason Read More »

RSWho

Arduino Button Input Example

Introduction to the Arduino Button Input Example In this section, we’ll discuss the Arduino Button Input Example that comes with the Arduino IDE. Basically, we’ll connect a button to pin 2, and simply have this button energize a light. Presently, you will find this example under File | Examples | Read More »

Arduino button