Exercise 7. Controlling a Filling Line with a PLC EXERCISE OBJECTIVE

Size: px
Start display at page:

Download "Exercise 7. Controlling a Filling Line with a PLC EXERCISE OBJECTIVE"

Transcription

1 Exercise 7 Controlling a Filling Line with a PLC EXERCISE OBJECTIVE To create a ladder program for controlling an industrial line filling boxes with detergent. To test program operation through the completion of verification steps. DISCUSSION Automative control of processes is widely used in industry to perform repetitive and sequential tasks, as in assembly lines and production lines. Automatic process control can be provided through the use of PLC timer, counter, and sequencer instructions. Examples of PLC-controlled processes include canning and bottling lines, automated punching and cutting processes, automated painting operations, etc. With automatic control, an operator is not needed to start a machine or operation. Control is performed through the use of automatic control devices, which take the place of a human operator. These devices are designed to provide an electrical signal when a predetermined condition is obtained. The condition can be a specific position for a machine part, a critical temperature or pressure, or the level of a liquid. An example of automatic control device is a level sensor. The contacts on a level sensor are operated by the upward and downward movement of a float placed in a tank or in a hopper. As the liquid level changes, the float causes a rod to open or close electrical contacts. Another example of automatic control device is a photoelectric sensor. Photoelectric sensors usually consist of a phototransmitter and a photoreceiver. When an object breaks the light beam transmitted by the phototransmitter, the photoreceiver produces an electrical signal indicating that an object has been detected. Typical applications for photoelectric sensors include detecting the absence or presence of objects, detecting flaws, and reading printed codes to guide items on conveyors. A solenoid-operated valve is also an automatic control device. This type of valve is used to control the flow of fluids and gases. It consists of a solenoid, a plunger, and a valve containing an orifice where a plug is placed to regulate the flow. The valve is operated by the movement of the magnetic plunger being drawn into the solenoid when the coil is energized. 7-1

2 PROCEDURE SUMMARY In the first part of this exercise, you will connect the Lab-Volt PLC Trainer to the computer used to run the P-SIM and RSLogix 500 softwares. You will run P-SIM and select the Silo Simulator option, which simulates an industrial line filling boxes with detergent. You will then create a ladder program in order to control the filling line. You will test program operation through the completion of verification steps. Notice that the Silo Simulator can be controlled in a same manner using ladder programs that are quite different. The student is encouraged to improve the ladder program wherever possible. Fewer programming steps are advisable as PLC's have a limited amount of memory used to store program instructions. EQUIPMENT REQUIRED Refer to the Equipment Utilization Chart, in Appendix A of this manual, to obtain the list of equipment required to perform this exercise. PROCEDURE Setup G 1. Connect the PLC Trainer, Model , to the computer used to run RSLogix 500 and P-SIM through the P-SIM to PLC Interface, Model Then, connect the computer to the PLC communications port, through a 1761-CBL cable. Note: If you are using the former PLC Trainer Model , connect the PLC Trainer to the computer used to run RSLogix and P-SIM, through the Voltage Converter/Isolator, Model 3242, and the P-SIM to PLC Interface, Model Then, connect the computer to the communication port of the PLC on the PLC Trainer, through the PC Interface, Model (Refer to Figure E-2 of the manual for the detail of the connections to make). G 2. On the PLC Trainer, Model , make sure the V1 and V2 toggle switches of the PLC output jacks are set to 24 VDC (toggle switches upward). Note: If you are using the PLC Trainer Model , make sure to connect both PLC output groups to the trainer 24-V DC source, not to the 120 (240)-V AC source, which could damage the interface modules, Models 3243 and G 3. Turn on the computer. Do not start RSLogix 500 for now. 7-2

3 G 4. On the computer, start the P-SIM Simulator program. In the entry window of P-SIM, select the Serial Port command of the main menu, then select the serial port (COM 1, 2, 3 or 4) that corresponds to the computer serial port to which the P-SIM to PLC Interface module, Model 3243, is connected. G 5. Turn on the PLC Trainer. In the entry window of P-SIM, select the Initialize IO Board command of the main menu, which will bring up a window asking you if you want to reset the IO board now. Click OK to close the box and reset the board. In the entry window of P-SIM, select the Silo Simulator option of P-SIM. This will bring up the Silo Simulation window (see Figure 7-1). This window allows control of an industrial line that fills boxes with detergent. 7-3

