Latest Product Mfg Technical Articles

Categories

Introduction to Codes and Standards for Instrumentation and Controls Engineers

Introduction to Codes and Standards for Instrumentation and Controls Engineers

Regardless of industry, codes and standards developed by organizations including ISO, ANSI, and IEEE are an integral part of the environment in which we work and have a major influence on engineering and design.


All About PLCs: Input/Output Modules

All About PLCs: Input/Output Modules

If your facility or workplace uses a PLC, it’s almost certainly because it must interface with physical input and output devices. What kinds of I/O modules exist, and how can you tell the difference?


Fundamentals of Grounding and Safety: Protecting People and Equipment

Fundamentals of Grounding and Safety: Protecting People and Equipment

Electrical grounding is used to accomplish several different tasks, but none more important than for the safety of users and equipment while maintaining strict adherence to regulations.


All About PLCs: The Power Supply Unit

All About PLCs: The Power Supply Unit

Learn all about the power supply: modular and built-in devices that deliver electricity to the PLC backplane and modules, and learn the difference between control and field device power delivery.


Maintenance and Troubleshooting for 6-Axis Robot Arms

Maintenance and Troubleshooting for 6-Axis Robot Arms

Across every make and model of articulated robot, certain maintenance procedures must be followed as motion occurs. Failure to do so can often result in warnings, alarms, and even failure.


A Polarizing Discussion: Using Diodes The Right Way Around

A Polarizing Discussion: Using Diodes The Right Way Around

Some devices, like switches, are non-polar; you can connect them in either direction. What makes diodes so special, and how can you tell the right way from the wrong way?


Build A Low-Cost 32-bit PLC | OpenPLC and the ESP32 Microcontroller

Build A Low-Cost 32-bit PLC | OpenPLC and the ESP32 Microcontroller

Besides using a Raspberry Pi or an Arduino Uno, a low-cost PLC can be built using the popular ESP32 microcontroller. The OpenPLC software supports this popular 32-bit platform.


Applications of Industrial AI: Quality Control

Applications of Industrial AI: Quality Control

Several use cases for industrial AI get a lot of attention, like maintenance and process optimization. Learn how AI has been used for years to ensure high-quality product monitoring and output.


Behind the Scenes: The Making of SICK Sensor Technology

Behind the Scenes: The Making of SICK Sensor Technology

Every element of your life–your food, your car, your house–everything is made with processes that use sensors. Join us as we visit the SICK facility, where many of these sensing products are made.


Reversing the Rotation of an Industrial 3-Phase Motor

Reversing the Rotation of an Industrial 3-Phase Motor

Many online sources explain how to reverse a 3-phase motor; this article will discuss the electrical principles that define why it works and how the phase relationships determine the rotation direction.


Tackling Tough Tasks: Protolabs Automates Manufacturing Processes

Tackling Tough Tasks: Protolabs Automates Manufacturing Processes

Creating low-volume, custom batches of parts is one of the costliest and time-intensive manufacturing paths. Join us for a tour and learn how Protolabs "automates the automation" to deliver results.


Industrial Maintenance: How AI Can Predict Failures Before They Happen

Industrial Maintenance: How AI Can Predict Failures Before They Happen

Predicting when maintenance should occur isn’t simply a matter of getting on board with the latest trend, it can save many thousands of dollars in lost downtime and unnecessary parts and labor.


Python Tutorial Part 10 | Mathematical Functions

Python Tutorial Part 10 | Mathematical Functions

While mathematical expressions are important in any programming language, the topic of math functions addresses not just the algorithms themselves, but the design of custom functions within Python.


Motion Control: It’s More Than Just “Point A to Point B”

Motion Control: It’s More Than Just “Point A to Point B”

Building precise rotating or linear systems often costs a lot! When is it justified to spend the extra cost to design and build such a system, and what are the different components and system types?


Using Structured Text in OpenPLC | Warning Simulator Tutorial

Using Structured Text in OpenPLC | Warning Simulator Tutorial

With a C++ extension, monitoring of status and warning messages can easily be displayed with OpenPLC. Arduino PLC variables can then be observed using a serial terminal or monitor.


Touching on Touchscreens | Capacitive vs. Resistive Technologies

Touching on Touchscreens | Capacitive vs. Resistive Technologies

Two primary technologies are used for creating touchscreens. For industrial HMIs, resistive and capacitive methods both contain certain advantages for various applications.


Python Tutorial Part 9 | Conditional Flow: For Loops

Python Tutorial Part 9 | Conditional Flow: For Loops

Learn how to use ‘for loops’ in Python to create complex, iterable tasks such as modifying lists, combining lists into dictionaries, or iterating over a dictionary.


Here’s One for Teachers: How Industry and Education Build Pipelines for the Future

Here’s One for Teachers: How Industry and Education Build Pipelines for the Future

Join Control Automation as we visit Central CA colleges to help install robotic equipment and learn how local industries partner with schools to create exciting opportunities for students.


Design a GRAFCET-Controlled Pneumatic System in FluidSIM

Design a GRAFCET-Controlled Pneumatic System in FluidSIM

Learn how to use Festo's FluidSIM software to design and simulate a pneumatic cylinder extension system using GRAFCET as the control method.


Python Tutorial Part 8 | Conditional Flow: While Loops

Python Tutorial Part 8 | Conditional Flow: While Loops

We’ll start exploring loops with the ‘while’ loop in this tutorial. Loops are critical in all programming languages, especially in the control world, where loops form the basis of PLC functionality.