EEET 2204 Industrial Automation

Size: px
Start display at page:

Download "EEET 2204 Industrial Automation"

Transcription

1 EEET 224 Industrial Automation EEET 224 Industrial Automation by Dr Peter Graszkiewicz. Discrete-State Control.. Basic Input and Output Devices 3-phase power supply N/C N/O contactor terminals fuses contactor auxiliary contacts contactor main contacts N/O electro-mechanical coupling contactor coil contactor M motor N/C Push button with one contact normally open (N/O) or normally closed (N/C) Contactor switching a 3-phase motor EEET 224 Industrial Automation by Dr Peter Graszkiewicz 2

2 .2 Discrete-State Process Control Example.. Simple Forward-Reverse Motor Control Design a control system that allows the operation of a motor in two directions of rotation. Two relays or contactors are used in the supply circuit of the motor. The control system has two START pushbuttons, one for each direction, and a single STOP pushbutton. 24 V interlock V STOP FORWARD K K2 Each contactor provides different phase sequence of the motor supply seal or latch K REVERSE K2 K K2 Control circuit K M K2 Main (power) circuit Circuit diagram of a solution system using mechanical contacts Detached diagram - components of the same device (contactor) may appear in different locations on the diagram, but are given the same designation (eg. K2). EEET 224 Industrial Automation by Dr Peter Graszkiewicz 3 +DC STOP K FORW. REV. 2 3 C controller 2 3 L K2 +DC Field Input Devices Field Output Devices Circuit diagram of a solution system using electronic controller There are three input variables and two output variables of the controlled process: FORV, REV, STOP, K and K2. All variables are discrete, i.e. can assume only two values: ON or OFF. A particular combination of the values of all variables defines the discrete state of the system, eg.: (FORW=on, REV=off, STOP=on, K=on, K2=off). EEET 224 Industrial Automation by Dr Peter Graszkiewicz 4 2

3 Not all possible states are permissible; eg. the state (FORW=off, REV=off, STOP=on, K=on, K2=on) would result in a short circuit in the mains supply! There is a prescribed sequence in which the states can occur. For example, the state (FORW=off, REV=off, STOP=on, K=on, K2=off) is always preceded by the state (FORW=on, REV=off, STOP=on, K=on, K2=off). The described control function is provided by the controller. This is the case of discrete-state process control or sequential logic control. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 5.3 Combinational Logic Control If the sequence of states in discrete-state control does not matter, the output variables are logic (Boolean) functions of the input variables. The case is referred to as combinational logic control. A particular set of the input values results immediately in a particular set of the output values. L STOP FORW REV K N K = STOP x FORW x REV REV FORW K2 A combinational logic solution to Example. This solution employs manual switches instead of pushbuttons, and is less practical. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 6 3

4 .4 Continuos Process Control In the diagram of a process-control loop shown below, a PID controller receives a feedback input signal and produces an output control signal in a. In general, both signals can be considered as analog signals varying in a continuos manner. Consequently this is a case of continuos process control, as opposed to discretestate process control, discussed previously. Liquid in Set point Controller + - Σ Error (E) Process Variable (PV) PID controller Control Variable (CV) Level transducer Fluid level control system Analog valve Liquid out Valve opening is proportional to the control signal EEET 224 Industrial Automation by Dr Peter Graszkiewicz 7.5 Relay Controllers, Electronic Controllers and PLC-s start/stop pushbuttons selector switches temperature switches water level switches t o Controller based on a microprocessor (embedded system) or a rotating camswitch and relays (older designs) M indicators motors heating elements solenoid valves Field Input Devices Controller Field Output Devices Schematic of a washing machine control system Many appliances such as washing machines, dishwashers, heating/cooling systems, etc. operate on the principle of discrete-state process control (ref. section.2). The controller moves the system through a sequence of discrete states (events) to accomplish the objective of the process. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 8 4

5 The characteristics of the controller in the case as above are: Dedicated (designed for a specific system). Cheap (mass-produced to reduce cost) Pre-programmed (the user cannot change the internal program). Simple Often for domestic use only (may not be suitable for harsh industrial environment and intense use). A universal controller that is designed for easy adoption to a variety of individual industrial applications is known as a Programmable Logic Controller (PLC). EEET 224 Industrial Automation by Dr Peter Graszkiewicz 9 The set of characteristics that makes the PLC different from other controllers. The PLC: is a microprocessor (microcontroller)- based electronic systems, often containing electromechanical relays (mechanical contacts) in the discrete outputs. is designed for industrial applications and environment (screw-type terminals, rail mounting, sturdy housing, modular construction etc.) ; has programmable memory for the storage of instructions (program); performs discrete-state and continuous control functions in response to discrete (digital) and analog input signals; controls machines, equipment, processes, etc. through its outputs - discrete (digital) or analog. can communicate (exchange information, instructions) with other devices connected in a network (PC-s, touch screens, operator panels, other PLC-s, etc.) EEET 224 Industrial Automation by Dr Peter Graszkiewicz 5

6 Allen-Bradley Programmable Logic Controller installed in a cabinet with other electrical equipment EEET 224 Industrial Automation by Dr Peter Graszkiewicz Examples of small PLC-s: Micrologix 2 (Allen Bradley) SIMATIC (SIEMENS) EH-5 (HITACHI) EEET 224 Industrial Automation by Dr Peter Graszkiewicz 2 6

7 .6 PLC Block diagram Power Supply (eg. 24 VDC, VAC) Other Devices (Programmers, PC, PLC-s, Displays, etc.) Communication link (direct connection or via a network) Power Supply (eg. 24 V, 5Hz) PLC Input Field Devices (Discrete) Digital Input Modules Processor Digital Output Modules Output Field Devices (Disc.) Input Field Devices (Analog) Analog Input Modules Battery Backup Memory Fixed Alterable CPU Analog Output Modules Power Supply Output Field Devices (Analog) 24 V 5 Hz The field devices can be connected directly to the PLC or communicate with it over a network. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 3 CPU: The Central Processing Unit contains: Processor: A microprocessor, eg. 6- bit one, that controls the operation of the PLC. It executes the program and provides the timing. It receives, processes and sends digital data only. Therefore, the input discrete signals are represented as or, and the input analog signals are represented as a combination of -s and -s, i.e. as a binary number. Memory: The fixed memory (ROM) contains the program set by the manufacturer. The alterable memory (RAM) contains information that can be downloaded, altered and erased by the user. It can loose information when the power supply is lost. Power Supply: It converts the AC power supply voltage (24 V, 5 Hz) to a low DC voltage (eg. 5 V) required by the CPU, and often to other low DC voltages (eg.24 V) to be used in the input/output circuits. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 4 7

