SlideShare a Scribd company logo
1 of 50
Analog Control
Supplemental material
Chapter 12 & 13
3
 Discrete signals only have two states; ON
or OFF.
 Analog signals have an infinite number of
states. It can be totally ON, totally OFF or
anything in-between.
 PLC’s/PAC’s use analog I/O modules in
applications where the field device signals
are continuously varying.
Overview
Analog Signal
Continuous Signal
Time
MeasuredorCommandSignal
Analog I/O Devices
 Flow meters
 Humidity
transducers
 Load cells
 Potentiometers
 Pressure sensors
 Temperature
sensors
 Vibration
transducers
 I/P valves
 Motor controllers
 Fans/Blowers
 Heaters
 Chart recorders
 Actuators
 Analog meters
Analog Input ProcessProcess
Transducer
Transmitter ADC
0000000000000000
15 0
Physical
Signal
Low level
Voltage or
Current
Voltage or current
compatible with
analog input module
Analog
Input
Module
Toprocessor
Computer or PLC or PAC
Storage register
7
Most common
 4 to 20mA
 0 to 10Vdc
 ±10Vdc
Less common
 0 to 1Vdc
 0 to 5Vdc
 1 to 5Vdc
 ±5Vdc
Analog Input Rates
Analog Output
Process
DAC
Analog
Output
Module
0000000000000000
11 0
Transducer
From
Processor
Storage register
in processor
Voltage or
current output
Analog
Signal
From water
reservoir
To water
supply
I/P Valve
Pump
Transmitter
9
Most common
 4 to 20mA
 0 to 10Vdc
 ±10Vdc
Less common
 10 to 50mA
 0 to 5Vdc
 ±2.5Vdc
 ±5Vdc
Analog Output Rates
10
 Analog signals are encoded by
representing them in a binary word, as a
binary number.
 The binary number corresponds to the
value of the analog signal at a given
instant in time.
Analog Signals
11
 Analog input signals are represented in
digital format through the process of
sampling the continuous analog waveform
at regular intervals of time and then
performing an analog to digital
conversion.
 If the sample rate is twice the rate of the
analog signal change, the signal can be
exactly reproduced. (Actually, analog
signals can never be perfectly produced.
There will always be some error).
Sampling
12
 The process of assigning a discrete binary
number to each sample introduces an
error known as quantization error.
 Quantization is an unavoidable error
resulting from the difference between the
actual value of the analog sample and the
nearest value encoded by one of the
binary numbers.
Sampling
Sampling
http://www.videomaker.com/article/14524/
Sampling
http://www.music-production-school.com/pro_tools_software_article.shtml
15
 Analog to Digital Converter (ADC)
 ADC’s are used to interface analog input
signals with digital circuits, PLC’s, PAC’s or
computers.
 ADC’s are essentially a quantizing process,
whereby an analog signal is represented
by discrete states. These states can be
assigned appropriate codes such as
straight binary, BCD, gray code or binary
two’s compliment.
Analog to Digital
Conversion
16
 Assume:
 A straight binary count.
 3-bit output
 Input of: 0Vdc to 1Vdc
 1 𝑏𝑖𝑡 𝐿𝑆𝐵 =
𝐹.𝑆.
2 𝑛
 Where:
 F.S. = Full scale input of the ADC
 n = number of output bits.
3-Bit ACD
D2 D1 D0
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
17
 From the previous example and table the
following should be noted:
 The 3-bit ADC has 2n output states where ‘n’ is
the number of output bits.
 The value of input voltage required to change
the output by 1-LSB is obtained by:
3-Bit ADC
1 𝑏𝑖𝑡 𝐿𝑆𝐵 =
𝐹.𝑆.
2 𝑛 =
1 𝑉
23 𝐵𝑖𝑡𝑠
=
1 𝑉
8 𝐵𝑖𝑡𝑠
=
1
8
𝑉/𝐵𝑖𝑡 ±
1
2
𝐿𝑆𝐵
3-bit ADCDigitalBinaryOutputCount
Ideally QuantizedAnalog Input Volage
3-Bit ADC Analog Voltage Input vs. Digital Bianry Output Count
000
100
011
010
001
111
110
101
1/8 7/83/45/81/23/81/40 1.0 F.S.
1 LSB
NominalQuantized
Value ½ LSB
Binary
3-Bit ADC
Input vs. Output
Analog Input
for a 1VDC F.S.
ADC
Analog Input
for a 10VDC
F.S. ADC
Binary Digital
Output
0 0.00 000
1/8 1.25 001
1/4 2.50 010
3/8 3.75 011
1/2 5.00 100
5/8 6.25 101
3/4 7.50 110
7/8 8.75 111
20
 Analog input values shown represent the center
point of the analog values for each output word,
with transition points ±½ LSB from the center
points. The quantizing error or uncertainty is thus
½ LSB.
 The MSB (1002) output corresponds to ½ V on
the input which is half of the F.S. input range.
The largest output word (1112) corresponds to
7/8 V and F.S.
3-Bit ADC
𝑉𝑜 𝑚𝑎𝑥𝑜𝑢𝑡 = 𝐹. 𝑆 − 1 𝐿𝑆𝐵
or
1 𝑉𝑑𝑐 −
1
8
𝑉𝑑𝑐 =
7
8
𝑉𝑑𝑐
21
 An ADC requires a certain length of time,
called conversion time, to change an
analog signal into the corresponding
digital signal.
 If the analog signal changes during the
conversion time the converter output may
be in error. To prevent this a sample and
hold circuit is used.
Sampling Concepts
Simplified Sample
and Hold (FYI)
Input
Voltage
A1 A2
Electronic
Switch
Switch
Driver
C
Output
Voltage
Common
Sample
Control
23
 Conversion Time
 The total time required to completely convert
an analog input current or voltage to a digital
output. The time is affected by the propagation
delay in the various circuits. It may be
specified as a number of conversions per
second.
 This is one of the most important specifications
to be considered when selecting an ADC.
Converters having more output bits usually
require more time.
ADC Characteristics
24
 Resolution
 The amount of input voltage required to
increment the output by one LSB. The
resolution is determined by the number of
output bits. It is specified in terms of the
number of output bits or as one part per
number of output states. As an example: the
resolution of an 8-bit converter is specified as
either 8-bits or 1 out of 256
1
28 =
1
256
 Example:
 The resolution of our 3-bit ADC is 1 out of 8
1
23 =
1
8
ADC Characteristics
25
 Digital to Analog Converter (DAC)
 Digital systems can be used to transmit analog
signals. This is accomplished by using a DAC
whereby a given digital signal is transformed
into its equivalent analog signal.
 Three categories
 Current output
 Voltage output
 Multiplying type
Digital to Analog
Converter (DAC)
26
 The DAC process can be viewed as finding
the equivalent weight of and object (less
then one unit) with weights in
geometrically proportional units, such as
1/8, 1/4 and 1/2. By using these weights in
various combinations, 8 different
measurements ranging from zero units to
7/8 units can be obtained.
Concept & Transfer
Function
27
 Assume:
 A straight binary count.
 3-Bit output
 Output of: 0Vdc to 1Vdc
 Where:
 F.S. = Full scale input of
DAC
 n = Number of output
