You are on page 1of 3

1 Solution sheet: Temperature control of a boiler with LOGO!

Learn

31 Temperature control of a boiler

Status LEDs Horn

Potentiometer
temperature

Hot water Sliding switch „Buzzer“

Figure 1: Learning card 31 - Temperature control of a boiler

Functional description
The temperature in a vessel filled with liquid has to be controlled with pilot lamp (P1).
For this reason a temperature sensor is built-in. The source of the heat is not taken into
account. Analog to the temperature 0 to 100 °C the sensor supplies a voltage of 0 to
10 V.
A pilot lamp P1 is used to signal the temperature values.
At a temperature of under 60 °C (59 °C) the pilot lamp P1 is continuously on.
At temperatures between 60 °C and 85 °C the pilot lamp P2 flashes slowly with a clock
frequency of 0.625 Hz. At temperatures between 86 °C and 90 °C the pilot lamp P2
flashes rapidly with a clock frequency of 10 Hz. At a temperature of 90 °C or more the
pilot lamps P1 and P2 goes out and a horn (buzzer) starts to sound with a clock
frequency of 1 Hz.

Correlation list
Symbol absolute Comment
R1 / Ch0 I7 Analog input 0 to 10 V
P1 Q1 Pilot lamp (constant light)
P2 Q2 Pilot lamp (flash light)
P3 Q3 Horn (buzzer)

Author: Jürgen Kaftan © 2010


2 Solution sheet: Temperature control of a boiler with LOGO!Learn

Note
The sliding switch AI1/I7 has to be set to position “A(R)”.
The sliding switch “Buzzer” has to be set to position “On” (red branding)

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 Temperature control of a boiler (Function block diagram)

Author: Jürgen Kaftan © 2010


3 Solution sheet: Temperature control of a boiler 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 Temperature control of a boiler (Ladder diagram)


Author: Jürgen Kaftan © 2010

You might also like