8 Input Modules: They provide electric isolation between the input field circuits and the CPU. A Digital Input Module contains interfacing electronic circuits that convert the input discrete signals (eg. V, 5 Hz) to the voltage acceptable by the CPU (5 VDC). An Analog Input Module contains Analog-to-Digital Converters. Screw terminals are provided for connecting the wires of the field circuits. Output Modules: A Digital Output Module contains interfacing circuits that provide isolation between the CPU and the output field devices operating at a different voltage (eg. 24 V, 5 Hz). The interfacing circuits can be entirely solid-state (semiconductor) or use electromechanical relays. An Analog Output Module contains Digital-to-Analog Converters. Screw terminals are provided for connecting the wires of the field circuits. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 5 Input Field Devices: Examples of discrete input devices are pushbuttons, manual switches, limit switches, proximity sensors, temperature switches, etc. Examples of analog input devices are potentiometers, tachometers and analog instruments. Output Field Devices: Examples of discrete output devices are coils of electromagnetic relays and contactors, solenoids of hydraulic valves, pilot lights. Analog output devices can be DC servomotors or any equipment controlled by analog signals. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 6 8

9 2. Basic Ladder Logic Programming 2. Normally Open Contact Graphical symbols used for the Normally Open Contact instruction are: <address> <address> SIEMENS and general use The instruction works like a normally open contact of a relay. If the coil of the relay is energised (Signal State at the coil = ), the contact closes and allows a current (power) to flow through the contact (Result = ). AB (Allen-Bradley) coil contact EEET 224 Industrial Automation by Dr Peter Graszkiewicz 7 The Normally Open Contact instruction checks the Signal State at the Specified Address (SSASA) and produces a Result according to the following table: SSASA Result The address indicates the location where the data to which the instruction applies is stored in the PLC memory. The Result is used for further processing. The address indicates the location of one bit. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 8 9

10 2.2 Normally closed contact The instruction works like a N/C (normally closed) contact of a relay. If the coil of the relay is energised (Signal State at the coil address = ), the contact opens and current (power) cannot flow through the contact (Result = ). Exemplary address ( I is for input) I. I: SIEMENS AB The instruction checks the SSASA and produces a Result as follows: SSASA Result EEET 224 Industrial Automation by Dr Peter Graszkiewicz Output coil The output coil instruction assigns the results produced by a connection of contact instructions to the address of the coil. <address> <designation> Relay coil The instruction works like a coil in a relay circuit. The coil is energised, i.e. it s signal state is, only if a current flows through the coil due to a combination of closed contacts in the coil circuit. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 2

11 2.4 Contacts in series Examples of two contact instructions connected in series: A B C A B C2 One rung (network) in a Ladder Diagram A B C3 If contacts are in series, the overall result is produced according to the AND Truth Table applied to the result of all individual contact instructions in the connection. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 2 For two contacts (contact instructions) in series: Instruction associated with address A produces: contact closed contact open Instruction associated with address B produces: contact closed contact closed Result assigned to address C: coil energised coil not energised The above Truth Table can be obtained by checking, if power can flow to the coil. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 22

12 The logic of contact and coil connections can be represented using Boolean algebra expressions and the instruction addresses as signal designations. Accordingly, a Ladder Diagram has a Gate Diagram equivalent. A B C C = A x B A & B C A B C A B C = A x B & C EEET 224 Industrial Automation by Dr Peter Graszkiewicz Contacts in parallel Examples of two contact instruction in parallel: E25. A24. I. Q4. E25. I. If contact instructions are in parallel, the overall result is produced according the OR Truth Table applied to the results of all individual contact instructions in the parallel connection. I. I. Q4. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 24 2

13 2 2 3 A Boolean expression and a gate equivalent for the above Ladder Diagram with parallel contacts: ( ) = EEET 224 Industrial Automation by Dr Peter Graszkiewicz Basic rules of Ladder Diagrams Every ladder network (rung) must end with a coil or a box at the right end. We assume that power flows from the left busbar to the right one. Branches that could cause a power flow from right to left are prohibited. Branches that cause a short circuit are not allowed. Multiple coils in parallel are possible. All contacts must run horizontally. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 26 3

14 Example. I. I. I.2 Q3. Q3. I.3 Q3.2 Q3. = (I. x I.) + I.2 Q3. = Q3. I. I. & Q3. Q3. I.2 EEET 224 Industrial Automation by Dr Peter Graszkiewicz Program scanning A PLC operates in cycles, each consisting of: () Input scan (read), (2) Program scan (execute), (3) Output scan (write). READ EXECUTE WRITE. The signal states at the input terminals are read and stored. 2. The ladder diagram program is executed from left to right and from top to bottom. The results of instructions are stored. In particular, the output signal status is generated and stored. 3. The output signal state data is transferred to the output modules. The complete program scan is of the order of a few milliseconds. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 28 4

15 Inputs Outputs 2.8 Simple control systems Example 2.: Design a control system in which a small -V motor is switched on/off using two pushbuttons operating at 24 V. 24 V START STOP PLC 2 2 A coil of a relay or a contactor if the PLC output cannot handle the motor current EEET 224 Industrial Automation by Dr Peter Graszkiewicz 29 M V 3 Output cct 3 Input cct power supply power supply C (DC or AC) L (DC or AC) Diagram of the PLC external connections (hardware solution to Example 2.) (It shows the physical connections of the input and output devices to the PLC. The input/output module number and the terminal number determine the address of the connected device. The assumed PLC design is that the relays inside the output modules connect internally the output terminals with the common.) Operation of the PLC input & output circuits. Specific addresses of specific syntax are allocated to the PLC input and output terminals by the PLC manufacturer (consult the manual). If a voltage of nominal value (eg. 24 V) is applied between an input terminal and the common (C), the Signal State (SS) stored at the terminal address is. Otherwise, it is. The input SS value is updated every input scan. Many PLC output modules operate as follows: If the SS stored at an output terminal address is, the output terminal is connected inside the PLC to the output common terminal (L) through the closed contact of an electromechanical relay or a solid state switch in ON state. If the SS is, the output terminal is disconnected from the common. EEET 224 Industrial Automation by Dr Peter Graszkiewicz 3 5

