PLC Hardware: I/O Section

Choose a study mode

Play Quiz
Study Flashcards
Spaced Repetition
Chat to Lesson

Podcast

Play an AI-generated podcast conversation about this lesson
Download our mobile app to listen on the go
Get App

Questions and Answers

What is the primary function of the I/O section in a PLC?

  • To provide an interface between field devices and the CPU. (correct)
  • To supply power to the PLC modules.
  • To store the PLC's operating system.
  • To execute the control program.

Which of the following is a characteristic of fixed I/O PLCs?

  • They have integrated I/O and processor in one package, offering low cost but limited flexibility. (correct)
  • They are typically used in large-scale automation systems.
  • They offer high flexibility due to external I/O modules.
  • They allow for easy replacement of individual I/O points.

What is the key advantage of using modular I/O types in a PLC system?

  • Reduced initial cost compared to fixed I/O.
  • Increased flexibility and options for expanding the system. (correct)
  • Lower power consumption compared to rack-based I/O.
  • Simplified programming due to standardized modules.

In a rack-based I/O system, what is the function of the 'output interface module'?

<p>Converting controller signals into external signals to control a machine or process. (D)</p> Signup and view all the answers

What is the primary purpose of the 'chassis' in a PLC system?

<p>To house I/O modules, processor modules, and power supplies. (A)</p> Signup and view all the answers

In PLC programming, what is the role of 'addressing'?

<p>To assign labels or numbers to memory locations where data is stored. (A)</p> Signup and view all the answers

What does the '%' symbol indicate in the context of direct addressing within a PLC?

<p>The start of a memory location prefix. (C)</p> Signup and view all the answers

Which memory location prefix is typically used for output variables in a PLC?

<p>Q (B)</p> Signup and view all the answers

Which type of I/O module is best suited for applications requiring the processing of continuous data, such as temperature or pressure?

<p>Analog I/O modules (A)</p> Signup and view all the answers

What is a key characteristic of discrete I/O modules?

<p>They interface with field devices that have ON/OFF type signals. (A)</p> Signup and view all the answers

If a PLC I/O module is described as having 32 points, what does 'points' refer to?

<p>The number of inputs or outputs available on the module. (A)</p> Signup and view all the answers

What is the purpose of the 'plug-in wiring terminal bloc' found in most PLC modules?

<p>Both A and B (A)</p> Signup and view all the answers

What functionality is offered by combination I/O modules?

<p>They can function as both input and output connections in the same physical module. (C)</p> Signup and view all the answers

What is the significance of discrete I/O modules being 'bit oriented'?

<p>Each input or output represents a single binary value (0 or 1, ON or OFF). (D)</p> Signup and view all the answers

What is the source of voltage for discrete I/O modules to operate?

<p>Powered by some field supplied voltage source. (B)</p> Signup and view all the answers

What is the function of the 'backplane' in a PLC rack enclosure?

<p>To provide the voltage and current requirement for the modules from the rack enclosure. (C)</p> Signup and view all the answers

Besides CPU, which other term refers to the same module that performs basically the same functions?

<p>Controller (D)</p> Signup and view all the answers

Which section of a processor module stores the program?

<p>The memory section (C)</p> Signup and view all the answers

What is the relationship between program complexity and memory amount?

<p>The amount of memory required. (B)</p> Signup and view all the answers

What is the relationship between bit and byte?

<p>Eight bits make up one byte. (B)</p> Signup and view all the answers

What does non-volatile memory provide PLCs?

<p>Ability to retain stored information when power is lost. (B)</p> Signup and view all the answers

For what purpose is ROM used by the PLC?

<p>To store data that should not be altered. (A)</p> Signup and view all the answers

What type of data is stored in RAM in PLCs?

<p>Data that may need to be quickly changed. (B)</p> Signup and view all the answers

Which type of memory offers the same programming flexibility as RAM but is non-volatile?

<p>EEPROM (B)</p> Signup and view all the answers

What is required to deploy a PLC program?

<p>A programming terminal. (D)</p> Signup and view all the answers

Flashcards

PLC I/O Section

The section of a PLC where all field devices connect, providing the interface between them and the CPU.

Fixed I/O

I/O arrangement built into a PLC with no separate, removable units; it's cost-effective but less flexible.

Modular I/O

I/O modules that plug into the PLC, offering increased options and flexibility.

Rack-based I/O

An I/O setup comprised of individual I/O modules.

Signup and view all the flashcards

Input Interface Modules

Modules that take signals from machines/processes and convert them for the PLC controller.

Signup and view all the flashcards

Output Interface Modules

Modules that convert controller signals into external signals.

Signup and view all the flashcards

Chassis

Hardware assembly that houses I/O modules, processor modules, and power supplies.

Signup and view all the flashcards

PLC Addressing

A system for tracking inputs, outputs and data objects in PLC memory.

Signup and view all the flashcards

Discrete I/O Module

Module that uses a bit addressing format.

Signup and view all the flashcards

Analog I/O Module

Module that uses a word addressing format.

Signup and view all the flashcards

Specific Function Modules

Modules for high-speed counters, thumbwheels, etc.

Signup and view all the flashcards

Printed Circuit Board

Part of an I/O module containing electronic circuitry.

Signup and view all the flashcards

Terminal Assembly

Part of an I/O module used for field wiring connections.

Signup and view all the flashcards

Combination I/O Module

A module that has both input and output connections.

Signup and view all the flashcards

Discrete I/O

I/O signals representing simple ON/OFF conditions.

Signup and view all the flashcards

Field Supplied Voltage

Voltage source for powering discrete I/O modules.

Signup and view all the flashcards

Backplane

Part of a rack enclosure that supplies voltage and current to modules.

