Discrete Control Logic. 1. Pneumatic circuits. - Low forces - Discrete, fixed travel distances - Rotational or reciprocating motion

Size: px
Start display at page:

Download "Discrete Control Logic. 1. Pneumatic circuits. - Low forces - Discrete, fixed travel distances - Rotational or reciprocating motion"

Transcription

1 Discrete Control Logic 1. Pneumatic circuits - Low forces - Discrete, fixed travel distances - Rotational or reciprocating motion Main components: compressor, valves, cylinders

2 Pneumatic components: cylinders double -acting spring-return air supply vent to atmosphere (air discharge tepping away from this mat, the person has to manually switch the robot back ON

3 Pneumatic components: valves a 3/2 valve a 5/2 valve valve actuation return spring pneumatic foot pedal push button solenoid (electrical) roller (mechanical)

4 Simple Pneumatic control START, A+, A- - A + A- A+ Start VA

5 Pure Pneumatic control design: Cascade method Example: Punch Press Operation: (i) part is clamped in position (ii) press punches the part (iii) the clamp is released (iv) part is removed from the table START, A+, B+, B-, A-, C+, C- Functions of A, B, C? How to design pneumatic system?

6 Pure Pneumatic control design: Cascade method (1) Write cylinder action sequence (2) Partition sequence into minimum no. of groups (no letter repeated in group) (3) Merge last group, first group (if possible) (4) Each cylinder is double-acting (5) Each cylinder is controlled by 5/2 valve (both pilot lines: pneumatic) (6) Each + and position of cylinder: limit valves (7) Each group => manifold line. The manifold line connects to the limit valves associated with the cylinders. (8) The air pressure in the manifolds is controlled by 5/2 valves called group valves. no. of group valves = (no of groups 1)

7 Cascade method: forming groups START, A+, B+, B-, A-, C+, C- Break it down into groups: START, A+, B+ / B-, A-, C+ / C- GRP 1 GRP 2 GRP 3 Merge Group 3 with Group 1? START, A+, B+ / B-, A-, C+ / C- GRP 1 GRP 2 GRP 1

8 Cascade method: draw cylinders, manifolds, valves - Draw the cylinders - For each cylinder, draw the limit valve (3/2 way) - For each cylinder, draw the control valve - Draw manifold lines - Limit valve connections: a2, b2 and c1 get their air supply from manifold 1 a1, b1 and c2 get their air supply from manifold 2 - Group valve connections: air supply: initially to GRP 1 (manifold 1), when pilot line 1 is active. line 1: activated by c2 (transition from GRP 2 GRP 1) line 2: activated by b2 - Connect air supply of each cylinders valve, and supply + and ports of each cylinder - Connect the logic lines according to sequence: START A+ B+ B- A- C+ C-

9 Cascade method: forming groups - A + - B + - C + a1 a2 b1 b2 c1 c2 - VA + - VB + - VC + Start Cascade circuit for: START, A+, B+, B-, A-, C+, C-

10 Pure Pneumatic Controls - For more complex logic, difficult to debug - Less versatile than electronic control (e.g. no counters, poor timer control) - pneumatics timer control: delay valves.

11 Programmable Logic Controllers History: avoiding complex/large relay boards - Why are relay boards required? PLC Basics: computer + relays data communication wire O u t p u t s A/C 220V input 0 input 1 input 2 input 3 input 4 input 5 input 6 Box with Computer (controller) Power supply wire

12 PLC: example 1 Pressure_Switch is ON Warning_Light ON

13 PLC: example 1 STEP 1: STEP 2: STEP 3: STEP 4: Write this logic into a PROGRAM Load program into PLC Connect the sensor output to External Input terminal. Connect the PLC External Output Terminal to Warning Light STEP 5: EXECUTE the logic program on the PLC.

14 PLC: example 1 Programming language: LADDER LOGIC

15 PLC: example 1 Programming language: LADDER LOGIC IF THEN

16 PLC: example 2 Outer mat ON warning light ON Inner mat ON warning light ON AND Robot OFF Stepping away from inner mat Manually switch robot ON

17 PLC: example 2 Two actuators: Warning light, Robot master switch LOGIC for Warning light External Input 1: outer mat External Input 2: inner mat External output: light

18 PLC: example 2 LOGIC for Warning Light LOGIC for Robot PROBLEM?

19 PLC: example 2 LOGIC for Robot Robot must STAY OFF until manual reset to ON Solution: LATCH External Input 2: inner mat Internal (logical) relay latch External output: robot

20 PLC: example 2 LOGIC for Robot Robot must STAY OFF until manual reset to ON

21 Ladder Logic Programs Switch (Relay) naming conventions Lecture notes (Rockwell Automation PLC): External inputs: I:0/1, I:0/2,, I:1/1, I:1/2, I:n/m External outputs: O:0/1, O:0/2,, O:1/1, O:1/2, O:n/m Internal Relays: B0, B1, etc. Lab (SMC PLC): External inputs: X0, X1, External outputs: Y0, Y1,, Internal Relays: R0, R1, etc.

22 PLC Example: XOR Logic A xor B: (A is ON AND B is OFF) OR (A is OFF AND B is ON)

23 Ladder Logic: Timers Solenoid actuated door-lock Solenoid ON Door unlocked Solenoid actuated when: (i) ON signal from number-pad outside door (ii) ON signal from door-open switch inside door Solenoid ON for 5 sec, then OFF While O:0/1 remains ON, Timer COUNTS DOWN from PRESET COUNT DOWN = 0 ( T4:1) set to ON

24 Ladder Logic: Timers Solenoid actuated door-lock Solenoid ON Door unlocked Solenoid actuated when: (i) ON signal from number-pad outside door (ii) ON signal from door-open switch inside door Solenoid ON for 5 sec, then OFF

25 Ladder Logic: Timers -- reset Solenoid actuated when: (i) ON signal from number pad outside door (ii) ON signal from door-open switch inside door Solenoid ON for 5 sec, then OFF During ON, if button is pressed, Timer resets to PRESET During ON, light indicator is ON LEGEND: I:0/1 door-open I:O/2 card-reader O:0/1 solenoid O:0/2 light indicator

26 Ladder Logic: counters Count the number of occurrences of an event Examples: Pallet loading in factory After 10 parts arrive on conveyor, worker comes to load pallet Pneumatic press hammer Hit the part 20 times, then wait for part to be unloaded Rice cooker alarm Beep 5 times when rice is cooked EVENT: switch goes from OFF ON

27 Ladder Logic: counters Pallet loading in factory After 4 parts arrive on conveyor: STOP conveyor belt turn ON the indicator light

28 Ladder Logic: car wash Car arrives limit switch ON Limit switch ON Washer ON Washer ON: (i) Soapy water SPRAY ON (30 secs) (ii) Rinse: clean water SPRAY ON (30 secs) (iii) Automatic scrubber brushes car (15 secs) (iv) After washing 50 cars, the scrubber brush Auto-change

29 I:0/1 I:0/2 B1 B1 B1 B1 Preset: Accum: Preset: Accum: T4: 0 Base: T4: 1 Base: T4: 2 Base: 0.01 Preset: 7500 Accum: 0 EN EN EN I:0/1 : System On I:0/2 : Emergency Stop I:0/3 : Limit Switch O:0/0 : Soap Water On O:0/1 : Rinse On O:0/2 : Scrubber On O:0/3 : Activate Scrubber Change Notice how B1 and the timer outputs are used to control the logic according to the required timing. B1 T4:0 T4:1 T4:2 O:0/0 B1 DN T4:0 DN T4:1 DN T4:2 O:0/1 B1 DN T4:0 DN T4:1 DN T4:2 O:0/2 O:0/2 C5: 0 DN DN CTU Preset: Accum: DN C5: EN O:0/3 Car arrives limit switch ON Limit switch ON Washer ON DN I:0/3 T4:0 RES I:0/3 T4:1 RES I:0/3 T4:2 RES Washer ON: (i) Soapy water SPRAY ON (30 secs) (ii) Rinse: clean water SPRAY ON (30 secs) (iii) Automatic scrubber brushes car (15 secs) (iv) After washing 50 cars, the scrubber brush Auto-change O:0/3 C5:0 RES

30 Programming a PLC (1) Hand held console (direct feed of program into PLC) (2) Computer-interface: (i) Complete the program on a computer (ii) Test the program on PC (iii) Upload the program to the PLC processor memory (persistent) (iv) Connect external Inputs and Outputs (v) Run the program on PLC

31 Operation cycle of PLC Phase 1 Phase 2 Phase Program Memory Processor Accumulator 37 output register output input input register

Electro Pneumatic WorkStation Scientech 2470

Electro Pneumatic WorkStation Scientech 2470 Electro Pneumatic WorkStation is designed to demonstrate the design, construction and application of Pneumatic components and circuits. It integrates PLC technology to build Hybrid Industrial Automation

More information

Electro Pneumatic Workbench Scientech 2470

Electro Pneumatic Workbench Scientech 2470 Scientech 2470 Electro Pneumatic Workbench is designed to demonstrate the design, construction and application of Pneumatic components and circuits. It integrates PLC technology to build Hybrid Industrial

More information

The CASCADE Method. IA Cascade Method

The CASCADE Method. IA Cascade Method The CASCADE Method similar to that for electromechanical devices. involves dividing the sequence into groups with each group s manifold (power or main pressure line) being supplied with pneumatic power

More information

Automatic Control System PS Pneumatic Training System. Features

Automatic Control System PS Pneumatic Training System. Features Pneumatic Training System It is well known that Factory utomation is an indispensable measure to reduce labor cost, improve production efficiency and achieve higher product quality, which is widely adopted

More information

Basic Machine Interface Options

Basic Machine Interface Options Limit Switch Version (515) 232-3188 www.razorgage.com Basic Machine Interface Options The Tool Safe Sensor is a limit switch to be installed on the user s saw, drill press, punch press, or whatever the

More information

Industrial Mechanic (Millwright) Level 3

Industrial Mechanic (Millwright) Level 3 Industrial Mechanic (Millwright) Level 3 Rev. September 2005 Industrial Mechanic (Millwright) Unit: G5 Prime Movers I Diesel 1 Level: Duration: Three 60 hours Theory: 20 hours Practical: 40 hours Overview:

More information

Development and Fabrication of Electro Pneumatic Automatic Stamping Machine

Development and Fabrication of Electro Pneumatic Automatic Stamping Machine Development and Fabrication of Electro Pneumatic Automatic Stamping Machine Pawan Koppa 1, Dr.N.Nagaraja 2, Amith.V 3,Sushilendra Mutalikdesai 4,Vyasaraj.T 5,Gururaj Hatti 6 Pramod Kumar 7, Rohit Kumar

More information

Level 7 Post Graduate Diploma in Engineering Mechatronics

Level 7 Post Graduate Diploma in Engineering Mechatronics 9210-223 Level 7 Post Graduate Diploma in Engineering Mechatronics 0 You should have the following for this examination one answer book calculator (programmable calculators are not allowed) pen pencil

More information

6081 Pneumatics Training System

6081 Pneumatics Training System 6081 Pneumatics Training System LabVolt Series Datasheet Festo Didactic en 220 V - 50 Hz 03/2018 Table of Contents General Description 2 Innovative design 3 Virtual Laboratory Equipment 3 Courseware 3

More information

To ensure proper installation, digital pictures with contact information to before startup.

To ensure proper installation,  digital pictures with contact information to before startup. Check List for Optimal Filter Performance [ ] There should be no back-pressure on the flush line. A 1 valve should have a 2 waste line, and 2 valve should have a 3 waste line. Do not use rubber hosing

More information

Tekleen GB6 & GB7 USERS AUTOMATIC FILTERS, INC. MANUAL

Tekleen GB6 & GB7 USERS AUTOMATIC FILTERS, INC. MANUAL AUTOMATIC FILTERS, INC. 67 S. LA CIENEGA BLVD. LOS ANGELES, CA 90034 30 839 88 800 336 94 FAX 30 839 6878 www.tekleen.com info@tekleen.com Tekleen GB6 & GB7 USERS MANUAL GB6 & GB7 USERS MANUAL AUTOMATIC

More information

Hashemite University Mechatronics Engineering Department Process Control Laboratory

Hashemite University Mechatronics Engineering Department Process Control Laboratory Hashemite University Mechatronics Engineering Department Process Control Laboratory 110405533 The Hashemite University Faculty of Engineering Department of Mechatronics Engineering Process Control Lab.

More information

The pneumatic circuit and parts' list needed to perform this operation are shown by Figure C.1.

The pneumatic circuit and parts' list needed to perform this operation are shown by Figure C.1. Introduction In session 1 you have learned about pneumatic systems and their main components. In addition to that your lab instructor has introduced to you how to use FluidSIM software. During this appendix

More information

Shaper Automation Using Electro-Pneumatic Devices And Plcs

Shaper Automation Using Electro-Pneumatic Devices And Plcs International Journal of Engineering Research and Development e-issn: 2278-067X, p-issn: 2278-800X, www.ijerd.com Volume 8, Issue 2 (August 2013), PP. 49-56 Shaper Automation Using Electro-Pneumatic Devices

More information

Suggested list for the Hydraulic and Pneumatic lab Instruments Mechatronics Engineering Department School of Applied Technical Science

Suggested list for the Hydraulic and Pneumatic lab Instruments Mechatronics Engineering Department School of Applied Technical Science Suggested list for the Hydraulic and Pneumatic lab Instruments Mechatronics Engineering Department School of Applied Technical Science Pneumatic and Electro-pneumatic components: No. EQUIPMENTS operating

More information

AQUASTAR C6. (Comfort 6000) Next Generation Auto Backwash Valve System. (selectable time-pressure or remote cycle start)

AQUASTAR C6. (Comfort 6000) Next Generation Auto Backwash Valve System. (selectable time-pressure or remote cycle start) AQUASTAR C6 (Comfort 6000) Next Generation Auto Backwash Valve System (selectable time-pressure or remote cycle start) SIDE MOUNTED AND TOP MOUNTED VALVES WITH QUICK INSTALL ELECTRIC ACTUATORS FOR PIPE

More information

Implementation of Smart Car Washing Using GSM PLC

Implementation of Smart Car Washing Using GSM PLC Implementation of Smart Car Washing Using GSM PLC Akilandeswari.K 1, Haripriya.J 2,Sangavi Nirmala.V 3,Rathna Prabha.S 4 U.G. Student, Department of Instrumentation and Control Engineering, Saranathan

More information

Safety Application Note

Safety Application Note Safety Application Note Safety Application Note Rockwell Automation A Modular Safety System Design Concept Gobal E-Stop with Local Machine Guarding This application note shows a modular safety design concept

More information

Intelligent Sprinkler Control System

Intelligent Sprinkler Control System Intelligent Sprinkler Control System Benefits Of Intelligent Sprinkler Control System: The intelligent sprinkler control system is a system designed and developed to reduce the amount of irrigation water

More information

IMTS 2012 Valve Control

IMTS 2012 Valve Control Pneumatic Control Mechanical Control IMTS 2012 Valve Control Ryan Hettinger Applications Engineer Festo Corporation Solenoid Control Fieldbus Control Integrated PLC Control IMTS 2012 Pneumatic Control

More information

FLUID POWER FLUID POWER EQUIPMENT TUTORIAL PNEUMATIC CIRCUTS. This work covers part of outcome 3 of the Edexcel standard module:

FLUID POWER FLUID POWER EQUIPMENT TUTORIAL PNEUMATIC CIRCUTS. This work covers part of outcome 3 of the Edexcel standard module: FLUID POWER FLUID POWER EQUIPMENT TUTORIAL PNEUMATIC CIRCUTS This work covers part of outcome 3 of the Edexcel standard module: UNIT 21746P APPLIED PNEUMATICS AND HYDRAULICS The material needed for outcome

More information

Chapter 19. Applying Pneumatic Power. Typical Circuits and Systems

Chapter 19. Applying Pneumatic Power. Typical Circuits and Systems Chapter 19 Applying Pneumatic Power Typical Circuits and Systems 1 Objectives Describe basic circuits that are frequently used to assemble complex pneumatic systems. Identify the placement and explain

More information

DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK. Sub. Code/Name: ME1305 Applied Hydraulics and Pneumatics Year/Sem: III/V

DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK. Sub. Code/Name: ME1305 Applied Hydraulics and Pneumatics Year/Sem: III/V DEPARTMENT OF MECHANICAL ENGINEERING QUESTION BANK Sub. Code/Name: ME1305 Applied Hydraulics and Pneumatics Year/Sem: III/V UNIT-1 FLUID POWER SYSTEMS AND FUNDAMENTALS 1. Define fluid power? 2. List the

More information

Hitachi Screw Point List and Startup Sequence

Hitachi Screw Point List and Startup Sequence Micro Control Systems APPLICATION NOTE APP-008 Hitachi Screw Point List and Startup Sequence Revision History Date Author Description 1/16/98 RCT Initial App note (draft copy) 3/12/98 RCT Released 3/13/98

More information

ELECTROPNEUMATIC POSITIONING SYSTEM CONTROL WITH THE LEGENDARY LOGO! PLC

ELECTROPNEUMATIC POSITIONING SYSTEM CONTROL WITH THE LEGENDARY LOGO! PLC ELECTROPNEUMATIC POSITIONING SYSTEM CONTROL WITH THE LEGENDARY LOGO! PLC G. Kozoris Dept. of Automation Engineering, PUAS, Athens, Greece M. Papoutsidakis Dept. of Automation Engineering, PUAS, Athens,

More information

Pneumatic Control System

Pneumatic Control System Matakuliah: Teknik Otomasi Pneumatic Control System Eka Maulana, ST, MT, MEng. What is Pneumatic? Pneumatics is a type of power transmission that uses a gas ( in our case, air) and pressure differential

More information

EEM 451: Industrial Control Systems

EEM 451: Industrial Control Systems EEM 451: Industrial Control Systems Hakkı UIaş Ünal EEM 451-l4 p. 1/53 Outline Process Industry Process Control Relay PLC Programmable Logical Controller (PLC) Application Areas Features Structure of a

More information

SENTRY VI USER S MANUAL

SENTRY VI USER S MANUAL SENTRY VI USER S MANUAL Table of Contents Table of Contents 1. System Configuration... 3 2. Error Messages. 5 3. Keyless. 6 4. Keyless + Personnel ID Number (PIN). 8 5. Vehicle Access Only System - Vehicle

More information

SECTION I: INDEX. Accumulator, injection B1-15 maintenance G1-12. Cable termination equipment A-3

SECTION I: INDEX. Accumulator, injection B1-15 maintenance G1-12. Cable termination equipment A-3 SECTION I: INDEX A Accumulator, injection B1-15 maintenance G1-12 Alignment, nozzle seat/nozzle tip E- 4 checking G1-18 correcting poor alignment G1-18 procedure, nozzle alignment G1-16 Alloy D-3 contamination

More information

6080 Hydraulics Training System

6080 Hydraulics Training System 6080 Hydraulics Training System LabVolt Series Datasheet Festo Didactic en 240 V - 50 Hz 03/2018 Table of Contents General Description 2 Innovative Design 3 Virtual Laboratory Equipment 3 Courseware 3

More information

SECTION B1: MACHINE COMPONENTS

SECTION B1: MACHINE COMPONENTS SECTION B1: MACHINE COMPONENTS The machine portion of the Injected Metal Assembly system provides the means for: holding, heating and injecting the alloy; distributing and controlling electrical, pneumatic,

More information

JIS symbols used in this catalog are old symbols following JISB0125-1: Refer to JISB0125-1: 2007 or JFPS2011: 2006 for new symbols.

JIS symbols used in this catalog are old symbols following JISB0125-1: Refer to JISB0125-1: 2007 or JFPS2011: 2006 for new symbols. symbol s used in this catalog are old symbols following JISB0-: 00. Refer to JISB0-: 007 or JFPS0: 006 for new symbols. Page. Element of symbol. Line and port. Directional control valve. Pressure control

More information

Operators Manual ECO-AIR-IVS Internal Valve Actuation System

Operators Manual ECO-AIR-IVS Internal Valve Actuation System 2534-A Shell Road Georgetown, TX 78628 www.parafour.com 512-626-4099 Operators Manual ECO-AIR-IVS Internal Valve Actuation System Ver 1.0 Warnings:!! This device is electrically operated and should only

More information

Test. What type of cylinder would you use? A. Single-acting cylinder B. Double-acting cylinder Answer:

Test. What type of cylinder would you use? A. Single-acting cylinder B. Double-acting cylinder Answer: Test This test allows you to establish whether your basic knowledge of pneumatic controls is sufficient for you to attend the advanced course P or whether you should attend the basic level course P. The

More information

OK-01 TRAM WHEEL FLANGE LUBRICATION APPLICATION DESCRIPTION

OK-01 TRAM WHEEL FLANGE LUBRICATION APPLICATION DESCRIPTION TRAM WHEEL FLANGE LUBRICATION APPLICATION The lubrication system is designed for lubricating wheel flanges of trams that are not equipped with pressure air distribution. The system works on the principle

More information

Introduction. Pre-Lab

Introduction. Pre-Lab The University Of Jordan School of Engineering Mechatronics Engineering Department Fluid Power Engineering Lab Experiments No.2 Pneumatic Control of a Double-acting Cylinder Objective: Students will be

More information

Courseware Sample F0

Courseware Sample F0 Fluid Power Pneumatics Courseware Sample 31290-F0 ü FLUID POWER PNEUMATICS COURSEWARE SAMPLE by the Staff of Lab-Volt (Quebec) Ltd Copyright 1999 Lab-Volt Ltd All rights reserved. No part of this publication

More information

R-SERIES MULTI-AXIS INDUSTRIAL ROBOTS

R-SERIES MULTI-AXIS INDUSTRIAL ROBOTS Automation Solutions R-SERIES MULTI-AXIS INDUSTRIAL ROBOTS COMPACT MULTI-AXIS INDUSTRIAL ROBOTS FOR COMPLEX PROCESSING TASKS Reduce Manufacturing Costs Improve Production Time Increase Throughput Engineering

More information

Machine Specification

Machine Specification Machine Specification Machine Type: 1220A Table of Contents 1220A Sandwich panel Machine Specification ----------------------------------- 3 Electrical Specification -----------------------------------------------------------------

More information

HP21 SERVICE SUPPLEMENT UNIT INFORMATION. TSC6 Two-Speed Control

HP21 SERVICE SUPPLEMENT UNIT INFORMATION. TSC6 Two-Speed Control SERVICE UNIT INFORMATION SUPPLEMENT HP21 Corp. 9426 L10 Litho U.S.A. All HP21-4 and -5 units (single and three phase) are equipped with a TSC6 two-speed control. The TSC6 (A14) two-speed control contains

More information

Why 24v? Case Handling. Pallet Handling. Accessories. Motor Driven Roller. Flat Motor Driven Roller Conveyor. Conveyor

Why 24v? Case Handling. Pallet Handling. Accessories. Motor Driven Roller. Flat Motor Driven Roller Conveyor. Conveyor Why 24v? Power savings: Since it is run on demand (meaning when a package or part is not present in a zone the zone shuts down) a 24V system uses very little power. Some studies suggest a 40-80% power

More information

Chapter 6 Pneumatic Logic Sensors and Actuators

Chapter 6 Pneumatic Logic Sensors and Actuators Chapter 6: Penumatic logic sensors and actuators -IE337 Chapter 6 Pneumatic Logic Sensors and Actuators 1 Introduction to Pneumatic Why pneumatic? Pneumatic control system is frequently used in building

More information

ADVANCED CUSTOMIZED ELECTRO PNEUMATIC TRAINER (PRODUCT CODE: SAP 20B)

ADVANCED CUSTOMIZED ELECTRO PNEUMATIC TRAINER (PRODUCT CODE: SAP 20B) The Advanced Customized Electro Pneumatic Trainer (SAP 20B) is capable of being used to demonstrate the design, construction and application of electro-pneumatic components and circuits. Objectives:- The

More information

Time delay relays. The following is a timing diagram of this relay contact's operation:

Time delay relays. The following is a timing diagram of this relay contact's operation: Time delay relays Some relays are constructed with a kind of "shock absorber" mechanism attached to the armature which prevents immediate, full motion when the coil is either energized or de-energized.

More information

DISCUSSION OF FUNDAMENTALS. A hydraulic system can be controlled either manually or automatically:

DISCUSSION OF FUNDAMENTALS. A hydraulic system can be controlled either manually or automatically: Unit 1 Introduction to Electrical Control of Hydraulic Systems UNIT OBJECTIVE When you have completed this unit, you will be able to identify the components used for electrical control of the Hydraulics

More information

SARDAR RAJA COLLEGE OF ENGINEERING, ALANGULAM

SARDAR RAJA COLLEGE OF ENGINEERING, ALANGULAM SARDAR RAJA COLLEGE OF ENGINEERING, ALANGULAM DEPARTMENT OF MECHANICAL ENGINEERING MICRO LESSON PLAN SUBJECT : MECHATRONICS CODE : ME 71 CLASS : IV Year / VII SEM DEPT. OF MECHANICAL ENGG. ME71 MECHATRONICS

More information

NHP SAFETY REFERENCE GUIDE

NHP SAFETY REFERENCE GUIDE 4 NHP SAFETY REFERENCE GUIDE CONTENTS SAFETY TECHNOLOGY Risk Reduction Options Permanent Fixed Guard 4-02 Interlocked Guard: 4-03 Limit Switches 4-08 Presence Sensing Technology 4-09 Safety Laser Scanners

More information

Making a Safer World Through Accuracy and Precision. Product Bulletin

Making a Safer World Through Accuracy and Precision. Product Bulletin Making a Safer World Through Accuracy and Precision Product Bulletin Follow us on Twitter @mountztorque PB # 0058 October 2014 www.mountztorque.com HD-Series Torque & Automation Control System The Mountz

More information

Setup and Programming Manual

Setup and Programming Manual Microprocessor and Handy Terminal Setup and Programming Manual Versions U04 to U19 for Sliding Door Systems P/N 159000 Rev 7-2-07 The manufacturer, NABCO Entrances, Inc. suggests that this manual be given

More information

Design and Fabrication of Automated Hacksaw Machine

Design and Fabrication of Automated Hacksaw Machine Design and Fabrication of Automated Hacksaw Machine D.V.Sabariananda 1, V.Siddhartha 1, B.Sushil Krishnana 1, T.Mohanraj 2 UG Student [Mechatronics], Dept. of Mechatronics Engineering, Kongu Engineering

More information

Mechatronics systems

Mechatronics systems Mechatronics systems www.matrixtsl.com 1 HP4550 Solution Description This solution contains products from our Locktronics, E-blocks and Automatics ranges. The pack includes a wide variety of resources

More information

Water Specialist CK and EQ Control Valve Programming and Cover Drawing Manual

Water Specialist CK and EQ Control Valve Programming and Cover Drawing Manual Water Specialist CK and EQ Control Valve Programming and Cover Drawing Manual Page 2 CK and EQ Manual CK and EQ Manual Page 3 Table of Contents CK Front Cover and Drive Assembly...4 OEM General Programming

More information

INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE. On Industrial Automation and Control

INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE. On Industrial Automation and Control INDIAN INSTITUTE OF TECHNOLOGY KHARAGPUR NPTEL ONLINE CERTIFICATION COURSE On Industrial Automation and Control By Prof. S. Mukhopadhyay Department of Electrical Engineering IIT Kharagpur Topic Lecture

More information

PLC BASED AUTOMATIC RAILWAY GATE CONTROLLER AND OBSTACLE DETECTOR

PLC BASED AUTOMATIC RAILWAY GATE CONTROLLER AND OBSTACLE DETECTOR Plc Based Automatic Railway Gate Controller And Obstacle Detector 133 International Journal of Latest Trends in Engineering and Technology Vol.(9)Issue(3), pp.133-139 DOI: http://dx.doi.org/10.21172/1.93.23

More information

ZN-502 A/S/AS USER MANUAL

ZN-502 A/S/AS USER MANUAL ZN-502 A/S/AS USER MANUAL Thank you for purchasing our product. Our systems have all been designed and tested to be compatible with the earliest to latest vehicles available throughout the world. Our primary

More information

Power Sliding Door (PSD) Diagnostic Approach. Fixing Intermittent Malfunctions. Power Sliding Door (PSD) Diagnostic Information

Power Sliding Door (PSD) Diagnostic Approach. Fixing Intermittent Malfunctions. Power Sliding Door (PSD) Diagnostic Information Power Sliding Door (PSD) Diagnostic Information Power Sliding Door (PSD) The power sliding door (PSD) provides built-in diagnostics. This assists the service technicians during troubleshooting. The PSD

More information

Advantage-D. Operating Instructions and Maintenance Manual. Central Vacuum Systems (Expandable/Modular Models) (Ver.

Advantage-D. Operating Instructions and Maintenance Manual. Central Vacuum Systems (Expandable/Modular Models) (Ver. Advantage-D Series 3 Central Vacuum Systems (Expandable/Modular Models) (Ver. 8/05) Operating Instructions and Maintenance Manual DESCRIPTION The Becker Advantage-D and Advantage-L central vacuum systems

More information

Table of Contents. Table of Contents UniTrain UniTrain courses UniTrain mechatronic courses IMS 23/24 with 3/4 subsystems

Table of Contents. Table of Contents UniTrain UniTrain courses UniTrain mechatronic courses IMS 23/24 with 3/4 subsystems Table of Contents Table of Contents UniTrain UniTrain courses UniTrain mechatronic courses IMS 23/24 with 3/4 subsystems 1 2 2 3 4 Lucas Nülle GmbH Page 1/16 www.lucas-nuelle.com UniTrain UniTrain is a

More information

TOUCH PLS TOUCHSCREEN PLS A NEW HORIZON IN PROGRAMMABLE LIMIT SWITCHES

TOUCH PLS TOUCHSCREEN PLS A NEW HORIZON IN PROGRAMMABLE LIMIT SWITCHES TOUCH PLS TOUCHSCREEN PLS A NEW HORIZON IN PROGRAMMABLE LIMIT SWITCHES Touchscreen PLS and Graphical Operator Interface in One Unit Five Screen Sizes Available: 5" Color, 6" Monochrome, 8" Color, 9" Monochrome

More information

HSL-WI6 Ragsdale Bodymaker High Speed Logic Option User's Manual

HSL-WI6 Ragsdale Bodymaker High Speed Logic Option User's Manual HSL-WI6 Ragsdale Bodymaker High Speed Logic Option User's Manual Systems Engineering Associates, Inc. 14989 West 69th Avenue Arvada, Colorado 80007 U.S.A. Telephone: (303) 421-0484 Fax: (303) 421-8108

More information

Equipment Specification MK66E-M-PC Flamespray System

Equipment Specification MK66E-M-PC Flamespray System Equipment Specification MK66E-M-PC Flamespray System CONTROLLER / OPERATOR INTERFACE PISTOL GAS BOX MK66E-M-PC Sales Spec Page 1 Issue 2, 22/08/07 1 GENERAL The following specification covers the standard

More information

DEPARTMENT OF MECHANICAL- IV YEAR ME-2401 MECHATRONICS QUESTION BANK. 1.Define mechatronics and sketch the graphical representation of mechatronics?

DEPARTMENT OF MECHANICAL- IV YEAR ME-2401 MECHATRONICS QUESTION BANK. 1.Define mechatronics and sketch the graphical representation of mechatronics? DEPARTMENT OF MECHANICAL- IV YEAR ME-2401 MECHATRONICS QUESTION BANK UNIT-1 MECHATRONICS,SENSORS AND TRANSDUCERS TWO(2) MARKS 1.Define mechatronics and sketch the graphical representation of mechatronics?

More information

Applications of Pneumatics and Hydraulics

Applications of Pneumatics and Hydraulics Unit 24: Applications of Pneumatics and Hydraulics Unit code: J/601/1496 QCF level: 4 Credit value: 15 Aim This unit aims to extend learners understanding of pneumatic and hydraulic fluid power systems

More information

Explosion-Proof Painting Robots

Explosion-Proof Painting Robots Explosion-Proof Painting Robots up to 20 kg payload Kawasaki Robotics (USA), Inc. EXPLOSION-PROOF PAINTING ROBOTS The K-Series line of painting robots combines high operational performance with powerful

More information

Pneumatic Power Valves Series 75/76 Manual, Mechanical, Pneumatic and Electric Valves

Pneumatic Power Valves Series 75/76 Manual, Mechanical, Pneumatic and Electric Valves Quic-Pics Catalogue Pneumatic Power Valves Series 75/76 Manual, Mechanical, Pneumatic and Electric Valves Contents: Product Line Overviews 2 Manually Operated Valves 5 Pushbuttons 6 Toggle Switch 8 Knob

More information

Heavy-Duty Safety Interlock Switch with Guard Door Locking

Heavy-Duty Safety Interlock Switch with Guard Door Locking C R US Conforms to EN1088, EN60947--1, EN292, EN60204-1 UL and C-UL listed TL8018- Heavy-Duty Safety Interlock Switch with uard Door Locking High locking force of,00 N (1,236 lb.) locks guard door shut

More information

TECHNICAL PAPER 1002 FT. WORTH, TEXAS REPORT X ORDER

TECHNICAL PAPER 1002 FT. WORTH, TEXAS REPORT X ORDER I. REFERENCE: 1 30 [1] Snow Engineering Co. Drawing 80504 Sheet 21, Hydraulic Schematic [2] Snow Engineering Co. Drawing 60445, Sheet 21 Control Logic Flow Chart [3] Snow Engineering Co. Drawing 80577,

More information

2) Mark wall at 5 10 for center line of bottom bolt-hole in wall brackets on transition box side of floor.

2) Mark wall at 5 10 for center line of bottom bolt-hole in wall brackets on transition box side of floor. IN-BAY INSTALLATION 1) Set up transit or level to determine highest point on the floor. From this point establish a level line from which to mark the bracket height on the walls. 2) Mark wall at 5 10 for