16 I = input (SIEMENS) Terminal number Q = output (SIEMENS) Terminal number I. I. Q4. Module number Q4. PLC Ladder Diagram program (software solution to Example 2.) Note that the contact related to the STOP pushbutton are N/O in the PLC program, and N/C in the relay diagram! EEET 224 Industrial Automation by Dr Peter Graszkiewicz 3 Example 2.2 (same as in Section.2) Design a control system that allows the operation of a motor in two directions of rotation. Two relays or contactors are used in the supply circuit of the motor. The control system has two START pushbuttons, one for each direction, and a single STOP pushbutton. Two pilot lights indicate the direction of rotation. +DC STOP PLC K FORW. REV. 2 3 C 2 3 L H K2 H2 +DC PLC External Connections Diagram (hardware solution to Ex. 2.) EEET 224 Industrial Automation by Dr Peter Graszkiewicz 32 6

17 I. I. Frw Q.2 Q. Motor Forward On STOP Q. Q. Lamp Forward I. I.2 Rev STOP Q.2 Q. Q.2 Q.3 Motor Reverse On Lamp Reverse You can either use absolute addresses (e.g. I.) or enter your own symbols (e.g. STOP) that you have assigned to the absolute addresses. The programming software allows the user to enter a title and comments for each rung (network) of the program. These entries are optional and not essential to the program execution. PLC LD Program (software solution to Ex. 2.) EEET 224 Industrial Automation by Dr Peter Graszkiewicz 33 7

output devices. connected to the controller. data communications link. relay systems. user program. MECH1500Quiz1ReviewVersion2 Name: Class: Date:

output devices. connected to the controller. data communications link. relay systems. user program. MECH1500Quiz1ReviewVersion2 Name: Class: Date: Class: Date: MECH1500Quiz1ReviewVersion2 True/False Indicate whether the statement is true or false. 1. The number and type of I/Os cannot be changed in a fixed PLC. 2. In a PLC system, there is a physical

More information

Introduction. Upon completion of Basics of PLCs you should be able to: Identify the major components of a PLC and describe their functions

Introduction. Upon completion of Basics of PLCs you should be able to: Identify the major components of a PLC and describe their functions Table of Contents Introduction...2 PLCs...4 Number Systems...8 Terminology...14 Basic Requirements...23 S7-200 Micro PLCs...28 Connecting External Devices...39 Programming a PLC...41 Discrete Inputs/Outputs...49

More information

-----other notes This picture was taken from here:

-----other notes This picture was taken from here: This is an introduction to programmable logic controllers - PLCs for short. Here is a picture of a simple one. A programmable logic controller is unit of hardware used to control and automate an industrial

More information

An OR Operation. Or (O) Function I0.4 Q0.1 I0.5 I0.5 I0.4 Q0.1. Input 3. Input 4. Output 2

An OR Operation. Or (O) Function I0.4 Q0.1 I0.5 I0.5 I0.4 Q0.1. Input 3. Input 4. Output 2 An OR Operation In this example an OR operation is used in network. It can be seen that if either input I0.2 (input 3) or (O in the statement list) input I0.3 (input 4), or both are true, then output Q0.

More information

Ch 9 Discrete Control Using PLCs and PCs

Ch 9 Discrete Control Using PLCs and PCs Ch 9 Discrete Control Using PLCs and PCs Sections: 1. Discrete Process Control 2. Ladder Logic Diagrams 3. Programmable Logic Controllers 4. Personal Computers Using Soft Logic Discrete Process Control

More information

MFS605/EE605 Systems for Factory Information and Control

MFS605/EE605 Systems for Factory Information and Control MFS605/EE605 Systems for Factory Information and Control Lecture 9 PLCs (half lecture) Fall 2005 Larry Holloway Dept. of Electrical Engineering and Center for Robotics and Manufacturing Systems 1 So far

More information

PLC Fundamentals. Module 2: Hardware and Terminology. Academic Services Unit PREPARED BY. August 2011

PLC Fundamentals. Module 2: Hardware and Terminology. Academic Services Unit PREPARED BY. August 2011 PLC Fundamentals Module 2: Hardware and Terminology PREPARED BY Academic Services Unit August 2011 Applied Technology High Schools, 2011 ATE1212 PLC Fundamentals Module 2: Hardware and Terminology Module

More information

Standard Instructions Special Instructions High-Speed Instructions SIMATIC S7-200 Programmable Controller System Manual

Standard Instructions Special Instructions High-Speed Instructions SIMATIC S7-200 Programmable Controller System Manual Programming A PLC STEP 7-Micro/WIN32 is the program software used with the S7-2 PLC to create the PLC operating program. STEP 7 consists of a number of instructions that must be arranged in a logical order

More information

InstrumentationTools.com

InstrumentationTools.com Author: Instrumentation Tools Categories: PLC Tutorials Basics of PLC Programming In the late 1960 s an American company named Bedford Associates released a computing device they called the MODICON. As

More information

Answers to Chapter 2 Review Questions. 2. To convert controller signals into external signals that are used to control the machine or process

Answers to Chapter 2 Review Questions. 2. To convert controller signals into external signals that are used to control the machine or process Answers to Chapter 2 Review Questions 1. To accept signals from the machine or process devices and to convert them into signals that can be used by the controller 2. To convert controller signals into

More information

Programmable logic controllers

Programmable logic controllers Programmable logic controllers Before the advent of solid-state logic circuits, logical control systems were designed and built exclusively around electromechanical relays. Relays are far from obsolete

More information

Pretest Programmable Logic Controllers. Unit 1, Task 1

Pretest Programmable Logic Controllers. Unit 1, Task 1 Pretest Programmable Logic Controllers Unit 1, Task 1 1. What is a PLC? 2. What are the four main components of a PLC? 3. What is a discrete device? 4. What is a pulse-generating device? 5. What term is

More information

Introduction. Upon completion of Basics of PLCs you should be able to: Identify the major components of a PLC and describe their functions

Introduction. Upon completion of Basics of PLCs you should be able to: Identify the major components of a PLC and describe their functions Table of Contents Introduction... 2 PLCs... 4 Number Systems... 8 Terminology... 14 Basic Requirements... 23 S7-200 Micro PLCs... 29 Connecting External Devices... 40 Programming A PLC... 42 Discrete Inputs/Outputs...

More information

1. PLC - Introduction

1. PLC - Introduction What does PLC stand for? PLC - programmable logic controller PLC implements logic control functions by means of a program PLC introduction 1 Features PLC introduction 2 Features PLC introduction 3 An application

