![Siemens LOGO! 24 Скачать руководство пользователя страница 57](http://html.mh-extra.com/html/siemens/logo-24/logo-24_manual_377210057.webp)
49
LOGO! Manual
A5E00067781 01
3.6.4 Second Program
We will use the second program to show you the following:
How to insert a block in an existing program.
How to select a block for a special function.
How to enter parameters.
Changing circuits
In order to produce the second program, we have to modify
the first one slightly.
Let’s begin by looking at the circuit diagram for the second
program:
L1
N
S1
S2
You already know the first part of
the circuit. Switches S1 and S2 op-
erate a relay. This relay switches on
consumer E1 and switches it off af-
ter a delay of 12 minutes.
K1
K1
E1
In LOGO! the program looks like this:
1
Q1
I1
I2
x
x
T
This is the
additional new
block
You will recognize the OR block and output relay Q1 from
the first program. Only the off delay is new.
Programming LOGO!