[PP3] [EDUPlus] Selection of damaged objects
This workstation was made using Simultus EDU Plus version.
Download
- project file: pp3_Simultus_EDUPlus
- sample control program file: pp3_WinProladder
Workstation description
The workstation represents a fragment of an automated production line, the main task of which is to separate damaged elements (detection of a damaged element is simulated with an appropriate button in the 'panel' area of Simultus).

Description of the project operation (attached control program)
The exemplary program’s task is to move elements from a container one by one to where they will be pick-up by the manipulator. After an element is detected by a sensor, it is moved by the manipulator to the front of a ramp. The object is then pushed onto the ramp, within which the following is performed:
- detection of damaged elements
- rejection of damaged elements
- counting elements
Detection of a defective element is simulated with the 'DAMAGED ELEMENT' button. After detecting two defective elements in a row, the line is stopped (operation is resumed by pressing the 'START' button). After the passage of four correct elements, the basket is transported by a roller conveyor to the warehouse. Pressing on the EMERGENCY STOP button causes the line to stop in an emergency (the line resumes its operation after the EMERGENCY STOP button is turned off).
Control
![]() |
'START' button initiates execution of the control program. 'DAMAGED ELEMENT' button simulates the detection of a damaged element on the production line. 'HOME' button causes the homing of actuators and the manipulator. 'EMERGENCY STOP’ initiates the emergency stop routine |
Description of the PLC inputs / outputs
X0 - START button
X1 - actuator piston rod by the manipulator extended
X2 - actuator piston rod by the manipulator retracted
X3 - dump actuator piston rod extended
X4 - dump actuator piston rod retracted
X5 - sensor 1 container
X6 – manipulator’s y max
X7 - manipulator’s y min (base position)
X8 - manipulator’s z max (base position)
X9 - manipulator’s z min
X10 - HOME MANUAL button
X11 – piston rod of ejector from the container extended
X12 - piston rod of ejector from the container retracted
X13 - sensor 2 object readiness to be picked up by the manipulator
X14 - sensor 3 object at the ramp
X15 - sensor 4 object at the dump actuator
X16 - element damaged button
X17 - emergency stop button
X18 - sensor 5 items counting
X19 – roller conveyor’s maximum position
Y0 - extension of the actuator piston rod at the manipulator
Y1 - retraction of the actuator piston rod at the manipulator
Y2 - extension of the dump actuator piston rod
Y3 - retraction of the dump actuator piston rod
Y4 – manipulator positive horizontal move
Y5 – manipulator negative horizontal move
Y6 - manipulator positive vertical move
Y7 - manipulator negative vertical move
Y8 – closing the grapple
Y9 – extending the piston rod of ejector from the container
Y10 - retracting the piston rod of ejector from the container
Y11 - roller conveyor movement
Description of the inputs / outputs can also be found on the project diagram in the place marked below.