4 Figure 7-1. The P-SIM Silo Simulation window. Creating a Ladder Program for Controlling a Filling Line G 6. The P-SIM Silo Simulation window allows control of an industrial line that fills boxes with detergent. Observe that the addresses of the input devices in the Silo Simulation window correspond to the PLC input bit addresses listed in Table

5 SILO INPUT DEVICES Momentary-action, normally-closed pushbutton switch S1: I:1/0 Momentary-action, normally-open pushbutton switch S2: I:1/1 Momentary-action, normally-open pushbutton switch S3: I:1/2 Photoelectric sensor: I:1/3 Level sensor: I:1/4 CORRESPONDING PLC INPUT BIT ADDRESS I:0/0 I:0/1 I:0/2 I:0/3 I:0/4 Table 7-1. Addresses of the Silo input devices and their corresponding PLC input bit address. G 7. Now, observe that the addresses of the output devices in the Silo Simulation window correspond to the PLC output bit addresses listed in Table 7-2. SILO OUTPUT DEVICES Conveyor motor: O:1/0 Solenoid valve: O:1/1 RUN lamp: O:1/2 STANDBY lamp: O:1/3 FULL lamp: O:1/4 CORRESPONDING PLC OUTPUT BIT ADDRESS O:0/0 O:0/1 O:0/2 O:0/3 O:0/4 Table 7-2. Addresses of the Silo output devices and their corresponding PLC output bit address. G 8. On the computer, start RSLogix 500 (leave the P-SIM Silo Simulation window open). In RSLogix, create a new project having the following processor name: ECS7. G 9. Based on Tables 7-1 and 7-2, write a ladder program for the P-SIM Silo which will control the following sequence of operations: Upon power up, the conveyor is stopped and the RUN, STANDBY, and FULL lamps in the control panel of the industrial filling line are off. Pressing the START pushbutton (momentary-action, normally-open switch S2 I:1/1), by clicking it using the mouse, starts the conveyor motor and turns the RUN lamp on. 7-5

6 Starting the conveyor motor moves empty boxes towards a silo containing detergent. As the right edge of a box is detected by a photoelectric sensor I:1/3, the conveyor motor is stopped. This stops the empty box while it is under the silo gate. Once the conveyor motor has been stopped, a solenoid-operated valve (O:1/1) is energized to open the silo gate and dispense detergent into the box. Meanwhile, the STANDBY lamp in the control panel is lit. When the box is full, level sensor I:1/4 is activated. This de-energizes the solenoid-operated valve (thereby closing the silo gate), turns the STANDBY lamp off, turns the FULL lamp on, and restarts the conveyor motor. When photoelectric sensor I:1/3 no longer detects the box that has just been filled with detergent, the FULL lamp turns off. When photoelectric sensor I:1/3 detects the right edge of another box, the filling process is repeated. Pressing the STOP pushbutton (momentary-action, normally-open switch S3 I:1/2) stops the system at any sequential step of the filling process and turns the RUN lamp off. At this point, pressing the START pushbutton causes the filling process to resume from the step reached when the system was stopped, and the RUN lamp to turn on. Write your ladder program on paper. Note that the photoelectric and level sensors are software controlled during the animated process. Thus, photoelectric sensor I:1/3 sends a signal to terminal 3 of the PLC input interface within the PLC Trainer when a box is detected. Level sensor I:1/4 sends a signal to terminal 4 of the PLC input interface within the PLC Trainer when the box is full. G 10. Enter your ladder program in program file LAD 2 of project ECS7. Verify each rung, then save the project in a project file having the same name as the processor name. Download the project to the PLC. Go online and set the PLC in the Run mode. Testing the Ladder Program with the P-SIM Silo Simulator G 11. Test program operation by completing the verification steps below. If the program fails to function, do not proceed to the next step. Go offline to modify the program as required, then go back online to complete the verification steps. a. Upon power up, the conveyor should be stopped and the RUN, STANDBY, and FULL lamps in the control panel of the industrial filling line should be off. 7-6