bits.
3-Bit DAC
D2 D1 D0
0 0 0
0 0 1
0 1 0
0 1 1
1 0 0
1 0 1
1 1 0
1 1 1
28
 By the previous example and table the
following should be noted:
 The 3-Bit DAC has eight 2 𝑛 = 8 possible input
combinations 𝑛 = 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑖𝑛𝑝𝑢𝑡 𝑏𝑖𝑡𝑠 , ranging
from 0002 𝑡𝑜 1112.
 If the F.S. analog voltage is 1Vdc, the smallest
unit 𝐿𝑆𝐵 001 is equivalent to
1
8
𝑉. No voltage or
step smaller can be identified by this DAC
(resolution).
3-Bit DAC
3-Bit DAC Output
Voltage vs. Binary
3-Bit DAC Output Voltage vs. Binary Count
0
1/8
1/4
3/8
1/2
5/8
3/4
7/8
1
000 001 010 011 100 101 110 111
Binary Input Count
OutputVoltageChange
3-Bit DAC Input vs.
OUtput
Binary Digital
Input
Analog Output
for a 1VDC F.S.
DAC
Analog Output
for a 10VDC
F.S. DAC
000 0 0.00
001 1/8 1.25
010 1/4 2.50
011 3/8 3.75
100 1/2 5.00
101 5/8 6.25
110 3/4 7.50
111 7/8 8.75
31
 The MSB 𝑏𝑖𝑛𝑎𝑟𝑦 100 has the equivalent
value equal to
1
2
𝑉 𝑜𝑟 50% 𝐹. 𝑆.
 For the maximum input signal 𝑏𝑖𝑛𝑎𝑟𝑦 111 ,
the analog is
7
8
𝑉, which is
1
8
𝑉 less than
the F.S. value. Therefore:
𝑉𝑜 𝑚𝑎𝑥𝑜𝑢𝑡 = 𝐹. 𝑆. −𝐸𝑞𝑢𝑖𝑣. 𝑉 𝑓𝑜𝑟 1 𝐿𝑆𝐵
Where:
𝑉𝑜 𝑚𝑎𝑥𝑜𝑢𝑡 = 𝑡ℎ𝑒 𝑚𝑎𝑥𝑖𝑚𝑢𝑚 𝑎𝑛𝑎𝑙𝑜𝑔 𝑜𝑢𝑡𝑝𝑢𝑡 𝑣𝑜𝑙𝑡𝑎𝑔𝑒
𝐹. 𝑆. = 𝐹𝑢𝑙𝑙 𝑠𝑐𝑎𝑙𝑒 𝑜𝑢𝑡𝑝𝑢𝑡 𝑟𝑎𝑡𝑖𝑛𝑔 𝑜𝑓 𝑡ℎ𝑒 𝐷𝐴𝐶
3-Bit DAC
32
 Settling Time
 The time required, after a code transition, for
the DAC output to reach its final value within
specified limits, (usually ±1/2 LSB). The
settling time of a voltage output DAC is longer
then that of a current output type due to the
extra circuitry to transform current to voltage.
DAC Specifications
33
 The smallest incremental change in output
voltage/current of a DAC.
In the previous example, for a 3-bit DAC
with an output voltage range of 0Vdc to
1Vdc, the resolution is:
𝑅𝑒𝑠𝑜𝑙𝑢𝑡𝑖𝑜𝑛 =
𝐹. 𝑆.
2 𝑛
or
0.125𝑉𝑑𝑐 =
1 𝑉𝑑𝑐
23
Resolution
Transducers/Transmitters
Single-Ended vs Differential
Analog Input Wiring
35
 Transmitters/transducers convert the
signal from an analog input device into a
current or voltage that an analog input
module can accept.
 Transducers convert field device signals to a
voltage. (0 to 10Vdc, -10 to +10Vdc, 0 to
5Vdc, etc.)
 Transmitters convert field device signals to a
current. (4 to 20mA is typical)
 Many times, the two terms are used
without regard to voltage or current.
Transducers/Transmitters
Xducer/Xmitter
Examples
 Xducer/Xmiters are
selected based on
the input and
output signals they
accept and produce.
 Some
xducer/xmitters are
universal and can
be programmed for
a variety of input
signal types and a
variety of output
types.
37
 The transmitter/transducer has an analog
input sensor wired to its input and its
output is wired to the input of an analog
input module.
Xmitter/Xducer
Summary
Process
Transducer
Transmitter
Physical
Signal
measured
by analog
input
sensor
Low level
Voltage or
Current
Voltage or current
compatible with
analog input module
To Analog
Input Module
38
 Xducers/xmitters are wired in a circuit
most often called a ‘current loop’ or a
‘voltage loop’.
 The xducer/xmitter might require a power
supply; ‘loop power’.
 Other xducers/xmitters might supply their
own ‘loop power’.
 Always refer to the manufacturers
specifications and wiring diagrams.
Wiring Configuration
Wiring Configuration
 These xducers
/ xmitters
require loop
power.
 Xducers /
xmitters that
do not require
loop power will
be wired
directly to the
module.
2- Wire Transducer/Transmitter
3- Wire Transducer/Transmitter
4- Wire Transducer/Transmitter
Xducer/xmitter
Xducer/xmitter
Xducer/xmitter
40
 Analog input modules accept analog
signals.
 These inputs are referred to as channels.
 The inputs can be voltage or current.
 Some input modules require configuration
to set if the module or individual channels
can accept voltage or current. Depending
on the module, configuration can be done:
 Through the programming software.
 With DIP switch settings.
 Input wiring arrangement.
Analog Input Modules
41
 Most analog input modules can be wired
single-ended or differential.
 The methods are usually defined by the
type of input devices and/or the physical
location of the devices.
 Single-ended wiring is usually used in low
noise (electrical noise) environments and
differential is usually used in areas where
there is a lot of Electro-Magnetic
Interference (EMI) (a.k.a. Noise)
Single-Ended vs
Differential
42
 Measurements taken with an analog input
module that are single-ended, take the
voltage or current difference between a
single wire and ground.
 The noise is only on the positive wire and
therefore is measured along with the
output signal from the input sensor.
 In areas where high levels of electrical
noise are present, the noise could cause
measurement errors.
Single-Ended
43
 Measurements taken with an analog input
module that are differential are “floating”,
there is no ground reference.
 The measurement is taken as the voltage
difference between the two wires.
 In areas where high levels of electrical
noise are present, the noise is added to
both wires, in-phase, and can than be
filtered by the common mode rejection of
the module.
Differential
Analog Input Wiring
 The diagram
shows single
ended wiring of
several xducers
/ xmitters
wired to an
analog input
module.
Xducer/xmitter
Xducer/xmitter
Xducer/xmitter
Xducer/xmitter
Single Ended Wiring
Differential Wiring
1756-IF8 Single
Ended Voltage
 Notes:
 All terminals
marked RTN are
connected
internally.
 Terminals
marked iRTN are
not used for
single-ended
voltage wiring.
 Do not connect
more than two
wires to any
single terminal.
1756-IF8 Single
Ended Current
 Notes:
 All terminals marked
RTN are connected
internally.
 For current applications,
all terminals marked
iRTN must be wired to
terminals marked RTN.
 A 249W current loop
resistor is located
between IN-x and iRTN-
x terminals.
 Place additional loop
