Latest PLCs Technical Articles

Categories

PLC Program Commands: Performing Array Functions Part 2

PLC Program Commands: Performing Array Functions Part 2

Learn about multi-dimensional arrays and how to work with them to perform math operations such as the AVE (Average) instruction in the Rockwell (Allen-Bradley) Studio 5000 programming software.


PLC Program Commands: Performing Array Functions Part 1

PLC Program Commands: Performing Array Functions Part 1

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.


Understanding and Using Safe Torque Off (STO) for Motion Systems

Understanding and Using Safe Torque Off (STO) for Motion Systems

Safety is one of the most critical aspects of machine design. Today, with network connections between different machines and control centers, safety signals must be shared logically and reliably across networks.


Simplified Prototyping: OpenPLC on an Arduino-Compatible Project Kit

Simplified Prototyping: OpenPLC on an Arduino-Compatible Project Kit

Learn how to rapidly prototype an Arduino-compatible PLC automation circuit without using wires. This hands-on project will illustrate this PLC prototyping concept utilizing the Freenove Projects Kit board.


 Omron PLCs - A Hardware History

Omron PLCs - A Hardware History

With the first fuzzy logic-based controllers on the market in 1983, learn how the Japanese-born automation company, Omron, adopted fuzzy logic as a basis for the design of its current PLCs.


Differences Between a Programmable Logic Controller (PLC) and a Remote Terminal Unit (RTU)

Differences Between a Programmable Logic Controller (PLC) and a Remote Terminal Unit (RTU)

Despite the many overlaps, PLCs and RTUs are two different devices, each with specific suitable applications.


Understanding NPN vs PNP for Sensors and Devices

Understanding NPN vs PNP for Sensors and Devices

You are bound to encounter two terms associated with sensors and some loads: ‘NPN’ and ‘PNP’. You must understand the relationship between the field device and the control module in order to choose and install components properly when needed.


Managing Multi-user PLC Programming: Git Version Control

Managing Multi-user PLC Programming: Git Version Control

PLC and other automation project software can be easier and more efficient to update and maintain thanks to the introduction of Git control, already a staple for typical programming of large-scale projects.


Raspberry Pi Applications in Industrial Automation

Raspberry Pi Applications in Industrial Automation

Though not a direct replacement for PLCs, Raspberry Pi has the potential to be used in industrial automation applications for prototyping, embedded systems, and as a low-cost process controller.


PLC Ladder Logic on an Arduino: Building a Start-Stop Circuit

PLC Ladder Logic on an Arduino: Building a Start-Stop Circuit

Learn how to prototype an industrialized OpenPLC Arduino PLC control station concept. This hands-on project will illustrate converting a relay ladder control circuit into a Ladder Diagram (LD) program.


Introduction to Raspberry Pi: History, Hardware, and Software

Introduction to Raspberry Pi: History, Hardware, and Software

Raspberry Pi is a low-cost, educational single-board computer platform with the potential for industrial applications. In this article, we discuss the purpose of Raspberry Pi as well as its hardware and software.


B&R Automation Studio Programming Example - Driving Motion Axes

B&R Automation Studio Programming Example - Driving Motion Axes

Explore the design of a servo pick and place sample case using B&R Automation Studio, from the project creation to the configuration of the controller, drives, and motion axes. 


PLC Programming Commands: Boolean Functions and Bit Redistribution 

PLC Programming Commands: Boolean Functions and Bit Redistribution 

Learn how to use the boolean bitwise functions AND, OR, XOR, and NOT in your PLC programming, as well as some instructions used to change the position of bits and bytes in your INTs and DINTs.


Arduino Applications in Industrial Automation

Arduino Applications in Industrial Automation

While not a direct replacement for PLCs, there are industrial automation applications built using Arduino, including prototyping, embedded systems, and low-cost PLC simulators.


Control and Visualization of Power Plant Data Through SCADA Systems

Control and Visualization of Power Plant Data Through SCADA Systems

The control and visualization of power plant processes through SCADA improves the supervision, coordination, and security of the power system operations.


PLC Program Commands: Storing Data Using Arrays

PLC Program Commands: Storing Data Using Arrays

Learn how to move data through arrays using LFL, LFU, FFL, and FFU instructions, as well as a technique on cycling data through an array by putting it in the front and letting it drop out the back using CPS instructions.


Introduction to Arduino: History, Hardware, and Software

Introduction to Arduino: History, Hardware, and Software

Arduino’s open-source, microcontroller-based platform has revolutionized academic and hobbyist spaces, providing a low cost, accessible introduction to engineering and programming.


Programming B&R PLCs With Automation Studio

Programming B&R PLCs With Automation Studio

While B&R PLC controllers are quite different from typical PLCs, Automation Studio offers tools and features that make programming them less intensive. In this article, we’ll discuss how to program B&R PLCs with Automation Studio.


 PLC Program Commands: Arrays and Pointers

PLC Program Commands: Arrays and Pointers

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!


Introduction to Add-on Instructions for PLC Ladder Logic Programming

Introduction to Add-on Instructions for PLC Ladder Logic Programming

Learn how to take advantage of the powerful AOI feature that comes standard in Allen-Bradley / Rockwell PLCs using RSLogix 5000 and Studio 5000 Software.