7 b. Press the START pushbutton S2 by clicking it using the mouse. The conveyor motor should start and the RUN lamp in the filling-line control panel should turn on. c. When the right edge of a box reaches photoelectric sensor I:1/3, this sensor should be activated. This should stop the conveyor motor, energize the solenoid-operated valve (thereby opening the silo gate and dispensing detergent into the box), and turn on the STANDBY lamp in the control panel. d. When the box is full, level sensor I:1/4 should be activated. This should de-energize the solenoid-operated valve (thereby closing the silo gate), turn off the STANDBY lamp, turn on the FULL lamp, and restart the conveyor motor. e. When photoelectric sensor I:1/3 no longer detects the box that has just been filled with detergent, the FULL lamp should turn off. f. The filling process should repeat whenever photoelectric sensor I:1/3 detects the right edge of another box. g. Press the STOP pushbutton S3 while the motor conveyor is in operation. The conveyor motor should stop immediately and the RUN lamp should turn off. h. Press the START pushbutton. The motor conveyor should restart and the RUN lamp should turn on. i. Press the STOP pushbutton while a box is being filled with detergent. The solenoid-operated valve should be de-energized immediately to close the silo gate and stop filling the box with detergent. The RUN and STANDBY lamps should turn off. j. Press the START pushbutton. The filling operation should resume and the RUN and STANDBY lamps should turn on. G 12. Have your instructor verify the operation of the program. G 13. When you have finished, set the PLC in Program mode, and clear the PLC memory. G 14. Close RSLogix 500, then close P-SIM. G 15. Turn off the computer. 7-7

8 G 16. On the PLC Trainer, make sure that all PLC inputs are deactivated. Turn off the PLC Trainer, remove all connection leads, if any, and return all the equipment. CONCLUSION In this exercise, you created a ladder program for controlling an industrial line filling boxes with detergent. You tested program operation through the completion of verification steps. You saw that automated systems can be controlled through the use of automatic control devices, which take the place of a human operator. These devices provide an electrical signal when a predetermined limit or condition is obtained. REVIEW QUESTIONS 1. Briefly describe the operation of a level sensor. 2. Suggest typical practical applications for photoelectric sensors. 3. What type of valve can be used to control the flow of fluids and gases? 7-8

Familiarization with the PLC Trainer and RSLogix 500

Familiarization with the PLC Trainer and RSLogix 500 Exercise 1 Familiarization with the PLC Trainer and RSLogix 500 EXERCISE OBJECTIVES To become familiar with the Lab-Volt PLC Trainer To run the RSLogix 500 software. To enter the default project files

More information

Sequencer Instructions

Sequencer Instructions Enter 1 s at the proper bit locations of data file B10 so that it contains the same data as Table 7-2 below. When you have finished, close data file B10. Note: To enter a 1 at a bit location, double-click

More information

To program and test PLC ladder programs that use timer instructions. Timer Instructions of the Trainer PLC. the timer-on-delay (TON) instruction;

To program and test PLC ladder programs that use timer instructions. Timer Instructions of the Trainer PLC. the timer-on-delay (TON) instruction; Exercise 5 Timer Instructions EXERCISE OBJECTIVE To program and test PLC ladder programs that use timer instructions. DISCUSSION Introduction PLC timer instructions are output instructions that can be

More information

Shift Register Instructions/The Force Function

Shift Register Instructions/The Force Function Exercise 9 Shift Register Instructions/The Force Function EXERCISE OBJECTIVE To program and test PLC ladder programs that use shift register instructions. To become familiar with the Force function of

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

Courseware Sample F0

Courseware Sample F0 Electric Power / Controls Courseware Sample 3617-F ELECTRIC POWER / CONTROLS COURSEWARE SAMPLE by the Staff of Lab-Volt (Quebec) Ltd Copyright 24 Lab-Volt Ltd All rights reserved. No part of this publication

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

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

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

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

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

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

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

Ch. 4 Programming the Application 1

Ch. 4 Programming the Application 1 Chapter 4 Programming the Application This chapter deals with the steps to creating a working program from both the Siemens and A-B platform. In the last chapter, we dealt with linking the computer to

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

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

PLC Exam 6/18/2014 Name: I. Matching. Match the System memory Data Files to their descriptions.