More information

MET 487 Instrumentation and Automatic Control. Topics of Discussion

MET 487 Instrumentation and Automatic Control. Topics of Discussion ET 487 Instrumentation and Automatic Control Intro to Programmable Logic Controller Paul I-HaiI Lin, Professor Electrical and Computer Engineering Technology Purdue University Fort Wayne Campus Intro to

More information

Project Planning. Module 4: Practice Exercises. Academic Services Unit PREPARED BY. August 2012

Project Planning. Module 4: Practice Exercises. Academic Services Unit PREPARED BY. August 2012 Project Planning PREPARED BY Academic Services Unit August 2012 Applied Technology High Schools, 2012 Module Objectives Upon successful completion of this module, students should be able to: 1. Select

More information

Answers to Chapter 2 Review Questions. 2. To convert controller signals into external signals that are used to control the machine or process

Answers to Chapter 2 Review Questions. 2. To convert controller signals into external signals that are used to control the machine or process Answers to Chapter 2 Review Questions 1. To accept signals from the machine or process devices and to convert them into signals that can be used by the controller 2. To convert controller signals into

More information

PLC: introduction. PLC: introduction. PLC: application. PLC: application

PLC: introduction. PLC: introduction. PLC: application. PLC: application PLC: introduction 1 PLC: introduction 2 Programmable logic controllers, also called programmable controllers or PLCs, are solid-state members of the computer family, using integrated circuits instead of

More information

InstrumentationTools.com

InstrumentationTools.com Author: Instrumentation Tools Categories: PLC Tutorials PLC Ladder Logic : Contacts and coils The most elementary objects in Ladder Diagram programming are contacts and coils, intended to mimic the contacts

More information

Programmable Logic Controllers