More information

Laboratory 10 Assignment. Introduction

Laboratory 10 Assignment. Introduction ME576 Laboratory 10 Assignment Introduction For this lab, the conveyor trainer will be operated using the Siemens S5 PLC. The conveyor system is supposed to sort the metal pegs from rings on the moving

More information

THE HEART FOR YOUR PLANTS

THE HEART FOR YOUR PLANTS The service company AUTOMATIC DOSING OF CAUSTIC LIQUIDS AND ADDITIVES AUTOCHEM: a system able to monitor all dosing operations for caustic liquids, additives, acids, sequestering agents and disinfectants

More information

Series 774 Automatic Skid Package

Series 774 Automatic Skid Package Fluid Engineering 1432 Walnut St Erie, PA 16502 USA PH 814.453.5014 FAX 814.452.6573 www.fluideng.com sales @fluideng.com CONTINUOUS FLOW The Fluid Engineering 774 Strainer Package is designed to handle

More information

Process switches and PLC circuits

Process switches and PLC circuits Process switches and PLC circuits This worksheet and all related files are licensed under the Creative Commons Attribution License, version 1.0. To view a copy of this license, visit http://creativecommons.org/licenses/by/1.0/,

More information

RAPIDMIX 400CW. Length of Machine (19.5m) Length when erected Width of Machine 9-10 (3.00 m) Width Same