PLC Exam 6/18/2014 Name: I. Matching. Match the System memory Data Files to their descriptions. PLC Exam 6/18/2014 Name: By signing I agree to abide by the UWA policies governing academic integrity. I. Matching. Match the System memory Data Files to their descriptions. (A) Bit (B) Control (C) Counter

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

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

Pneumatics Simulation Software (LVSIM - PNEU) - 10 Users

Pneumatics Simulation Software (LVSIM - PNEU) - 10 Users Pneumatics Simulation Software (LVSIM - PNEU) - 10 Users LabVolt Series Datasheet Festo Didactic en 07/2018 Table of Contents General Description 2 Features 2 Equipment Box Items 3 Computer Requirements

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

Programmable Logic Controller (PLC) Guide

Programmable Logic Controller (PLC) Guide Programmable Logic Controller (PLC) Guide World Leader in Technical Training INTERNATIONAL AWARD WINNER FOR EXCELLENCE IN TECHNICAL TRAINING PRODUCTS Lab-Volt is the proud recipient of more International

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

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

MAKER: Mobile Device App for Wireless Control of a PLC-Based Automated

MAKER: Mobile Device App for Wireless Control of a PLC-Based Automated Paper ID #14538 MAKER: Mobile Device App for Wireless Control of a PLC-Based Automated System Prof. Thomas G. Hart, Tarrant County College 1998 - Present served as Faculty &Coordinator of Robotics and

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

LAB 10 INTRODUCTION TO LADDER LOGIC PROGRAMMING. 2 Lab Equipment 2.1. CLICK Series Micro Programmable Logic Controller (PLC)

LAB 10 INTRODUCTION TO LADDER LOGIC PROGRAMMING. 2 Lab Equipment 2.1. CLICK Series Micro Programmable Logic Controller (PLC) LAB 10 INTRODUCTION TO LADDER LOGIC PROGRAMMING 1 Lab Objective In this lab you will be introduced to programmable logic controllers and the use of relay ladder logic. 2 Lab Equipment 2.1. CLICK Series

More information

PLC Fundamentals. Module 1: Introduction to PLC. Academic Services Unit PREPARED BY. January 2013

PLC Fundamentals. Module 1: Introduction to PLC. Academic Services Unit PREPARED BY. January 2013 PLC Fundamentals PREPARED BY Academic Services Unit January 2013 Applied Technology High Schools, 2013 ATE 326 PLC Fundamentals Module Objectives Upon successful completion of this module, students will

More information

6485-V0 Pneumatics Simulation Software (LVSIM -PNEU) - 35 Users Network

6485-V0 Pneumatics Simulation Software (LVSIM -PNEU) - 35 Users Network 6485-V0 Pneumatics Simulation Software (LVSIM -PNEU) - 35 Users Network LabVolt Series Datasheet Festo Didactic en 12/2017 Table of Contents General Description 2 Features 3 Equipment Box Items 4 Computer

More information

LEARNING ACTIVITY PACKET MECHATRONICS PLC TIMER INSTRUCTIONS (SIEMENS S7-300/STEP 7) B25014-AA04UEN

LEARNING ACTIVITY PACKET MECHATRONICS PLC TIMER INSTRUCTIONS (SIEMENS S7-300/STEP 7) B25014-AA04UEN MECHATRONICS LEARNING ACTIVITY PACKET PLC TIMER INSTRUCTIONS (SIEMENS S7-300/STEP 7) B25014-AA04UEN LEARNING ACTIVITY PACKET 4 PLC TIMER INSTRUCTIONS INTRODUCTION This LAP discusses PLC Timer instructions

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

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

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

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

PLC Fundamentals. Module 3: Programming with Function Blocks. Academic Services Unit PREPARED BY. January 2013

PLC Fundamentals. Module 3: Programming with Function Blocks. Academic Services Unit PREPARED BY. January 2013 PLC Fundamentals Module 3: Programming with Function Blocks PREPARED BY Academic Services Unit January 2013 Applied Technology High Schools, 2013 ATE326 PLC Fundamentals Module 3: Programming with Function

More information

PLC Fundamentals. Module 3: Programming with Function Blocks. Academic Services Unit PREPARED BY. August 2011