Programmable Logic Controllers Programmable Logic Controllers PLC Evaluation Board used in ECE 461 What is a PLC? Programmable Logic Controllers (PLC's) are microprocessor devices much like the PIC microcontroller. Their function is

More information

PLC. Module 3: Hardware and Terminology. IAT Curriculum Unit PREPARED BY. Jan 2010

PLC. Module 3: Hardware and Terminology. IAT Curriculum Unit PREPARED BY. Jan 2010 PLC Module 3: Hardware and Terminology PREPARED BY IAT Curriculum Unit Jan 2010 Institute of Applied Technology, 2010 ATE321 PLC Module 3: Hardware and Terminology Module Objectives Upon successful completion

More information

Product Information SIMATIC S Digital Output Module SM 322; DO 16 UC24/48 V

Product Information SIMATIC S Digital Output Module SM 322; DO 16 UC24/48 V Product Information SIMATIC S7-300 Digital Output Module SM 322; DO 16 UC24/48 V X 2 as of Version 3 4 New Digital Output Module Available The S7-300 Digital Output Module SM 322; DO 16 UC24/48 V has been

More information

Product Family: Electro Mechanical Relays Number: AN-LC-008

Product Family: Electro Mechanical Relays Number: AN-LC-008 APPLICATION NOTE THIS INFORMATION PROVIDED BY AUTOMATIONDIRECT.COM TECHNICAL SUPPORT These documents are provided by our technical support department to assist others. We do not guarantee that the data

More information

SECTION SOLID-STATE REDUCED VOLTAGE STARTERS

SECTION SOLID-STATE REDUCED VOLTAGE STARTERS SECTION 26 29 13.16 PART 1 - GENERAL 1.1 THE REQUIREMENT A. General: The CONTRACTOR shall provide solid-state reduced voltage motor starters, complete and operable, in accordance with the Contract Documents.

More information

Topics. PLC Fundamentals Ladder Logic Fundamentals

Topics. PLC Fundamentals Ladder Logic Fundamentals PLC Fundamentals Ladder Logic Fundamentals MET 382 Controls & Instrumentation for Automation Spring 08 T.E. Kostek Topics PLC programming languages Anatomy of a ladder program Logic functions Logical continuity

More information

9/7/2010. Chapter , The McGraw-Hill Companies, Inc. MOTOR SYMBOLS. 2010, The McGraw-Hill Companies, Inc.

9/7/2010. Chapter , The McGraw-Hill Companies, Inc. MOTOR SYMBOLS. 2010, The McGraw-Hill Companies, Inc. Chapter 2 MOTOR SYMBOLS 1 Symbols are used to represent the different components of a motor control system. Symbols sometimes look nothing like the real thing, so we have to learn what the symbols mean.

More information

CTEET003_Programmable Logic Controls CTAG Rubric EET. Some applied skills present

CTEET003_Programmable Logic Controls CTAG Rubric EET. Some applied skills present depends strongly on courses taught primarily at the some applied skills and applied skills strongly levels. 1. Recall the history of control systems and PLCs.* Describe what electrical control is. Create

More information

Exercise 1-4. Contactors and Control Relays EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION

Exercise 1-4. Contactors and Control Relays EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION Exercise 1-4 Contactors and Control Relays EXERCISE OBJECTIVE Identify the characteristics of control relays and contactors. DISCUSSION OUTLINE The Discussion of this exercise covers the following points:

More information

Introduction. Upon completion of Basics of PLCs you should be able to:

Introduction. Upon completion of Basics of PLCs you should be able to: http://waterheatertimer.org/delay-timer-for-motor-or-pump.html http://waterheatertimer.org/how-to-wire-motor-control-contactor.html Table of Contents Introduction...2 PLCs...4 Number Systems...8 Terminology...

More information

1 of 8. I. (13pts) TRUE OR FALSE

1 of 8. I. (13pts) TRUE OR FALSE Sample PLC Final Exam Name (1pt): By signing I agree to abide by the UWA policies governing academic integrity. I. (13pts) TRUE OR FALSE 1. The user memory segment stores information needed to execute

More information

Electrical Demand Specification (Reference SOP: )

Electrical Demand Specification (Reference SOP: ) Project: Equipment Description: Location: Equipment No.: Project No: Protocol No.: Content Index 1. GENERAL...3 Design Standards...3 1.1. Standards...3 2. DESIGN...3 2.1. Safety...3 2.2. Circuit protection...3

More information

Introduction to Programmable Logic Controllers (PLC's)

Introduction to Programmable Logic Controllers (PLC's) Introduction to Programmable Logic Controllers (PLC's) Industrial Control Systems Fall 2006 Lecture Introduction to PLC's MME 486 Fall 2006 1 of 47 The Need for PLCs Hardwired panels were very time consuming

More information

CM 3310 Process Control, Spring Lecture 18

CM 3310 Process Control, Spring Lecture 18 CM 3310 Process Control, Spring 2017 Instructor: Dr. Tom Co Lecture 18 1. Discrete Event Dynamics Systems Discrete event dynamic system (DEDS) is a discrete-state, event-driven system of which the state

More information

Programmable Logic Controller

Programmable Logic Controller Programmable Logic Controller Subject : Control System II Mrs. Gulrez Bodhle, Asst. Professor Semester VII B.E. Electrical Engineering Anjuman-I-Islam s Kalsekar Technical Campus New Panvel - 410206 9/8/2016

More information

Chapter 2 Programmable Logic Controller (PLC) and Relay Ladder Logic (RLL).

Chapter 2 Programmable Logic Controller (PLC) and Relay Ladder Logic (RLL). Controller PLC and Relay LAdder Logic RLL -IE337 Chapter 2 Programmable Logic Controller (PLC) and Relay Ladder Logic (RLL). 1 Controller PLC and Relay LAdder Logic RLL -IE337 2.1 PLC Operation using scanning

More information

Connected Component Workbench

Connected Component Workbench Connected Component Workbench Connected Component Workbench is the software used to program Allen Bradley Mico-810 PLC's. Copies can be obtained fom the following link: http://www.rockwellautomation.com/global/products-technologies/connected-components/tools/workbench.page

More information

PROGRAMMABLE LOGIC CONTROLLER

PROGRAMMABLE LOGIC CONTROLLER PROGRAMMABLE LOGIC CONTROLLER Control Systems Types Programmable Logic Controllers Distributed Control System PC- Based Controls Programmable Logic Controllers PLC Sequential logic solver PID Calculations.

More information

Sample. Pearson BTEC Levels 4 Higher Nationals in Engineering (RQF) Unit 15: Automation, Robotics and Programmable Logic Controllers (PLCs)

Sample. Pearson BTEC Levels 4 Higher Nationals in Engineering (RQF) Unit 15: Automation, Robotics and Programmable Logic Controllers (PLCs) Pearson BTEC Levels 4 Higher Nationals in Engineering (RQF) Unit 15: Automation, Robotics and Programmable Logic Controllers (PLCs) Unit Workbook 1 in a series of 4 for this unit Learning Outcome 1 Design

More information

PLC Fundamentals. Module 1: Introduction to PLC. Academic Services Unit PREPARED BY. August 2011

PLC Fundamentals. Module 1: Introduction to PLC. Academic Services Unit PREPARED BY. August 2011 PLC Fundamentals PREPARED BY Academic Services Unit August 2011 Applied Technology High Schools, 2011 ATE1212 PLC Fundamentals Module Objectives Upon successful completion of this module, students will

More information

MECHATRONICS. William Bolton. Sixth Edition ELECTRONIC CONTROL SYSTEMS ENGINEERING IN MECHANICAL AND ELECTRICAL PEARSON

MECHATRONICS. William Bolton. Sixth Edition ELECTRONIC CONTROL SYSTEMS ENGINEERING IN MECHANICAL AND ELECTRICAL PEARSON MECHATRONICS ELECTRONIC CONTROL SYSTEMS IN MECHANICAL AND ELECTRICAL ENGINEERING Sixth Edition William Bolton PEARSON Harlow, England London New York Boston San Francisco Toronto Sydney Auckland Singapore

More information

Operating Instructions. For. Level Control Module. Model SSR 1000

Operating Instructions. For. Level Control Module. Model SSR 1000 Operating Instructions For Level Control Module Model SSR 1000 SSR Operation Instructions Rev. 1 Jan 01 Page 1/7 1. Note Please read and take note of these operating instructions before unpacking and commissioning.

More information

Scientech Universal PLC Platform. Features. New

Scientech Universal PLC Platform. Features. New New In today's environment of automation, the importance of PLC has rapidly increased. Universal PLC Platform is an ideal setup to study the working of PLC's used for industrial applications. has been

More information

HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM

HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM Chapter 3 HARDWARE OF SUPERVISORY CONTROL & DATA ACQUISITION SYSTEM Dr. H.K. VERMA Distinguished Professor Department of Electrical and Electronics Engineering School of Engineering and Technology SHARDA

More information

SED2 VFD NEMA Type 3R Bypass/Air Conditioner

SED2 VFD NEMA Type 3R Bypass/Air Conditioner SED2 VFD NEMA Type 3R Bypass/Air Conditioner Description The NEMA Type 3R Bypass with Air Conditioner allows SED2 to be employed in a harsh environment. The SED2 is designed specifically for HVAC applications

More information

VersaMax Micro and Nano Technical Product Presentation

VersaMax Micro and Nano Technical Product Presentation VersaMax Nano VersaMax Micro VersaMax Micro and Nano Technical Product Presentation Outline Introduction VersaMax Micro and Nano Product Strategy Future Products Product Description VersaMax Nano VersaMax

More information

Exercise 5-1. Electrical Circuit and Panel EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Detailed electrical schematic

Exercise 5-1. Electrical Circuit and Panel EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Detailed electrical schematic Exercise 5-1 Electrical Circuit and Panel EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the trainer electrical schematic and components. DISCUSSION OUTLINE The Discussion

More information

Programmable Logic Controllers

Programmable Logic Controllers CHAPTER 1 Programmable Logic Controllers This chapter is an introduction to the programmable logic controller (PLC) and its general function, hardware forms, and internal architecture. PLCs are widely

More information

INITIAL FACE OF AUTOMATION PROGRAMMABLE LOGIC CONTROLLER

INITIAL FACE OF AUTOMATION PROGRAMMABLE LOGIC CONTROLLER INITIAL FACE OF AUTOMATION PROGRAMMABLE LOGIC CONTROLLER SHRI BHAGWAN Shekhawati Group of Institute E-mail: Sri29bishnoi@gmail.com Abstract- This paper presented on Programmable Logic Controller (PLC)

More information

the absence of a signal. produce a result at one or more of their outputs. parallel. Y= AB. interconnected. connected. changed.

the absence of a signal. produce a result at one or more of their outputs. parallel. Y= AB. interconnected. connected. changed. Name: Class: Date: MECH 1500 Midterm Review True/False Indicate whether the statement is true or false. 1. Normally, a binary 1 represents the presence of a signal, while a binary 0 represents the absence

More information

STATE UNIVERSITY OF NEW YORK COLLEGE OF TECHNOLOGY CANTON, NEW YORK COURSE OUTLINE ELEC INDUSTRIAL CONTROLS

STATE UNIVERSITY OF NEW YORK COLLEGE OF TECHNOLOGY CANTON, NEW YORK COURSE OUTLINE ELEC INDUSTRIAL CONTROLS STATE UNIVERSITY OF NEW YORK COLLEGE OF TECHNOLOGY CANTON, NEW YORK COURSE OUTLINE ELEC 141 - INDUSTRIAL CONTROLS Prepared by: David W Hartle CANINO SCHOOL OF ENGINEERING TECHNOLOGY ELECTRICAL ENGINEERING

More information

MSR Level Control Relay Module Operating Instructions for Level Control Relay Module Model: MSR

MSR Level Control Relay Module Operating Instructions for Level Control Relay Module Model: MSR Operating Instructions for Level Control Relay Module Model: MSR MSR Operation Instructions Rev. Apr 07 Page 1/8 1. Note Please read and take note of these operating instructions before unpacking and commissioning.

More information

SED2 Variable Frequency Drives with Electronic (E) Bypass Options

SED2 Variable Frequency Drives with Electronic (E) Bypass Options SED2 Variable Frequency Drives with Electronic (E) Options Description The E- Options are companion packages for the family of SED2 Variable Frequency Drives (s). For information on the family of SED2

More information

Applications of Programmable Logic Controllers DG31 34

Applications of Programmable Logic Controllers DG31 34 Applications of Programmable Logic Controllers DG31 34 Purpose Unit purpose: This Unit is designed to introduce candidates to Programmable Logic Controllers (PLCs) and enable them to understand how PLCs

More information

1791 Analog Block I/O Input/Output Modules User Manual

1791 Analog Block I/O Input/Output Modules User Manual User Manual Because of the variety of uses for the products described in this publication, those responsible for the application and use of this control equipment must satisfy themselves that all necessary

More information

Steam Boiler Automation Using Programmable Logic Controller

Steam Boiler Automation Using Programmable Logic Controller Steam Boiler Automation Using Programmable Logic Controller Sivasruthi.R 1, Sowmya.S 2, Deepa.K 3 UG Scholar, Department of ECE, Adhiyamaan College of Engineering, Hosur, Tamilnadu, India 1,2 Associate

More information

Question & its answer Remark Total marks 01 Attempt any THREE 12. a) State any three different tools used for Automation. 04 Ans.

Question & its answer Remark Total marks 01 Attempt any THREE 12. a) State any three different tools used for Automation. 04 Ans. Important Instructions to examiners: 1) The answers should be examined by keywords and not as word-to-word as given in the model answer scheme. 2) The model answer and the answer written by candidate may