RAPIDMIX 400CW. Length of Machine (19.5m) Length when erected Width of Machine 9-10 (3.00 m) Width Same Machinery Manufacturers to the Concrete Industry RAPIDMIX 400CW The Rapidmix 400CW has been designed to be totally mobile and completely self-contained with its own power source. It is also completely

More information

UPS Wizard User s Manual

UPS Wizard User s Manual 1. The communication cable M2502: This is a special designed cable for the communication of UPS with your PC; only connecting with the correct cable, the PC can detect the UPS. 2. The main window of the

More information

Pneumatics Electropneumatics

Pneumatics Electropneumatics Training systems for basic and future oriented education in natural science and engineering Pneumatics Electropneumatics Experimental Panel and Module System 07 / 2003 Contents Experimental panel system..........................

More information

200C II BRAKE SYSTEM

200C II BRAKE SYSTEM 200C II BRAKE SYSTEM The braking system on the 200C II Kress Coal Hauler uses hydraulic oil pressure from both the System and Steering accumulator circuits. Using oil from both circuits provides braking

More information

ROGERS MACHINERY COMPANY, INC

ROGERS MACHINERY COMPANY, INC KOBELCO KNW SERIES Sample Specifications ROGERS MACHINERY COMPANY, INC WATER-COOLED, OIL-FREE AIR COMPRESSOR Frame 00 20-50 HP 2110_00.doc Effective: 03/24/17 Supersedes: 10-11-13 Page 1 of 8 1. SPECIFICATION

