Start/stop
Start sets the output, Stop resets it with priority.
Open examplePLC and FBD
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.
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.
Practice
These diagrams show start/stop, seal-in logic, delays, and counters in step-by-step simulation.
Start sets the output, Stop resets it with priority.
Open exampleAn RS latch shows how to retain state between scans.
Open exampleTwo mutually exclusive directions must not run at the same time.
Open exampleThe output turns on after a configured number of active scans.
Open exampleThe output is held after command removal.
Open exampleThe counter reacts to pulses and turns on at the preset.
Open exampleStart, stop, permissives, and emergency blocking in one training diagram.
Open exampleRelated lessons
Что делает PLC, как работают входы, программа и выходы.
Read lessonКак читать FBD-схемы: входы, выходы, функциональные блоки и связи между ними.
Read lessonЧем физические входы и выходы отличаются от внутренних сигналов программы.
Read lessonКак PLC читает входы, выполняет программу, обновляет состояния и записывает выходы.
Read lessonКак хранить состояние сигнала с помощью Set/Reset и Reset/Set триггеров.
Read lessonКак работает задержка включения и как проверять таймер по циклам симуляции.
Read lessonКак запретить одновременное включение двух взаимоисключающих команд.
Read lessonПрактическая схема конвейера: пуск, стоп, разрешения, аварийный запрет и самоподхват.
Read lessonA practical pneumatic pusher control diagram with a start delay and a limited push duration.
Read lesson