More information

Initial Face of Automation Programmable Logic Controller

Initial Face of Automation Programmable Logic Controller Paper presented on Initial Face of Automation Programmable Logic Controller Authors:- 1) Mrs. Smita Khandagale [Lecturer, V.P.M Polytechnic, Thane (W)] 2) Miss Rucha Korhale [Lecturer, V.P.M Polytechnic,

More information

Industrial Automation (Automação de Processos Industriais)

Industrial Automation (Automação de Processos Industriais) Industrial Automation (Automação de Processos Industriais) Introduction to PLCs http://users.isr.ist.utl.pt/~jag/courses/api1718/api1718.html Prof. Paulo Jorge Oliveira, original slides Prof. José Gaspar,

More information

TX-I/O Product Range. Features. Description. Document No January 24, 2007

TX-I/O Product Range. Features. Description. Document No January 24, 2007 Document No. 149-476 January 24, 2007 TX-I/O Product Range Description TX-I/O is a line of I/O modules with associated power and communication modules for use within the APOGEE system. TX-I/O products

More information

IMS Control & EPR, We keep your motors running ABB s new control & protection devices up to 18.5 kw / 20 hp

IMS Control & EPR, We keep your motors running ABB s new control & protection devices up to 18.5 kw / 20 hp IMS Control & EPR, 2010 01 29 We keep your motors running ABB s new control & protection devices up to 18.5 kw / 20 hp October 27, 2010 1SBC101089D0201 ABB s new control and protection devices Up to 18.5

More information

Combinational and sequential systems. Prof. Cesar de Prada Dpt. of Systems Engineering and Automatic Control UVA

Combinational and sequential systems. Prof. Cesar de Prada Dpt. of Systems Engineering and Automatic Control UVA Combinational and sequential systems Prof. Cesar de Prada Dpt. of Systems Engineering and Automatic Control UVA prada@autom.uva.es 1 Outline Discrete events systems Combinational logic Sequential systems

More information

Standard Options. Model 4100 Position Indicating Meter. Three Phase Motor Control. Positran Transmitter

Standard Options. Model 4100 Position Indicating Meter. Three Phase Motor Control. Positran Transmitter Standard Options Model 4100 Position Indicating Meter A percent-of-full-travel meter is supplied with a trim potentiometer resistor, terminal block and connectors. A potentiometer is required in the actuator

More information

Simple Ladder Logic. Simple Ladder Logic. OR Operation. Chapter 2: Basic Ladder Logic Programming. Ladder Logic Learning objectives.

Simple Ladder Logic. Simple Ladder Logic. OR Operation. Chapter 2: Basic Ladder Logic Programming. Ladder Logic Learning objectives. OR Operation Chapter 2: asic Ladder Logic Programming Control ehavior: The light should be on when either switch is on (i.e., closed) or switch is on (closed). Otherwise it should be off Task: Implement

More information

Tachometer Panel, PE3

Tachometer Panel, PE3 Features Plug-n-play units with factory programmed parameters 4-20 ma feedback signal Isolated relay alarm outputs Frequency input Diagnostic indicators NEMA 4 Enclosure Model PE3, Tachometer Panel Benefits

More information

Motor Controllers. On-Road AC Motor Controller. Model 1239E.

Motor Controllers. On-Road AC Motor Controller. Model 1239E. Motor Controllers Model 29E www.curtisinstruments.com The E difference A significant enhancement to the Curtis AC family, The E models utilize a powerful dual-microprocessor logic architecture to provide

More information

DO 16xDC24V 1A 1L DO 16xDC24V F SM322 2L F VIPA 322-1BH VIPA 322-1BF01. DO 32xDC24V 1A 1/3L+

DO 16xDC24V 1A 1L DO 16xDC24V F SM322 2L F VIPA 322-1BH VIPA 322-1BF01. DO 32xDC24V 1A 1/3L+ Chapter Digital Output Modules Manual VIPA System 00V System overview Output modules SM In the following you will get an overview over the digital output modules that are available at VIPA: DC V output

More information

Pages 1/18. Marks 2+2

Pages 1/18. Marks 2+2 Pages 1/18 Subject Code: 12149 Model Answer Page No: _1_/ 18 Important Instructions to examiners: 1) The answers should be examined by key words and not as word-to-word as given in the model answer scheme.

