Latest Data Analytics & Simulation Technical Articles

Categories

Supply Chain Optimization Through AI

Supply Chain Optimization Through AI

The supply chain is a vast network, from raw materials to components and finished goods. Learn what types of AI algorithms are employed to predict disruptions and enhance optimization.


How To Efficiently Store High-Frequency Vibration Sensor Data

How To Efficiently Store High-Frequency Vibration Sensor Data

Learn best practices for storing both pre-processed and raw high-frequency vibration sensor data to maximize efficiency and accuracy for applications like predictive maintenance.


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.


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.


AI Algorithms Used in Predictive Maintenance

AI Algorithms Used in Predictive Maintenance

No doubt you have heard all about the use cases of AI and predictive maintenance. Learn about the algorithms that are actually used to provide analysis and insights based on industrial data sets.


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.


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.


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.


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.


Electro-Pneumatic Circuit Creation and Simulation Using FluidSIM

Electro-Pneumatic Circuit Creation and Simulation Using FluidSIM

Learn how to use Festo’s FluidSIM software to design and simulate electro-pneumatic systems, featuring a reciprocating actuator example using solenoid valves and limit sensors.


Licensing Your New Software in the Modern Industrial Landscape

Licensing Your New Software in the Modern Industrial Landscape

As commercial and industrial software migrates to ‘cloud-based’ and ‘subscription’ models, what does it mean? How does it affect the usability and security of critical parts of control infrastructure?


Python Tutorial Part 7 | Conditional Flow: If Statements

Python Tutorial Part 7 | Conditional Flow: If Statements

The next part of our Python learning journey will touch upon control flow, critical to implementing logic in programs. The concept is broad and the first topic to cover will be if/elif statements.


The Beginner’s Guide to Automation: Maintaining Your System

The Beginner’s Guide to Automation: Maintaining Your System

It's important to keep your system up and running without regular intervention. While every system requires maintenance, never overlook the critical importance of tools and training for the operators.


Python Tutorial Part 6 | Data Structures: Sets

Python Tutorial Part 6 | Data Structures: Sets

Wrapping up the data structures portion of our journey are sets. This is the least frequently used data structure, but don’t write off the set just yet. Its efficiency and simplicity may provide value in manufacturing data processing.


Python Tutorial Part 5 | Data Structures: Tuples

Python Tutorial Part 5 | Data Structures: Tuples

As we approach the conclusion of Python data structures, we’ll examine the tuple. Used less frequently than lists and dictionaries, tuples do serve some handy use cases where immutability is a critical requirement.