Signup and view all the flashcards

Central Processing Unit (CPU)

The core of the PLC processing system.

Signup and view all the flashcards

CPU, controller and processor

Synonymous terms for the central processing unit module.

Signup and view all the flashcards

PLC Memory

PLC component that stores information, programs, and data.

Signup and view all the flashcards

Memory Location

CPU memory location where a binary word is stored.

Signup and view all the flashcards

Bit

A single unit of binary data.

Signup and view all the flashcards

Byte

A group of eight bits.

Signup and view all the flashcards

Non-Volatile Memory

Programmable memory that retains stored data when power is off.

Signup and view all the flashcards

EEPROM

Electrically erasable programmable read-only memory.

Signup and view all the flashcards

Study Notes

  • PLC Hardware Components are discussed.

The IO Section (Input/Output)

  • The I/O section acts as the connection point for all field devices to the PLC and provides an interface between these devices and the CPU.
  • Input/output arrangements are integrated into fixed PLCs.
  • Fixed I/O is common in small PLCs, where the processor and I/O are packaged together in one non-removable unit, offering low cost but limited flexibility.
  • Modular types offer more flexibility by using external I/O modules that can be plugged into the PLC.
  • Rack-based I/O sections consist of individual I/O modules.
  • Input interface modules convert signals from machines or processes into signals readable by the controller.
  • Output interface modules convert controller signals into external signals to control machines or processes.
  • The hardware assembly containing I/O modules, processor modules, and power supplies is the chassis.
  • Chassis are available in different sizes, typically with 4, 8, 12, or 16 slots.

IO Section Addressing

  • The PLC's memory system stores the status of inputs, outputs, and other data objects.
  • Addressing is used to track this information.
  • An address indicates the location of specific information in PLC memory using a label or number.
  • Direct addressing syntax starts with a % symbol, followed by a memory location prefix that indicates the memory zone. Prefixes include:
  • M for internal variables
  • N for network variables
  • K for constants
  • I for input variables
  • S for system variables
  • Q for output variables

IO Modules

  • I/O modules can be classified into three types:
  • Discrete I/O modules use a bit addressing format.
  • Analog I/O modules use a word addressing format.
  • Specific function modules include high-speed counters, thumbwheel inputs, TTL, encoder-counters, stepper motors, and BCD outputs.
  • An I/O module comprises a printed circuit board and a terminal assembly.
  • The printed circuit board includes electronic circuitry.
  • The terminal assembly facilitates field wiring connections.
  • I/O modules are commonly available as 8, 16, 32, or 64 point cards, where "points" indicate the number of available inputs or outputs.
  • Most PLC modules feature plug-in wiring terminal blocks.
  • During module replacement, only the module strip is removed and replaced without disturbing the wiring.
  • Combination I/O modules can accommodate both input and output connections in one physical module.

Discrete IO Modules

  • Discrete I/O modules interface with on/off field input devices.
  • These I/O are bit oriented, dealing with individual inputs and outputs.
  • Each discrete I/O module is powered by a field-supplied voltage source or the IO module itself.
  • I/O modules are compatible with various AC and DC voltage ratings.

Power and Voltage

  • Modules receive voltage and current from the backplane of the rack enclosure.
  • Backplane power is supplied by the PLC module power supply and powers the electronics on the I/O module circuit board.

The Central Processing Unit (CPU)

  • The CPU resides within fixed PLCs, while modular PLCs generally use a plug-in module.
  • The terms CPU, controller, and processor refer to the same module that executes the primary functions.
  • A processor module consists of a CPU section and a memory section.
  • The CPU carries out the program instructions.
  • Memory stores active programs and retrievable data.
  • The CPU contains a similar microprocessor to those found in a personal computer.
  • PLC microprocessors are designed for industrial control rather than general-purpose computing.

Memory Design

  • Memory is the storage location for information, programs, and data in a PLC.
  • The amount of memory needed depends on the complexity of the program.
  • A memory location refers to a specific address within the CPU's memory where a binary word is stored.
  • Each binary piece of data is a bit , and eight bits make up a byte.
  • The program and numerical data are stored in memory as ones and zeros.
  • 16 bits are generally considered a word
  • Sections of memory are dedicated to storing the status of inputs and outputs.

Memory Types

  • PLCs use programmable non-volatile memory, ensuring that control programs are retained even if power is lost.
  • ROM stores the operating system and system software for the PLC, preventing alteration of programs and data.
  • RAM provides temporary storage for data that needs quick changes, such as ladder logic programs.
  • Electrically Erasable Programmable Read-Only Memory (EEPROM) is a non-volatile memory allowing programming flexibility equivalent to RAM but is slower.
  • The EEPROM can be electrically overwritten with new data, removing the need for ultraviolet light erasure.
  • The EEPROM doesn't lose memory when the power is off, so does not require a continuous power supply or battery backup.

Programming Terminal Devices

  • A programming terminal device is essential for entering, modifying, and troubleshooting the PLC program.
  • A hand-held proprietary programming terminal connects to a PLC's programming port via a cable.
  • Hand-held programmers are compact, inexpensive, and have limited display capabilities.
  • PLC programming is commonly done on a personal computer using the manufacturer’s software and sometimes special cables.

Studying That Suits You

Use AI to generate personalized quizzes and flashcards to suit your learning preferences.

Quiz Team

Related Documents

More Like This

PLC I/O Modules
5 questions

PLC I/O Modules

UnabashedArcticTundra avatar
UnabashedArcticTundra
B11 LMSS Module 3 Rev 2
46 questions
PLC Chapter 2: I/O Section & Hardware Components
25 questions
Use Quizgecko on...
Browser
Browser