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.
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.
Shifting from manual code backup processes to more modern, automated solutions can provide more benefits to…
Shifting from manual code backup processes to more modern, automated solutions can provide more benefits to manufacturers, far above simply the time saved compared to manual techniques.
Automated control systems incorporate virtualization technology to reduce physical hardware, automatically minimizing the…
Automated control systems incorporate virtualization technology to reduce physical hardware, automatically minimizing the cost of IT/OT equipment, installations, and maintenance efforts.
Complete wiring guide for 3-phase motor starters with and without overload (OL) relays.
Complete wiring guide for 3-phase motor starters with and without overload (OL) relays.
Effectively managing data includes processing it after initial collection: performing calculations, reviewing for…
Effectively managing data includes processing it after initial collection: performing calculations, reviewing for anomalies, and displaying the data for easier actionable insights.
Electrical and mechanical measurements are often labeled with "RMS" and "True RMS." Aside from the simple math…
Electrical and mechanical measurements are often labeled with "RMS" and "True RMS." Aside from the simple math definitions we learned in electronics class, why is this distinction actually important?
Storing data long-term for recording and reporting purposes is the job of the utility data warehouse, quite different…
Storing data long-term for recording and reporting purposes is the job of the utility data warehouse, quite different from data-collection processes that optimize systems and predict failures.
In order to trace control system problems to the core, the ability to read and interpret various resources, from…
In order to trace control system problems to the core, the ability to read and interpret various resources, from facility-level diagrams to machine-level wiring layouts, is critical.
Converting different numbering systems is quite common in PLCs and structured text codes. Why? Because people read…
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.
We conclude the data flow project with the step of developing a business intelligence dashboard to present machine data,…
We conclude the data flow project with the step of developing a business intelligence dashboard to present machine data, at a reliable schedule, to a leadership or maintenance team.
We begin to wrap up our data flow project with an introduction to visual-based (GUI) tools and dashboards to present the…
We begin to wrap up our data flow project with an introduction to visual-based (GUI) tools and dashboards to present the data ingested from the Google Sheets fault data source.
For large process systems, learn how the location of data indication and flag processing can increase or decrease the…
For large process systems, learn how the location of data indication and flag processing can increase or decrease the burden on computers at the device, RTU, or main computer level.
Connected technology is the backbone of data transfer – data that can be used to predict failures and optimize…
Connected technology is the backbone of data transfer – data that can be used to predict failures and optimize workflows to enhance industrial operations.
It is important to have some baseline understanding of JavaScript Object Notation, or JSON, one of the most common data…
It is important to have some baseline understanding of JavaScript Object Notation, or JSON, one of the most common data exchange formats used in the connected industrial world today.
In this article, we will explore real-world considerations for strain gauge performance and typical applications. We’ll…
In this article, we will explore real-world considerations for strain gauge performance and typical applications. We’ll be talking about foil and wire strain gauges, but ignoring semiconductors.
A flasher can easily be implemented using interlocking timers in a PLC environment on an Arduino Uno using OpenPLC,…
A flasher can easily be implemented using interlocking timers in a PLC environment on an Arduino Uno using OpenPLC, UiFlow Blockly Code, and a programmable HMI-based LCD unit.
Digital twins are a virtual process representation merging the simulation and real worlds to increase efficiency,…
Digital twins are a virtual process representation merging the simulation and real worlds to increase efficiency, optimize parameters, and predict successful operations for a variety of industries.
To transfer data from a local spreadsheet to a database to create visual dashboards, we must now define the outbound…
To transfer data from a local spreadsheet to a database to create visual dashboards, we must now define the outbound integration to the PostgreSQL database through the mage.ai editor.
In this article, we will explore the inbound integration to the mage.ai pipeline, connecting to the spreadsheet data…
In this article, we will explore the inbound integration to the mage.ai pipeline, connecting to the spreadsheet data source using the Google Sheets API through a JSON credentials file.
Data pipelines are software services that progress the data from source to storage, hopefully without too much…
Data pipelines are software services that progress the data from source to storage, hopefully without too much programming complexity. In this article, we begin by initializing the mage.ai software.