Latest Process Control and PID Technical Articles

Categories

Electrical Instruments and Gauges: Connection and Configuration

Electrical Instruments and Gauges: Connection and Configuration

In any process industry, transducers are the basic instrumentation unit for continuous monitoring of system variables that provide inputs for control system algorithms and outputs.


How To Read Ladder Logic in PLC and Relay Controls, Part 2

How To Read Ladder Logic in PLC and Relay Controls, Part 2

Ladder logic is an industrial control systems legend stemming from electrical line diagrams before the days of PLCs. Although logical, they are difficult to interpret.


Tutorial: Analog I/O Programming for AutomationDirect Productivity PLCs

Tutorial: Analog I/O Programming for AutomationDirect Productivity PLCs

Learn how to use analog I/O devices with AutomationDirect’s Productivity series of PLCs and Productivity Suite software. Wiring, configuring I/O, and programming will be a part of this tutorial.


Temp Sensing With RTDs: Wiring Connection and Transmitter Setup

Temp Sensing With RTDs: Wiring Connection and Transmitter Setup

Learn how to measure temperature using an RTD and a temperature transmitter to convert resistance into common analog voltage or current values for process control.


Accelerometers and Gyroscopes: Understanding The Metrics of Motion

Accelerometers and Gyroscopes: Understanding The Metrics of Motion

Many sensors, like prox, optical, and ultrasonic, are familiar to control engineers. More and more modern devices are incorporating advanced motion profiles requiring motion sensing in many axes.


How to Convert Numbers: Binary, Decimal, and Hex Systems

How to Convert Numbers: Binary, Decimal, and Hex Systems

Converting different numbering systems is quite common in PLCs and structured text codes. Why? Because people read decimals. Computers read binary. Processors read sets of bits. Not so simple.


PLC Naming Conventions: How Should I Write My Tag Labels?

PLC Naming Conventions: How Should I Write My Tag Labels?

It’s important to consider your PLC tag naming convention when using different styles. Learn when and why you might even use more than one, depending on the circumstances and scope of your project.


Loop Powered Process Displays to Add Easy Measurements

Loop Powered Process Displays to Add Easy Measurements

Have you ever needed to know the temperature, pressure, flow, or other measurement on location, but the readout is way off in the control room? Here’s an easy way to add a readout in the field.


PLC Programming With Function Block Diagrams

PLC Programming With Function Block Diagrams

Function block diagram (FBD) programming is a common language for PLCs following the IEC 61131 standard. What is FBD, and how does it differ from the familiar ladder logic programs?


Small-Scale Automation Projects: Setting the Table for Raspberry Pi

Small-Scale Automation Projects: Setting the Table for Raspberry Pi

Automation can be inexpensive for small projects by using development boards. This article presents a walkthrough of the setup and installation steps for the popular Raspberry Pi.


Optimizing Single-Run PLC Bits and Tasks for Startup Processes

Optimizing Single-Run PLC Bits and Tasks for Startup Processes

Programmable Logic Controllers (PLCs) are designed as an endlessly-looping program, examining all lines of code as rapidly as possible. Following are a few critical tips for when programmers only need to run a series of single operations at startup.


Three Things About IO-Link Sensors That May Shock You

Three Things About IO-Link Sensors That May Shock You

Control.com’s Director of Engineering got to explore IO-Link sensors and what he found might surprise you! Although still considered an “emerging” technology, it’s clear IO-Link technology boasts several bonafide benefits over traditional sensors.


What You Need to Know: Soft Starters for Industrial Motors

What You Need to Know: Soft Starters for Industrial Motors

Driving motors is one of the most fundamental automation tasks, but understanding and selecting the proper motor soft starter for your application may require more investigation than you thought.


Understanding the Automation Lingo: PLC, PAC, RTU, DCS, and SCADA

Understanding the Automation Lingo: PLC, PAC, RTU, DCS, and SCADA

What are these terms, PLC, PAC, RTU, DCS, SCADA? Why are they so important to industrial robotics and automation? Explore how each different piece functions to build a comprehensive automated system.


Examples of Analog Signals in Control Systems

Examples of Analog Signals in Control Systems

Many articles address the wiring and implementation of analog control signals, but where are they used, and what might make them a better (or perhaps worse) decision than digital input/output devices?


Examples of Digital Signals in Control Systems

Examples of Digital Signals in Control Systems

Digital signals hold a prominent position due to their compatibility with computers. But what are digital signals, and what are some examples of the various devices used with digital inputs and outputs?


PID for Your PLC Using SP and PV. So Many Acronyms, So Little Time

PID for Your PLC Using SP and PV. So Many Acronyms, So Little Time

Implementing PID control in a PLC is far more complicated than textbooks would make it appear. There is more to the process than simply picking gain (k) values and calculating an output value.


Temperature Profiling: The Process and The Underlying Benefits

Temperature Profiling: The Process and The Underlying Benefits

Temperature profiling is an effective tool to monitor thermal properties in process equipment. This article defines temperature profiling, discusses the process components, and describes the various benefits it offers.


Closing the Loop: Feedback, Feedforward, and Adaptive Control

Closing the Loop: Feedback, Feedforward, and Adaptive Control

Process automation relies on precise control systems to operate production equipment for everything from lumber to pastries. Using control algorithms produces stable, accurate, and often delicious results.


Understanding PLC Tags: Controller Scope vs. Program Scope

Understanding PLC Tags: Controller Scope vs. Program Scope

Is it best to ‘controller scope’ or ‘program scope’ your tags? This is the question asked by many new PLC programmers, and it often comes down to personal preference.