More information

Push buttons are of two types i) Momentary push button ii) Maintained contact or detent push button

Push buttons are of two types i) Momentary push button ii) Maintained contact or detent push button ELECTRO-PNEUMATIC Push button switches A push button is a switch used to close or open an electric control circuit. They are primarily used for starting and stopping of operation of machinery. This causes

More information

PLC Based Closed Loop Speed Control Of DC Shunt Motor

PLC Based Closed Loop Speed Control Of DC Shunt Motor ISSN: 2454-2377, PLC Based Closed Loop Speed Control Of DC Shunt Motor Mahesh Kumar K M 1 & Dr. P S Puttaswamy 2 1 Assistant Professor, Dept. of Electrical & Electronics Engineering PES College of Engineering,

More information

Commander 15i Container and Pallet Loader. Property of American Airlines

Commander 15i Container and Pallet Loader. Property of American Airlines Commander 15i Container and Pallet Loader Section 2. Operation BEFORE ATTEMPTING TO OPERATE OR MAINTAIN THE VEHICLE, COMPLETELY READ AND UNDERSTAND THE OPERATION AND MAINTENANCE MANUAL, INCLUDING ALL DANGER,,

More information

The MiniMax conveyor car wash represents a breakthrough in car washing. The MiniMax

The MiniMax conveyor car wash represents a breakthrough in car washing. The MiniMax The MiniMax conveyor car wash represents a breakthrough in car washing. The MiniMax delivers: 1. A wash quality comparable to high end gantry machines; 2. At a cheaper price; 3. Washing up to 3 times as