devices (e.g. strip chart
recorders, etc.) at the A
location in the current
loop.
 Do not connect more
than two wires to any
single terminal.
1756-IF8 Differential
Voltage
 Notes:
 All terminals marked
RTN are connected
internally.
 If multiple (+) or
multiple (-) terminals
are tied together,
connect that tie point to
a RTN terminal to
maintain the module’s
accuracy.
 Terminals marked RTN
or iRTN are not used for
differential voltage
wiring.
 Do not connect more
than two wires to any
single terminal.
 Important:
 When operating in 2-
channel, high speed
mode, only use
channels 0 and 2
1756-IF8 Differential
Current
 Notes:
 All terminals marked RTN
are connected internally.
 A 249W current loop
resistor is located between
IN-x and iRTN-x terminals.
 If multiple (+) or multiple
(-) terminals are tied
together, connect that tie
point to a RTN terminal to
maintain the module’s
accuracy.
 Place additional loop
devices (e.g. strip chart
recorders, etc.) at the A
location in the current loop.
 Do not connect more than
two wires to any single
terminal.
 Important:
 When operating in 2
channel, high speed
mode, only use channels 0
and 2.

More Related Content

What's hot

FYBSC IT Digital Electronics Unit V Chapter II Shift Register
FYBSC IT Digital Electronics Unit V Chapter II Shift RegisterFYBSC IT Digital Electronics Unit V Chapter II Shift Register
FYBSC IT Digital Electronics Unit V Chapter II Shift RegisterArti Parab Academics
 
Microprocessor-Compatible Quadrature Decoder/Counter Design
Microprocessor-Compatible Quadrature Decoder/Counter DesignMicroprocessor-Compatible Quadrature Decoder/Counter Design
Microprocessor-Compatible Quadrature Decoder/Counter DesignRohit Singh
 
Math cl ccw_siemens_rev01_fa16
Math cl ccw_siemens_rev01_fa16Math cl ccw_siemens_rev01_fa16
Math cl ccw_siemens_rev01_fa16John Todora
 
Counters ibrahem
Counters ibrahemCounters ibrahem
Counters ibrahemIbranoz1990
 
ControlLogix Counters FA16
ControlLogix Counters FA16ControlLogix Counters FA16
ControlLogix Counters FA16John Todora
 
Unit 5 assembly language programming
Unit 5   assembly language programmingUnit 5   assembly language programming
Unit 5 assembly language programmingKartik Sharma
 
Introduction to 8085 & it's description(includes basic lab experiments)
Introduction to 8085 & it's description(includes basic lab experiments)Introduction to 8085 & it's description(includes basic lab experiments)
Introduction to 8085 & it's description(includes basic lab experiments)Basil John
 
03 shift registers_and_more_data_manipulation_sp15
03 shift registers_and_more_data_manipulation_sp1503 shift registers_and_more_data_manipulation_sp15
03 shift registers_and_more_data_manipulation_sp15John Todora
 
8051 data type and directives
8051 data type and directives8051 data type and directives
8051 data type and directivesSARITHA REDDY
 
Sequential and combinational alu
Sequential and combinational alu Sequential and combinational alu
Sequential and combinational alu Piyush Rochwani
 
EC8392 Digital Electronics- Unit-3 -S.Sesha Vidhya-ASP-ECE-RMKCET
EC8392 Digital Electronics- Unit-3 -S.Sesha Vidhya-ASP-ECE-RMKCETEC8392 Digital Electronics- Unit-3 -S.Sesha Vidhya-ASP-ECE-RMKCET
EC8392 Digital Electronics- Unit-3 -S.Sesha Vidhya-ASP-ECE-RMKCETSeshaVidhyaS
 
8085 microprocessor(1)
8085 microprocessor(1)8085 microprocessor(1)
8085 microprocessor(1)Reevu Pal
 

What's hot (20)

FYBSC IT Digital Electronics Unit V Chapter II Shift Register
FYBSC IT Digital Electronics Unit V Chapter II Shift RegisterFYBSC IT Digital Electronics Unit V Chapter II Shift Register
FYBSC IT Digital Electronics Unit V Chapter II Shift Register
 
Microprocessor-Compatible Quadrature Decoder/Counter Design
Microprocessor-Compatible Quadrature Decoder/Counter DesignMicroprocessor-Compatible Quadrature Decoder/Counter Design
Microprocessor-Compatible Quadrature Decoder/Counter Design
 
Math cl ccw_siemens_rev01_fa16
Math cl ccw_siemens_rev01_fa16Math cl ccw_siemens_rev01_fa16
Math cl ccw_siemens_rev01_fa16
 
Counters ibrahem
Counters ibrahemCounters ibrahem
Counters ibrahem
 
Lec14
Lec14Lec14
Lec14
 
MSI Counters
MSI CountersMSI Counters
MSI Counters
 
De lab manual
De lab manualDe lab manual
De lab manual
 
ControlLogix Counters FA16
ControlLogix Counters FA16ControlLogix Counters FA16
ControlLogix Counters FA16
 
Unit 5 assembly language programming
Unit 5   assembly language programmingUnit 5   assembly language programming
Unit 5 assembly language programming
 
Ece221 Ch7 Part1
Ece221 Ch7 Part1Ece221 Ch7 Part1
Ece221 Ch7 Part1
 
The 8255 PPI
The 8255 PPIThe 8255 PPI
The 8255 PPI
 
Introduction to 8085 & it's description(includes basic lab experiments)
Introduction to 8085 & it's description(includes basic lab experiments)Introduction to 8085 & it's description(includes basic lab experiments)
Introduction to 8085 & it's description(includes basic lab experiments)
 
03 shift registers_and_more_data_manipulation_sp15
03 shift registers_and_more_data_manipulation_sp1503 shift registers_and_more_data_manipulation_sp15
03 shift registers_and_more_data_manipulation_sp15
 
Chapter 4 plc
Chapter 4 plcChapter 4 plc
Chapter 4 plc
 
8051 data type and directives
8051 data type and directives8051 data type and directives
8051 data type and directives
 
Intel 8085 mp
Intel 8085 mpIntel 8085 mp
Intel 8085 mp
 
Sequential and combinational alu
Sequential and combinational alu Sequential and combinational alu
Sequential and combinational alu
 
Dee2034 chapter 6 register
Dee2034 chapter 6 registerDee2034 chapter 6 register
Dee2034 chapter 6 register
 
EC8392 Digital Electronics- Unit-3 -S.Sesha Vidhya-ASP-ECE-RMKCET
EC8392 Digital Electronics- Unit-3 -S.Sesha Vidhya-ASP-ECE-RMKCETEC8392 Digital Electronics- Unit-3 -S.Sesha Vidhya-ASP-ECE-RMKCET
EC8392 Digital Electronics- Unit-3 -S.Sesha Vidhya-ASP-ECE-RMKCET
 
8085 microprocessor(1)
8085 microprocessor(1)8085 microprocessor(1)
8085 microprocessor(1)
 

Viewers also liked

04 scaling analog_datal_sp17
04 scaling analog_datal_sp1704 scaling analog_datal_sp17
04 scaling analog_datal_sp17John Todora
 
Diseño de juegos
Diseño de juegosDiseño de juegos
Diseño de juegosNicole2411
 
02 chapter02 fa16
02 chapter02 fa1602 chapter02 fa16
02 chapter02 fa16John Todora
 