PLC Fundamentals. Module 3: Programming with Function Blocks. Academic Services Unit PREPARED BY. August 2011 PLC Fundamentals Module 3: Programming with Function Blocks PREPARED BY Academic Services Unit August 2011 Applied Technology High Schools, 2011 ATE1212 PLC Fundamentals Module 3: Programming with Function

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

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

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

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

AUTOMATIC LIQUID FILLING USING PROGRAMMABLE LOGIC CONTROLLER(PLC)

AUTOMATIC LIQUID FILLING USING PROGRAMMABLE LOGIC CONTROLLER(PLC) AUTOMATIC LIQUID FILLING USING PROGRAMMABLE LOGIC CONTROLLER(PLC) Vinod Jiddi Assistant Professor,Dept.of EEE,B.L.D.E.A. S CET,vijayapur karnataka Abstract This paper presents to design, develop and monitor

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

Unit II APPLICATIONS OF PLC

Unit II APPLICATIONS OF PLC EI6702-Logic & Distributed Control System Unit II Applications of PLC Unit II APPLICATIONS OF PLC 2.1 PROGRAM CONTROL INSTRUCTIONS Program control instructions are used to alter the program scan from its

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

Programmable Logic Controllers: Essential and Affordable

Programmable Logic Controllers: Essential and Affordable Paper ID #6350 Programmable Logic Controllers: Essential and Affordable Dr. John Marshall, University of Southern Maine John Marshall received his Ph.D. from Texas A&M University and is the Departmental

More information

Electrical Motor Controls. Chapter 11 (4 th Edition) Chapter 6 (5 th Edition)

Electrical Motor Controls. Chapter 11 (4 th Edition) Chapter 6 (5 th Edition) Electrical Motor Controls Chapter 11 (4 th Edition) Chapter 6 (5 th Edition) 1. What are the three parts of an industrial pushbutton? 2. What color legend plate is typically used for an emergency stop

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

Job Sheet 5 Motor Drives

Job Sheet 5 Motor Drives Job Sheet 5 Motor Drives The motor drive in your training system is also called a motion controller. It controls the speed and position of the 3-phase AC synchronous servomotor that physically rotates

More information

SMART SHOT CONTROLLER FLUID USERS GUIDE

SMART SHOT CONTROLLER FLUID USERS GUIDE SMART SHOT CONTROLLER FLUID USERS GUIDE Pg. 2 SMART SHOT CONTROLLER FEATURES 3 SMART SHOT CONTROLLER FEATURES 3 SMART SHOT CONTROLLER CONFIGURATIONS 4 FLOAT/SENSOR WIRING 5 TOP AND BOTTOM FLOAT/SENSOR

More information

ELECTRICAL ENGINEERING TECHNOLOGY Introduction to RSLogix 5000 and the Compact Logix PLC

ELECTRICAL ENGINEERING TECHNOLOGY Introduction to RSLogix 5000 and the Compact Logix PLC KENNESAW STATE UNIVERSITY ECET 4530 ELECTRICAL ENGINEERING TECHNOLOGY Introduction to RSLogix 5000 and the Compact Logix PLC Introduction: In this exercise you will setup, configure, program and operate

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

To demonstrate wide range of experiments, applications and advanced control techniques using industry standard instrumentation and controls.

To demonstrate wide range of experiments, applications and advanced control techniques using industry standard instrumentation and controls. MI 330 UNIVERSAL PROCESS CONTROL TRAINER OBJECTIVE To demonstrate wide range of experiments, applications and advanced control techniques using industry standard instrumentation and controls. FEATURES

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

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

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

TelePACE Studio Ladder Logic Training Manual

TelePACE Studio Ladder Logic Training Manual TelePACE Studio Ladder Logic Training Manual SCADA products... for the distance TelePACE Studio Ladder Editor Training Manual 1999-2009 Control Microsystems Inc. All rights reserved. Printed in Canada.

More information

The following terms are registered trademarks of Rockwell Automation Inc.

The following terms are registered trademarks of Rockwell Automation Inc. 1 Trademarks All terms mentioned in this book that are known to be trademarks have been appropriately marked. Use of a term in this book should not be regarded as affecting the validity of any trademark.

More information

