Conveyor travel from sensor to sensor (off-dominance)

Опубликовано: 13 Июль 2026
на канале: plcspace - poradniki PLC HMI SIMATIC
251
like

More in the INTRO course: https://sklep-plcspace.pl/1500-intro-scl

Table of topics:
00:13 The product starts moving to the sensor on the right
00:31 If the product is between the sensors
01:00 Resuming transport
01:12 The program has been optimized to solve the problem of resuming belt movement
02:00 Resolving the problem of stopping between sensors
03:18 Defining a variable in the project tree
04:00 Checking if the part is on the line
05:11 Saving a condition using a variable
06:02 Checking if the belt has started
06:13 Setting the memory cell state to high
06:34 Saving the conditions for the variable
07:02 Adding a condition for enabling
07:32 Checking if the memory value is 1

This lesson discusses the functionality of resuming product transport between sensors. Memory is used in the form of markers or flags in the PLC program code. This solution allows for belt movement control and efficient production process management. Next, the lesson discusses defining a memory variable and the conditions in the program code that control belt movement. Conditions are introduced for when the variable should take the value 0 or 1. Finally, trigger conditions are added, which check for the presence of the product on the sensor and the value of the memory variable.