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…
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.
Predicting when maintenance should occur isn’t simply a matter of getting on board with the latest trend, it can save…
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.
Two primary technologies are used for creating touchscreens. For industrial HMIs, resistive and capacitive methods both…
Two primary technologies are used for creating touchscreens. For industrial HMIs, resistive and capacitive methods both contain certain advantages for various applications.
Learn how to use ‘for loops’ in Python to create complex, iterable tasks such as modifying lists, combining lists…
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.
Join Control Automation as we visit Central CA colleges to help install robotic equipment and learn how local industries…
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.
Protection against faults is crucial for any electrical system. This article examines various protective devices,…
Protection against faults is crucial for any electrical system. This article examines various protective devices, highlighting their roles and best use cases to ensure system integrity and longevity.
Logic is critical for industrial control, and it usually looks like ladders, function blocks, or structured text. I/O…
Logic is critical for industrial control, and it usually looks like ladders, function blocks, or structured text. I/O controllers are designed to automate simple logic tasks and data functions.
An age-old debate in PLC programming: investigating the uses and caveats of latching software commands versus seal-in…
An age-old debate in PLC programming: investigating the uses and caveats of latching software commands versus seal-in ladder logic for industrial control applications.
The next part of our Python learning journey will touch upon control flow, critical to implementing logic in programs.…
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.
Nidec’s Control Techniques has launched the SI-BACnet IP add-on module for new and existing HVAC drives to help…
Nidec’s Control Techniques has launched the SI-BACnet IP add-on module for new and existing HVAC drives to help communicate between devices and create a connected automated building.
It's important to keep your system up and running without regular intervention. While every system requires maintenance,…
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.
Learn how to connect analog inputs, either voltage or current, to the Phoenix Contact’s IIoT PLC platform and design…
Learn how to connect analog inputs, either voltage or current, to the Phoenix Contact’s IIoT PLC platform and design simple data processing programs with the PLCnext Engineer IDE.
Every method of connecting to an industrial device—USB, serial, or Ethernet—poses challenges. For Ethernet, we often…
Every method of connecting to an industrial device—USB, serial, or Ethernet—poses challenges. For Ethernet, we often must adjust the IP address of our PC, not only the device itself.
As we approach the conclusion of Python data structures, we’ll examine the tuple. Used less frequently than lists and…
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.
When setting up a system for the first time, the process can seem complex and daunting. However, there are tools…
When setting up a system for the first time, the process can seem complex and daunting. However, there are tools available to make the job much easier before commissioning.
Learn how to get started with Phoenix Contact’s PLCnext and Engineer software, a platform that ultimately provides a…
Learn how to get started with Phoenix Contact’s PLCnext and Engineer software, a platform that ultimately provides a PLC environment for plant control as well as an OS for more advanced IIoT projects.
Both lists and dictionaries can retain structured data in Python. The dictionary is unique in that it stores individual…
Both lists and dictionaries can retain structured data in Python. The dictionary is unique in that it stores individual entries with human-readable logical names rather than index numbers.
Sensor networks with built-in logic functions can save cost and program execution speed, but what are those various logic…
Sensor networks with built-in logic functions can save cost and program execution speed, but what are those various logic functions, and when might they be preferred over normal PLC ladder logic?
Every automated cell requires a ‘brain’ in order to achieve the required tasks. How do you determine the necessary…
Every automated cell requires a ‘brain’ in order to achieve the required tasks. How do you determine the necessary I/O, communication protocols, and processor necessary for controlling your system?
Learn how to write a ladder logic program to assign a string value to a data register and share that register with any…
Learn how to write a ladder logic program to assign a string value to a data register and share that register with any HMI compatible with Mitsubishi’s MELSEC PLC series.