More information

PNEUTRAINER-200 Pneumatics - Electro-pneumatics

PNEUTRAINER-200 Pneumatics - Electro-pneumatics PNEUTRAINER-200 Pneumatics - Electro-pneumatics End-to-end solution for training in pneumatics and electro-pneumatics. www.smctraining.com training@smctraining.com 46 Develop the SKILLS... Analysis Troubleshooting

More information

HARDWIRE VS. WIRELESS FAILSAFE CONTROL SYSTEM. The answer is No.

HARDWIRE VS. WIRELESS FAILSAFE CONTROL SYSTEM. The answer is No. HARDWIRE VS. WIRELESS FAILSAFE CONTROL SYSTEM In today s industrial automation world, the debate continues Is wire more reliable then wireless? The answer is No. In any industrial control environment,

More information

MATRIX LLC LEVEL CONTROL PANEL

MATRIX LLC LEVEL CONTROL PANEL MATRIX LLC LEVEL CONTROL PANEL Installation Operation Maintenance Manual 1-26-09 REV-0.3 1 INDEX Introduction. 3 Product Configurations..... 4 I/O Descriptions. 8 Operation o Intercooler, Accumulator,

More information

Actuators and directional control valves

Actuators and directional control valves Actuators and directional control valves 1. Differentiate between the main types of directional control valves. 2. Demonstrate the function and uses of 3/2 way valve, push button actuated. 3. Demonstrate