Instructor Guide. 401: Programmable Logic Controllers Module 2: Advanced Programming Systems

Instructor Guide. 401: Programmable Logic Controllers Module 2: Advanced Programming Systems Instructor Guide 401: Programmable Logic Controllers Module 2: d Programming Systems Elevator Escalator Programmable Logic Controllers Table of Contents Overview....... SLC500 Series Processor Operation..

More information

VALLIAMMAI ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION ENGINEERING QUESTION BANK

VALLIAMMAI ENGINEERING COLLEGE DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION ENGINEERING QUESTION BANK VALLIAMMAI ENGINEERING COLLEGE SRM Nagar, Kattankulathur 603 203 DEPARTMENT OF ELECTRONICS AND INSTRUMENTATION ENGINEERING QUESTION BANK VII SEMESTER EI6702 Logic and Distributed Control System Regulation

More information

Lec 2. .Ladder Logic.Memory Map.KGL Programming Software

Lec 2. .Ladder Logic.Memory Map.KGL Programming Software Lec 2.Ladder Logic.Memory Map.KGL Programming Software Ladder logic is the main programming method used for PLCs. Relay is a simple device that uses a magnetic field to control a switch, when a voltage

More information

Automatic Storage and Retrieval System - ASRS20 MPS. Manual

Automatic Storage and Retrieval System - ASRS20 MPS. Manual Automatic Storage and Retrieval System - ASRS20 MPS Manual Order no.: Description: Manual ASRS20 Designation: FMS50 / MPS Status: Author: Graphics: Layout: Wolfgang Eckart, ADIRO Automatisierungstechnik

More information

EEET 2204 Industrial Automation

EEET 2204 Industrial Automation 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

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

VARIOUS APPLICATIONS CONTROLLED BY PLC GURAV PRADIP Assistant professor, Electrical Engineering Dept, SETI Panhala, Maharashtra (India)

VARIOUS APPLICATIONS CONTROLLED BY PLC GURAV PRADIP Assistant professor, Electrical Engineering Dept, SETI Panhala, Maharashtra (India) VARIOUS APPLICATIONS CONTROLLED BY PLC GURAV PRADIP Assistant professor, Electrical Engineering Dept, SETI Panhala, Maharashtra (India) HARALE SEEMA SANGAR PRAJAKTA MUJAWAR WASIM AGHAV ARCHANA ABSTRACT

More information

PLC AUTOMATION SYSTEM LABORATORY. Manual

PLC AUTOMATION SYSTEM LABORATORY. Manual MRS AVN COLLEGE POLYTECHNIC VISAKHAPATNAM DEPARTMENT OF ELECTRICAL ELECTRONICS ENGINEERING PLC AUTOMATION SYSTEM LABORATORY Manual PLC Automation System Laboratory Lab 1 : Getting familiar with Step 7-

More information

Introduction to Programmable Logic Controllers in a Mechanical Engineering Instrumentation Course

Introduction to Programmable Logic Controllers in a Mechanical Engineering Instrumentation Course Introduction to Programmable Logic Controllers in a Mechanical Engineering Instrumentation Course Joey K. Parker The University of Alabama Session 2366 Introduction and Background Many mechanical engineering

More information

ELECTRICAL CONTROL SYSTEMS 1

ELECTRICAL CONTROL SYSTEMS 1 ELECTRICAL CONTROL SYSTEMS 1 LEARNING ACTIVITY PACKET CONTROL LOGIC BB703-XB01UEN LEARNING ACTIVITY PACKET 1 CONTROL LOGIC INTRODUCTION This LAP and the ones that follow cover the electrical controls that

More information

TC40 - Pre-Instructional Survey

TC40 - Pre-Instructional Survey TC40 - Pre-Instructional Survey 1. Identify the instruction symbol shown. A. Normally Open B. Examine Input Open C. Examine Input Closed D. Normally Closed 2. Identify the instruction symbol shown. A.

More information

Conveyor Station Exercise 1: Learning about components and their function

Conveyor Station Exercise 1: Learning about components and their function Conveyor Station Exercise 1: Learning about components and their function Learning objective Upon completing this exercise, you should be familiar with the most important components in the conveyor station

More information