01 control logix_arrays_sp17
01 control logix_arrays_sp1701 control logix_arrays_sp17
01 control logix_arrays_sp17John Todora
 
02 copy file_fill_sp16
02 copy file_fill_sp1602 copy file_fill_sp16
02 copy file_fill_sp16John Todora
 
13 chap07 and_08_comparison_subs_force_fa14
13 chap07 and_08_comparison_subs_force_fa1413 chap07 and_08_comparison_subs_force_fa14
13 chap07 and_08_comparison_subs_force_fa14John Todora
 
11 chapter06 slc_int_float_mov_mvm_fa14
11 chapter06 slc_int_float_mov_mvm_fa1411 chapter06 slc_int_float_mov_mvm_fa14
11 chapter06 slc_int_float_mov_mvm_fa14John Todora
 
Data Manipulation and Math Instruction on RSLogix 500
Data Manipulation and Math Instruction on RSLogix 500Data Manipulation and Math Instruction on RSLogix 500
Data Manipulation and Math Instruction on RSLogix 500Lino Hugun Saputra
 
Move mask moves_rev01_fa16
Move mask moves_rev01_fa16Move mask moves_rev01_fa16
Move mask moves_rev01_fa16John Todora
 
Manejo de avisos y alarmas en HMI
Manejo de avisos y alarmas en HMIManejo de avisos y alarmas en HMI
Manejo de avisos y alarmas en HMIjohn piñeros
 
Cap5. circuitos neumaticos
Cap5. circuitos neumaticosCap5. circuitos neumaticos
Cap5. circuitos neumaticoschorisin87
 
Programación estructurada Siemens - TIA PORTAL
Programación estructurada Siemens - TIA PORTALProgramación estructurada Siemens - TIA PORTAL
Programación estructurada Siemens - TIA PORTALjohn piñeros
 
Manual manejo TIA PORTAL SIEMENS
Manual manejo TIA PORTAL SIEMENSManual manejo TIA PORTAL SIEMENS
Manual manejo TIA PORTAL SIEMENSjohn piñeros
 

Viewers also liked (20)

04 scaling analog_datal_sp17
04 scaling analog_datal_sp1704 scaling analog_datal_sp17
04 scaling analog_datal_sp17
 
Diseño de juegos
Diseño de juegosDiseño de juegos
Diseño de juegos
 
02 chapter02 fa16
02 chapter02 fa1602 chapter02 fa16
02 chapter02 fa16
 
01 control logix_arrays_sp17
01 control logix_arrays_sp1701 control logix_arrays_sp17
01 control logix_arrays_sp17
 
Slc500cap6
Slc500cap6Slc500cap6
Slc500cap6
 
02 copy file_fill_sp16
02 copy file_fill_sp1602 copy file_fill_sp16
02 copy file_fill_sp16
 
13 chap07 and_08_comparison_subs_force_fa14
13 chap07 and_08_comparison_subs_force_fa1413 chap07 and_08_comparison_subs_force_fa14
13 chap07 and_08_comparison_subs_force_fa14
 
11 chapter06 slc_int_float_mov_mvm_fa14
11 chapter06 slc_int_float_mov_mvm_fa1411 chapter06 slc_int_float_mov_mvm_fa14
11 chapter06 slc_int_float_mov_mvm_fa14
 
Data Manipulation and Math Instruction on RSLogix 500
Data Manipulation and Math Instruction on RSLogix 500Data Manipulation and Math Instruction on RSLogix 500
Data Manipulation and Math Instruction on RSLogix 500
 
Move mask moves_rev01_fa16
Move mask moves_rev01_fa16Move mask moves_rev01_fa16
Move mask moves_rev01_fa16
 
Sap -mise_en_oeuvre
Sap  -mise_en_oeuvreSap  -mise_en_oeuvre
Sap -mise_en_oeuvre
 
Examen sap master 2015
Examen sap master 2015Examen sap master 2015
Examen sap master 2015
 
Manejo de avisos y alarmas en HMI
Manejo de avisos y alarmas en HMIManejo de avisos y alarmas en HMI
Manejo de avisos y alarmas en HMI
 
Ultrasonic Level Measurement-Prosonic M FMU40/41/42/43/44
Ultrasonic Level Measurement-Prosonic M FMU40/41/42/43/44Ultrasonic Level Measurement-Prosonic M FMU40/41/42/43/44
Ultrasonic Level Measurement-Prosonic M FMU40/41/42/43/44
 
Cap5. circuitos neumaticos
Cap5. circuitos neumaticosCap5. circuitos neumaticos
Cap5. circuitos neumaticos
 
Programación estructurada Siemens - TIA PORTAL
Programación estructurada Siemens - TIA PORTALProgramación estructurada Siemens - TIA PORTAL
Programación estructurada Siemens - TIA PORTAL
 
Programación SIEMENS S7 200
Programación SIEMENS S7 200Programación SIEMENS S7 200
Programación SIEMENS S7 200
 
Manual manejo TIA PORTAL SIEMENS
Manual manejo TIA PORTAL SIEMENSManual manejo TIA PORTAL SIEMENS
Manual manejo TIA PORTAL SIEMENS
 
Step 7 avanzado
Step 7 avanzadoStep 7 avanzado
Step 7 avanzado
 
INSTALACIÓN NEUMATICA
INSTALACIÓN NEUMATICAINSTALACIÓN NEUMATICA
INSTALACIÓN NEUMATICA
 

Similar to Analog Control Signals and I/O Devices

Meeting w9 chapter 3 part 2
Meeting w9   chapter 3 part 2Meeting w9   chapter 3 part 2
Meeting w9 chapter 3 part 2Hattori Sidek
 
Fundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.pptFundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.pptBEVARAVASUDEVAAP1813
 
ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORAnil Yadav
 
Meeting w10 chapter 3 part 3
Meeting w10   chapter 3 part 3Meeting w10   chapter 3 part 3
Meeting w10 chapter 3 part 3Hattori Sidek
 
analog to digital converter.ppt
analog to digital converter.pptanalog to digital converter.ppt
analog to digital converter.pptDreamers6
 
adc dac converter
adc dac converteradc dac converter
adc dac converterGaurav Rai
 
Pic ppt 13104022(4th_year)
Pic ppt 13104022(4th_year)Pic ppt 13104022(4th_year)
Pic ppt 13104022(4th_year)Daman Singh
 
analog to digital adn digital to analog .ppt
analog to digital adn digital to analog .pptanalog to digital adn digital to analog .ppt
analog to digital adn digital to analog .pptdaredevil15082004
 
UNIT 4 & 5 - I nterfacing_Lecture7.pptx
UNIT 4 & 5 - I         nterfacing_Lecture7.pptxUNIT 4 & 5 - I         nterfacing_Lecture7.pptx
UNIT 4 & 5 - I nterfacing_Lecture7.pptxnaveen088888
 
MODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptxMODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptxManjunathtv2
 
Interfacing technique with 8085- ADC[0808]
Interfacing technique with 8085- ADC[0808]Interfacing technique with 8085- ADC[0808]
Interfacing technique with 8085- ADC[0808]Guhan k
 
Top schools in noida
Top schools in noidaTop schools in noida
Top schools in noidaEdhole.com
 
