DC motors are an old technology still commonly used in industry. This hands-on article shows how to implement a Count Up (CTU) counter on an Arduino OpenPLC…
DC motors are an old technology still commonly used in industry. This hands-on article shows how to implement a Count Up (CTU) counter on an Arduino OpenPLC Simulator to control a low-voltage DC motor.
Rockwell Automation is known for being one of the most popular PLC brands, supported by many compatible devices. Learn…
Rockwell Automation is known for being one of the most popular PLC brands, supported by many compatible devices. Learn the basics of getting started with a CompactLogix project in the Studio 5000 environment.
Machine safety design can be a daunting task with all the different safety devices on the market today. Choosing the…
Machine safety design can be a daunting task with all the different safety devices on the market today. Choosing the correct device for your design can be made easier by understanding when to use the proper device.
We are taught that parallel circuits maintain equal voltage across all branch resistors, equally sharing the source…
We are taught that parallel circuits maintain equal voltage across all branch resistors, equally sharing the source voltage. But reality is often far from ideal, and individual devices certainly impact the rest of the circuit.
Machine learning is a subset of AI that allows a machine to learn using past data. Learn about the two categories of…
Machine learning is a subset of AI that allows a machine to learn using past data. Learn about the two categories of machine learning as well as four major machine learning models often used in industrial applications.
Industrial network switches connect automation equipment, controllers, and other such devices. Learn about unmanaged,…
Industrial network switches connect automation equipment, controllers, and other such devices. Learn about unmanaged, managed, and PoE enabled switches, as well as the differences between switches, routers, and hubs.
Memory for data is among the most pressing challenges to Industry 4.0. Given the evolving nature of Industry 4.0 and…
Memory for data is among the most pressing challenges to Industry 4.0. Given the evolving nature of Industry 4.0 and associated memory solutions, however, some memory-based trends are becoming apparent.
Designing a system with motor motion always includes a consideration of safety. Incorporating safety contactors might be…
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.
Nearly all modern programmable control systems are constructed from computer-driven algorithms. Join us to explore the…
Nearly all modern programmable control systems are constructed from computer-driven algorithms. Join us to explore the extraordinary life of the ‘founder of computing science’, Alan Turing.
Actuators are used to control the motion of manufacturing devices and raw materials. This article will compare electric…
Actuators are used to control the motion of manufacturing devices and raw materials. This article will compare electric actuators and several types of fluid-power actuators.
Closed-loop motor control is a control system used to regulate the output of a motor. Learn about the four common types…
Closed-loop motor control is a control system used to regulate the output of a motor. Learn about the four common types of closed-loop motor control systems to understand each one’s inner-workings and applications.
Data stored in a historian server is useful for analysis and troubleshooting. Learn about data archiving techniques for…
Data stored in a historian server is useful for analysis and troubleshooting. Learn about data archiving techniques for control systems, as well as what type of data is stored and the tools to make it happen.
Previously, we described how to use the new Arduino PLC IDE to control discrete devices. This tutorial will describe how…
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.
Linear and switch-mode power supplies provide direct current to power control components and electrical devices. Learn…
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.
Programming robots may seem like a simple task of moving from point to point, like a really expensive game of Connect the…
Programming robots may seem like a simple task of moving from point to point, like a really expensive game of Connect the Dots. Linear, joint, and circular motion commands affect robot movement differently, each meant to be used in certain settings.
Many control product manufacturers offer these downloadable ‘EDS files’ for peripheral equipment, but what exactly is…
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?
PLCs and microprocessors have largely replaced timing functions in control circuits. But these timer relays still hold…
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!
Following the release of the official Arduino PLC IDE, this tutorial will introduce programming and understanding of the…
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.
We know that servo motors are found inside machines that rely on precise motion with feedback to verify proper operation,…
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?
Counting is a fundamental task for any process controller. Learn how to implement a PLC counter instruction (CTD) with an…
Counting is a fundamental task for any process controller. Learn how to implement a PLC counter instruction (CTD) with an Arduino or compatible board using the OpenPLC Ladder Diagram (LD) platform.