Latest Electronics Technical Articles

Categories

Recreating PLC Ladder Logic in an Arduino C/C++ IDE

Recreating PLC Ladder Logic in an Arduino C/C++ IDE

​​​​​​​Arduinos have been a staple in the community of makers, students, and project innovators for many years. For many using Arduino’s IDE, there can be difficulties in translating between PLC ladder rungs and text programming.


Electrical Resistance Measurement Problems - What Can Go Wrong?

Electrical Resistance Measurement Problems - What Can Go Wrong?

Today’s digital multimeters (DMMs) are inexpensive, accurate, and easy to use, but sometimes a problem with the circuit or the measurement can cause incorrect readings. Learn to interpret and fix these problems.


Photoelectric Sensor Wavelengths

Photoelectric Sensor Wavelengths

Learn about the differences between red, green, infrared, and more recently, blue photoelectric sensors and how the different light spectrums can aid in varying industrial automation processes.


Collaborative Robot Cells: Simple and User-friendly Design Priorities

Collaborative Robot Cells: Simple and User-friendly Design Priorities

Learn about the common applications, programming procedures, and safety protocols of collaborative robot work cells, which are often simpler and less expensive than industrial robot work cells.  


Understanding Differences Between Power and Ground Side Switching

Understanding Differences Between Power and Ground Side Switching

Learn about power side and ground side switching and how designing these circuits to have predictable failures from the beginning helps in system maintenance and troubleshooting.


What is Firmware, and Why is PLC Firmware Important?

What is Firmware, and Why is PLC Firmware Important?

Inside a controller, code is interpreted into the binary signals that influence input and output signals, flags and registers, and even the communication of network signals. This is the job of firmware.


Interrupting Dangerous Current Flow: Fuses vs. Circuit Breakers

Interrupting Dangerous Current Flow: Fuses vs. Circuit Breakers

Fuses and breakers are some of the most common safeguards to prevent electrical shock and fires. Learn about these two pieces of industrial equipment and the difference between slow blow and quick blow responses.


How to Program a Robot: Industrial Robotic Arm Coding Basics

How to Program a Robot: Industrial Robotic Arm Coding Basics

The world of manufacturing is filled with robots, but beginners are still always faced with key questions, starting with perhaps the most basic: how do you program industrial robots?


Industrial Robot Cells: Designing for Safety and Effectiveness

Industrial Robot Cells: Designing for Safety and Effectiveness

Robot cells make for an efficient automation process, reduce labor costs, and increase worker safety. Learn about the common features, components, and safety requirements of industrial robot work cells.


UL Listed Devices For Industrial Automation

UL Listed Devices For Industrial Automation

UL Listed devices are certified as safe within North America, specifically, the US. Learn about the importance of UL Certification and the key role it plays in industrial automation.


Understanding Centralization vs Decentralization of PLCs

Understanding Centralization vs Decentralization of PLCs

Centralized control systems are often seen as outdated compared to decentralized systems; however, both have their advantages and disadvantages when it comes to choosing which one to use in manufacturing. 


Negative Effects of Grounding (Earthing) a DC Power Supply

Negative Effects of Grounding (Earthing) a DC Power Supply

DC voltage systems exist to provide controllers and field devices with stable power, but it is not always clear when these systems should be bonded with the earth ground of the AC line voltage supply.


Working With Legacy Systems—Why Use Serial to Ethernet Converters?

Working With Legacy Systems—Why Use Serial to Ethernet Converters?

One common challenge when working with legacy control systems is establishing communication with old devices that use old protocols like RS232 and RS485. Learn about the importance of converting from serial to Ethernet.


Understanding PLC Program Commands: Math Instructions

Understanding PLC Program Commands: Math Instructions

We will show you how to use common math functions from two popular PLC programs—Rockwell Automation's Studio 5000 and Automation Direct Productivity Suite. 


Getting Starting with the HART Protocol for Sensing Instruments

Getting Starting with the HART Protocol for Sensing Instruments

The HART protocol enables instruments to send analog and digital signals over the same physical wire. This provides multiple advantages for remote configuration, increased accuracy, and more.


Advanced Scaling Techniques for PLC Analog Quantities

Advanced Scaling Techniques for PLC Analog Quantities

Configuring analog signals into usable digital quantities is accomplished by scaling function inside the PLC, which, along with analog signal wiring, is important to understand.


Understanding PLC Program Commands: Up and Down Counters

Understanding PLC Program Commands: Up and Down Counters

Counting up and down are commonly required functions in PLC lagger logic programs for tracking inventories, placement patterns, and gaining informational insights about machine performance statistics.


Successful Obsolescence Mitigation

Successful Obsolescence Mitigation

Designing an obsolescence mitigation plan to detect and solve mitigation risks before they occur is key to avoiding costly downtime and a potential catastrophe in control environments. 


Understanding PLC Program Commands: One-Shots

Understanding PLC Program Commands: One-Shots

Many PLC commands are well-known to programmers, including contacts, coils, timers, and counters. But a less-common instruction is the one-shot, capable of harnessing the incredible processing speeds in a CPU.


Clarifying Misconceptions About Theoretical vs Physical Circuits

Clarifying Misconceptions About Theoretical vs Physical Circuits

Control engineering is integrally woven together with electricity and electrical circuits. Even so, sometimes the most basic scenarios become misunderstood through lack of training or experience.