Top schools in noida
Top schools in noidaTop schools in noida
Top schools in noidaEdhole.com
 

Similar to Analog Control Signals and I/O Devices (20)

Meeting w9 chapter 3 part 2
Meeting w9   chapter 3 part 2Meeting w9   chapter 3 part 2
Meeting w9 chapter 3 part 2
 
Fundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.pptFundamental of MSD Module-III Part-a.ppt
Fundamental of MSD Module-III Part-a.ppt
 
ANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTORANALOG TO DIGITAL CONVERTOR
ANALOG TO DIGITAL CONVERTOR
 
Meeting w10 chapter 3 part 3
Meeting w10   chapter 3 part 3Meeting w10   chapter 3 part 3
Meeting w10 chapter 3 part 3
 
analog to digital converter.ppt
analog to digital converter.pptanalog to digital converter.ppt
analog to digital converter.ppt
 
Analog to digital converters, adc
Analog to digital converters, adcAnalog to digital converters, adc
Analog to digital converters, adc
 
adc dac converter
adc dac converteradc dac converter
adc dac converter
 
Pic ppt 13104022(4th_year)
Pic ppt 13104022(4th_year)Pic ppt 13104022(4th_year)
Pic ppt 13104022(4th_year)
 
analog to digital adn digital to analog .ppt
analog to digital adn digital to analog .pptanalog to digital adn digital to analog .ppt
analog to digital adn digital to analog .ppt
 
Microprocesser
MicroprocesserMicroprocesser
Microprocesser
 
UNIT 4 & 5 - I nterfacing_Lecture7.pptx
UNIT 4 & 5 - I         nterfacing_Lecture7.pptxUNIT 4 & 5 - I         nterfacing_Lecture7.pptx
UNIT 4 & 5 - I nterfacing_Lecture7.pptx
 
Adc dac converter
Adc dac converterAdc dac converter
Adc dac converter
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
 
Analog to digital converter
Analog to digital converterAnalog to digital converter
Analog to digital converter
 
ADC and DAC Best Ever Pers
ADC and DAC Best Ever PersADC and DAC Best Ever Pers
ADC and DAC Best Ever Pers
 
MODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptxMODULE-2_SIGNAL_CONDITIONING.pptx
MODULE-2_SIGNAL_CONDITIONING.pptx
 
ADC & DAC
ADC & DAC ADC & DAC
ADC & DAC
 
Interfacing technique with 8085- ADC[0808]
Interfacing technique with 8085- ADC[0808]Interfacing technique with 8085- ADC[0808]
Interfacing technique with 8085- ADC[0808]
 
Top schools in noida
Top schools in noidaTop schools in noida
Top schools in noida
 
Top schools in noida
Top schools in noidaTop schools in noida
Top schools in noida
 

More from John Todora

Comparison instructions, AB, Siemens and AB CCW
Comparison instructions, AB, Siemens and AB CCWComparison instructions, AB, Siemens and AB CCW
Comparison instructions, AB, Siemens and AB CCWJohn Todora
 
Subroutines rev01 fa16
Subroutines rev01 fa16Subroutines rev01 fa16
Subroutines rev01 fa16John Todora
 
ControlLogix Timers FA16
ControlLogix Timers FA16ControlLogix Timers FA16
ControlLogix Timers FA16John Todora
 
01 introduction to_plc-pac_rev01_fa16
01 introduction to_plc-pac_rev01_fa1601 introduction to_plc-pac_rev01_fa16
01 introduction to_plc-pac_rev01_fa16John Todora
 
07 chapter07 loop_diagrams
07 chapter07 loop_diagrams07 chapter07 loop_diagrams
07 chapter07 loop_diagramsJohn Todora
 
04 chapter04 specification_forms
04 chapter04 specification_forms04 chapter04 specification_forms
04 chapter04 specification_formsJohn Todora
 
03 chapter03 lists_indexes_databases
03 chapter03 lists_indexes_databases03 chapter03 lists_indexes_databases
03 chapter03 lists_indexes_databasesJohn Todora
 
02 chapter02 p&ids_and_symbols_split_animations
02 chapter02 p&ids_and_symbols_split_animations02 chapter02 p&ids_and_symbols_split_animations
02 chapter02 p&ids_and_symbols_split_animationsJohn Todora
 
01 chapter01 process_flow_diagram
01 chapter01 process_flow_diagram01 chapter01 process_flow_diagram
01 chapter01 process_flow_diagramJohn Todora
 
EMEC130 P&ID Symbol Primer
EMEC130 P&ID Symbol PrimerEMEC130 P&ID Symbol Primer
EMEC130 P&ID Symbol PrimerJohn Todora
 
Control Systems Basics
Control Systems BasicsControl Systems Basics
Control Systems BasicsJohn Todora
 
01 overview of_industrial_automation_sp15
01 overview of_industrial_automation_sp1501 overview of_industrial_automation_sp15
01 overview of_industrial_automation_sp15John Todora
 
04 sequencer instructions_sp15
04 sequencer instructions_sp1504 sequencer instructions_sp15
04 sequencer instructions_sp15John Todora
 
01 indirect indexed_addressing_and_arrays_sp15
01 indirect indexed_addressing_and_arrays_sp1501 indirect indexed_addressing_and_arrays_sp15
01 indirect indexed_addressing_and_arrays_sp15John Todora
 

More from John Todora (17)

Comparison instructions, AB, Siemens and AB CCW
Comparison instructions, AB, Siemens and AB CCWComparison instructions, AB, Siemens and AB CCW
Comparison instructions, AB, Siemens and AB CCW
 
Lab02 review
Lab02 reviewLab02 review
Lab02 review
 
Subroutines rev01 fa16
Subroutines rev01 fa16Subroutines rev01 fa16
Subroutines rev01 fa16
 
Lab02 lead in
Lab02 lead inLab02 lead in
Lab02 lead in
 
ControlLogix Timers FA16
ControlLogix Timers FA16ControlLogix Timers FA16
ControlLogix Timers FA16
 
01 introduction to_plc-pac_rev01_fa16
01 introduction to_plc-pac_rev01_fa1601 introduction to_plc-pac_rev01_fa16
01 introduction to_plc-pac_rev01_fa16
 
07 chapter07 loop_diagrams
07 chapter07 loop_diagrams07 chapter07 loop_diagrams
07 chapter07 loop_diagrams
 
04 chapter04 specification_forms
04 chapter04 specification_forms04 chapter04 specification_forms
04 chapter04 specification_forms
 
03 chapter03 lists_indexes_databases
03 chapter03 lists_indexes_databases03 chapter03 lists_indexes_databases
03 chapter03 lists_indexes_databases
 
02 chapter02 p&ids_and_symbols_split_animations
02 chapter02 p&ids_and_symbols_split_animations02 chapter02 p&ids_and_symbols_split_animations
02 chapter02 p&ids_and_symbols_split_animations
 
01 chapter01 process_flow_diagram
01 chapter01 process_flow_diagram01 chapter01 process_flow_diagram
01 chapter01 process_flow_diagram
 
00 introduction
00 introduction00 introduction
00 introduction
 
EMEC130 P&ID Symbol Primer
EMEC130 P&ID Symbol PrimerEMEC130 P&ID Symbol Primer
EMEC130 P&ID Symbol Primer
 