L12 - Basic PLC Programming with Micro800 Controllers Hands-on Lab

L12 - Basic PLC Programming with Micro800 Controllers Hands-on Lab PUBLIC - 5058-CO900H L12 - Basic PLC Programming with Micro800 Controllers Hands-on Lab PUBLIC PUBLIC Agenda Introduction to Terms / Concepts Micro800 Family Connected Components Workbench software Application

More information

PRSU/5 Safety Interface Controller

PRSU/5 Safety Interface Controller PRSU/5 Safety Interface Controller Installation Instructions 1. INTRODUCTION Tapeswitch PRSU/5 control units are designed to be used with Tapeswitch pressure sensitive sensors to form a complete safety

More information

Advanced PLC Training System (Rockwell Automation)

Advanced PLC Training System (Rockwell Automation) 3355-00 Advanced PLC Training System (Rockwell Automation) LabVolt Series Datasheet Festo Didactic en 03/208 Table of Contents General Description 2 PLC applications developing students understanding 3

More information

ECE485/585: Programmable Logic Controllers Exam #2 (sample style questions)

ECE485/585: Programmable Logic Controllers Exam #2 (sample style questions) ECE485/585: Programmable Logic Controllers Exam #2 (sample style questions) 1. A certain process is to count the number of true-to-false transitions on input I:0.0/0 for a 10 second period. Counting is

More information

Mechatronics Programmable Logic Controller Basic Programming Courseware Sample

Mechatronics Programmable Logic Controller Basic Programming Courseware Sample Mechatronics Programmable Logic Controller Basic Programming Courseware Sample 52281-F0 Order no.: 52281-10 First Edition Revision level: 08/2015 By the staff of Festo Didactic Festo Didactic Ltée/Ltd,

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

State Diagrams. Fig. 11-1a Filling Station Process. Operator Panel. Silo. Stop. Conveyor Belt. Ch. 11 Use of State Diagrams 1.

State Diagrams. Fig. 11-1a Filling Station Process. Operator Panel. Silo. Stop. Conveyor Belt. Ch. 11 Use of State Diagrams 1. Chapter 11 USE OF STATE DIAGRAMS State Diagrams A number of problems and many of the more complicated problems in control involve state diagrams. This chapter will attempt to discuss some of the simple

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

Y-0044 MECHATRONICS TRAINING SET

Y-0044 MECHATRONICS TRAINING SET INDUSTRIAL AUTOMATION TECHNOLOGY Y-0044 MECHATRONICS TRAINING SET With the mechatronics training set typical factory automation is modeled. Due to the scenario the factory automation; product that is rough

More information

Programmable Logic Controllers in the High Schools Improves College Enrollments

Programmable Logic Controllers in the High Schools Improves College Enrollments Programmable Logic Controllers in the High Schools Improves College Enrollments Document 2005-744 John Allen Marshall, Ph.D. School of Applied Science, Engineering, and Technology University of Southern

More information

Level-Process Training System

Level-Process Training System Level-Process Training System LabVolt Series Datasheet Festo Didactic en 220 V - 50 Hz 07/2018 Table of Contents General Description 2 PLC Compatibility 2 Features & Benefits 2 List of Equipment 3 List

More information

Set up and verify the operation of basic motor starters. Understand the purpose of a separate control circuit.

Set up and verify the operation of basic motor starters. Understand the purpose of a separate control circuit. Exercise 3-1 Motor Starters EXERCISE OBJECTIVE Set up and verify the operation of basic motor starters. Understand the purpose of a separate control circuit. DISCUSSION OUTLINE The Discussion of this exercise

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

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

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

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA SELECTION AND APPLICATIONS OF PROGRAMMABLE LOGIC CONTROLLERS UNIT 25 - NQF LEVEL 3 OUTCOME 2 - PROGRAMMING

EDEXCEL NATIONAL CERTIFICATE/DIPLOMA SELECTION AND APPLICATIONS OF PROGRAMMABLE LOGIC CONTROLLERS UNIT 25 - NQF LEVEL 3 OUTCOME 2 - PROGRAMMING EDEXCEL NATIONAL CERTIFICATE/DIPLOMA SELECTION AND APPLICATIONS OF PROGRAMMABLE LOGIC CONTROLLERS UNIT 25 - NQF LEVEL 3 OUTCOME 2 - PROGRAMMING CONTENT Be able to use programming techniques to produce

