[go: up one dir, main page]

0% found this document useful (0 votes)
84 views3 pages

11 - Stairway Lighting Switch - Solution - ENG

The document describes a stairway lighting switch circuit that can be controlled from two locations and turns the lights off automatically after 5 seconds. It provides a functional description, correlation list of I/O, and sample logic diagrams as solutions for programming the circuit in LOGO! software.

Uploaded by

Industrial It
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
84 views3 pages

11 - Stairway Lighting Switch - Solution - ENG

The document describes a stairway lighting switch circuit that can be controlled from two locations and turns the lights off automatically after 5 seconds. It provides a functional description, correlation list of I/O, and sample logic diagrams as solutions for programming the circuit in LOGO! software.

Uploaded by

Industrial It
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 3

1 Solution sheet: Stairway lighting switch with LOGO!

Learn

11 Stairway lighting switch

Status LEDs

Switch

Button

Figure 1: Learning card 11 - Stairway lighting switch

Functional description

A stairway lighting switch is used to switch lamps E1 + E2 on from two different


locations with S1 or S2. The lamps then switch off automatically with a time delay
of 5 Sec.

Correlation list
Symbol absolute Comment
S1 I6 Button
S2 I7 Button
E1/P1 Q1 Status LED (Lamp)
E2/P2 Q2 Status LED (Lamp)

Author: Jürgen Kaftan © 2010


2 Solution sheet: Stairway lighting switch with LOGO!Learn

Exercise 1
A suggested solution (function block diagram) is shown in the solution field 1

❏ Enter the program according to the functional description as a function block


diagram (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 Stairway lighting switch (Function block diagram)

Author: Jürgen Kaftan © 2010


3 Solution sheet: Stairway lighting switch 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 Stairway lighting switch (Ladder diagram)

Author: Jürgen Kaftan © 2010

You might also like