More information

3 - Interfaces. Contents 0. Interfaces for discrete signals. Selection guide... page 3/2. # Electromechanical interface modules...

3 - Interfaces. Contents 0. Interfaces for discrete signals. Selection guide... page 3/2. # Electromechanical interface modules... / Contents - Selection guide............................................. page / for discrete signals # Electromechanical interface modules........................... page / # Slim electromechanical interface

More information

MODEL SW6000 & SM6100 CENELEC INSTRUCTIONS

MODEL SW6000 & SM6100 CENELEC INSTRUCTIONS MODEL SW6000 & SM6100 CENELEC INSTRUCTIONS Installation Manual 1180 METRIX Experience Value 8824 Fallbrook Dr. Houston, TX 77064, USA Tel: 1-281-940-1802 After Hours Technical Assistance: 1-713-702-8805

More information

Programmable Logic Controller

Programmable Logic Controller QEC25689 In modern century in this time more and more company which technological to use, so that everything become accurate and quicker. Along go forward technological and to the number of appliance of

More information

Table of Contents 1. Overview Installation...6

Table of Contents 1. Overview Installation...6 (2003-01-31) Table of Contents 1. Overview...1 1.1. Introduction... 1 1.2. Product Description... 1 1.2.1. Mechanical Actuator Assembly with M2CP Electrical Enclosure... 1 1.2.2. Variable Frequency Controller

More information

Rretrofitting process optimization in CNC machines using PLC and labview

Rretrofitting process optimization in CNC machines using PLC and labview Rretrofitting process optimization in CNC machines using PLC and labview 1 Balaji A, 2 Jahir Hussain H, 3 Faheem Ashkar M R 1 Assistant Professor, 2 UG Scholar, 3 UG Scholar 1 Department of Mechatronics

More information

464E PLC Trainer, Extended

464E PLC Trainer, Extended 464E PLC Trainer, Extended GENERAL DESCRIPTION A multi-use training platform allowing for instruction related to the programming and use of industrial PLCs. The basic device is provided without a PLC,

More information

Central Processing Unit - CPU

Central Processing Unit - CPU 1 Central Processing Unit - CPU Central Processing Unit (CPU) is the brain of a PLC controller. CPU itself is usually one of the microcontrollers. Aforetime these were 8-bit microcontrollers such as 8551,

More information

PROGRAMMABLE LOGIC CONTROLLERS LAB ELEC 2141

PROGRAMMABLE LOGIC CONTROLLERS LAB ELEC 2141 PROGRAMMABLE LOGIC CONTROLLERS LAB ELEC 2141 A. Course Description Credits: 4.00 Lecture Hours/Week: 0.00 Lab Hours/Week: 4.00 OJT Hours/Week: 0 Prerequisites: ELEC 1220: Analog and Digital Electronics

More information

Introduction to PLC Systems

Introduction to PLC Systems Western Technical College 31414390 Introduction to PLC Systems Course Outcome Summary Course Information Description Career Cluster Instructional Level Total Credits 3.00 Total Hours 108.00 This course

More information

PL-1746-C02. PL-1746 Series Features

PL-1746-C02. PL-1746 Series Features PL-1746 Series PLµ S Controls Div. PLµS Plug-In Modules for the Allen-Bradley SLC-500 PLC PL-1746-C01 PL-1746-C02 PL-1746-C03 PL-1746-C04 The PLµS PL-1746 Series Plug-In Modules for Allen- Bradley PLC

More information

PLC Programming. Ladder Diagrams

PLC Programming. Ladder Diagrams Ladder Diagrams Consider the diagram below showing a circuit for switching an electric motor on or off. We can redraw this diagram in a different way, using two vertical lines to represent the input power

More information

Circuit simplification examples

Circuit simplification examples Circuit simplification examples Let's begin with a semiconductor gate circuit in need of simplification. The "A," "B," and "C" input signals are assumed to be provided from switches, sensors, or perhaps

More information

Keywords: PLC, Three-Phase Induction Motor, AC Current Sensor, Proximity Sensor, AC Voltage Sensor.

Keywords: PLC, Three-Phase Induction Motor, AC Current Sensor, Proximity Sensor, AC Voltage Sensor. IJESRT INTERNATIONAL JOURNAL OF ENGINEERING SCIENCES & RESEARCH TECHNOLOGY Protection and Control of Three-Phase Induction Motor using Crouzet Millenium PLC K.L.Priyanka *, Dr. M.Chakravarthy * PG-Student,

More information

Control Transformers Control transformers

Control Transformers Control transformers Control Transformers It is often desirable to operate the control circuit at a lower voltage than the power circuit. Control transformers are used to step a voltage down to a lower level. Siemens Class

More information

PLC Industrial Control System PLC-IN

PLC Industrial Control System PLC-IN PLC Industrial Control System PLC-IN Technical Teaching Equipment PCL-IN. PLC Industrial Control System Products Products range Units 6.-Mechatronics & Automation Optional accessory: Work Bench Available

More information

PLC Programming D R. T A R E K A. T U T U N J I

PLC Programming D R. T A R E K A. T U T U N J I PLC Programming D R. T A R E K A. T U T U N J I PLC Programming As PLCs developed and expanded, programming languages have developed with them. The three types of programming languages used in PLCs are:

More information

HAT270A ATS (Automatic Transfer Switch) CONTROLLER OPERATING MANUAL Smartgen Electronics

HAT270A ATS (Automatic Transfer Switch) CONTROLLER OPERATING MANUAL Smartgen Electronics HAT270A ATS (Automatic Transfer Switch) CONTROLLER OPERATING MANUAL Smartgen Electronics CONTENT 1 SUMMARY... 4 2 FEATURES... 4 3 SPECIFICATION... 5 4 PANEL OPERATING INSTRUCTION... 6 5 PANEL OPERATION

More information

