P1-M622-16DR PLC – Learn Now Online Editing and Fail-Safe Wiring!

P1-M622-16DR Mini PLC Online Editing and Fail-Safe Wiring!

The Productivity Suite Software allows us to modify our existing program and execute the new code without stopping the PLC scan. This is referred to as online editing. We change the ladder logic code, and when we save it to the P1-M622-16DR PLC, the current PLC scan is held until the new code is written … Read more

Wiring and Testing Our: P1-M622-16DR Practical Tutorial!

Wiring and Testing Our: P1-M622-16DR Practical Tutorial!

We will now look at wiring and testing our first ladder logic program with the P1-M622-16DR Mini PLC. Having created our start-stop motor circuit and learned about the monitoring tools in the Productivity Suite Software, it’s time to connect real-world devices and see our program in action. We will wire a start pushbutton, a stop … Read more

Learn to Monitor and Test Now on P1-M622-16DR Mini PLC!

P1-M622-16DR Mini PLC Monitoring and Testing the Program

We will now look at monitoring and testing our Productivity Mini PLC program. The Productivity Suite Software provides powerful tools for us to monitor and test our programs. Last time, we created our first program—a simple start-stop motor circuit—and transferred it to our connected P1-M622-16DR Mini PLC. We will monitor our ladder using the ladder … Read more

P1-M622-16DR Mini PLC First Program: Start-Stop Motor Circuit

P1-M622-16DR Mini PLC First Program: Start-Stop Motor Circuit

We will now create our first program on the Productivity Mini PLC P1-M622-16DR. Last time we connected the Mini PLC with our computer running the Productivity Suite Software. An Ethernet (RJ45) connection was established to our programmable logic controller. We will now create our first program for our Productivity Mini PLC. Our program will be … Read more

P1-M622-16DR Mini PLC Establishing Communication!

P1-M622-16DR Mini PLC Establishing Communication

We will connect the Productivity Mini PLC P1-M622-16DR to our computer running the Productivity Suite Software. An Ethernet (RJ45) communication link will be made to our programmable logic controller. The P1-M622 series packs six communication ports into a standalone package smaller than your hand. That’s USB-C programming, dual Ethernet ports, RS-232, RS-485, and a microSD … Read more

P1-M622-16DR Mini PLC: Is This Your Factory’s New Best Friend?

P1-M622-16DR Mini PLC: Is This Your Factory's New Best Friend?

Did you know that the average industrial control panel has shrunk by nearly 40% over the past two decades, yet the demand for functionality has tripled? That stat alone tells you everything about where automation is headed. The days of massive control cabinets taking up half your floor space are fading fast. Enter the Productivity1000 … Read more

Indirect Addressing Secrets: Transform Your PLC Programming Skill

The Most Powerful PLC Instruction?

What is the most powerful PLC instruction? What instruction or concept is the most powerful when programming any manufacturer’s PLCs? Many people will guess timers, counters, or the set and reset bit instructions. These are all great instructions, but the most powerful is the indirect or pointer instruction. In PLC programming, pointers, also called indirect … Read more

7 Critical Ladder Logic Mistakes That Trip Up New Programmers!

Here are the top 7 problems and concepts beginners struggle with using ladder logic (Ladder Diagram). Ladder logic is a programming language used in PLCs, and it is based on the graphical representation of electrical relay logic circuits. Many beginners struggle with ladder logic because it requires a different mindset than traditional programming languages like … Read more

Productivity 2000 PLC Drum Sequencer Instructions

Productivity 2000 PLC Drum Sequencer Instructions

The PLC productivity series includes a Drum and Sequencer instruction that can be very useful. The Drum instructions function similarly to an electromagnetically-operated drum sequencer. To better understand this concept, consider the mechanics of a music box. A small drum with pegs catches and flicks the chimes in a specific sequence to produce a tune. … Read more

Productivity 2000 PLC Program Control

Productivity 2000 PLC Program Control

The program control method and instructions will allow us to specify what parts of the logic get solved and when this happens. This will control how the PLC will scan and solve your logic in your program using a synchronous PLC Scan. Understanding the PLC program scan post will explain synchronous and asynchronous program scanning. … Read more