You are on page 1of 4

1 Solution sheet: Lifting platform with LOGO!

Learn

21 Lifting platform

Status LEDs

Down

Up

On/Off

Switch

Button

Figure 1: Learning card 21 - Lifting platform

Functional description
The lifting platform is operated by a three phase motor (with attached brake) via a
gearbox.
The system is operated by an on/off switch (S0). If button S1 (down) is pressed, the
motor runs anti-clockwise. The lifting platform moves downwards until it reaches the
limit switch S3. The motor switches off.
The motor runs clockwise for as long as button S2 (up) is pressed. The lifting platform
moves upwards until it reaches the limit switch S4. The motor switches off.
By releasing button S1 or S2 any intermediate position is possible. If buttons S1 and S2
are pressed simultaneously the motor should not start or has to stop immediately.
The motor is protected by the contactor F1. The operating state of the system is
indicated by the pilot lamp P1.

Author: Jürgen Kaftan © 2010


2 Solution sheet: Lifting platform with LOGO!Learn

Correlation list
Symbol absolute Comment
S0 I1 Switch On/Off
S1 I2 Button Down
S2 I3 Button Up
S3 I5 Limit switch bottom (normally closed)
S4 I6 Limit switch top (normally closed)
F1 I4 Switch (contactor)
Q11/P2 Q2 Motor Up (Status LED)
Q12/P3 Q3 Motor Down (Status LED)
P1 Q1 Pilot lamp System on

Author: Jürgen Kaftan © 2010


3 Solution sheet: Lifting platform with LOGO!Learn

Exercise 1

❏ Develop the program according to the functional description.

❏ Inscribe the solution as a function block diagram into the solution field 1.

❏ Enter the program (see solution field 1) into the programming unit (PC).

❏ Transfer the function block diagram into the LOGO!.

❏ Test the circuit with the training device LOGO!Learn.


Solution field 1

Figure 2: Logic circuit for Lifting platform (Function block diagram)

Author: Jürgen Kaftan © 2010


4 Solution sheet: Lifting platform with LOGO!Learn

Exercise 2

❏ Transfer the solution “function block diagram” as a ladder diagram into solution
field 2.

❏ Enter the ladder diagram into the programming unit (PC).

❏ Transfer the ladder diagram into the LOGO!.

❏ Test the circuit with the training device LOGO!Learn.

Solution field 2

Figure 3: Logic circuit for Lifting platform (Ladder diagram)

Author: Jürgen Kaftan © 2010

You might also like