Vous êtes sur la page 1sur 71

Pump Control Using the Example of a Cistern

(with LOGO! and SIMIREL Function Relay)

Structure of the Document

Part A1: Application Description

Part A2: Function Mechanisms

Part B: Installation of the Sample Application

Part C: Program Description

Applications
The quick way to the
optimized solution
Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Liability
Siemens AG does not accept liability of any kind for damages arising from
the use of this application, except where they are obliged to by law, in case
of damage to items used for personal purposes, personal injury or due to
willful damage or gross negligence.

Warranty
The program examples are selected suggested solutions prepared by
Customer Support in response to inquiries concerning complex tasks. In
addition, we have to point out that, with today’s technology, it is impossible
to find and correct all possible errors in software programs under all
application conditions. The program examples were prepared according to
the best of our knowledge. However, we cannot accept any liability beyond
the standard guarantee for Class C software in accordance with our
“General Terms of Sale for Software Products for Automation and Drive
Technology". The program examples can be purchased on the Internet as
single licenses. They may not be transferred to a third party.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Rev. A 08/14/03 2/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Table of Contents
Part A1: Application Description................................................................................. 7
1 Automation Task ........................................................................................ 8
2 Automation Solution................................................................................ 11
2.1 Required standard hardware and software components and
application software components (“shopping list”) ..................................... 13
2.1.1 Hardware components ............................................................................... 13
2.1.2 Software components ................................................................................ 14
2.2 Application software components .............................................................. 15
3 Basic Performance Data.......................................................................... 16

Part A2: Function Mechanisms ................................................................................. 18


4 Function Mechanisms ............................................................................. 19
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

4.1 Structural description of the entire solution ................................................ 19


4.2 Process detection....................................................................................... 20
4.2.1 Fill level monitoring .................................................................................... 20
4.2.2 Motor temperature monitoring.................................................................... 22
4.2.3 No-load and overload monitoring ............................................................... 23
4.2.4 Pressure measurement.............................................................................. 25
4.3 Operation ................................................................................................... 26
4.4 Process control, message generation (LOGO! control unit) ...................... 26
4.5 Process influence (actuators)..................................................................... 27
4.5.1 Opening/closing fresh water supply (solenoid valve) ................................. 27
4.5.2 Switching motor On/Off (motor contactor).................................................. 27
4.6 Program and data structure of the LOGO! program................................... 29

Part B: Installation of the Sample Application......................................................... 31


5 Installation of Hardware and Software................................................... 32
5.1 Hardware configuration .............................................................................. 32
5.1.1 Installation of the LOGO! logic module, LOGO! power supply,
function relays and coupling elements ....................................................... 32
5.1.2 Electrical connection of the components.................................................... 33
5.2 Installation of the software ......................................................................... 37
5.2.1 Installation of the LOGO! Soft Comfort PC software.................................. 37
5.2.2 Transferring the application code to the LOGO! logic module ................... 37
5.3 Setting the parameters at the SIMIREL function relays ............................. 39
5.3.1 Fill level monitoring relay............................................................................ 39
5.3.2 cos ϕ monitoring relay................................................................................ 40
5.3.3 Circuit breaker............................................................................................ 41

Rev. A 08/14/03 3/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

5.3.4 Temperature monitoring relay .................................................................... 41


5.4 Setting the parameters at LOGO! .............................................................. 42
6 Operating the Application ....................................................................... 44
6.1 Status text: Tank pressure ......................................................................... 45
6.2 Message: cos ϕ low ................................................................................... 45
6.3 Message: cos ϕ high .................................................................................. 46
6.4 Message: Motor temperature critical.......................................................... 46
6.5 Message: Cistern empty / open inlet valve ................................................ 47

Part C: Program Description ..................................................................................... 48


7 Explanation of the Core Program Parts of the LOGO! Soft
program..................................................................................................... 49
7.1 Overview of the LOGO! Soft Comfort program .......................................... 49
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

7.2 Pressure measurement (A) ........................................................................ 52


Copyright  Siemens AG 2003 All rights reserved

7.3 Pressure display (B)................................................................................... 53


7.4 Temperature monitoring (C)....................................................................... 54
7.5 Fill level monitoring (D) .............................................................................. 54
7.6 Switching motor (E).................................................................................... 55
7.7 cos ϕ too low (F)........................................................................................ 56
7.8 cos ϕ too high (G)...................................................................................... 57
7.9 Acknowledging messages (H).................................................................... 58
7.10 Controlling illuminated push-button (I) ....................................................... 58
8 Modifications in the Application............................................................. 60
8.1 Removing/modifying the flash rhythm of the illuminated push-
button ......................................................................................................... 60
8.1.1 Removing ................................................................................................... 60
8.1.2 Modifying.................................................................................................... 61
8.2 Modifying fade out time for cos ϕ monitoring ............................................. 62
8.3 Using input coupling elements (digital inputs)............................................ 65
8.4 Using interface converters (analog inputs)................................................. 66
8.5 Transferring supply control to fill level monitoring relay ............................. 67
8.6 Pressure measurement expansion ............................................................ 69
8.6.1 Using two pressure sensors....................................................................... 69
8.6.2 Using pressure sensor with offset .............................................................. 70
8.7 Automatic acknowledgement of the motor temperature monitoring
relay ........................................................................................................... 71

Rev. A 08/14/03 4/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Preamble

The application on hand deals with a “Pump Control Using the


Example of a Cistern”.

This application requires the following component types:


• LOGO! 24
• LOGO! power
• Cos ϕ monitoring relay; temperature monitoring relay; fill level
monitoring relay with wire electrode (three-pole)
• Contactor and circuit breaker
• Output coupling elements
• Illuminated push-button.
Due to the fact that a number of products with different capacities are
available for the aforementioned SIMIREL products, we have specifically
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

chosen those with a very high market relevance.