More information

Basic User and Installation Manual

Basic User and Installation Manual HERON ELECTRIC COMPANY LTD Basic User and Installation Manual Mi-4 Mi-8 Mi-12 Mi-16 Mi-144 Multi -Wire Controller Doc ref. Mi Multi Wire Basic November 2008 TABLE OF CONTENTS 1. About This Controller...

More information

High-speed Counter Module

High-speed Counter Module DL05/06 High-Speed Counter I/O Module H4-CTRIO The High-Speed Counter I/O (H4-CTRIO) module is designed to accept high-speed pulse-type input signals for counting or timing applications and designed

More information

4848 Reactor Controller

4848 Reactor Controller 4848 Reactor Controller 4848 Controller with MCM, PDM and HTM expansion modules installed. The Parr 4843 and 4836 Controllers have been replaced with the new 4848 Controller. This new controller brings

More information

ADVANCED SYRINGE PUMP

ADVANCED SYRINGE PUMP instrumentation and software for research ADVANCED SYRINGE PUMP PHM-111-EC USER S MANUAL DOC-032 Rev. 1.8 Copyright 20144 All Rights Reserved Med Associates Inc. P.O. Box 319 St. Albans, Vermont 05478

More information

KCH-B KCH-B. Merits. Application examples. Counters for Display of High-speed Addition and Subtraction. Counters. switches to write settings

KCH-B KCH-B. Merits. Application examples. Counters for Display of High-speed Addition and Subtraction. Counters. switches to write settings for Display of High-speed Addition and Subtraction Maximum operating speed 2kHz Used in industrial machinery, end-measuring devices, and the like, this electronic counter is exclusively for display. It

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

Mechatronics and Pneumatics Kit Manual

Mechatronics and Pneumatics Kit Manual Mechatronics and Pneumatics Kit Manual Georgia Institute of Technology ME2110 August 13, 2014 1 Table of Contents 2 Introduction... 2 3 The NI myrio... 3 3.1 Inputs-OUtputs... 3 3.1.1 The Sensor Board...

More information

PLC Applications. LabVolt Series. Datasheet

PLC Applications. LabVolt Series. Datasheet PLC Applications LabVolt Series Datasheet Festo Didactic en 240 V - 50 Hz 07/2018 Table of Contents General Description 2 Courseware 2 PLC Compatibility 2 PLC Requirements 3 Topic Coverage 3 Features &

More information

Exercise 2: FACET Base Unit Familiarization

Exercise 2: FACET Base Unit Familiarization Exercise 2: FACET Base Unit Familiarization EXERCISE OBJECTIVE When you have completed this exercise, you will discover the operating features of the base unit and DC FUNDAMENTALS circuit board. You will

More information

Apprenticeship Curriculum Standard. Level 3. Trade Code: 447A

Apprenticeship Curriculum Standard. Level 3. Trade Code: 447A Apprenticeship Curriculum Standard Instrumentation and Control Technician Level 3 Trade Code: 447A Development Date: 2008 Please Note: Apprenticeship Training and Curriculum Standards were developed by

More information

Innovative Products. Electric Drives and Controls

Innovative Products. Electric Drives and Controls Innovative Products Electric Drives and Controls Drive technology Complete automation systems Control technology Tightening and press-fit systems Resistance welding systems 9 April 2011 DCUS/MKT Bosch

More information

JOCKEY FIRE PUMP CONTROL MODEL: FPC Series

JOCKEY FIRE PUMP CONTROL MODEL: FPC Series JOCKEY FIRE PUMP CONTROL MODEL: FPC-70010 Series INTRODUCING The Jockey/Jacking pump controller is for the control and status display of a Jockey/Jacking pump. The intuitive design and functions of this

More information

Automatic Bottle Packaging plant by using PLC

Automatic Bottle Packaging plant by using PLC Automatic Bottle Packaging plant by using PLC AshwinMahale, Prasad Chevale, AdityaShinde, SantoshPardeshi, Sarthak K. Joshi Guide, Assitant professor VishwaniketaniMEET Department of Electrical Engineering,

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