Back to learning catalog

PLC and FBD

From training FBD diagrams to PLC logic

This track shows how conditions are used in a PLC: inputs are read at the scan boundary, blocks evaluate the program, states update, and outputs are written at the end of the scan.

What you learn

A PLC reads inputs, executes a program, and controls mechanism outputs.

FBD represents the program as a network of blocks: inputs, logic, memory, timers, counters, and outputs.

The scan cycle defines the order: input image, evaluation, state update, output image.

A training diagram simplifies an industrial project so the idea can be checked before a real controller.

Track topics

inputs and outputsPLC scan cycleFBD blocksinternal signalsRS / SRR_TRIG / F_TRIGTON / TOF / TPCTU / CTD / CTUDinterlockscommon automation diagrams

Practice

Practical PLC/FBD examples

These diagrams show start/stop, seal-in logic, delays, and counters in step-by-step simulation.

Start/stop

Start sets the output, Stop resets it with priority.

Open example

Seal-in logic

An RS latch shows how to retain state between scans.

Open example

Reverse interlock

Two mutually exclusive directions must not run at the same time.

Open example

TON on-delay

The output turns on after a configured number of active scans.

Open example

TOF off-delay

The output is held after command removal.

Open example

CTU part counter

The counter reacts to pulses and turns on at the preset.

Open example

Simple conveyor logic

Start, stop, permissives, and emergency blocking in one training diagram.

Open example

Related lessons

PLC and FBD lessons

Back to logic
01

Что такое PLC

Что делает PLC, как работают входы, программа и выходы.

Read lesson
02

Что такое FBD

Как читать FBD-схемы: входы, выходы, функциональные блоки и связи между ними.

Read lesson
03

Входы, выходы и внутренние сигналы

Чем физические входы и выходы отличаются от внутренних сигналов программы.

Read lesson
04

Цикл PLC

Как PLC читает входы, выполняет программу, обновляет состояния и записывает выходы.

Read lesson
05

RS/SR-триггеры

Как хранить состояние сигнала с помощью Set/Reset и Reset/Set триггеров.

Read lesson
06

TON-таймер

Как работает задержка включения и как проверять таймер по циклам симуляции.

Read lesson
07

Блокировка двух направлений

Как запретить одновременное включение двух взаимоисключающих команд.

Read lesson
08

Логика конвейера

Практическая схема конвейера: пуск, стоп, разрешения, аварийный запрет и самоподхват.

Read lesson
09

90-Degree Box Pusher

A practical pneumatic pusher control diagram with a start delay and a limited push duration.

Read lesson