More information

Injection Lubricators

Injection Lubricators Injection Lubricators Section Introduction Why Injection Lubrication?...2 Which Kind of Injection Lubricator Do I Need?... 3 In-Line Features...4 Multi-Point Features...5 L50 In-Line Features, Ordering

More information

Side Seal Horizontal Shrink Wrapper

Side Seal Horizontal Shrink Wrapper ARPAC 9511 West River Street, Schiller Park, IL 60176 US Phone:847-678-9034 Fax:847-671-70 E-Mail: atillander@arpac.com Web site:www.arpac.com Item # ARPAC TS37, Side Seal Horizontal Shrink Wrapper QUOTE

More information

Learning System for Automation and Communications. Electropneumatics. Workbook Basic Level S1 K1 K1 Y1

Learning System for Automation and Communications. Electropneumatics. Workbook Basic Level S1 K1 K1 Y1 Learning System for Automation and Communications Electropneumatics Workbook Basic Level 1 2 3 S1 K1 K1 S2 K1 094005 Order no. 094005 Description: TEACHW.E-PNEUM. Designation: D.S201-C-GB Edition: 08/1993

More information

SECTION B: SYSTEM OPERATING COMPONENTS

SECTION B: SYSTEM OPERATING COMPONENTS SECTION B: SYSTEM OPERATING COMPONENTS A brief description of the machine, Cable Processor Module and tooling will provide a better understanding of the various functions of the IMA system. SECTION B1:

More information

16000SIII Automatic Grease System

16000SIII Automatic Grease System Manual # 99905495 16000SIII Automatic Grease System Effective 20120716 IOWA MOLD TOOLING CO., INC. PO Box 189 Garner, IA 50438 Tel: 641-923-3711 FAX: 641-923-2424 Website: http://www.imt.com Copyright

More information

Redundant Control System

Redundant Control System Redundant Control System Safety instrumented system applications up to SIL 3 Process reliability Process valve diagnostics COMPLETE FUNCTIONAL SAFETY WITH ENHANCED RELIABILITY The Redundant Control System

More information

Pneumatics Fundamentals

Pneumatics Fundamentals Fluid Power Pneumatics Fundamentals Courseware Sample 31290-F0 Order no.: 31290-00 First Edition Revision level: 01/2015 By the staff of Festo Didactic Festo Didactic Ltée/Ltd, Quebec, Canada 1997 Internet:

More information

For reliable control of small, large or multi-system-type lubrication systems

For reliable control of small, large or multi-system-type lubrication systems LMC 301 controller For reliable control of small, large or multi-system-type lubrication systems Models 86500, 86501 Models 86502, 86503 Designed for use with pumps that have no internal controller, the

More information

GLM SERIES CONTROL Users Manual Rev:

GLM SERIES CONTROL Users Manual Rev: GLM SERIES CONTROL Users Manual Rev: 808062 Connecting Power Page 2 Motor Terminal Wiring Diagrams Page 3 Getting Started / Setup Page 4 1. Obstruction Detection Devices Page 4 2. Checking Power and Direction

More information

MERCURY TL. Reference Manual LM-700 Series LAUNDRY DISPENSING SYSTEM. P/N Rev. J

MERCURY TL. Reference Manual LM-700 Series LAUNDRY DISPENSING SYSTEM. P/N Rev. J MERCURY TL LAUNDRY DISPENSING SYSTEM Reference Manual LM-700 Series Copyright 2003 Nova Controls, Inc. P/N 20-07665-00 Rev. J i P/N 20-07665-00 Rev. J ii P/N 20-07665-00 Rev. J Table of Contents 1 Theory

More information

Manufacturing Lab Project

Manufacturing Lab Project Manufacturing Lab Project Automated Yoyo Assembly Manual ENGR 480 Spring 2014 Brendan Kennedy Justin Mouser Mark Meelhuysen Jayden Heck Contents Introduction... 3 Loading Machine... 4 Starting Machine...

More information

Using the Key or Remote Transmitter*

Using the Key or Remote Transmitter* VEHICLE CONTROLS Vehicle Controls Learn about the various controls necessary for operating and driving the vehicle. Using the Key or Remote Transmitter* Lock or unlock the doors and trunk. Lock button:

More information

Hanna Daily Preventive Maintenance Schedule

Hanna Daily Preventive Maintenance Schedule Hanna Daily Preventive Maintenance Schedule Location Location # Daily operation and inspection procedures to be performed by car wash personnel. Mark status in the spaces on the right after performing

More information

MULTI FUNCTIONAL COUNT CHECKER MODEL Poka Patrol CNA-4mk3

MULTI FUNCTIONAL COUNT CHECKER MODEL Poka Patrol CNA-4mk3 MULTI FUNCTIONAL COUNT CHECKER MODEL Poka Patrol CNA-4mk3 OPERATING INSTRUCTION Poka Patrol CNA-4mk3 Poka Patrol CNA-4mk3 To use this product properly and safely, please read this manual carefully before

More information

FUNCTIONAL SAFETY SOLUTIONS in Solenoid Valves

FUNCTIONAL SAFETY SOLUTIONS in Solenoid Valves FUNCTIONAL SAFETY SOLUTIONS in Solenoid Valves Safety is reality and is part of our daily business. The same applies to ASCO; it is reality and part of your safety. You can rely on our focus on reliable

More information