1. What Is a PLC and Why Is It Used in Industry? (1 of 35 )


0

What Is a PLC?

A PLC, or Programmable Logic Controller, is an industrial computer used to control machines, equipment, and automated processes.

In simple words, a PLC reads signals from field devices, …

Read More

2. Main Parts of a PLC System ( 2 of 35 )


0

A PLC system is made of several hardware and software components that work together to control an industrial machine or process.

At a basic level, a PLC system receives information from …

Read More

3. How the PLC Scan Cycle Works ( 3 of 35 )


0

How the PLC Scan Cycle Works

The PLC scan cycle is one of the most important fundamentals to understand in industrial automation.

A PLC does not normally read an input, solve one …

Read More

4. PLC Inputs and Outputs Explained ( 4 of 35 )


0

PLC Inputs and Outputs Explained

In industrial automation, a PLC does not work by itself. It needs to interact with real-world devices installed on the machine or process.

These real-world devices are …

Read More

5. Discrete I/O vs Analog I/O ( 5 of 35 )


0

In PLC systems, not all signals are the same.

Some signals are simple ON/OFF signals. Other signals represent a changing value such as pressure, temperature, tank level, speed, or weight.

That is …

Read More

6. Sinking and Sourcing Inputs Explained Simply ( 6 of 35 )


0

One of the most confusing topics for many automation technicians is sinking and sourcing.

You may hear people say:

PNP sensorNPN sensorSourcing inputSinking inputCurrent sourcingCurrent sinking

At first, it sounds complicated. But the …

Read More

7. PLC Addressing: Rack/Slot vs Tag-Based ( 7 of 35 )


0

PLC Addressing: Rack/Slot vs Tag-Based

In a PLC system, every input, output, and internal memory location needs a way to be identified by the controller.

This identification method is called addressing.

In simple …

Read More

8. PLC Memory Basics: Bits, Words, DINTs, and Tags ( 8 of 35 )


0

To understand PLC programming, you need to understand how a PLC stores information.

A PLC does not only turn inputs and outputs ON or OFF. It also stores data in memory.

That …

Read More

9. Number Systems for PLC Technicians ( 9 of 35 )


0

When working with PLCs, it is important to understand that the controller does not “think” the same way humans do.

Humans normally use the decimal system:

0, 1, 2, 3, 4, 5, …

Read More

10. Fundamentals of Logic: AND, OR, NOT in Ladder Logic. ( 10 of 35 )


0

Before learning advanced PLC programming, every automation technician must understand the basic logic operations used in ladder logic.

The three most important logic functions are:

AND
OR
NOT

These are the foundation of almost every …

Read More