Automation of space management in vehicle parking using PLC and SCADA

Automation of space management in vehicle parking using PLC and SCADA Automation of space management in vehicle parking using PLC and SCADA Aravind.K [1],Donaldhardley [2], Pradeep [3], T.Vijayan [4], B.kalai Selvi [5],Dr S.Latha [6] [1-2] Final year Student, Dept of Electronics

More information

Product Information SIMATIC S Digital Output Module SM 322; DO 8 120/230 VAC/2 A ISOL

Product Information SIMATIC S Digital Output Module SM 322; DO 8 120/230 VAC/2 A ISOL Product Information SIMATIC S7-300 Digital Output Module SM 322; DO 8 120/230 VAC/2 A ISOL X 2 Release 3 4 New Digital Output Module Available The S7-300 Digital Output Module SM 322; DO 8 120/230 VAC/2

More information

Programmable Logic Controller

Programmable Logic Controller 8 Programmable Logic Controller 8.1 INTRODUCTION A programmable logic controller (PLC) is a special-purpose computer dedicated to controlling the operation of a machine and processes. The digital electronic

More information

INSTRUCTION MANUAL FOR THE MC-01 CONTROL UNIT

INSTRUCTION MANUAL FOR THE MC-01 CONTROL UNIT 1 INSTRUCTION MANUAL FOR THE MC-01 CONTROL UNIT TABLE OF CONTENTS 1 INSTALLATION... 2 1.1 Mounting... 2 1.2 Mains Connection... 2 1.3 Relay Connection... 3 1.4 Pulse Input Connection... 3 1.5 4-20 ma Output

More information

International Journal of Innovative Technology & Adaptive Management (IJITAM) ISSN: ,Volume-1, Issue-6, March, 2014

International Journal of Innovative Technology & Adaptive Management (IJITAM) ISSN: ,Volume-1, Issue-6, March, 2014 (BK), Pune 412307,Chief Editor: Dr.K.R.Harane,Editor: Prof D.O.Patil, Prof R.M.Sahu. PLC Based Contactor Test Bench NutanDhone Department of Instrumentation and Control Pune District Education Association

More information

-- Quick Search -- Features & Benefits: All Categories > Relays > Solid State > Item # 6425AXXSZS-DC3. Plug-In & Power Relays

-- Quick Search -- Features & Benefits: All Categories > Relays > Solid State > Item # 6425AXXSZS-DC3. Plug-In & Power Relays Home My Account Support Contact Features & Benefits: Plug-In & Power Relays All Categories > Relays > Solid State > Item # 64AXXSZS-DC3 Sockets Accessories Solid State Relays Time Delay & Sensor Relays

More information

Fan Coil Actuator, MDRC FCA/S 1.1M, 2CDG R0011

Fan Coil Actuator, MDRC FCA/S 1.1M, 2CDG R0011 , 2CDG 110 084 R0011 2CDC 071 112 F0008 The Fan Coil Actuator is a modular installation device (MDRC) in prom design. It is intended for installation in the distribution board on 35 mm mounting rails.

More information

E-STOP relays, safety gate monitors

E-STOP relays, safety gate monitors E-STOP relays, safety gate monitors Up to Category 2, EN 954-1 Unit features Positive-guided relay outputs: 2 safety contacts (N/O), instantaneous Connection options for: E-STOP pushbutton Reset button

More information

Figures 2 and 3 illustrate respectively a photograph and a labelled diagram of the PLC that will be discussed in this class.

Figures 2 and 3 illustrate respectively a photograph and a labelled diagram of the PLC that will be discussed in this class. Lesson 15 Title of the Experiment: Programmable Logic Controllers (Activity number of the GCE Advanced Level practical Guide 27) Name and affiliation of the author: N W K Jayatissa Department of Physics,

More information

Accord Builder. User Guide

Accord Builder. User Guide User Guide Document: V 3.6 User Guide R01 V3.6 User Guide R01 Page 1 of 110 Table of Contents 1 Introduction... 7 2 General Summary and Definitions... 8 2.1 Accord Platform and Plant... 8 2.2 PLC Control

More information

PACSystems* RX3i and Series IC693MDL940 / IC694MDL940

PACSystems* RX3i and Series IC693MDL940 / IC694MDL940 May 2015 PACSystems* RX3i and Series 90-30 IC693MDL940 / IC694MDL940 Output Module, Relay, NO, 2 Amp, 16 Point The Series 90*-30 and PACSystems * MDL940 2 Amp Relay Output module provides 16 normally-open

More information

Product Information. Release 3 4 SIMATIC S7-300

Product Information. Release 3 4 SIMATIC S7-300 Product Information SIMATIC S7-300 Relay Output Module SM 322; DO 8 x REL AC230V/5A X 2 Release 3 4 New Relay Output Module Available The S7-300 Relay Output Module SM 322; DO 8 REL AC230V/5A has been

More information

CONTROL PANEL COMPONENTS CONTROL PANEL SOLUTIONS

CONTROL PANEL COMPONENTS CONTROL PANEL SOLUTIONS PRODUCT PROFILE Automation Industrial applications CONTROL PANEL COMPONENTS CONTROL PANEL SOLUTIONS www.finder-us.com The Company...An Italian Brand with global presence FINDER S.p.A. - Global Headquarters

More information

Exercise 5-1. Electrical Circuit and Panel EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Detailed electrical schematic

Exercise 5-1. Electrical Circuit and Panel EXERCISE OBJECTIVE DISCUSSION OUTLINE DISCUSSION. Detailed electrical schematic Exercise 5-1 Electrical Circuit and Panel EXERCISE OBJECTIVE When you have completed this exercise, you will be familiar with the trainer electrical schematic and components. DISCUSSION OUTLINE The Discussion

More information

3RA13, 3RA14 Contactor Assemblies

3RA13, 3RA14 Contactor Assemblies RA1, RA Contactor Assemblies RA1 complete units,... kw Overview The RA1 reversing contactor assemblies can be ordered as follows: Sizes S00 to S Fully wired and tested, with mechanical and electrical interlock

More information

PD 527 Valve Control Module PD Series 600. Product Data Sheet February 2015 SD E06

PD 527 Valve Control Module PD Series 600. Product Data Sheet February 2015 SD E06 PD 527 Valve Control Module PD Series 600 Product Data Sheet February 2015 SD 8719-2E06 PD 527 Valve Control Module February 2015 Introduction The PD 527 Valve Control Module is specially designed to control

More information