0% found this document useful (0 votes)
23 views8 pages

16 - Analog Modules

The document discusses analog input and output modules for SIEMENS SIMATIC S7 PLCs, including how to set measuring ranges, assign module parameters, represent analog values of different ranges, and scale analog input values using standard functions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
23 views8 pages

16 - Analog Modules

The document discusses analog input and output modules for SIEMENS SIMATIC S7 PLCs, including how to set measuring ranges, assign module parameters, represent analog values of different ranges, and scale analog input values using standard functions.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 8

SIEMENS

ANALOG MODULES

SIEMENS
SIMATIC S7 1/16 March 27, 2024
SIEMENS LTD EGYPT 2007
All Rights Reserved
SIEMENS

Objectives

- Know Analog Value Processing.


- Set The Measuring Range Module.
- Assign Parameters To Analog Modules
- Use Standard Function For Scaling

SIMATIC S7 2/16 March 27, 2024


SIEMENS LTD EGYPT 2007
All Rights Reserved
SIEMENS

Analog Input & Output Modules


Process Analog input module CPU

Physical Standard :
quantity analog signal :
:
:
:
PIW ...
:
PIW ...
ADC L PIW 340
:::
Sensor PIW ... ..
Transducer ..
..
..
• Pressure ± 500mV ..
• Temperature ± 1V ..
• Flow ± 5V ..
• Speed ± 10V ..
• Viscosity ± 20mA ..
4 to 20mA ..
Analog output module ..
..
..
..
..
..
..
..
PQW ... ..
Physical Analog PQW ...
DAC T PQW 360
quantity actuator :::
PQW ... :

SIMATIC S7 3/16 March 27, 2024


SIEMENS LTD EGYPT 2007
All Rights Reserved
SIEMENS

Measuring Range Module


The measuring range modules with their coding
keys are located on the left-hand side of the
module. You must set them correctly before
installing the module.
The possible settings are "A", "B", "C" and "D".
The settings for the various types of
measurement and measuring ranges are printed
on the module.
On some modules, several channels are grouped
together to form a channel group. In this case,
the coding key setting applies to the whole
channel group.

Analog Module Parameters


Parameter Assignment
The tool for assigning parameters to analog
modules is HW Config. After downloading from
the programming device to the S7-300, the
parameters are stored in the CPU. The CPU
transfers these parameters to the relevant analog
modules.

SIMATIC S7 4/16 March 27, 2024


SIEMENS LTD EGYPT 2007
All Rights Reserved
SIEMENS

Analog Input Module


Measuring Type
Click the field to display and select the available
measurement types.
Measuring Range
Click the field to display and select the available
effective ranges for the corresponding
measurement type.

SIMATIC S7 5/16 March 27, 2024


SIEMENS LTD EGYPT 2007
All Rights Reserved
SIEMENS

Analog Output Module


Output Range
Click the field to display and select the available
output ranges for the selected output type.

Reaction to CPU
Select how the outputs are to react in the case of
a CPU STOP
• Switch to Substitute Value (SSV)
-The substitute value is set to ”0” by default;
that is, all outputs are switched off. You can set
the substitute values for each individual output
in the ”Substitute value” line. The substitute
values must lie within the rated range.
• Retain Last Value (RLV)
-If the module is to retain the last value output
before the CPU enters the STOP mode.
• Outputs Without Voltage or Current (OWVC)
-If the module is to switch off the outputs on
CPU STOP (V/I = 0 V/mA).

SIMATIC S7 6/16 March 27, 2024


SIEMENS LTD EGYPT 2007
All Rights Reserved
SIEMENS

Analog Value Representation of Different Measuring Ranges


Voltage Current Resistance Temperature
such as: such as: such as: such as Pt100

Range
Meas.range Units Meas.range Units Meas.range Units Meas.range Units
± 10V 4 to 20mA 0...300Ohm -200...+850ºC

Overflow >= 11.759 32767 >= 22.815 32767 >=352.778 32767 >= 1000.1 32767

Overrange 32511
11.7589 32511 22.810 32511 352.767 1000.0 10000
:
: : : : : : :
27649
10.0004 27649 20.0005 27649 300.011 850.1 8501

10.00 850.0 8500


7.50 27648 20.000 27648 300.000 27648 : :
: 20736 16.000 20736 225.000 20736 :
Rated range :
-7.5 : : : : : : :
-10.00 -20736 : : : : -200.0 -2000
-27648 4.000 0 0.000 0

Underrange 3.9995 -1 - 200.1


- 10.0004 - 27649 Negative -1 - 2001
: : :
: : values : :
1.1852 - 4864 - 243.0
- 11.759 - 32512 not - 4864 - 2430
possible
Underflow <= - 11.76 - 32768 <= 1.1845 - 32768 - 32768 <= - 243.1 - 32768

SIMATIC S7 7/16 March 27, 2024


SIEMENS LTD EGYPT 2007
All Rights Reserved
SIEMENS

Scaling Analog Input Values

Scaling
The analog module encrypts the voltage
range of -10V to +10V in the value range of
-27648 to +27648. The conversion of this
value range to the original physical size
(such as 0 to 500 l) is called scaling.
The standard block FC 105 is used for
scaling the analog value. FC 105 is
supplied with the STEP 7 software in the
"Standard Library" in the "TI-S7
Converting Blocks" S7 program.

Unipolar (M 0.0 = 0) Bipolar (M 0.0 = 1)

OUT OUT
HI_LIM = 500.0 HI_LIM = 500.0

LO_LIM = 0.0 LO_LIM = 0.0


IN IN
0 27648 -27648 0 27648
SIMATIC S7 8/16 March 27, 2024
SIEMENS LTD EGYPT 2007
All Rights Reserved

You might also like