Latest Food Grade Automation Technical Articles

Categories

What’s the Difference Between a Safety Contactor and a General Purpose Contactor?

What’s the Difference Between a Safety Contactor and a General Purpose Contactor?

Designing a system with motor motion always includes a consideration of safety. Incorporating safety contactors might be the correct prevention to protect equipment and users but may add additional challenges.


Arduino PLC IDE Tutorial 2: Analog I/O and External Devices

Arduino PLC IDE Tutorial 2: Analog I/O and External Devices

Previously, we described how to use the new Arduino PLC IDE to control discrete devices. This tutorial will describe how to connect various peripheral equipment (VFD and robot) using analog inputs and outputs.


Power Supplies: Understanding the Differences Between Linear and Switching

Power Supplies: Understanding the Differences Between Linear and Switching

Linear and switch-mode power supplies provide direct current to power control components and electrical devices. Learn about the differences between the two power supplies and which one is best for your control system.


Electronic Datasheet (EDS) Files: Why do We Use Them?

Electronic Datasheet (EDS) Files: Why do We Use Them?

Many control product manufacturers offer these downloadable ‘EDS files’ for peripheral equipment, but what exactly is an EDS, and how can they aid in the development of a project?


Teardown: What’s Inside a Timer Relay?

Teardown: What’s Inside a Timer Relay?

PLCs and microprocessors have largely replaced timing functions in control circuits. But these timer relays still hold many necessary tasks. What’s inside these devices might be more complex than you imagined!


How To: Use the Arduino PLC IDE to Build Basic Ladder Diagrams

How To: Use the Arduino PLC IDE to Build Basic Ladder Diagrams

Following the release of the official Arduino PLC IDE, this tutorial will introduce programming and understanding of the function blocks common to all IEC 61131 languages, starting with bit commands, timers, and counters.


Teardown: What’s Inside a DC Servo Motor?

Teardown: What’s Inside a DC Servo Motor?

We know that servo motors are found inside machines that rely on precise motion with feedback to verify proper operation, but how do they work, and what makes them different from any other kind of motor?


Teardown: What’s Inside a 3-Phase Induction Motor?

Teardown: What’s Inside a 3-Phase Induction Motor?

Coil, field winding, rotor, stator, eddy current… When it comes to motors, there are numerous terms that describe the theory of operation, but what is inside a 3-phase motor? Take a look, and learn how they work.


Servo Motor vs Stepper Motor: Understanding the Differences

Servo Motor vs Stepper Motor: Understanding the Differences

When accurate positioning and speed control is needed, most engineers turn to servo motors or stepper motors, but what is the difference between the two, and which is the right choice?


PLC Program Commands: Arrays Part 4, Statistics and Sizing

PLC Program Commands: Arrays Part 4, Statistics and Sizing

Learn how to make complex calculations for validating data easily with the STD instruction, and learn how to display array sizes programmatically with the SIZE instruction.


Industrial Networks: “Protocol over a Standard?”

Industrial Networks: “Protocol over a Standard?”

Industrial communication channels often contain terms such as ‘Modbus over RS485’ or ‘CIP Safety over Ethernet’. What does it mean to send one network over another, and how does it work to your advantage?


PLC Program Commands: Arrays Part 3, Searching and Sorting

PLC Program Commands: Arrays Part 3, Searching and Sorting

Learn how to streamline your ladder logic by searching and sorting arrays with the FSC and SRT instructions in the Rockwell (Allen-Bradley) Studio 5000 programming software.


What You Need to Know: Variable Frequency Drives (VFDs)

What You Need to Know: Variable Frequency Drives (VFDs)

With precise control abilities to manage speed, torque, and direction, variable frequency drives remain one of the most common methods of driving 3-phase industrial motors. Below, we introduce a few leading VFD manufacturers.


PLC Program Commands: Performing Array Functions Part 1

PLC Program Commands: Performing Array Functions Part 1

Arrays can streamline data storage and math operations, but they can be difficult to understand for a beginning programmer. Learn the background of array instructions in the Rockwell Studio 5000 software.


Creating a More Sensible Industrial Robot: The Sense of Touch

Creating a More Sensible Industrial Robot: The Sense of Touch

Using advanced sensing technology, robotic skin allows grippers and manipulators to “feel” and handle objects without damaging them. While emulating human touch is still in its infancy, it does show promise for future applications.


Introduction to Functional Safety (IEC 62061) and its Implementation

Introduction to Functional Safety (IEC 62061) and its Implementation

Functional safety is the safety of a system and is critical for industries such as medical devices, automotive, railways, and machinery. This article will focus on functional safety for machinery and the standards that help its implementation.


Introduction to Servers for Industrial Applications

Introduction to Servers for Industrial Applications

Servers are vital to the flow of information in and around organizations, acting as a hub for information transfer and storage. Learn about the role of servers in industry and the potential challenges that come with maintaining them.


 Omron PLCs - A Hardware History

Omron PLCs - A Hardware History

With the first fuzzy logic-based controllers on the market in 1983, learn how the Japanese-born automation company, Omron, adopted fuzzy logic as a basis for the design of its current PLCs.


Understanding the Differences Between Protection Relays vs Control Relays

Understanding the Differences Between Protection Relays vs Control Relays

Protection systems are critical in today’s fast-paced industrial revolution for the safety of people and processes. This article discusses electronic protective relay types and how they differ from standard relays.


Feedback for Fluid Cylinders: Bang Bang Control

Feedback for Fluid Cylinders: Bang Bang Control

Tracking the position of a hydraulic or pneumatic cylinder is often accomplished at a basic precision level, detecting only end stop limits with discrete digital values… But what methods accomplish this?