Chapter 2 - PLC Hardware Components
Chapter 2 - PLC Hardware Components
I/O Modules
2.1. The I/O Section
▪ The PLC’s memory system stores information about the status of all the
inputs and outputs. To keep track of all this information, it uses a system
called addressing.
The classification of
discrete I/O covers
bit-oriented inputs
and outputs.
2.2. The I/O Section
▪ The modules themselves receive their voltage and current for proper operation from
the backplane of the rack enclosure into which they are inserted.
Backplane power is
provided by the PLC Currents required
module power supply by the loads are
and is used to power normally provided
the electronics that by user-supplied
reside on the I/O power.
module circuit board.
2.2. The I/O Section
❑ An optical isolator is used to provide electrical isolation between the power and
logic circuitry.
❑ The input LED turns on or off, indicating the status of the input device.
2.2. The I/O Section
❑ This results in a low-level DC output voltage that is applied across the LED of the
optical isolator.
❑ When light from
the LED strikes the
phototransistor, it
switches it into
conduction.
2.2. The I/O Section
▪ Discrete output
modules are
used to turn
field output
devices either
on or off.
▪ The two basic types of analog input modules are voltage sensing and
current sensing.
Cold junction
compensating (CJC)
❑ A varying DC voltage in thermistor
the low millivolt range,
proportional to the
temperatures being
monitored, is produced
by the thermocouples.
2.3. Analog I/O Modules
▪ Unlike voltage input signals, current signals are not as sensitive to noise
and typically are not distance limited
❑ The current sensing loop power may be supplied by the sensor or the analog
output module
❑ Nominal current per input: specifies the minimum input current that the
discrete input devices must be capable of driving to operate the input circuit
2.5. I/O Specifications
❑ Input ON/OFF delay (response time): specifies the maximum time duration
required by an input module’s circuitry to recognize that a field device has
switched ON (input ON-delay) or switched OFF (input OFF-delay)
❑ Inrush current: specifies the maximum inrush current and duration for which
an output circuit can exceed its maximum continuous current rating
❑ Short circuit protection: specifies whether the output module’s design has
individual protection for each circuit or if fuse protection is provided for
groups of outputs
2.5. I/O Specifications
❑ Points per module: this specification defines the number of field inputs or
outputs that can be connected to a single module
2.5. I/O Specifications
Power
supply
Backplane
2.5. I/O Specifications
❑ Input impedance and capacitance: for analog I/Os, these values must be
matched to the external device connected to the module. Typical ratings
are in the Megohm (MΩ) and picofarads (pF).
2.5. I/O Specifications
▪ The PLC power supply provides the necessary power to the processor
and I/O modules plugged into the backplane of the rack
▪ Sections of memory used to store the status of inputs are called input
status files or tables
2.7. Memory Design
▪ Sections of memory used to store the status of outputs are called output
status files or tables
Lecture 2’s sequence
2.7 Memory Design
▪ Memory types can be placed into two general categories: volatile and
nonvolatile
❑ Volatile memory will lose its stored information if all operating power is
lost or removed
❑ PLCs have programmable memory that allows users to develop and modify
control programs. This memory is made nonvolatile so that if power is lost,
the PLC holds its programming.
2.8. Memory Types
▪ Nonvolatile Read Only Memory (ROM) stores programs and data that
cannot be changed after the memory chip has been manufactured
▪ Flash EEPROMs are like EEPROMs in that they can only be used for
backup storage
❑ Flash memory is extremely fast
at saving and retrieving files
❑ Flash memory is also sometimes
built into the processor module,
where it automatically backs up
parts of RAM
Lecture 2’s sequence
2.7 Memory Design
▪ Human machine interfaces allow you to view the operation in real time
▪ You can configure display screens to:
❑ Replace hardwired pushbuttons and pilot
lights with realistic-looking icons
❑ Allow the operator to change timer and
counter presets
❑ Show alarms, complete with time of
occurrence
❑ Display variables as they change over time
2.11. Human Machine Interfaces (HMIs)