If you use the components mentioned above, the application on hand
offers a Plug&Play solution for a pump control including basic
performance data.
But you may also benefit from this application if you select other products
from the specified product types (e.g. input coupler): Our detailed
description of the function mechanisms and of the user program will help
you to select the functional features that suit your specific requirements
(e.g. with regard to the hardware components used).
Furthermore, we give answers to frequently asked questions which will help
you to reach your goal step by step (see chapter 8 "Modifications in the
LOGO! program"), e.g. "How to proceed, if you want to modify the fade out
times for the cos ϕ monitoring?".

Rev. A 08/14/03 5/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Basic solution principle of this application


In order to realize the controlled positioning on which the application is
based, different standard components are required (hardware and
software). They have to be made available by you. The application software
delivered relieves you of extensive parameter setting and programming of
the standard components and offers you a comfortable solution for a quick
implementation of the controlled positioning.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Fig. 0-1

Possible fields of use for this application include:


• Rainwater usage plants
• Well control
• Fill level controls
• Irrigation plants.

Rev. A 08/14/03 6/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Part A1: Application Description

Content of part A1
Part A1 gives you a general overview of the contents. You learn about the
components used (standard hardware and software components and the
additionally developed software).
The basic function data illustrate the powerful performance of this
application.

Objective of part A1
Part A1 of this document provides the reader with information on
• the automation problem
• a possible solution
• the performance of the entire application.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

Structure of part A1
Copyright  Siemens AG 2003 All rights reserved

1 Automation Task .......................................................................................... 8


2 Automation Solution ................................................................................... 11
2.1 Required standard hardware and software components and
application software components (“shopping list”) ..................................... 13
2.1.1 Hardware components ............................................................................... 13
2.1.2 Software components ................................................................................ 14
2.2 Application software components .............................................................. 15
3 Basic Performance Data ............................................................................ 16

Rev. A 08/14/03 7/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

1 Automation Task

Typical technological example


The following example shows one possible case where the provided
application is used.
The example shows a pump control as e.g. used in home and building
services automation and in the trading industry. This is illustrated using the
example of a “cistern”.
A cistern is supplied by rainwater. The cistern features an overflow so that
surplus rainwater can seep away.
If not enough rainwater is available, drinking water is to be filled into the
cistern. A low fill level is detected via the level electrode and processed by
a logic module/fill level monitoring relay. The drinking water supply is
controlled via a digital output of the logic module by means of a solenoid
valve.
Via a pumping station, collected water is drawn from the cistern by means
of a suction pipe and made available as service water. The pumping station
consists of an electric motor (with PTC resistor for motor temperature
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

monitoring by logic module/function relay) and connected centrifugal pump.


Water pressure is stored in a pressure vessel to ensure that the pump does
not run permanently. The water pressure is transmitted to the logic module
via a pressure transducer (pressure sensor).
The logic module monitors the motor using sensor technology and function
relays.

Technical task

Fig. 1-1

Rev. A 08/14/03 8/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

“Abstract” requirements on this application


The application is to be compatible with “defined” hardware components
(LOGO! and SIMIREL function relay, see component list 2.1.1).
In combination with the "application software" (see chapter 2.2), the system
offers specific performance characteristics which define the range of
possible applications that can be realized with this solution.
The Plug&Play version of this application (i.e. in combination with the
defined hardware components, see above) is suitable for use with systems
that meet the following basic data:
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Figure 1

Operator control and monitoring


Aside from the technological functionality, the application is to offer both a
comfortable and flexibly adjustable HMI connection. The criteria to be
monitored include: The current water pressure and triggered function
relays.

Rev. A 08/14/03 9/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Basic data of the application


Technical date From (min. basic date) To (max. basic date)
To 30 kW (can be ordered
Motor capacity of the pump 0,37kW in case of recommended
pump)
0,5 m, if wire electrode is
Fill level of the cistern, max. 0 used (any, if bow-type
electrodes are used)
Water pressure (which is made available in the
service water by the pump with pressure 0 5bar
vessel)
Delivery height (difference in height between
Depends on the pump
fill level of the cistern [water surface] and <3m
used
pressure vessel)
Motor monitoring.
Load monitoring (with regard to overload and underload)
Motor temperature
Motor current (circuit breaker)

Table 1-1
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Note on the application software


The above mentioned requirements are met by the application software, without
! need for any additional programming.

Rev. A 08/14/03 10/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

2 Automation Solution

General information
This chapter describes precisely how the application on hand solves the
automation problem mentioned in chapter 1. It shows what the application can
do and how it works. Its functions are deliberately described in universally
applicable terms. Part A2 of this documentation includes in-depth information
which you will only need if you are interested in the detailed processes and the
interactions between the individual solution components.

Hardware in the functional scheme


SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Fig. 2-1

Note
In the application, the technological process can only be simulated; it can not be set
up with real components. The process shown here serves as illustration.
The listed components are shown in a table to illustrate the possibilities of ordering.
Yet, not all entire components (in interaction) were tested!

Rev. A 08/14/03 11/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Function description
A LOGO! logic module switches the water pump depending on cistern fill
level and required water pressure. Function relays protect the pump motor
and the pump.

Functions of the individual hardware components in the overall solution

Symbol Description Function


1 Cistern Store tank for rainwater
2 Overflow Deliver surplus rainwater for seeping away
3 Drinking water supply Supplies the cistern with drinking water if there is not enough rainwater
4 Solenoid valve Opens and closes drinking water supply if necessary
5 Rainwater supply Supplies the cistern with rain water
6 Fill level electrode For determination of the fill level
7 Drawing-off of water Suction pipe for water pump
8 Pump Draws water off of the cistern and generates the water pressure
Stores water pressure (the pump does not have to run permanently to generate
9 Pressure vessel
pressure)
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

A Pressure sensor Measures the water pressure


Copyright  Siemens AG 2003 All rights reserved

B Temperature sensor Measures the motor temperature


C LOGO! power Power supply for the LOGO! logic module
If necessary, the logic module switches the pump ON/OFF, centrally monitors the
D LOGO!
function relays and opens the drinking water supply
Semiconductor Switches controlled by a digital output of LOGO! e.g. the solenoid valve for the motor
E; F
interface contactor
Semiconductor
G; H; I EMC protection in case of long wire lengths (optional)
interface
Fill level monitoring
J Evaluates the fill level via fill level electrode
relay
K Thermistor protection Evaluates the motor temperature via temperature sensor
cos-ϕ
L Prevents the destruction of the pump during dry run
no-load monitoring
M Contactor Switches the pump motor ON/OFF
N Circuit breaker Manual switching ON/OFF of the pump motor’s power supply
O Interface relay Switches loads by a digital output (like conventional relay)

Table 2-1

Rev. A 08/14/03 12/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

2.1 Required standard hardware and software components and


application software components (“shopping list”)

2.1.1 Hardware components

Products

Caution
The components listed here are only examples; you will be able to set up the
application as described using these components.
It is obligatory to the suitable components for your (pump) motor and solenoid valve
used (e.g. circuit breaker, motor contactor, semiconductor interface). You will be
supported in selecting the respective products in SIEMENS-Mall.

Component Type MLFB / Order Qty. Manufacturer


information
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

Power supply LOGO! power 6EP1331-1SH01 1 SIEMENS A&D


Copyright  Siemens AG 2003 All rights reserved

6ED1052-1CC00-
0BA3 or new
Logic module LOGO! 24 1
6ED1052-1CC00-
0BA4
SIRIUS
circuit breaker (motor
Circuit breaker 3RV1011-0KA10 1
circuit breaker for
0.7kW motor)
Contactor, AC~3,
4KW/400V, 1S DC
Contactor 24V, 3-POLE, module 3RT1016-2BB41 1
S00 Cage Clamp
connection
No-load monitoring cos-ϕ monitoring relay 3UG3014-1BP60 1
Temperature monitoring Thermistor protection 3RN1013-1BB00 1
Fill level monitoring
Fill level monitoring 3UG3501-1AL20 1
relay
Coupling element
input coupling elements
See chapters 8.3 to 8.4
interface converter
(OPTIONAL)
Coupling element Output coupling
3TX7005-3PB54 1
semiconductor interface Out elements; <1,5A
Coupling element Output coupling
3TX7004-3AC04 1
semiconductor interface Out elements; <5A
Coupling element Relay output coupling
3TX7004-1LB00 1
interface relay elements
Wire electrode (length
or immersion depth 3UG3207-3A 1
max. 500mm)
OR
Fill level sensor
Bow-type electrode 1-
3UG3207-1B
pole
Bow-type electrode 2-
3UG3207-2B
pole

Rev. A 08/14/03 13/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Component Type MLFB / Order Qty. Manufacturer


information
Absolute pressure,
measuring range 0 to 6
bar overload limit 14
bar
Pressure sensor 7MF15635BG10 1
output signal: 0 to 10V
three-wire circuit
auxiliary power: DC 15
to 36 V
Illuminated push-
Operating element 3SB3247-0AA31 1
button
e.g. Movichrom N series
KSB AG
Johann-Klein-Straße 9
On the Internet: ÆProduktkatalog (“product 67227 Frankenthal
Pump with asynchronous motor catalog”)ÆProdukte (“products”)ÆPumpen und Telephone +49 (62 33)
Pumpensysteme (“pumps and pump 1 86–0
systems”)ÆKreiselpumpen mit Fax +49 (62 33) 86 34 01
Wellenabdichtung (“centrifugal pumps with shaft
seals”)ÆGliederpumpenÆMovichrom Familie http://www.ksb.de/
Temperature sensor integrated
in pump motor (“Movichrom family”)
OKS Otto Klein GmbH
Marburger Str. 220
57223 Kreuztal
E.g. classic pressure vessels
Telephone: (02732) 58 59-
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

0
On the Internet: ÆProdukte (“products“) Fax: (02732) 2 75 88
Copyright  Siemens AG 2003 All rights reserved

http://www.otto-klein.de/
Pressure vessel 1 Reflex Winkelmann
GmbH + Co. KG
E.g. membrane pressure vessels Gersteinstraße 19
59227 Ahlen
On the Internet: ÆProdukte Telephone: (02382) 7069-
(“products”)ÆDruckhaltesysteme (“pressure 0
keeping systems”) Fax: (02382) 7069-588
http://www.reflex.de
IMI Norgren Buschjost
GmbH + Co. KG
E.g. series 82340 Detmolder Str. 256
D-32545 Bad Oeynhausen
Telephone: (057 31) 7 91-
On the Internet: ÆProgramm 0
Solenoid valve (“program”)ÆVentilauswahl (“valve selection”) 1 Fax: (057 31) 79 11 79
http://www.buschjost.de

On the Internet: ÆGartentechnik&alternative Conrad Electronic


Energien (“gardening technology and alternative
http://www.conrad.de
energies“)ÆPumpen und Zubehör (“pumps and
accessories)ÆWasser-Ventile (“water valves“)

2.1.2 Software components

Configuration software
Component Type MLFB / Order Qty. Manufacturer
information
LOGO! Soft Comfort V4.0 6ED1058-0BA00-0YC3 1 SIEMENS A&D

Rev. A 08/14/03 14/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

2.2 Application software components

Note on the application software


The application software exclusively consists of the LOGO! Soft code.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Rev. A 08/14/03 15/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

3 Basic Performance Data


This chapter lists basic performance data of the entire application. They
differ considerably depending on the components used.
Partly, only areas (in which the basic data may be located) are indicated.

Basic performance data of the application


Parameters Number / Size / Range Comment
Depending on pressure vessel,
pump, pressure sensor used and
Service water pressure (on user side)
parameterization in the LOGO!
project
Pump with 0,37kW to 30kW can be
Motor capacity of the pump motor Tested with 0,12kW motor
ordered
Manufacturer’s instructions, not Depending on selected pump
Delivery height of the pump
tested explicitly max. 10m to max. 237m
Manufacturer’s instructions, not
Pump capacity max. 0,50m³/h to max. 70m³/h
tested explicitly
(To ensure the function of the fill
Water resistance In the range of 5k to 100k
level monitoring relay)
Cos ϕ:
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

Overload adjustable from 0,1 to 0,99


Copyright  Siemens AG 2003 All rights reserved

Underload adjustable from 0,1 to 0,99


Depending on the PTC resistor type
Max. motor temperature of the pump
-- of the pump (integrated in the pump
which causes switching-off
motor listed)
Min. fill level of the cistern (fill level is Depending on the fitting position of
--
supplied from drinking water) the electrodes
When ordering, make sure that you
Current limiting of the circuit breaker Adjustable (in used 0,9A-1,25A)
choose the correct current range!
Can be modified in the LOGO!
Period of drinking water supply 20s
project
Can be modified in the LOGO!
Period of cos ϕ fade out 10s
project
1 status message indicating the
current pressure
1 fill level warning message (drinking
Number of messages
water is supplied)
3 motor warning messages (have to
be acknowledged)

Rev. A 08/14/03 16/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Resources of the LOGO! logic module (cycle time of LOGO! approx. 20 ms)
No Block type used Number (used) Resources (with expansion)
1 Digital inputs 5 8 (24)
2 Analog inputs 1 2 (8)
3 Digital outputs 4 4 (16)
4 Flag 3 8
5 Text box 5 5
6 HIGH ∞
7 RS FlipFlop 3 43
8 OR 5
9 NEGATOR 4 Maximum total of 56 function blocks
10 AND 5
11 Impulse relay (edge-triggered) 1 16
12 Threshold value switch (analog) 1 12
13 Switch-on delay 2 16
14 Pulse generator 2 16
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Rev. A 08/14/03 17/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Part A2: Function Mechanisms

Content
If you are interested in specific background information and functions of this
application or variations thereof, certain knowledge is required, for example
in order to convert your program sequences correctly and without too much
difficulty into the LOGO! Soft code. The said information will be explained in
the following sections. In principle, this application can be used
immediately.

Objective of part A2:


Part A2 of this document provides the reader with
• an explanation of all integrated function elements
• a description of the components which are easy to integrate in your own
applications.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Structure part A2

4 Function Mechanisms ................................................................................ 19


4.1 Structural description of the entire solution ................................................ 19
4.2 Process detection....................................................................................... 20
4.2.1 Fill level monitoring .................................................................................... 20
4.2.2 Motor temperature monitoring.................................................................... 22
4.2.3 No-load and overload monitoring ............................................................... 23
4.2.4 Pressure measurement.............................................................................. 25
4.3 Operation ................................................................................................... 26
4.4 Process control, message generation (LOGO! control unit) ...................... 26
4.5 Process influence (actuators)..................................................................... 27
4.5.1 Opening/closing fresh water supply (solenoid valve) ................................. 27
4.5.2 Switching motor On/Off (motor contactor).................................................. 27
4.6 Program and data structure of the LOGO! program................................... 29

Rev. A 08/14/03 18/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

4 Function Mechanisms

4.1 Structural description of the entire solution

Functionality of the application


SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Fig. 4-1

Function units of the application


From a structural point of view, the individual functions of the application
can be broken down into different units which are discussed in the following
sections:
Process detection
▪ Fill level monitoring (function relay)
▪ Temperature monitoring (function relay)
▪ No-load and overload monitoring (function relay)
▪ Pressure measurement (pressure transducer/pressure sensor).

Rev. A 08/14/03 19/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Operation
▪ Message/error acknowledgement (illuminated button)

Process control.
▪ Process evaluation, message generation (LOGO! logic module)

Process influence (actuators)


▪ Opening/closing fresh water supply (solenoid valve)
▪ Switching motor On/Off (motor contactor)
▪ Resetting the temperature monitoring relay (interface relay)
▪ Signaling a pending/gone message (illuminated button).

4.2 Process detection


SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

4.2.1 Fill level monitoring


Copyright  Siemens AG 2003 All rights reserved

General information
A function relay which monitors independently is used for fill level
monitoring. The function principle of the fill level monitoring relay is based
on the measurement of the electric resistance of the liquid. It is required
that a electrically conductive medium (e.g. rainwater) is concerned in the fill
level measurement.

Functionality
Two immersion probes and one reference terminator (probe) are in the
cistern for measuring the electric resistance. A current is conducted via the
probes (alternating current to avoid electrolytic features) which gives
information about the electric resistance.

The figure below explains the status of the relay.


Minimum and maximum probe are submerged in the water, the fill level is
sufficient. The relay does not pick up.
The minimum probe is submerged in water, the maximum probe is not
surrounded by water, the fill level is sufficient. The relay remains in the
previous switching state.
The relay triggers if minimum and maximum probe are no longer
submerged in the water.
The minimum probe is submerged in water, the maximum probe is not
surrounded by water, the fill level is sufficient. The relay remains in the
previous switching state.

Rev. A 08/14/03 20/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

The relay returns to its initial state after minimum and maximum probe went
back into the water.

Fig. 4-2
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

The figure below displays the switching state of the fill level monitoring
Copyright  Siemens AG 2003 All rights reserved

relay (and of the motor contactor, if all switch-on conditions are met) using
the example of a devised cistern fill level.

Fig. 4-3

Rev. A 08/14/03 21/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Note on the application solution


The supply control described in the application was solved using a one-point-detection.
That means that min. and max. electrode are level or exist only once.
Step Description Picture

The fill level of the cistern is below the min./max. electrode,


1
the fresh water supply valve opens.

After reaching the min./max. electrode, a switch-off delay is


2 started with this edge due to which the water follows for 20
seconds (parameterizable).

The supply only stops after the switch-off delay time has
3
elapsed.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

4.2.2 Motor temperature monitoring

General information
Motor temperature monitoring is realized by a function relay which monitors
independently. The function principle is based on the resistance measuring
of a PTC resistor. It is required that a PTC resistor [PTCs type A] is
integrated in the pump motor.

Functionality
If the motor temperature rises, the resistance of the PTC resistor rises. If
the (fixed) threshold value of the function relay is exceeded, the relay
triggers on a storing basis; this is signaled by a red LED (permanent light).
The error can be reset on the relay via remote, manual or automatic reset.
Remote reset is used in the application, the error can be
acknowledged/reset via the logic module. The error can only be
acknowledged if the temperature is below the threshold value.
In addition, the relay monitors the feeding pipe to the PTC resistor (motor
thermistor) with regard to wire break (red LED blinks) and short circuit (red
LED flickers). If one of these status occurs, the relay triggers on a storing
basis. The error can only be acknowledged if the error(s) has (have) been
removed.

Rev. A 08/14/03 22/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

The figure below displays the switching state of the temperature monitoring
relay (and of the motor contactor, if all switch-on conditions are met) using
the example of a devised march of a motor temperature. In addition, the
signal of the error acknowledgement (Ackn. Input) is outlined.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Fig. 4-4

Resetting the temperature monitoring relay (interface relay)


The function relay for motor temperature monitoring requires an
acknowledgement (error acknowledgement). For this, an interface relay
performing the acknowledgement upon trigger by the logic module is
connected to a digital output of the logic module.

4.2.3 No-load and overload monitoring

General information
The function of the no-load and overload monitoring is realized with a
function relay. The function principle is based on the check whether the
phase shift (of voltage and current) is within the limits set on the relay.
A three-phase asynchronous motor has a lower cos ϕ during no-load
operation than during operation with nominal moment. During overload
operation, the cos ϕ rises slightly before it drops again. (See figure 4-5 in
section functionality)
If the pump motor runs dry, it does not have a load, i.e. the cos ϕ is low; if
the pump operates with more difficulty than normally (e.g. bearing
defective), the cos ϕ is higher than in the normal operating point.

Rev. A 08/14/03 23/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Functionality
The function relay is connected to the three phases of the motor current
and a current phase. Due to this, the function relay can (internally)
determine the phase shift. Limit values for exceeding/falling below the
phase shift (cos ϕ) are set at the face of the relay. If the phase shift is
outside the set range, opening of the relay takes place after a variable
delay time (T1). The starting of the motor1 can be faded out by the switch-
on delay (T2).
The function relay has two independent relay outputs; due to this, separate
switching is possible when falling below the lower limit value and exceeding
the upper limit value. A fixed hysteresis prevents permanent switching on
and off of the output relay if the measured value is close to a threshold
value.
The figure below shows the typical course of a phase shift in dependence
on the torque.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Fig. 4-5

1
It is possible that the motor is outside the set limit values during starting; it may
be possible that the function relay triggers (incorrectly).

Rev. A 08/14/03 24/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

The figure below displays the switching state of the cos ϕ monitoring relay
(and of the motor contactor, if all switch-on conditions are met) using the
example of a typical cos ϕ course.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Fig. 4-6

4.2.4 Pressure measurement

General information
A pressure transducer converts the pressure in the pressure vessel into
electric tension which can be processed by the logic module.

Functionality
The pressure sensor is integrated in the pressure vessel and makes a DC
voltage in the range of 0 to 10V available in proportion to the water
pressure. This voltage can be directly processed by LOGO!.
A thin-film EMS (expansion measuring strip) is influenced in the pressure
transducer via the vessel pressure. Due to this, the EMS changes its
resistance; it is converted into a DC direct-current in proportion to the
pressure by the integrated evaluation electronics.

Rev. A 08/14/03 25/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

4.3 Operation

Message/error acknowledgement
When pressed, the illuminated push-button switches a 24V voltage and
controls the input of the logic module. The logic module interprets this
digital input as error acknowledgement.

Signaling a pending/gone message (illuminated push-button)


The light-emitting diode in the illuminated push-button is controlled by a
digital output of the logic module and blinks in case of pending errors (as
configured in the program of the logic module).

4.4 Process control, message generation (LOGO! control unit)

General information
The automation system consists of one LOGO! logic module. Its inputs
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

record data and status from the process and its outputs control the process.
Copyright  Siemens AG 2003 All rights reserved

Messages appear on the display of the logic module.

Functionality
LOGO! evaluates the status of the function relays:
▪ Motor temperature monitoring
▪ Motor no-load and
▪ overload monitoring
▪ Fill level monitoring.
It prevents the motor from running in critical situations. All monitored errors
are visualized as messages on the display of the LOGO!. Additionally, a
pending (or still pending) error is signaled via a blinking illuminated push-
button; the error can also be acknowledged via this button. (The
temperature monitoring relay is reset by an output of LOGO!, if messages
are acknowledged.)
Control of the drinking water supply
In addition, not only a no-load operation of the pump is prevented if the fill
level is low, but the solenoid valve (drinking water inflow) is opened for a
parameterizable period of time; this ensures that there is always enough
water available in the cistern.
Raising of water
The pressure transducer/pressure sensor connected to an analog input
supplies LOGO! with a value which corresponds to the pressure in the
pressure vessel. If the pressure is below a parameterized minimum limit,
the motor contactor (thus the pump) is switched on until a parameterized
maximum limit is exceeded.

Rev. A 08/14/03 26/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

4.5 Process influence (actuators)

4.5.1 Opening/closing fresh water supply (solenoid valve)

General information
A semiconductor coupling element2 operating as power amplifier for a
solenoid valve is connected to the digital output of the logic module.

Functionality
If the logic module detects due to the process evaluation that the fill level of
the cistern is too low, a digital output is switched on for 20 seconds and the
fresh water supply is opened for 20 seconds.
The digital outputs only have a capacity of 0,3A; that’s why a
semiconductor coupling element is switched between digital output and
solenoid valve. The semiconductor coupling element operates as power
amplifier for the solenoid valve.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

4.5.2 Switching motor On/Off (motor contactor)

General information
The pump motor is switched On/Off (indirectly) via a digital output of the
logic module. Since high breaking capacities and driving powers may be
concerned, the motor is switched additionally for protection. (The section
“Functionality” below describes how the entire switching process works and
how the motor is connected to the mains supply.)

Functionality
The motor is connected to the electric three-phase mains via a circuit
breaker (with motor protection) and a contactor. The circuit breaker works
as current limiting main switch for the motor. It securely separates the
motor from the mains supply (e.g. for maintenance work). In addition, it is
used for secure switching-off in case of a short circuit and thus protects the
system from overload.
The motor contactor is located behind the circuit breaker in the flow
diagram; with this contactor, the motor can be switched On/Off via the logic
module. See the figure below.

2
= electronic relay

Rev. A 08/14/03 27/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Fig. 4-7

In addition, a semiconductor coupling element is located between the


LOGO! logic module and the motor contactor. It operates as power
amplifier for the digital output of the logic module.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

Caution
Copyright  Siemens AG 2003 All rights reserved

It is obligatory that you select the suitable circuit breaker and motor contactor for
your (pump) motor. You will be supported in selecting the respective products in
SIEMENS-Mall.

Rev. A 08/14/03 28/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

4.6 Program and data structure of the LOGO! program

Program structure of the LOGO! program


SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Fig. 4-8

Note on the program parts of the LOGO! program


Chapter 7 gives a detailed description of the program parts A-I shown in the figure
above.

Rev. A 08/14/03 29/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Data structure of the LOGO! program


All blocks used3 are listed in the table below.

No Block type Function Qty. LOGO! resources used


(with expansion)
1 Digital inputs 5 8 (24)
2 Analog inputs 1 2 (8)
3 Digital outputs 4 4 (16)
4 Flag Intermediate storage (bit) 8 8
5 Text box Displays parameterizable messages 5 5
6 HIGH Static on ∞
7 RS FlipFlop 3 43
8 OR Disjunction 5
Maximum total of 56
9 NEGATOR 4
function blocks
10 AND Conjunction 5
11 Impulse relay (edge-triggered) 1 16
12 Threshold value switch (analog) Switch-on/off points for analog inputs 1 12
13 Switch-on delay 2 16
Generates pulses with
14 Pulse generator 2 16
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

parameterizable clock pulse ratio


Copyright  Siemens AG 2003 All rights reserved

3
Blocks are function blocks used in the LOGO! program of which the actual program consists.

Rev. A 08/14/03 30/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Part B: Installation of the Sample Application

Content of part B
• Installation of the hardware (chapter 5.1)
• Installation of the software (chapter 5.2)
• Parameter setting (chapters 5.3 / 5.4)
• Operating the application (chapter 6).
The entire application is ready for use immediately after installation on the
basis of the components stated in chapter 2.2 (standard components and
application components).

Objective of part B:
Part B of this document provides the reader with information on the
following:
• Installation of the sample application with all hardware and software
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

components
Copyright  Siemens AG 2003 All rights reserved

• Operation of the application.

Structure part B

5 Installation of Hardware and Software ....................................................... 32


5.1 Hardware configuration .............................................................................. 32
5.1.1 Installation of the LOGO! logic module, LOGO! power supply,
function relays and coupling elements ....................................................... 32
5.1.2 Electrical connection of the components.................................................... 33
5.2 Installation of the software ......................................................................... 37
5.2.1 Installation of the LOGO! Soft Comfort PC software.................................. 37
5.2.2 Transferring the application code to the LOGO! logic module ................... 37
5.3 Setting the parameters at the SIMIREL function relays ............................. 39
5.3.1 Fill level monitoring relay............................................................................ 39
5.3.2 cos ϕ monitoring relay................................................................................ 40
5.3.3 Circuit breaker............................................................................................ 41
5.3.4 Temperature monitoring relay .................................................................... 41
5.4 Setting the parameters at LOGO! .............................................................. 42
6 Operating the Application........................................................................... 44
6.1 Status text: Tank pressure ......................................................................... 45
6.2 Message: cos ϕ low ................................................................................... 45
6.3 Message: cos ϕ high .................................................................................. 46
6.4 Message: Motor temperature critical.......................................................... 46
6.5 Message: Cistern empty / open inlet valve ................................................ 47

Rev. A 08/14/03 31/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

5 Installation of Hardware and Software

5.1 Hardware configuration

General information
For details on the hardware configuration, please refer to chapter 2.1.
Hardware installation mainly includes the following steps:
• Mechanical installation of the LOGO! logic module with LOGO! power
current supply and installation of the function relays
• Electrical connection of the components.
All these steps are described in detail in the following sections.

5.1.1 Installation of the LOGO! logic module, LOGO! power supply, function
relays and coupling elements

Step Focus Action


SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

1 Placing LOGO! Place LOGO! on the top hat rail.


Swivel LOGO! Basic onto the top hat rail.(The slide on the rear side has to
snap in)

2 Locking LOGO! into place

Installation of the LOGO! For installation of the LOGO! power supply proceed as during installation of
3
power supply the LOGO! logic module.
For installation of the function relays, proceed as during installation of the
Installation of the function
4 LOGO! logic module.
relays
Attach all function relays and coupling elements to the top hat rail.
Installation of the The illuminated push-button is not mounted on the top hat rail. It is suitable for
5
illuminated push-button front panel installation.

Table 5-1

Notes on wall fastening of the LOGO! components


The LOGO! components are also prepared for wall fastening. Please read chapter
2.2.2 “Wall Fastening“ in the LOGO! manual.

Rev. A 08/14/03 32/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

5.1.2 Electrical connection of the components

The electrical connection of the components is performed as follows:


• Connecting the supply voltage and wiring the main circuit
• Wiring the control circuits.

Connecting the supply voltage and wiring the main circuit


All wirings of the main circuit are listed in the table below. Wire the
components as illustrated in the graphics and tables below.

No From Terminal To Terminal


1 LOGO! power L, N
Lx, N
Fill level monitoring relay A1, A2
Power supply
2 L1 1(L1),
L2 Circuit breaker for motor protection 3(L2),
L3 5(L3)
3 2(T1), L1
Circuit breaker for motor protection 4(T2), Motor contactor L2
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

6(T3) L3
Copyright  Siemens AG 2003 All rights reserved

4 T1 L1
Motor
T2 L2
5 Motor contactor T1 L1
T2 cos ϕ monitoring relay L2
T3 L3
6 cos ϕ monitoring relay IN1 Motor L3
7 Output coupling element (E) +13
8 Output coupling element (F) +13
9 A1+
10 Temperature monitoring relay (K) 05(21)
11 95(11)
12
LOGO! power + Fill level monitoring relay (J) 11C
13 11C
cos ϕ monitoring relay
14 21C
15 LOGO! logic module L+
16 Illuminated push-button 3
17 Output coupling element (E) 0V
18 Output coupling element (F) 0V
19
LOGO! power - Temperature monitoring relay (K) A2-
20 LOGO! logic module M

Table 5-2

The graphic below illustrates the wiring shown in the table as wiring
diagram.

Rev. A 08/14/03 33/71


Copyright  Siemens AG 2003 All rights reserved
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

Rev. A 08/14/03
Pump Control Using the Example of a Cistern with Function Relay and LOGO!

34/71
Bild 5-1 Leistungskreis
Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Wiring of the control circuits


No From Terminal To Terminal
1 Q1 A1
LOGO! output 1 Output coupling element (E)
2 M A2
3 Q2 A1
LOGO! output 2 Output coupling element (F)
4 M A2
5 Q3 A1
LOGO! output 3 Output coupling element (relay)
6 M A2
7 Q4 X2
LOGO! output 4 Illuminated push-button
8 M X1
9 14 +
Output coupling element (E) Solenoid valve
10 0V -
11 14 A1+
Output coupling element (F) Motor contactor
12 0V A2-
13 11 Y1
Output coupling element (relay) Temperature monitoring relay
14 14 Y2
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

15 Illuminated push-button 4 LOGO! input I5


Copyright  Siemens AG 2003 All rights reserved

16 Temperature monitoring relay 98(12) LOGO! input I1


17 Fill level monitoring relay 14NO LOGO! input I2
18 12NC LOGO! input I3
cos ϕ monitoring relay
19 22NC LOGO! input I4
20 0-10V LOGO! input (analog) I7 (AI1)
Pressure sensor
21 Mass LOGO! M
22 M Reference
23 Fill level relay Min. Level electrodes Lower
24 Max. Upper

Table 5-3

Note on the use of wire electrode


In order to provide the functionality of the application, min. and max. electrode must
have the same length. (The supply control is controlled via a parameterizable period
of time when falling below the min./max. electrodes.)
Alternatively, the supply control configured in the Logo! code can be replaced by the
supply control of the relay.

The graphic below illustrates the wiring shown in the table as wiring
diagram.

Rev. A 08/14/03 35/71


Copyright  Siemens AG 2003 All rights reserved
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

Rev. A 08/14/03
Pump Control Using the Example of a Cistern with Function Relay and LOGO!

36/71
Bild 5-2 Steuerkreis
Pump Control Using the Example of a Cistern with Function Relay and LOGO!

5.2 Installation of the software

For commissioning of the application, it is necessary to carry out the


following steps (software installation):
• Installation of the LOGO! Soft Comfort PC software
• Transferring the LOGO! Soft Comfort project to the CPU
• Setting the parameters at the function relays
• Setting the parameters at LOGO!.

5.2.1 Installation of the LOGO! Soft Comfort PC software

At this point, it is unnecessary to describe the installation of the LOGO! Soft


Comfort software in detail. Software installation is a self-explanatory
procedure and is performed as usual in a Windows environment.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

5.2.2 Transferring the application code to the LOGO! logic module


Copyright  Siemens AG 2003 All rights reserved

Step Focus Action


Open the application code in LOGO! Soft Comfort. Select “Open” in the “File” menu.
1 Opening the project
File: “Code_e.lsc“.
Select “Options” in the “Tools” menu. The following selection mask appears.

Setting Select your


2 communication interface.
connection

Establishing the cable Connect the serial interface (used) of the PC to the communication interface of the
3
connection LOGO! logic module using the LOGO! PC cable.

Rev. A 08/14/03 37/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Step Focus Action


If LOGO! is in Run, press ESC and the display shown below appears:

Set the CPU in Stop and activate the menu for communication.

Put LOGO! in the


4
communication mode

Activate the PCÙ LOGO! connection in the menu for communication.


SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Click the PCÆ LOGO! button in the menu bar.

Download of the
5
configuration code

6 Start LOGO! Switch to the previous menu of the LOGO! by pressing ESC and start the program.

Table 5-4

Rev. A 08/14/03 38/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

5.3 Setting the parameters at the SIMIREL function relays

5.3.1 Fill level monitoring relay

The sensitivity to the liquid to be monitored has to be set at the fill level
monitoring relay. For this purpose, the front of the relay is equipped with a
thumb wheel. A small value can be set for rainwater (approx. 5-18kΩ).
Switch the slide switch to supply monitoring, switch position “under”.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Fig. 5-3

Rev. A 08/14/03 39/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

5.3.2 cos ϕ monitoring relay

The upper and the lower limit value for the monitoring has to be set at the
cos ϕ monitoring relay. The lower limit value corresponds to the motor
underload (no-load); the motor is in overload if the upper limit value is
exceeded. (See chapter 4.2.3)
For this purpose, the front is equipped with two thumb wheels. Additionally,
two times can be parameterized:
• T1 delay time for triggering of the relay
• T2 switch-on delay of the monitoring function (necessary for starting the
motor).

Note on the parameterizable times


The two parameterizable times are both set to their minimum value, since similar
delays are realized in the LOGO! project.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Fig. 5-4

Rev. A 08/14/03 40/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

5.3.3 Circuit breaker

For motor protection, the limiting current (suitable for the motor) has to be
set on the front side of the circuit breaker.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Fig. 5-5

Caution

Observe the rating plate of the respective motor considering the circuit type! It is
obligatory that you select the suitable circuit breaker for your (pump) motor. You will
be supported in selecting the respective products in SIEMENS-Mall.

5.3.4 Temperature monitoring relay

Note

The temperature monitoring relay does not require parameterization. Yet, it is


possible that error acknowledgement is performed automatically to minimize stop
times. See chapter 8.7.

Rev. A 08/14/03 41/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

5.4 Setting the parameters at LOGO!

General information
Parameters of the LOGO! project can be modified directly at LOGO! without
switching LOGO! to Stop.
When LOGO! is in Run, press “ESC” and select the second menu item “Set
Param“.

Fig. 5-6
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

In the LOGO! program, two parameters are released for modification.


Copyright  Siemens AG 2003 All rights reserved

Period for fresh water inflow in case of empty cistern (parameter display B03)
If the cistern is empty, drinking water is supplied. If this status occurs, only
a certain quantity of fresh water4 is supplied to ensure that there is enough
volume for possible rain.

Fig. 5-7

4
If LOGO! receives the signal of the fill level monitoring relay indicating that the
level is below the minimum cistern fill level, fresh water (or drinking water) is
supplied until the level is above the minimum cistern fill level. The water follows for
20 sec. after exceeding the minimum fill level (parameterizable, see above).

Rev. A 08/14/03 42/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Lower pressure limit and upper pressure limit (switch-on/off point of the pump,
parameter display B02)
The lower and the upper pressure limit can be set in the parameter display
shown below. The lower pressure limit corresponds to the switch-on point
of the pump, the upper pressure limit corresponds to the switch-off point of
the pump.

Fig. 5-8

Note
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

If you have not scaled the measured value (yet), these parameters are not pressure
Copyright  Siemens AG 2003 All rights reserved

values, but for the moment the (measured) voltage in mV.


Scaling of the measured value, see chapter 7.2.

Rev. A 08/14/03 43/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

6 Operating the Application

Requirement
The requirements described in "Installation of Hardware and Software"
(chapter 5) have to be met and all devices have to be switched on.

General information
Each monitoring display included in the delivery, each operating possibility,
each value and parameter are explained.

5 text modules are configured in the LOGO! program, four of them are
messages, one is a status text. Messages are signaled by blinking/flashing
on the illuminated push-button and can be acknowledged by pressing it.
Status of the LED Meaning Clock pulse

Blinking Motor message pending


SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Flashing Cistern fill level low

If LOGO! is in Run mode and if no errors are pending, the status text is
displayed.
If errors occur, messages are displayed. In the LOGO! program, a priority is
assigned to each message; if several messages are pending, the message
with the highest priority is displayed. It is possible to switch between
several pending messages with the “Up/Down” buttons.

Note on the messages


Priorities are assigned for messages, only one message can be displayed on the
LOGO! display at a time. The message with the highest priority takes precedence.

Rev. A 08/14/03 44/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

6.1 Status text: Tank pressure

This status text displays the current water pressure. No errors are pending,
as long as this text box is the only one that can be selected. (Priority: 1)

Fig. 6-1

Note
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

It is possible to switch between several pending messages with the “Up/Down”


buttons.

6.2 Message: cos ϕ low

This message is displayed, if the cos ϕ of the pump motor is below the set
value for at least 10 seconds (chapter 6.1.2). The motor is switched off.
Simultaneously, the message is signaled by the blinking illuminated push-
button. The message can be acknowledged via this push-button.
If the error was acknowledged despite the fact that the cause had not been
removed, the message is displayed again after 10 seconds. (Priority: 8)

Fig. 6-2

Note
Message can only be evaluated or is only valid if voltage is applied in the main
circuit.

Rev. A 08/14/03 45/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

6.3 Message: cos ϕ high

This message is displayed if cos ϕ has exceeded the set limit value for at
least ten seconds (see chapter 6.1.2). The motor is switched off.
Simultaneously, the message is signaled by the blinking illuminated push-
button. The message can be acknowledged via this push-button.
If the error was acknowledged despite the fact that the cause had not been
removed, the message is displayed again after 10 seconds. (Priority: 2)

Fig. 6-3
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Note
Message can only be evaluated or is valid if voltage is applied in the main circuit.

6.4 Message: Motor temperature critical

This message signals that the motor temperature is too high. This is an
additional protection against overload or poor ambient conditions. The
motor is switched off.
Simultaneously, the message is signaled by the blinking illuminated push-
button. The message can be acknowledged via this push-button, if the error
is no longer pending. (Priority: 9)

Fig. 6-4

Rev. A 08/14/03 46/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

6.5 Message: Cistern empty / open inlet valve

This message is displayed, if the fill level of the cistern has fallen below a
critical mark. The motor is switched off.
The lower limit of the fill level is influenced by the fill level probe. As long as
this message is displayed, the cistern is supplied with fresh water; it is not
required to acknowledge the message. The period was parameterized in
chapter 6.2.
The message is signaled by a flashing LED. (Priority: 7)
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

Fig. 6-5
Copyright  Siemens AG 2003 All rights reserved

Rev. A 08/14/03 47/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Part C: Program Description

Objective of part C:
The purpose of this part of the documentation is to
• explain the code details of some core elements of the program to the
reader
• provide the reader with notes on useful extensions.

Requirement
This is not an introduction to the LOGO! Soft Comfort program. The reader
should be familiar with the basics of this software. Before reading the code
description, it may be useful to read the chapters in part A1 and A2.

Structure

7 Explanation of the Core Program Parts of the LOGO! Soft program ......... 49
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

7.1 Overview of the LOGO! Soft Comfort program .......................................... 49


Copyright  Siemens AG 2003 All rights reserved

7.2 Pressure measurement (A) ........................................................................ 52


7.3 Pressure display (B)................................................................................... 53
7.4 Temperature monitoring (C)....................................................................... 54
7.5 Fill level monitoring (D) .............................................................................. 54
7.6 Switching motor (E).................................................................................... 55
7.7 cos ϕ too low (F)........................................................................................ 56
7.8 cos ϕ too high (G)...................................................................................... 57
7.9 Acknowledging messages (H).................................................................... 58
7.10 Controlling illuminated push-button (I) ....................................................... 58
8 Modifications in the Application.................................................................. 60
8.1 Removing/modifying the flash rhythm of the illuminated push-
button ......................................................................................................... 60
8.1.1 Removing ................................................................................................... 60
8.1.2 Modifying.................................................................................................... 61
8.2 Modifying fade out time for cos ϕ monitoring ............................................. 62
8.3 Using input coupling elements (digital inputs)............................................ 65
8.4 Using interface converters (analog inputs)................................................. 66
8.5 Transferring supply control to fill level monitoring relay ............................. 67
8.6 Pressure measurement expansion ............................................................ 69
8.6.1 Using two pressure sensors....................................................................... 69
8.6.2 Using pressure sensor with offset .............................................................. 70
8.7 Automatic acknowledgement of the motor temperature monitoring
relay ........................................................................................................... 71

Rev. A 08/14/03 48/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

7 Explanation of the Core Program Parts of the LOGO! Soft


program

General information
This chapter provides you with detailed information on the core program
parts of this application.
They are used to realize the basic functions of the application.

7.1 Overview of the LOGO! Soft Comfort program

On the two following pages, the LOGO! program is shown in landscape


format. Additionally, the program is separated into individual parts for
greater clarity.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Rev. A 08/14/03 49/71


Copyright  Siemens AG 2003 All rights reserved
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

Program part C

Rev. A 08/14/03
Program part B

Program part D (low fill level, fill up drinking water for 20 sec.)

Program part E
Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Program part A

analog
pressure
trigger

50/71
Copyright  Siemens AG 2003 All rights reserved
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

Program part F

Rev. A 08/14/03
Program part I

Program part G
Pump Control Using the Example of a Cistern with Function Relay and LOGO!

temperature
Program part H relay ackn.

51/71
Pump Control Using the Example of a Cistern with Function Relay and LOGO!

7.2 Pressure measurement (A)

Fig. 7-1
The following components are used:
• Analog input (AI1)
• Threshold value switch (B02)
• “NOT” block (B04).
Function:
The measured value of the pressure sensor is received via the analog
input. The pressure is delivered in a voltage level of 0-10V. The analog
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

voltage is evaluated by a threshold value switch; in addition, the output


Copyright  Siemens AG 2003 All rights reserved

signal is negated for further program processing.


Scaling or adapting the analog value of 0-10V to the used measuring range
of the pressure sensor can be performed in the parameterization of the
threshold value switch. See figure below.

Fig. 7-2

Example: A maximum value of 6000 can be entered for a pressure sensor


with a measuring range of 0-6 bar which is pictured on 0-10V; due to this,
the measured value is displayed in the correct unit.

Rev. A 08/14/03 52/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

7.3 Pressure display (B)

Fig. 7-3

The following components are used:


• Static on (High)
• Text box (B05)
• Flag (M1)
Function:
The Static on box activates a text box indicating the current measured
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

value of the pressure on the LOGO! display. The status text of the pressure
Copyright  Siemens AG 2003 All rights reserved

display is displayed; this text is displayed permanently.

Details on the text box


A priority has to be assigned for each configured text box. This is necessary to make
sure that, if several messages are pending at a time, the message with the highest
priority appears on the LOGO! display.
Lowest priority = 0
Highest priority = 9
If several messages are pending, it
is possible to switch between the
messages via the ▼ and ▲
buttons.

Rev. A 08/14/03 53/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

7.4 Temperature monitoring (C)

Fig. 7-4

The following components are used:


• Digital input (I1)
• OR block (B25)
• Text box (B06)
• Flag (M5)
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

• Latching relay (B24)


• “NOT” block (B01).
Function:
The digital input evaluates the switching state of the temperature
monitoring relay and acts on the OR block. The output of the OR block
activates the text box with the “Temperature too high” message. The text
box requires a flag at the output; this flag is connected to the latching relay
which (retentively) stores a triggering and thus stores the message (by the
OR block) also after the error has gone.

Note
Error acknowledgement for the temperature monitoring relay is processed in
program part H.

7.5 Fill level monitoring (D)

Fig. 7-5

Rev. A 08/14/03 54/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

The following components are used:


• Digital input (I2)
• Impulse relay, edge-triggered (B03)
• AND block (B28)
• Text box (B13)
• Digital output (Q2)
• “NOT” block (B14).
Function:
The digital input I2 evaluates the status of the fill level monitoring relay. If
the relay switches to status 1 (= “low fill level”), the impulse relay (B03)
switches on its output for 20 seconds. (The time is released via LOGO! for
parameterization and can be set individually. See chapter 5.4 “Period for
fresh water inflow in case of empty cistern”.) As long as the output of the
impulse relay (B03) is in the On status and input I2 is on, the text box (B13)
with the “Cistern empty/drinking water supply“ message is activated and the
output Q2 (which controls the fresh water inlet valve) is set.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

In addition, the status of the input I2 is transferred to the program part


switching motor (E) as negated; due to this, the pump motor can only run
after a correct fill level of the cistern.

7.6 Switching motor (E)

Fig. 7-6

The following components are used:


• AND block (B07)
• AND block (B08)
• Digital output (Q1)

Rev. A 08/14/03 55/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Function:
The AND block (B07) expands the AND block (B08) by additional inputs. All
switch-on conditions for the pump are interlinked via the conjunctions.
Switch-on conditions are:
▪ Motor temperature (program part C)
▪ cos ϕ OK (program part I)
▪ Fill level of cistern OK (program part D)
▪ Pressure too low (or below the switch-off point; program part A).
If all switch-on conditions are met, the output Q1 is activated and the
contactor is controlled. This status is transferred to the program parts F and
G (cos ϕ monitoring).

7.7 cos ϕ too low (F)


SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Fig. 7-7

The following components are used:


• Digital input I3
• AND block (B15)
• Switch-on delay (B17)
• OR block (B09)
• Text box (B11)
• Flag (M2)
• Latching relay (B20).
Function:
The digital input I3 evaluates the switching state of the cos ϕ monitoring
relay whether it is too low. The signal is only further processed, if the output
for the motor contactor control (Q1, program part E) is active. The switch-
on delay (B17) transfers the signal to its output, if it is pending for at least
10 seconds. Due to this, a momentary
exceeding of the limit value is faded out. The text box (B11) with the “cos ϕ
too low“ message is activated via an OR block (B09). A flag (M2) is
required at the output of the text box (B11).

Rev. A 08/14/03 56/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

The flag switches the latching relay (B20) to retentive error storing. The
output of the latching relay (B20) additionally acts on the OR block (B09);
thus, the message is also displayed on the LOGO! display, if the error is
gone.

7.8 cos ϕ too high (G)

Fig. 7-8
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

The following components are used:


• Digital input I4
• AND block (B16)
• Switch-on delay (B18)
• OR block (B10)
• Text box (B12)
• Flag (M3)
• Latching relay (B19).
Function:
The digital input I4 evaluates the switching state of the cos ϕ monitoring
relay whether it is too low. The signal is only further processed, if the output
for the motor contactor control (Q1, program part E) is active. The switch-
on delay (B18) transfers the signal to its output, if it is pending for at least
10 seconds. Due to this, a momentary
exceeding of the limit value is faded out. The text box (B12) with the “cos ϕ
too low” message is activated via an OR block (B10). A flag (M3) is
required at the output of the text box (B12). The flag (M3) switches the
latching relay (B19) to retentive error storing. The output of the latching
relay (B19) additionally acts on the OR block (B10); thus, the message is
also displayed on the LOGO! display, if the error is gone.

Rev. A 08/14/03 57/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

7.9 Acknowledging messages (H)

Fig. 7-9

The following components are used:


• Digital input I5
• Flag (M6)
• Output (Q3)
Function:
The illuminated push-button is connected to the digital input I5. The
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

pending messages are acknowledged by pressing this button:


Copyright  Siemens AG 2003 All rights reserved

• cos ϕ low (program part F)


• cos ϕ high (program part G)
• Motor temperature critical (program part C).
The latching relays of the respective program parts are reset by pressing
this push-button. Error storing (in the temperature monitoring relay) is also
reset by the flag (M6) and the output Q6.

7.10 Controlling illuminated push-button (I)

Fig. 7-10

Rev. A 08/14/03 58/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

The following components are used:


• OR block (B26)
• “NOT” block (B27)
• Pulse generator (B21)
• Pulse generator (B23)
• OR block (B22)
• Output (Q4).
Function:
This function controls the LED of the illuminated push-button and signals
the pending messages. The LED (On/Off period identical) blinks, if the
messages below appear:
• cos ϕ low
• cos ϕ high
• Motor temperature critical.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

The LED (On/Off 5ms/95ms) flashes if the message cistern fill level low
appears. If both error types are pending, the flash rhythms may interfere
(add).

Rev. A 08/14/03 59/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

8 Modifications in the Application

General information
This chapter describes possible scenarios as examples of how the
application can be adjusted to your individual requirements:

8.1 Removing/modifying the flash rhythm of the illuminated push-


button

8.1.1 Removing

Step Focus Action


In the toolbar, use this icon:

Open the application code


1
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

in LOGO! Soft.
Copyright  Siemens AG 2003 All rights reserved

Open page 3 in the


configuration and look for
2
the program part shown on
the right.

Remove the blocks B21


3 and B23 and connect the
blocks directly.

4
Store the project and load it 1. 2.
into LOGO!

Rev. A 08/14/03 60/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

8.1.2 Modifying

Step Focus Action


In the toolbar, use this icon:

Open the application code


1
in LOGO! Soft.

Open page 3 in the


configuration and look for
2
the program part shown on
the right.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Select block B21 from the


3
program part.

Rev. A 08/14/03 61/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Step Focus Action

The parameter mask shown


on the right appears by
clicking block 21 with the
4 right mouse-button. You
can enter your times for
pulse width and pause
width.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

5 Repeat step 4 for block 23.

6
Store the project and load it 1. 2.
into LOGO!

8.2 Modifying fade out time for cos ϕ monitoring

The switch-on delay (B18) transfers the signal to its output, if it is pending
for at least 10 seconds.
The cos ϕ detection is linked with a 10-second switch-on delay. The period
for the switch-on delay can be set in accordance with your specific
requirements.

Rev. A 08/14/03 62/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Step Focus Action


In the toolbar, use this icon:

Open the application code


1
in LOGO! Soft.

Open page 3 in the


configuration and look for
2
the program part shown on
the right.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Call the Properties dialog


3 box by clicking block B17
with the right mouse-button.

Rev. A 08/14/03 63/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Step Focus Action

You can set the time for the


4 Cos ϕ < fade out in the
marked boxes.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Repeat step 4 for block 18


5
Cos ϕ > fade out.

6
Store the project and load it 1. 2.
into LOGO!

Rev. A 08/14/03 64/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

8.3 Using input coupling elements (digital inputs)

Applications e.g.:
• For overvoltage protection and EMC protection of LOGO!
• For electrical isolation of the LOGO! inputs
• For voltage conversion during the use of 230V signals.

Suitable products
Component Type MLFB / Order Comment
information
Semiconductor interface In
Input coupler with
24VDC out <30VDC 3TX7004-4PB24
semiconductor output
(OPTIONAL)
Semiconductor interface In
Input coupler with
110-230VAC out <30VDC 3TX7004-4PG24
semiconductor output
(OPTIONAL)
Interface relay
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

Input coupler with


control supply 24V AC/DC 3TX7004-2MF02
relay output
Copyright  Siemens AG 2003 All rights reserved

(OPTIONAL)
Interface relay
Input coupler with
control supply 110V AC/DC 3TX7004-2ME02
relay output
(OPTIONAL)
Interface relay
Input coupler with
control supply 230V AC/DC 3TX7004-2MB02
relay output
(OPTIONAL)

Function mechanisms

Semiconductor interface
In a semiconductor interface, a semiconductor output is switched via a
rectifier and an optocoupler. A semiconductor interface requires auxiliary
power, the output of the semiconductor interface is on the same potential
as the auxiliary power. (A1/A2 input; 0V output zero potential; 13 auxiliary
power; 14 output)

Fig. 8-1

Rev. A 08/14/03 65/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Interface relay
An interface relay works according to the principle of a conventional relay,
but it has a compact design. (A1/A2 control supply voltage; 11 grouping; 12
break contact; 14 make contact)

Fig. 8-2

8.4 Using interface converters (analog inputs)

Applications e.g.:
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

• For electrical isolation of the analog signal from the pressure sensor to
the analog input of LOGO!
• Overvoltage protection of the analog input of LOGO!
• Conversion of analog signals (e.g. pressure sensor with current output
4mA – 20mA for conversion to 0-10V LOGO! analog input)

Suitable products
Component Type MLFB / Order Comment
information
Interface converter 0...10V
to 0...10V, control supply Single interface
3RS1700-1AD00 Electrical two-way isolation
voltage 24V converter
(OPTIONAL)
Interface converter 4-20mA
to 0...10V, control supply Single interface
3RS1703-1AD00 Electrical two-way isolation
voltage 24V converter
(OPTIONAL)
Interface converter
0/4-20mA/0-10V to
Switchable
0/4 20mA/0-10V (all
standard interface 3RS1705-2FW00 Electrical three-way isolation
switchable), control supply
converter
voltage 24V-240V AC/DC
(OPTIONAL)

Rev. A 08/14/03 66/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Function mechanisms

Two-way isolation
In the two-way isolation, the input is electrically isolated from the output.
The “zero potential” of the supply voltage is identical with the one referring
to the analog output signal.

Fig. 8-3

Three-way isolation
In the three-way isolation, each circuit is electrically isolated from the
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

others, i.e. input, output and supply voltage don’t have a potential
Copyright  Siemens AG 2003 All rights reserved

connection.

Fig. 8-4

8.5 Transferring supply control to fill level monitoring relay

Realized in the application


The supply control described in the application was solved by a one-point-
detection.
That means that min. and max. electrode are level or exist only once.
Step Description Picture (cistern fill level)

The fill level of the cistern is below the min./max. electrode,


1
the fresh water supply valve opens.

Rev. A 08/14/03 67/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

After reaching the min./max. electrode, a switch-off delay is


started with this edge due to which the water follows for 20
2
seconds (parameterizable). (The pump is released already
from this point)

The supply only stops after the switch-off delay time has
3
elapsed.

The advantage is the fact that the time for the following can be modified
freely and without too much difficulty.

Modification in the application


If the electrodes are used as described in the documentation of the fill level
monitoring relay, the supply valve can be opened after falling below the
minimum electrode; the supply only stops after exceeding the maximum
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

electrode. The placing of the maximum electrode determines the quantity of


Copyright  Siemens AG 2003 All rights reserved

fresh water supplied.


If e.g. the maximum electrode is attached to the upper edge of the cistern,
the entire cistern would be filled with fresh water.

Step Description
Look for the part dealing with fresh water supply in the LOGO! Soft program. See illustration.

Delete block B29 and establish a direct connection as shown in the illustration below.

Please note that the min./max. electrodes for the fill level monitoring are installed correctly.

3 • Min. electrode: Switch-on point

• Max. electrode: Switch-off point

Rev. A 08/14/03 68/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

Note
Please note that the general requirements of the application change due to this modification.
Bow-type
Method of
electrode Properties
supply control
used

Advantage:
• Changeable during runtime on the LOGO! front panel.
Supply control
• Running of motor possible after reaching the (min. level)
via 1-pole bow-
bow-type electrode. Due to this, the water supply is quickly
parameterizable type electrode
restored.
period.
Disadvantage:
• Supply quantity depends on the water pressure and can thus
not be determined precisely.

Advantage:
Supply control
via a defined • Exact supply quantity possible via length or position of the
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc

supply quantity max. level bow-type electrode (set max. level refers to water
Copyright  Siemens AG 2003 All rights reserved

using an 2-pole bow- level for the supply - not the max. water level in the cistern).
additionally type electrode Disadvantage:
integrated max.
level bow-type • Running of motor only possible after reaching the max. level
electrode. bow-type electrode (due to function relay used) This may
cause a long stopping of the motor and thus of the water
supply in case of large supply quantities.

8.6 Pressure measurement expansion

If a wire break occurred in the measuring line to the pressure sensor, the
pump would run permanently to generate a high pressure. This might
damage the lines and/or the pressure vessel.
Two basic possibilities to recognize a possible wire break, yet not described
explicitly, are shown below.

8.6.1 Using two pressure sensors

Two pressure sensors checking each other are used for pressure
measurement.
An analog comparator block can be used for this. If it signals a deviation
between the two pressure sensors which is too high, a pressure sensor
might be defective or there might be a wire break.

Rev. A 08/14/03 69/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

8.6.2 Using pressure sensor with offset

General information
The pressure sensor always has an offset voltage if no pressure is applied.
If only this offset voltage is applied at LOGO!, the measured pressure is 0
bar. If no voltage is applied, there might be a wire break, the pump switches
off.

Functionality
Two analog threshold value switches are used.
The first analog threshold value switch checks whether at least the offset
voltage is applied, if not, the output of the comparator block is high (=
switch-off condition).
As already described in the documentation, the second analog threshold
value switch controls the pressure. It has to be noted that the offset voltage
has to be taken into consideration during scaling.
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Rev. A 08/14/03 70/71


Pump Control Using the Example of a Cistern with Function Relay and LOGO!

8.7 Automatic acknowledgement of the motor temperature


monitoring relay

Note
For use of motors featuring PTC resistors for temperature warning!

In the function relay used, it is possible that it is automatically


acknowledged if the motor temperature leaves the critical range.
Step Description
1 It is necessary to bridge the terminals Y1 and Y2 of the temperature monitoring relay.
The relay (output coupling element 3TX7004-1LB00) for acknowledgement of the function relay can be
2
saved.
The following can be deleted in the program code:

3
SH_0376_mae09_pumpe_logo_simirel_DOKU_v00_e.doc
Copyright  Siemens AG 2003 All rights reserved

Rev. A 08/14/03 71/71

Vous aimerez peut-être aussi