Control Systems Basics
Control Systems BasicsControl Systems Basics
Control Systems Basics
 
01 overview of_industrial_automation_sp15
01 overview of_industrial_automation_sp1501 overview of_industrial_automation_sp15
01 overview of_industrial_automation_sp15
 
04 sequencer instructions_sp15
04 sequencer instructions_sp1504 sequencer instructions_sp15
04 sequencer instructions_sp15
 
01 indirect indexed_addressing_and_arrays_sp15
01 indirect indexed_addressing_and_arrays_sp1501 indirect indexed_addressing_and_arrays_sp15
01 indirect indexed_addressing_and_arrays_sp15
 

Recently uploaded

HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...Nguyen Thanh Tu Collection
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPCeline George
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYKayeClaireEstoconing
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17Celine George
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Seán Kennedy
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxthorishapillay1
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfphamnguyenenglishnb
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONHumphrey A Beña
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinojohnmickonozaleda
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSJoshuaGantuangco2
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptxmary850239
 

Recently uploaded (20)

HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
HỌC TỐT TIẾNG ANH 11 THEO CHƯƠNG TRÌNH GLOBAL SUCCESS ĐÁP ÁN CHI TIẾT - CẢ NĂ...
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
How to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERPHow to do quick user assign in kanban in Odoo 17 ERP
How to do quick user assign in kanban in Odoo 17 ERP
 
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITYISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
ISYU TUNGKOL SA SEKSWLADIDA (ISSUE ABOUT SEXUALITY
 
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptxFINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
FINALS_OF_LEFT_ON_C'N_EL_DORADO_2024.pptx
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17How to Add Barcode on PDF Report in Odoo 17
How to Add Barcode on PDF Report in Odoo 17
 
Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...Student Profile Sample - We help schools to connect the data they have, with ...
Student Profile Sample - We help schools to connect the data they have, with ...
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
Proudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptxProudly South Africa powerpoint Thorisha.pptx
Proudly South Africa powerpoint Thorisha.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdfAMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
AMERICAN LANGUAGE HUB_Level2_Student'sBook_Answerkey.pdf
 
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATIONTHEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
THEORIES OF ORGANIZATION-PUBLIC ADMINISTRATION
 
FILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipinoFILIPINO PSYCHology sikolohiyang pilipino
FILIPINO PSYCHology sikolohiyang pilipino
 
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTSGRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
GRADE 4 - SUMMATIVE TEST QUARTER 4 ALL SUBJECTS
 
4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx4.16.24 21st Century Movements for Black Lives.pptx
4.16.24 21st Century Movements for Black Lives.pptx
 
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptxYOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
YOUVE GOT EMAIL_FINALS_EL_DORADO_2024.pptx
 

Analog Control Signals and I/O Devices

  • 3. 3  Discrete signals only have two states; ON or OFF.  Analog signals have an infinite number of states. It can be totally ON, totally OFF or anything in-between.  PLC’s/PAC’s use analog I/O modules in applications where the field device signals are continuously varying. Overview
  • 5. Analog I/O Devices  Flow meters  Humidity transducers  Load cells  Potentiometers  Pressure sensors  Temperature sensors  Vibration transducers  I/P valves  Motor controllers  Fans/Blowers  Heaters  Chart recorders  Actuators  Analog meters
  • 6. Analog Input ProcessProcess Transducer Transmitter ADC 0000000000000000 15 0 Physical Signal Low level Voltage or Current Voltage or current compatible with analog input module Analog Input Module Toprocessor Computer or PLC or PAC Storage register
  • 7. 7 Most common  4 to 20mA  0 to 10Vdc  ±10Vdc Less common  0 to 1Vdc  0 to 5Vdc  1 to 5Vdc  ±5Vdc Analog Input Rates
  • 8. Analog Output Process DAC Analog Output Module 0000000000000000 11 0 Transducer From Processor Storage register in processor Voltage or current output Analog Signal From water reservoir To water supply I/P Valve Pump Transmitter
  • 9. 9 Most common  4 to 20mA  0 to 10Vdc  ±10Vdc Less common  10 to 50mA  0 to 5Vdc  ±2.5Vdc  ±5Vdc Analog Output Rates
  • 10. 10  Analog signals are encoded by representing them in a binary word, as a binary number.  The binary number corresponds to the value of the analog signal at a given instant in time. Analog Signals
  • 11. 11  Analog input signals are represented in digital format through the process of sampling the continuous analog waveform at regular intervals of time and then performing an analog to digital conversion.  If the sample rate is twice the rate of the analog signal change, the signal can be exactly reproduced. (Actually, analog signals can never be perfectly produced. There will always be some error). Sampling
  • 12. 12  The process of assigning a discrete binary number to each sample introduces an error known as quantization error.  Quantization is an unavoidable error resulting from the difference between the actual value of the analog sample and the nearest value encoded by one of the binary numbers. Sampling
  • 15. 15  Analog to Digital Converter (ADC)  ADC’s are used to interface analog input signals with digital circuits, PLC’s, PAC’s or computers.  ADC’s are essentially a quantizing process, whereby an analog signal is represented by discrete states. These states can be assigned appropriate codes such as straight binary, BCD, gray code or binary two’s compliment. Analog to Digital Conversion
  • 16. 16  Assume:  A straight binary count.  3-bit output  Input of: 0Vdc to 1Vdc  1 𝑏𝑖𝑡 𝐿𝑆𝐵 = 𝐹.𝑆. 2 𝑛  Where:  F.S. = Full scale input of the ADC  n = number of output bits. 3-Bit ACD D2 D1 D0 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1
  • 17. 17  From the previous example and table the following should be noted:  The 3-bit ADC has 2n output states where ‘n’ is the number of output bits.  The value of input voltage required to change the output by 1-LSB is obtained by: 3-Bit ADC 1 𝑏𝑖𝑡 𝐿𝑆𝐵 = 𝐹.𝑆. 2 𝑛 = 1 𝑉 23 𝐵𝑖𝑡𝑠 = 1 𝑉 8 𝐵𝑖𝑡𝑠 = 1 8 𝑉/𝐵𝑖𝑡 ± 1 2 𝐿𝑆𝐵
  • 18. 3-bit ADCDigitalBinaryOutputCount Ideally QuantizedAnalog Input Volage 3-Bit ADC Analog Voltage Input vs. Digital Bianry Output Count 000 100 011 010 001 111 110 101 1/8 7/83/45/81/23/81/40 1.0 F.S. 1 LSB NominalQuantized Value ½ LSB Binary
  • 19. 3-Bit ADC Input vs. Output Analog Input for a 1VDC F.S. ADC Analog Input for a 10VDC F.S. ADC Binary Digital Output 0 0.00 000 1/8 1.25 001 1/4 2.50 010 3/8 3.75 011 1/2 5.00 100 5/8 6.25 101 3/4 7.50 110 7/8 8.75 111
  • 20. 20  Analog input values shown represent the center point of the analog values for each output word, with transition points ±½ LSB from the center points. The quantizing error or uncertainty is thus ½ LSB.  The MSB (1002) output corresponds to ½ V on the input which is half of the F.S. input range. The largest output word (1112) corresponds to 7/8 V and F.S. 3-Bit ADC 𝑉𝑜 𝑚𝑎𝑥𝑜𝑢𝑡 = 𝐹. 𝑆 − 1 𝐿𝑆𝐵 or 1 𝑉𝑑𝑐 − 1 8 𝑉𝑑𝑐 = 7 8 𝑉𝑑𝑐
  • 21. 21  An ADC requires a certain length of time, called conversion time, to change an analog signal into the corresponding digital signal.  If the analog signal changes during the conversion time the converter output may be in error. To prevent this a sample and hold circuit is used. Sampling Concepts
  • 22. Simplified Sample and Hold (FYI) Input Voltage A1 A2 Electronic Switch Switch Driver C Output Voltage Common Sample Control
  • 23. 23  Conversion Time  The total time required to completely convert an analog input current or voltage to a digital output. The time is affected by the propagation delay in the various circuits. It may be specified as a number of conversions per second.  This is one of the most important specifications to be considered when selecting an ADC. Converters having more output bits usually require more time. ADC Characteristics
  • 24. 24  Resolution  The amount of input voltage required to increment the output by one LSB. The resolution is determined by the number of output bits. It is specified in terms of the number of output bits or as one part per number of output states. As an example: the resolution of an 8-bit converter is specified as either 8-bits or 1 out of 256 1 28 = 1 256  Example:  The resolution of our 3-bit ADC is 1 out of 8 1 23 = 1 8 ADC Characteristics
  • 25. 25  Digital to Analog Converter (DAC)  Digital systems can be used to transmit analog signals. This is accomplished by using a DAC whereby a given digital signal is transformed into its equivalent analog signal.  Three categories  Current output  Voltage output  Multiplying type Digital to Analog Converter (DAC)
  • 26. 26  The DAC process can be viewed as finding the equivalent weight of and object (less then one unit) with weights in geometrically proportional units, such as 1/8, 1/4 and 1/2. By using these weights in various combinations, 8 different measurements ranging from zero units to 7/8 units can be obtained. Concept & Transfer Function
  • 27. 27  Assume:  A straight binary count.  3-Bit output  Output of: 0Vdc to 1Vdc  Where:  F.S. = Full scale input of DAC  n = Number of output bits. 3-Bit DAC D2 D1 D0 0 0 0 0 0 1 0 1 0 0 1 1 1 0 0 1 0 1 1 1 0 1 1 1
  • 28. 28  By the previous example and table the following should be noted:  The 3-Bit DAC has eight 2 𝑛 = 8 possible input combinations 𝑛 = 𝑛𝑢𝑚𝑏𝑒𝑟 𝑜𝑓 𝑖𝑛𝑝𝑢𝑡 𝑏𝑖𝑡𝑠 , ranging from 0002 𝑡𝑜 1112.  If the F.S. analog voltage is 1Vdc, the smallest unit 𝐿𝑆𝐵 001 is equivalent to 1 8 𝑉. No voltage or step smaller can be identified by this DAC (resolution). 3-Bit DAC
  • 29. 3-Bit DAC Output Voltage vs. Binary 3-Bit DAC Output Voltage vs. Binary Count 0 1/8 1/4 3/8 1/2 5/8 3/4 7/8 1 000 001 010 011 100 101 110 111 Binary Input Count OutputVoltageChange
  • 30. 3-Bit DAC Input vs. OUtput Binary Digital Input Analog Output for a 1VDC F.S. DAC Analog Output for a 10VDC F.S. DAC 000 0 0.00 001 1/8 1.25 010 1/4 2.50 011 3/8 3.75 100 1/2 5.00 101 5/8 6.25 110 3/4 7.50 111 7/8 8.75
  • 31. 31  The MSB 𝑏𝑖𝑛𝑎𝑟𝑦 100 has the equivalent value equal to 1 2 𝑉 𝑜𝑟 50% 𝐹. 𝑆.  For the maximum input signal 𝑏𝑖𝑛𝑎𝑟𝑦 111 , the analog is 7 8 𝑉, which is 1 8 𝑉 less than the F.S. value. Therefore: 𝑉𝑜 𝑚𝑎𝑥𝑜𝑢𝑡 = 𝐹. 𝑆. −𝐸𝑞𝑢𝑖𝑣. 𝑉 𝑓𝑜𝑟 1 𝐿𝑆𝐵 Where: 𝑉𝑜 𝑚𝑎𝑥𝑜𝑢𝑡 = 𝑡ℎ𝑒 𝑚𝑎𝑥𝑖𝑚𝑢𝑚 𝑎𝑛𝑎𝑙𝑜𝑔 𝑜𝑢𝑡𝑝𝑢𝑡 𝑣𝑜𝑙𝑡𝑎𝑔𝑒 𝐹. 𝑆. = 𝐹𝑢𝑙𝑙 𝑠𝑐𝑎𝑙𝑒 𝑜𝑢𝑡𝑝𝑢𝑡 𝑟𝑎𝑡𝑖𝑛𝑔 𝑜𝑓 𝑡ℎ𝑒 𝐷𝐴𝐶 3-Bit DAC
  • 32. 32  Settling Time  The time required, after a code transition, for the DAC output to reach its final value within specified limits, (usually ±1/2 LSB). The settling time of a voltage output DAC is longer then that of a current output type due to the extra circuitry to transform current to voltage. DAC Specifications
  • 33. 33  The smallest incremental change in output voltage/current of a DAC. In the previous example, for a 3-bit DAC with an output voltage range of 0Vdc to 1Vdc, the resolution is: 𝑅𝑒𝑠𝑜𝑙𝑢𝑡𝑖𝑜𝑛 = 𝐹. 𝑆. 2 𝑛 or 0.125𝑉𝑑𝑐 = 1 𝑉𝑑𝑐 23 Resolution
  • 35. 35  Transmitters/transducers convert the signal from an analog input device into a current or voltage that an analog input module can accept.  Transducers convert field device signals to a voltage. (0 to 10Vdc, -10 to +10Vdc, 0 to 5Vdc, etc.)  Transmitters convert field device signals to a current. (4 to 20mA is typical)  Many times, the two terms are used without regard to voltage or current. Transducers/Transmitters
  • 36. Xducer/Xmitter Examples  Xducer/Xmiters are selected based on the input and output signals they accept and produce.  Some xducer/xmitters are universal and can be programmed for a variety of input signal types and a variety of output types.
  • 37. 37  The transmitter/transducer has an analog input sensor wired to its input and its output is wired to the input of an analog input module. Xmitter/Xducer Summary Process Transducer Transmitter Physical Signal measured by analog input sensor Low level Voltage or Current Voltage or current compatible with analog input module To Analog Input Module
  • 38. 38  Xducers/xmitters are wired in a circuit most often called a ‘current loop’ or a ‘voltage loop’.  The xducer/xmitter might require a power supply; ‘loop power’.  Other xducers/xmitters might supply their own ‘loop power’.  Always refer to the manufacturers specifications and wiring diagrams. Wiring Configuration
  • 39. Wiring Configuration  These xducers / xmitters require loop power.  Xducers / xmitters that do not require loop power will be wired directly to the module. 2- Wire Transducer/Transmitter 3- Wire Transducer/Transmitter 4- Wire Transducer/Transmitter Xducer/xmitter Xducer/xmitter Xducer/xmitter
  • 40. 40  Analog input modules accept analog signals.  These inputs are referred to as channels.  The inputs can be voltage or current.  Some input modules require configuration to set if the module or individual channels can accept voltage or current. Depending on the module, configuration can be done:  Through the programming software.  With DIP switch settings.  Input wiring arrangement. Analog Input Modules
  • 41. 41  Most analog input modules can be wired single-ended or differential.  The methods are usually defined by the type of input devices and/or the physical location of the devices.  Single-ended wiring is usually used in low noise (electrical noise) environments and differential is usually used in areas where there is a lot of Electro-Magnetic Interference (EMI) (a.k.a. Noise) Single-Ended vs Differential
  • 42. 42  Measurements taken with an analog input module that are single-ended, take the voltage or current difference between a single wire and ground.  The noise is only on the positive wire and therefore is measured along with the output signal from the input sensor.  In areas where high levels of electrical noise are present, the noise could cause measurement errors. Single-Ended
  • 43. 43  Measurements taken with an analog input module that are differential are “floating”, there is no ground reference.  The measurement is taken as the voltage difference between the two wires.  In areas where high levels of electrical noise are present, the noise is added to both wires, in-phase, and can than be filtered by the common mode rejection of the module. Differential
  • 44. Analog Input Wiring  The diagram shows single ended wiring of several xducers / xmitters wired to an analog input module. Xducer/xmitter Xducer/xmitter Xducer/xmitter Xducer/xmitter
  • 47. 1756-IF8 Single Ended Voltage  Notes:  All terminals marked RTN are connected internally.  Terminals marked iRTN are not used for single-ended voltage wiring.  Do not connect more than two wires to any single terminal.
  • 48. 1756-IF8 Single Ended Current  Notes:  All terminals marked RTN are connected internally.  For current applications, all terminals marked iRTN must be wired to terminals marked RTN.  A 249W current loop resistor is located between IN-x and iRTN- x terminals.  Place additional loop devices (e.g. strip chart recorders, etc.) at the A location in the current loop.  Do not connect more than two wires to any single terminal.
  • 49. 1756-IF8 Differential Voltage  Notes:  All terminals marked RTN are connected internally.  If multiple (+) or multiple (-) terminals are tied together, connect that tie point to a RTN terminal to maintain the module’s accuracy.  Terminals marked RTN or iRTN are not used for differential voltage wiring.  Do not connect more than two wires to any single terminal.  Important:  When operating in 2- channel, high speed mode, only use channels 0 and 2
  • 50. 1756-IF8 Differential Current  Notes:  All terminals marked RTN are connected internally.  A 249W current loop resistor is located between IN-x and iRTN-x terminals.  If multiple (+) or multiple (-) terminals are tied together, connect that tie point to a RTN terminal to maintain the module’s accuracy.  Place additional loop devices (e.g. strip chart recorders, etc.) at the A location in the current loop.  Do not connect more than two wires to any single terminal.  Important:  When operating in 2 channel, high speed mode, only use channels 0 and 2.

Editor's Notes

  1. Analog input process (for example): The transducer detects the process signal. The transducer and transmitter convert the process signal into an electrical signal that the analog input can recognize. The analog input module converts the signal into a digital value proportional to the electrical input of the module. This value is typically a 12-bit word, but can be up to 16-bits. An analog input instruction transfers the digital value to the PLC. The PLC stores the digital value in a memory location for future use. The analog signal is read and converted at prescribed intervals of time called the sampling rate.
  2. Analog output process (for example): The processor sends a digital value to the analog output module. The analog output module uses an DAC (Digital to Analog converter) to convert the digital signal to an analog voltage or current value. The analog output module sends the analog value to a transducer. The transducer sends the appropriate signal to the analog output device.
  3. Definition of: sampling (1) In statistics, the analysis of a group by determining the characteristics of a significant percentage of its members chosen at random. (2) Converting analog signals into digital form. Audio and other analog signals are continuous waveforms that are analyzed at various points in time and converted into digital samples. The accuracy with which the digital samples reflect their analog origins is based on "sampling rate" and "sample size." Sampling Rate - When to Measure The sampling rate is the number of times per second that the waveform is measured, which typically ranges from 8 to 192 thousand times per second (8 kHz to 192 kHz). The greater the rate, the higher the frequency that can be captured. The sampling rate must be at least twice that of the analog frequency being captured. For example, the sampling rate used to create the digital data on a CD is 44.1 kHz, slightly more than double the 20kHz frequency an average person can hear. The sampling rate for digitizing voice for a toll-quality conversation is typically 8,000 times per second (8 kHz), twice the 4 kHz required for the full spectrum of the human voice. Sample Size - The Measurement Also called "resolution" and "precision," the sample size is the measurement of each sample point on a numeric scale. Known as "quantizing," the sample point is turned into the closest whole number. The more granular the scale (the more increments), the more accurate the digital sample represents the original analog signal. Source: http://www.pcmag.com/encyclopedia_term/0,2542,t=sampling&i=50790,00.asp
  4. Assuming a straight binary code output from the ADC, the equivalent count output can be calculated for a given analog input signal. Example: Assume an ADC with an input range of 0 Vdc to 1 Vdc. With a total of 3-bits of output the ADC can represent 8 different input voltages from 0 Vdc to 1 Vdc. Therefore the amount of voltage at the input to change the output by one bit (LSB) would be: 1-bit (LSB) = F.S. / 2n where: F.S. = Full scale input of the ADC n = number of output bits For the 3-bit ADC above: 1-bit (LSB) = 1 Vdc / 23 or 1-bit (LSB) = 1/8 or 1/8 Vdc
  5. This graph shows a typical transfer function for an ADC having a F.S. input of 1 Vdc. The more bits on the output the smaller the resolution, that is it takes a smaller change of voltage on the input to change 1 LSB on the output. Most ADC are 10 or 12 bit.
  6. A sample and hold circuit is used to sense the analog signal at the start of conversion, and store it on a capacitor during the remaining conversion time.
  7. Notes: Use Table 1 when wiring your module in differential mode Table 1 This Channel: Use these terminals: Channel 0 IN-0 (+) & IN-1 (-) Channel 1 IN-2 (+) & IN-3 (-) Channel 2 IN-4 (+) & IN-5 (-) Channel 3 IN-6 (+) & IN-7 (-)   All terminals marked RTN are connected internally. If multiple (+) or multiple (-) terminals are tied together, connect that tie point to a RTN terminal to maintain the module’s accuracy. Terminals marked RTN or iRTN are not used for differential voltage wiring. Do not connect more than two wires to any single terminal.   IMPORTANT: When operating in 2 channel, high speed mode, only use channels 0 and 2.
  8. Notes: Use Table 1 when wiring your module in differential mode Table 1 This Channel: Use these terminals: Channel 0 IN-0 (+) & IN-1 (-) Channel 1 IN-2 (+) & IN-3 (-) Channel 2 IN-4 (+) & IN-5 (-) Channel 3 IN-6 (+) & IN-7 (-)   All terminals marked RTN are connected internally. If multiple (+) or multiple (-) terminals are tied together, connect that tie point to a RTN terminal to maintain the module’s accuracy. Terminals marked RTN or iRTN are not used for differential voltage wiring. Do not connect more than two wires to any single terminal.   IMPORTANT: When operating in 2 channel, high speed mode, only use channels 0 and 2.