Designing a system with motor motion always includes a consideration of safety. Incorporating safety contactors might be the correct prevention to protect…
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.
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.
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?
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.
Learn how to make complex calculations for validating data easily with the STD instruction, and learn how to display…
Learn how to make complex calculations for validating data easily with the STD instruction, and learn how to display array sizes programmatically with the SIZE instruction.
Industrial communication channels often contain terms such as ‘Modbus over RS485’ or ‘CIP Safety over Ethernet’.…
Industrial communication channels often contain terms such as ‘Modbus over RS485’ or ‘CIP Safety over Ethernet’. What does it mean to send one network over another, and how does it work to your advantage?
Learn how to streamline your ladder logic by searching and sorting arrays with the FSC and SRT instructions in the…
Learn how to streamline your ladder logic by searching and sorting arrays with the FSC and SRT instructions in the Rockwell (Allen-Bradley) Studio 5000 programming software.
Variable frequency drive units can be found inside tons of control cabinets, but what happens if you disassemble one to…
Variable frequency drive units can be found inside tons of control cabinets, but what happens if you disassemble one to see what’s inside and how it works? We did just that. The results might surprise you.
Network routers are designed to route and pass information between a system of connected computers and devices. Learn…
Network routers are designed to route and pass information between a system of connected computers and devices. Learn about the role of routers in industrial applications and how to properly maintain them.
No matter how robust an automated control system might be, physical damage is a reality that plagues all machines. Thanks…
No matter how robust an automated control system might be, physical damage is a reality that plagues all machines. Thanks to new breakthrough materials, some failures may be prevented—or even reversed.
Arrays can streamline data storage and math operations, but they can be difficult to understand for a beginning…
Arrays can streamline data storage and math operations, but they can be difficult to understand for a beginning programmer. Learn the background of array instructions in the Rockwell Studio 5000 software.
Servers are vital to the flow of information in and around organizations, acting as a hub for information transfer and…
Servers are vital to the flow of information in and around organizations, acting as a hub for information transfer and storage. Learn about the role of servers in industry and the potential challenges that come with maintaining them.
Despite the many overlaps, PLCs and RTUs are two different devices, each with specific suitable applications.
Despite the many overlaps, PLCs and RTUs are two different devices, each with specific suitable applications.
Fatigue failures in amorphous materials have long been a bit of a mystery in the engineering and scientific fields, but…
Fatigue failures in amorphous materials have long been a bit of a mystery in the engineering and scientific fields, but new research is removing some of the mystery and may open up new applications for amorphous materials.
Industrial control panels are at the heart of control systems. Learn about the standards and regulations that dictate…
Industrial control panels are at the heart of control systems. Learn about the standards and regulations that dictate industrial control panel design for safety and efficiency, including NFPA 70, UL 60947-4-1, and NFPA 79.
Humidity control is vital in many industrial applications. We'll take a look at nine different humidity measurement…
Humidity control is vital in many industrial applications. We'll take a look at nine different humidity measurement technologies, how they are used, and discuss the difference between relative humidity and dew point.
The ability to utilize an array effectively is a fundamental skill in becoming a PLC programmer, but it can also be very…
The ability to utilize an array effectively is a fundamental skill in becoming a PLC programmer, but it can also be very complex and difficult to master. Let’s do a run-down of arrays and some of their complexities!
Robots are no longer unanimously just "robots"—there are specific tasks and functionality of each kind. Learn about the…
Robots are no longer unanimously just "robots"—there are specific tasks and functionality of each kind. Learn about the technology differences between fixed-location robots and mobile robots and why no one robot is like another.
When selecting the right module for the right load, be sure to understand how the load resistance will affect the voltage…
When selecting the right module for the right load, be sure to understand how the load resistance will affect the voltage and current of the output module terminals.
Inside a controller, code is interpreted into the binary signals that influence input and output signals, flags and…
Inside a controller, code is interpreted into the binary signals that influence input and output signals, flags and registers, and even the communication of network signals. This is the job of firmware.