The modular production system (MPS): an alternate approach for control technology in design and technology

Size: px
Start display at page:

Download "The modular production system (MPS): an alternate approach for control technology in design and technology"

Transcription

1 Loughborough University Institutional Repository The modular production system (MPS): an alternate approach for control technology in design and technology This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: YEUNG and CHOW, The modular production system (MPS): an alternate approach for control technology in design and technology. IDATER 1998 Conference, Loughborough: Loughborough University Additional Information: This is a conference paper. Metadata Record: Publisher: c Loughborough University Please cite the published version.

2 This item was submitted to Loughborough s Institutional Repository by the author and is made available under the following Creative Commons Licence conditions. For the full text of this licence, please go to:

3 The modular production system (MPS): an alternate approach for control technology in design and technology Kai-hing Yeung and Shiu-cheung Chow The Hong Kong Institute of Education, Hong Kong SAR, People s Republic of China Abstract Traditionally, programming languages which are commonly employed in school control technology are QBASIC and CFA. They have been designed based on definable procedural types. Such languages are generally easy to learn and understand, and are well suited to the requirements of small systems. However, as the complexity of systems has increased, so the limitations of the procedural approach have become increasingly apparent. In order to solve the problem, a language which meets the IEC standard has to be employed. With the aid of a well-defined programming language, more realistic-like applications and problems can be simulated and resolved. This paper introduces an alternate approach in teaching and learning school control technology. The rationale for employing a Statement List, which is a programming language which meets the IEC standard, is firstly discussed. Secondly, the feature of Modular Production System, which is a simulation to real-life industrial production system, is introduced. Thirdly, the design of a processing station using the MPS approach is described. Finally, concluding remarks on the pros and cons of applying the approach are presented. Introduction Control technology is a compulsory module for all Design and Technology studentteachers at the Hong Kong Institute of Education. During the class, student- teachers make use of the Microelectronics For All (MFA) Computer Module to assess eight digital input and output lines. For instance, they can control buggy, pneumatic valves, stepper motor, and traffic lights. The control languages employed are QBASIC and CFA with the latter being (Unilab, 1997), a LOGOlike control language based on definable procedures. In its mouse-driven version, the CFA program only allows output lines to be switched on by point-and click. Similarly, a script of commands are built up by selecting from buttons and menus. It also offers a topdown approach to programming so that students can write and save procedures as building blocks as they tackle a control problem. The majority of school control languages are based on LOGO and BASIC, and although they are useful for developing mathematical concepts and teaching accepted programming techniques, their applications for real-time processing is limited. The very nature of these languages restricts them to sequential events which is fine for tasks such as programming a traffic light. However, tasks which involve handling more than one event at a time, such as modelling a car park control system with an identification system and the simultaneous control of a barrier, require the programmer to develop multi-tasking routines. This introduces programming complications which do not arise with an electronic systems approach. This paper explores an alternate approach which employs simulation to real-life industrial production equipment in learning control technology. The rationale for using a Statement List, which is a form of control language will be firstly discussed. Secondly, the features of Modular Production System (MPS) will be introduced. Thirdly, the development, design and implementation of 184

4 a processing station using MPS will be described. Finally, concluding remarks will be presented on the benefits and limitations of using such approach. Rationale for a control language: statement list (STL) Investigations into industrial control systems revealed interesting parallels relating to control rationale. Industry s need for costeffective and flexible control systems led to the development of Programmable Logic Controllers (PLCs). These became increasingly important during the 1980s, offering an intermediate route between dedicated electronic systems and the use of computers for the control of industrial machinery. Different parts of a control application can have different programming requirements. For example, one section might be arithmetically intensive, while another might require detailed and explicit sequencing. IEC is an international standard defined by the International Electro-technical Commission. This standard addresses diverse system requirements by defining five different languages, three graphical and two textual, for expressing different parts of an application (Lewis, 1995). The languages can be mixed and matched within a given application, using different languages for different parts of the overall program. The control languages are Ladder Diagram (LD), Statement List (STL), Sequential Function Chart (SFC), Structured Text (ST), and Function Block Diagram (FBD). Among those, LD and STL are the two most common control languages for initial learners. Although Cooper (Cooper, 1997) argued that Ladder Diagram which is based on ladder logic, is good for learning control technology in schools, LD has limitations. Firstly, it has no standard approach to implementation. There are variations in ladder symbols and language facilities between the PLC systems supplied by different manufacturers. Secondly, it has poor support for structured programming. Many traditional PLC languages offer no, or at best only limited, facilities for applying structured programming techniques. This limits the scope for the application of software engineering methods and software re-use. Thirdly, it has limited support for sequencing. Many industrial applications require that operations can be controlled in sequence. Methods supporting this facility are available in existing ladder languages, but for large programs, they tend to produce code that is hard to understand. Statement List is a textual, assembler type language, typified by a simple machine model. It incorporates functions which are similar to functions in procedural programming languages such as QBASIC, PASCAL, and C and implies that PLCs can be programmed using the modern software design methodologies. For learners who have prior knowledge on writing control programs using QBASIC or CFA, Statement List can be considered a better language for them. Modular production system (MPS) Practice-oriented training is the ideal preparation for the workplace. Training on the actual production plant is often not feasible, since the risk of a malfunctioning system would be too great and the production process would thereby be considerably disrupted. A practice-oriented training system is therefore the optimum alternative. With this, trainees and skilled workers alike can be prepared for the professional demands of the job without any pressure of time or facilities. In practice, a team consisting of industrial and electrical technicians would be able to assemble, commission, operate and maintain a production plant and localise and eliminate any faults in a system. This means that in addition to professional competence, each team member is trained in order to gain additional qualifications to enable the team to work effectively. The individual qualifications are namely, (I) team spirit; (II) willingness to cooperate; (III) initiative; and (IV) organisational skills (Festo, 1997). These abilities, plus professional competence, are known as all-round performance competence and provide the key to professional career. 185

5 Figure 1 A MPS Station Modular Production System (Festo, 1997) is a learning system which can be used to simulate real-life industrial production equipment of varying complexity. MPS is universal, modular, and open to further expansion. The basic level can consist of simple operations and sequences, which can then be extended step by step to build a complex system. Since it is only seldom possible to enjoy the benefit of practical training on real production equipment, MPS enables optimum preparation of learners for the demands they will face in their professional lives. For example, a processing station provides a system for gaining technical knowledge such as planning, assembly, programming, commissioning, operation, maintenance and troubleshooting on production equipment. Obviously, this can be taught to various degrees of complexity. With MPS, it is possible to teach trainees areas of mechanical systems, pneumatics, sensors, programming, fault finding and quality control. Figure 1 shows a typical MPS configuration. The target students are undergraduates in electrical/electronic engineering, manufacturing engineering, instructors, and technical teachers. The support system, basic units and modules provide the fundamental building blocks which make the entire application package. The support system which consists of an aluminium profile plate as well as PLC board and trolley forms the central location for assembly of the basic units and the basic units perform individual functions, such as the picking up of workpieces. Useful functions can be carried out by using different modules such as a rotary indexing table and a drilling module. Modules and basic units are combined mechanically and via control technology to form stations which are capable of various functions. Several stations are available for standard functions such as distribution, testing, processing and storage. The functions of stations are summarised in Table 1. By means of a combination of different stations, it is possible to achieve installations with a wide range of different functions. With these installations, it is possible to deal with more complex training contents such as planning and project design, structured PLC programming techniques, operation of installations, commissioning and maintenance of Computer Integrated Manufacturing (CIM) systems, quality management, and industrial communication. 186

6 MPS Stations Function 1 Distribution separate out a workpiece from the magazine and; make the workpiece available for a subsequent process. 2 Testing establish the material characteristics of a workpiece; check the workpiece and; either separate out a workpiece or make it available for a subsequent station. 3 Processing process the different workpiece types such as aluminium or red plastic workpiece and; check the result of processing after the processing cycle. 4 Handling remove parts from the processing station and; sort parts according to their characteristics. 5 Sorting sort parts according to their characteristics. 6 Buffer transport and separate out workpieces. 7 Assembly assemble a cylinder and; transfer the assembled cylinder to a subsequent station. 8 Hydraulic punching separate out a workpiece from the magazine; punch a hole in the workpiece and; rotate the workpiece by 180 degrees and transfer it. 9 Functional testing test the functioning of the assembled short-stroke cylinder; either reject the cylinder or make it available to a subsequent station. Table 1 Function of MPS Stations System requirements After having studied the various technical skills to be learned from each station, the Processing Station (Festo, 1996) (Figure 2a, 2b) was selected over the others because it covers a wider range of technical knowledge which is in line with the present teaching curriculum in the Institute. For instance, the Testing Figure 2a An unassembled processing station Figure 2b An assembled processing station 187

7 Areas Technical skills 1 Mechanical systems know and use mechanical components; use profile to set up automated systems; design and plan mechanical interface in systems. 2 Pneumatics know and use pneumatic components; design and develop pneumatic circuits; optimise and adjust pneumatic circuits; install tubing and commissioning pneumatic circuits. 3 Electrical engineering wire and test electrical components; design and develop electrical circuit diagrams; know about electromechanical drives; apply electrical interfaces. 4 Sensors know and use limit switches and sensors; identify different sensors; apply sensors and limit switches in positioning. Use limit switches as safety devices. 5 PLC technology understand the structure and mode of operation of a PLC; know about different types of control languages; programming different modes and functions. Table 2 Technical skills station covers only mechanical systems, sensors, and pneumatics. The technical skills which can be learned from the Processing station are summarised in Table 2. System design, construction and testing A Design Although the Processing station apparently performs a simple drilling task, the task can to be broken into different sub-tasks. In a simulated industrial context, aspects such as safety, tolerance, technical communications, etc. need to be considered in the design. The functional description of the whole drilling process is summarised in Table 3 Based on the functional description, a pneumatic circuit diagram had to be worked out and is shown in Appendix A. The pneumatic circuit diagram shows three double Start Condition Initial Position Sequence Workpiece in Feed cylinder drilling unit Rotate rotary indexing table retainer 1 raised Extend clamping cylinder Checking cylinder retracted Lower feed cylinder drilling Clamping cylinder retracted Drilling unit of Table 3 Functional description unit Raise feed cylinder drilling unit Switch off drilling unit Retract clamping cylinder Rotate rotary indexing table Extend checking cylinder Retract checking cylinder Rotate rotary indexing table 188

8 Figure 3 Fixing the rotary table Figure 4 Fixing the sensors acting cylinders which are controlled by three 5/2 pilot valves separately. The I/O interface diagram shows the actual wire connection of the PLC controller such as start, reset, initial position, special function, communication, emergency stop, networking, etc. B Assembly and commissioning The components such as rotary table, drilling module, sensors, etc. were gathered and assembled with reference to the system requirements (Figures 3 and 4). When all components were in position, the commissioning process (cable connections) was then started. A PLC board was assigned to the station. The plug of the control console in the I/O terminal XMG2 on the PLC board was inserted. The I/O terminal XMA1 on the mechanical structure of the station with the I/ O cable XMA2 of the PLC board was then connected. The station was supplied by a 24V DC max. 5A power supply. The pneumatic components drew six BAR compressed air for working pressure. C Programming with the Festo Software Tool (FST) The stepwise refinement programming technique was applied to tackle the programming task. The programming of the complete operation was divided into five submodules, namely, (I) Rotary indexing table via a timer module, (II) Rotary indexing table via a sensor module, (III) Drill hole checking module, (IV) Drilling module, and (V) Indexing and drilling module. Finally, the program was completed by joining the above five sub-modules. D Operation and testing All five sub-modules were tested sequentially (Figure 5). Modifications were made from time to time in order to fulfil the system requirements (Figure 6). Finally the complete Figure 5 Program testing Figure 6 Modifications 189

9 task, it may be difficult for a novice or an individual to complete because it requires broad technical knowledge in various areas such as mechanical, pneumatics, electrical engineering, sensors and PLC technology. It is wise to work in groups so that teamwork, collaboration, organisational abilities, and interdependence can be applied to ease the workload. Figure 7 The Processing station operation was tested and the results encouraging. Figure 7 shows the final product. Conclusion It was really a personal challenge and joy to learn control technology with the aid of real industrial production equipment such as the Festo MPS. Typical areas from industrial automation practice such as designing, assembly, programming, commissioning, operation, maintenance, and troubleshooting on production equipment were able to be experienced through various degrees of complexity. Statement List, the control language, with unlimited use of functions and functions blocks, can be used for industry-specific requirements. It offers parallel processing and multi-tasking routines which allows learners to focus on more challenging and realistic problems in schools. It also leads the learners from a school context to an industrial context. Statement List follows the international standard IEC which offers PLC users a programming environment based around familiar PLC concepts. For the studentteachers, this provides an easy adaptation from one control language to others; a situation often occurring in the real world. Although the modular kit explored by the authors was used to perform a simple drilling The MPS approach was found to be a practical method to learn control technology when compared with the traditional school approach. It provides the opportunity to combine theory into practice, utilising a challenging, yet realistic methodology. Such approach should be encouraged more in Hong Kong Schools, which traditionally rely on outdated technology, concepts, and instructional methods. Continuing the present situation will not meet the demands for an ever-changing and technically competent workforce. References Cooper, A. (1997) PIC Electronics for design and technology. The journal of design and technology education. 2, 1, Festo Didactic (1996), Modular production system: processing station manual, Esslingen. Festo Didactic (1997), Modular production system MPS: equipment range for industrial automation, Esslingen. Lewis, R. (1995), Programming industrial control systems using IEC The institution of electrical engineers, United Kingdom. Unilab. (1997), Design & technology, International Edition, Philip Harris plc. 190

10 Appendix A The pneumatic circuit diagram 191

Vietnamese-German Development Cooperation. Module

Vietnamese-German Development Cooperation. Module Promotion Mechatronics of TVET Viet Nam Vietnamese-German Development Cooperation Module Production Programming of of mechanical mechatronic subassemblies systems by with manual microcontroller production

More information

Training Calendar 2018

Training Calendar 2018 Training Calendar 2018 Training and seminars from industry - for industry www.festo-didactic.com/in-en Didactic Training for the industry Photo: WorldSkills, Abu Dhabi The relentless competitive pressure

More information

The modular Mechatronics Training System mms 4.0: hands-on, flexible, scalable

The modular Mechatronics Training System mms 4.0: hands-on, flexible, scalable The modular Mechatronics Training System mms 4.0: hands-on, flexible, scalable 2 Drive & Control Academy Your Training Partner More knowledge, more benefits: Mechatronics to touch, understand, and use

More information

Canadian Technology Accreditation Criteria (CTAC) ELECTROMECHANICAL ENGINEERING TECHNOLOGY - TECHNICIAN Technology Accreditation Canada (TAC)

Canadian Technology Accreditation Criteria (CTAC) ELECTROMECHANICAL ENGINEERING TECHNOLOGY - TECHNICIAN Technology Accreditation Canada (TAC) Canadian Technology Accreditation Criteria (CTAC) ELECTROMECHANICAL ENGINEERING TECHNOLOGY - TECHNICIAN Technology Accreditation Canada (TAC) Preamble These CTAC are applicable to programs having titles

More information

Unit 24: Applications of Pneumatics and Hydraulics Unit code: J/601/1496 QCF level: 4 Credit value: 15

Unit 24: Applications of Pneumatics and Hydraulics Unit code: J/601/1496 QCF level: 4 Credit value: 15 Unit 24: Applications of Pneumatics and Hydraulics Unit code: J/601/1496 QCF level: 4 Credit value: 15 ASSIGNMENT 3 CIRCUIT DESIGN TARGET SUBMISSION DATE: NAME: I agree to the assessment as contained in

More information

TEACHING PLC IN AUTOMATION --A Case Study

TEACHING PLC IN AUTOMATION --A Case Study TEACHING PLC IN AUTOMATION --A Case Study Dr. George Yang, Assistant Professor And Dr. Yona Rasis, Assistant Professor Department of Engineering Technology Missouri Western State College 4525 Downs Drive

More information

VTU BOSCH REXROTH CENTER OF COMPETENCE IN AUTOMATION TECHNOLOGIES

VTU BOSCH REXROTH CENTER OF COMPETENCE IN AUTOMATION TECHNOLOGIES VTU BOSCH REXROTH CENTER OF COMPETENCE IN AUTOMATION TECHNOLOGIES The uniqueness of this training centre lies in its state of the art technology, world class equipment, training kits, hardware, software,

More information

Handling station. Ruggeveldlaan Deurne tel

Handling station. Ruggeveldlaan Deurne tel Handling station Introduction and didactic background In the age of knowledge, automation technology is gaining increasing importance as a key division of engineering sciences. As a technical/scientific

More information

Table of Contents. Lucas Nülle GmbH Page 1/75

Table of Contents. Lucas Nülle GmbH Page 1/75 Table of Contents Table of Contents Automation Technology CIM Computer Integrated Manufacturing CIM 1-2 Individual components used in machining CIM 1 Lathe machine CIM 2 Milling machine CIM 11-23 Examples

More information

FluidSIM 4 The training-all-rounder

FluidSIM 4 The training-all-rounder FluidSIM 4 The training-all-rounder Two outstanding companions for successful training: FluidSIM 4.0 and the poster set for pneumatics and hydraulics Draw like a CAD pro The speed is no magic We are constantly

More information

The Modular Mechatronic System from Rexroth. Practise-orientated, efficient, ready to use

The Modular Mechatronic System from Rexroth. Practise-orientated, efficient, ready to use The Modular Mechatronic System from Rexroth Practise-orientated, efficient, ready to use Learning as in Real Life Just as the tempo of innovations cycles is constantly increasing, so do the demands on

More information

Conveyor station. Ruggeveldlaan Deurne tel

Conveyor station. Ruggeveldlaan Deurne tel Conveyor station Introduction and didactic background In the age of knowledge, automation technology is gaining increasing importance as a key division of engineering sciences. As a technical/scientific

More information

Teciam. Part N. Process Automation

Teciam. Part N. Process Automation Teciam Part N Teciam > Partly Automation > Contents Table of Contents Introduction Introduction... N-3 Training Approach Training Approach... N-3 Diversified Training Diversified Training in... N-4 Compact

More information

Teciam. Part C. Virtual Mechatronics

Teciam. Part C. Virtual Mechatronics Teciam Part C Teciam > Fundamentals > Contents Table of Contents Introduction Introduction... C-3 Conceptualisation Conceptualisation... C-3 Diversified Contents Diversified Contents... C-4 Technology

More information

Introduction. Unit 1. Unit 2. Unit 3

Introduction. Unit 1. Unit 2. Unit 3 Introduction The GCSE in Engineering (Double Award) is a vocational GCSE, which is equivalent, upon completion, to two GCSE s. It has been designed to provide a broad educational basis for further training,

More information

MECHATRONICS SYSTEM DESIGN

MECHATRONICS SYSTEM DESIGN MECHATRONICS SYSTEM DESIGN (MtE-325) TODAYS LECTURE Control systems Open-Loop Control Systems Closed-Loop Control Systems Transfer Functions Analog and Digital Control Systems Controller Configurations

More information

Teciam. Part K. Robotics

Teciam. Part K. Robotics Part K > Basic Technologies > Contents Table of Contents Introduction Introduction... K-3 Training Approach Training Approach... K-3 Modular Production System Modular Production System MPS... K-4 Technology

More information

Design and Fabrication of Automatic Glass Cutting Machine

Design and Fabrication of Automatic Glass Cutting Machine IOP Conference Series: Materials Science and Engineering PAPER OPEN ACCESS Design and Fabrication of Automatic Glass Cutting Machine To cite this article: T.R. Veena et al 2016 IOP Conf. Ser.: Mater. Sci.

More information

INSPIRING TECHNICAL EXCELLENCE

INSPIRING TECHNICAL EXCELLENCE INSPIRING TECHNICAL EXCELLENCE A new world-class training facility for Oman Introducing TPO Takatuf Petrofac Oman (TPO) is a new joint venture founded by Takatuf, the Human Capital solutions provider,

More information

COURSE MODULES LEVEL 3.1 & 3.2

COURSE MODULES LEVEL 3.1 & 3.2 COURSE MODULES LEVEL 3.1 & 3.2 6-Month Internship The six-month internship provides students with the opportunity to apply the knowledge acquired in the classroom to work situations, and demonstrate problem

More information

The Scope of Computer Control within Technology

The Scope of Computer Control within Technology The Scope of Computer Control within Technology Computer control offers a productive medium for making progress in the study of systems within Technology. In this review Mike Bostock explains where control

More information

Stop and think! Tool changes are automatic but rigging, supervision and quality control are all manual operations.

Stop and think! Tool changes are automatic but rigging, supervision and quality control are all manual operations. CNC Background CNC (Computer Numeric Control) is a collective term for computer controlled machine tools used in the fabrication and manufacture of parts. There are hundreds of different types of CNC machine.

More information

CONTEST DESCRIPTION / DESCRIPTION DE CONCOURS MECHATRONICS MÉCATRONIQUE POST- SECONDARY / NIVEAUX POSTSECONDAIRE

CONTEST DESCRIPTION / DESCRIPTION DE CONCOURS MECHATRONICS MÉCATRONIQUE POST- SECONDARY / NIVEAUX POSTSECONDAIRE CONTEST DESCRIPTION / DESCRIPTION DE CONCOURS MECHATRONICS MÉCATRONIQUE POST- SECONDARY / NIVEAUX POSTSECONDAIRE Table of Contents 1 THE ESSENTIAL SKILLS FOR CAREERS IN THE SKILLED TRADES AND TECHNOLOGY...

More information

PARKER HANNIFIN TEST STAND

PARKER HANNIFIN TEST STAND PARKER HANNIFIN TEST STAND Dan Laird Abstract This paper will review a partnership between Parker-Hannifin Mobile Cylinders and Youngstown State University (YSU). The Mobile Cylinders Group makes hydraulic

More information

Move with science and technology

Move with science and technology Loughborough University Institutional Repository Move with science and technology This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: RAUDEBAUGH, R.

More information

CNC machining centres. accord 40 fx. CNC machining centre

CNC machining centres. accord 40 fx. CNC machining centre CNC machining centres accord 40 fx CNC machining centre accord 40 fx CNC machining centre Machining centre with modular composition of new generation for the production of windows, doors, stairs, solid

More information

Materials for product design

Materials for product design Loughborough University Institutional Repository Materials for product design This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: NORMAN, E.W.L., BULLOCK,

More information

Liaison audit/questionnaire for national curriculum in design and technology between primary and secondary school

Liaison audit/questionnaire for national curriculum in design and technology between primary and secondary school Loughborough University Institutional Repository Liaison audit/questionnaire for national curriculum in design and technology between primary and secondary school This item was submitted to Loughborough

More information

FLEXIBLE MANUFACTURING SYSTEM. Teacher's Guide. SCORBOT-ER 4u and spectralight 200

FLEXIBLE MANUFACTURING SYSTEM. Teacher's Guide. SCORBOT-ER 4u and spectralight 200 teklink FLEXIBLE MANUFACTURING SYSTEM SCORBOT-ER 4u and spectralight 200 Teacher's Guide Catalog # 100351 Rev.A March 2002 Copyright 2002 Intelitek Inc. Catalog No. 100351 Rev. A March 2002 Flexible Manufacturing

More information

Sorting Line with Detection 9V

Sorting Line with Detection 9V 536628 Sorting Line with Detection 9V I2 O8 I1 I3 C1 I5 I6 I4 Not in the picture: O5, O6, O7, O8 Circuit layout for Sorting Line with Detection Terminal no. Function Input/Output 1 color sensor I1 2 phototransistor

More information

Logic Solver for Tank Overfill Protection

Logic Solver for Tank Overfill Protection Introduction A growing level of attention has recently been given to the automated control of potentially hazardous processes such as the overpressure or containment of dangerous substances. Several independent

More information

A case study analysis of the application of design for manufacture principles by industrial design students

A case study analysis of the application of design for manufacture principles by industrial design students Loughborough University Institutional Repository A case study analysis of the application of design for manufacture principles by industrial design students This item was submitted to Loughborough University's

More information

Job Sheet 3. Using the Machine Vision System OBJECTIVE PROCEDURE. Setup and connections

Job Sheet 3. Using the Machine Vision System OBJECTIVE PROCEDURE. Setup and connections Job Sheet 3 Using the Machine Vision System OBJECTIVE Install the Machine Vision System on the Flexible Manufacturing System and use it to perform quality control on the boxes filled with marbles. PROCEDURE

More information

Automatic Fastener Feeding Systems

Automatic Fastener Feeding Systems Automatic Fastener Feeding Systems Automatic Fastener Feeding Systems The Improvement of productivity and quality has been the driving force in the development of the CP Desoutter range of fastener feeding

More information

Micro System SIMATIC S Two Hour Primer Edition 01/2000

Micro System SIMATIC S Two Hour Primer Edition 01/2000 s Micro System SIMATIC S7-200 Two Hour Primer Edition 01/2000 Safety Guidelines The Two Hour Primer was created as a quick introduction to the world of S7-200 and has deliberately been kept short. It is

More information

CNC machining centres. accord 30 fx. CNC machining centre

CNC machining centres. accord 30 fx. CNC machining centre CNC machining centres accord 30 fx CNC machining centre accord 30 fx CNC machining centre New-generation modular machining centre designed for machining operations involving heavy duty stock removal with

More information

CNC Mill Training System (Heavy Duty)

CNC Mill Training System (Heavy Duty) CNC Mill Training System (Heavy Duty) LabVolt Series Datasheet Festo Didactic en 120 V - 60 Hz 07/2018 Table of Contents General Description 2 Features & Benefits 3 List of Equipment 3 List of Manuals

More information

Qualification Specification. Level 1 Diploma in Providing a Gateway to Smart Engineering

Qualification Specification. Level 1 Diploma in Providing a Gateway to Smart Engineering Qualification Specification Level 1 Diploma in Providing a Gateway to Smart Engineering ProQual 2017 Contents Page Introduction 3 Qualification profile 3 Centre requirements 5 Support for candidates 5

More information

NZQF NQ Ref 1262 Version 3 Page 1 of 22

NZQF NQ Ref 1262 Version 3 Page 1 of 22 NZQF NQ Ref 1262 Version 3 Page 1 of 22 National Certificate in (Level 4) with strands in Fitting and Machining, General Engineering, Machining, Maintenance Engineering,, and Electricity Supply Level 4

More information

International Journal of Emerging Technology and Advanced Engineering Website: (ISSN , Volume 2, Issue 7, July 2012)

International Journal of Emerging Technology and Advanced Engineering Website:   (ISSN , Volume 2, Issue 7, July 2012) Introduction of PLC-Based Remote Laboratory for Modular Mechatronics System (MMS) Amriya Tasneem H. R. 1, Dr. K. R. Prakash 2, S.N. Ravi Shankar 3 1 Department of Mechanical Engineering, Malnad College

More information

Training at Schütte. Double benefits: for you and for us

Training at Schütte. Double benefits: for you and for us Training at Schütte Double benefits: for you and for us 02 Schütte TRAINING Training courses for multi-spindle automatics A prerequisite for trouble-free and thus economic operation of multi-spindle automatics

More information

AUTOMATION STUDIO. Complete Cost-effective Efficient. The Tool of Choice for Teaching Hydraulic, Pneumatic, Electrical, and Automation Technologies

AUTOMATION STUDIO. Complete Cost-effective Efficient. The Tool of Choice for Teaching Hydraulic, Pneumatic, Electrical, and Automation Technologies AUTOMATION STUDIO The Tool of Choice for Teaching Hydraulic, Pneumatic, Electrical, and Automation Technologies Complete Cost-effective Efficient Famic Technologies Inc. A COMPLETE AND COST-EFFECTIVE SOLUTION

More information

in the New Zealand Curriculum

in the New Zealand Curriculum Technology in the New Zealand Curriculum We ve revised the Technology learning area to strengthen the positioning of digital technologies in the New Zealand Curriculum. The goal of this change is to ensure

More information

Abstract. Beyerle, Werner Karat EDV Ltd & Co KG, Koessen, Tyrol and WIFI NÖ

Abstract. Beyerle, Werner Karat EDV Ltd & Co KG, Koessen, Tyrol and WIFI NÖ 3rd International Conference on Higher Education Advances, HEAd 17 Universitat Politècnica de València, València, 2017 DOI: http://dx.doi.org/10.4995/head17.2017.5102 An affordable and modular development

More information

Teciam. Part L. CNC Technology

Teciam. Part L. CNC Technology Teciam Part L Teciam > Basic Technologies > Contents Table of Contents Introduction Introduction... L-3 Training Approach Training Approach... L-3 Diversified Training Diversified Training... L-4 Technology

More information

Project 3: Assembly, programming and commissioning of a production line with Handling station withelectrical drive and magazine and Turning station

Project 3: Assembly, programming and commissioning of a production line with Handling station withelectrical drive and magazine and Turning station Project 3: Assembly, programming and commissioning of a production line with Handling station withelectrical drive and magazine and Turning station Weighting (points out of total) 41/100 time max 360 min

More information

Wisconsin Technical College System Curriculum Standards Model & Program Design Summary ELECTRICAL & INSTRUMENTATION APPRENTICE

Wisconsin Technical College System Curriculum Standards Model & Program Design Summary ELECTRICAL & INSTRUMENTATION APPRENTICE Curriculum Standards Model & Program Design Summary 50-414-2 ELECTRICAL & INSTRUMENTATION APPRENTICE Program Information Program Electrical & Instrumentation Technicians install, service, troubleshoot;

More information

ISA Series. resistance welding. Mid-Frequency Inverter Resistance Welding Control

ISA Series. resistance welding. Mid-Frequency Inverter Resistance Welding Control resistance welding ISA Series Mid-Frequency Inverter Resistance Welding Control 500, 1000, 2000 & 4000 Amp Primary Output Five Feedback Modes Built-in Current, Voltage, Power and Time monitor Pre-weld

More information

CNC machining centres. accord wd. Cnc Machining cell for doors and windows

CNC machining centres. accord wd. Cnc Machining cell for doors and windows CNC machining centres accord wd Cnc Machining cell for doors and windows accord wd Cnc Machining cell for doors and windows Flexible work cell for the production of door and window frames, fitted with

More information

Studio 2 - Pneumatic Launcher

Studio 2 - Pneumatic Launcher GEORGIA INSTITUTE OF TECHNOLOGY George W. Woodruff School of Mechanical Engineering ME 2110 Creative Decisions and Design Summer 2010 Studio 2 - Pneumatic Launcher In order to successfully design and build

More information

Major / Industrial Training Program 2015

Major / Industrial Training Program 2015 Learning is always great fun with Major / Industrial Training Program 2015 (PLC & Automation System) Programmable Logic Controllers (PLC) Programmable Logical Controller is the heart of modern automation

More information

AUTOMATION OF LATHE USING PNEUMATIC ACTUATORS

AUTOMATION OF LATHE USING PNEUMATIC ACTUATORS International Journal of Mechanical Engineering and Technology (IJMET) Volume 8, Issue 3, March 2017, pp. 419 425 Article ID: IJMET_08_03_046 Available online at http://www.iaeme.com/ijmet/issues.asp?jtype=ijmet&vtype=8&itype=3

More information

NATIONAL UNIVERSITY OF SINGAPORE. EE3302/EE3302E Industrial Control Systems. E2: PLC Programming for Sequence Control

NATIONAL UNIVERSITY OF SINGAPORE. EE3302/EE3302E Industrial Control Systems. E2: PLC Programming for Sequence Control NATIONAL UNIVERSITY OF SINGAPORE EE3302/EE3302E Industrial Control Systems E2: 1. Objectives The experiment is designed to provide experience in programming a modern IECcompliant PLC system for sequence

More information

MECHATRONICS IN A BOX

MECHATRONICS IN A BOX MECHATRONICS IN A BOX A Complete Mechatronics Solution for the Classroom amtekcompany.com Contents Introduction Programming Arduino microcontrollers Motor Control Training Course Flowcode 8 Formula AllCode

More information

CNC machining centres. morbidelli p800. multifunctional machining centre for panel drilling routing and edge-banding

CNC machining centres. morbidelli p800. multifunctional machining centre for panel drilling routing and edge-banding CNC machining centres morbidelli p800 multifunctional machining centre for panel drilling routing and edge-banding morbidelli p800 Designing and building solutions to your requirements is in our DNA You

More information

accord 40 fx CNC machining centre accord 30 fx

accord 40 fx CNC machining centre accord 30 fx accord 40 fx CNC machining centre accord 30 fx accord 40 fx CNC machining centre Machining centre with modular composition of new generation for the production of windows, doors, stairs, solid wood elements

More information

UNIT-1 INTRODUCATION The field of robotics has its origins in science fiction. The term robot was derived from the English translation of a fantasy play written in Czechoslovakia around 1920. It took another

More information

Trade of Sheet Metalwork. Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 2: CNC Machines Phase 2

Trade of Sheet Metalwork. Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 2: CNC Machines Phase 2 Trade of Sheet Metalwork Module 7: Introduction to CNC Sheet Metal Manufacturing Unit 2: CNC Machines Phase 2 Table of Contents List of Figures... 4 List of Tables... 5 Document Release History... 6 Module

More information

CSNC CARBIDE CIRCULAR SERIES

CSNC CARBIDE CIRCULAR SERIES CSNC CARBIDE CIRCULAR SERIES HIGHLY EFFICIENT AND PRODUCTIVE HIGH SPEED CIRCULAR SAWING MACHINES CARBIDE SAWS DO THE WORK OF FIVE CONVENTIONAL FACTORY BAND SAWS, WITHOUT SACRIFICING QUALITY. GET THE CLOSE-CUT

More information

Servo Robot Training Systems

Servo Robot Training Systems Servo Robot Training Systems LabVolt Series Datasheet Festo Didactic en 220 V - 50 Hz 07/2018 Table of Contents General Description 2 Robot Controller Module 3 Servo Robot Software 3 Location Pins 4 Included

More information

Supply Kit Project: Pneumatic Launcher

Supply Kit Project: Pneumatic Launcher GEORGIA INSTITUTE OF TECHNOLOGY George W. Woodruff School of Mechanical Engineering ME 2110 Creative Decisions and Design Spring 2010 Supply Kit Project: Pneumatic Launcher In order to successfully design

More information

Training and Consulting Range of courses for 2014

Training and Consulting Range of courses for 2014 Training and Consulting Range of courses for 2014 South Africa www.festo-didactic.com Foreword Knowledge is Power Brett Wallace, Deputy Managing Director of Festo South Africa The Latin aphorism scientia

More information

Maintaining the quality and relevance of industrial resource materials for technology education: the technology in context national support programme

Maintaining the quality and relevance of industrial resource materials for technology education: the technology in context national support programme Loughborough University Institutional Repository Maintaining the quality and relevance of industrial resource materials for technology education: the technology in context national support programme This

More information

Introduction to PLC and Ladder Logic Programming

Introduction to PLC and Ladder Logic Programming Introduction Introduction to PLC and Ladder Logic Programming A PLC (Programmable Logic Controller) is an industrial computer used for automation of electromechanical processes, such as control of machinery

More information

CNC Mill Training System (Light Duty)

CNC Mill Training System (Light Duty) CNC Mill Training System (Light Duty) LabVolt Series Datasheet Festo Didactic en 120 V - 60 Hz 07/2018 Table of Contents General Description 2 Features & Benefits 2 List of Equipment 3 List of Manuals

More information

Linking science and technology in the primary school

Linking science and technology in the primary school Loughborough University Institutional Repository Linking science and technology in the primary school This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation:

More information

Screwfeeder Troubleshooting Guide

Screwfeeder Troubleshooting Guide Symptom General Cause Specific Cause Solution Illustration No Screws are being fed to the screwdriver Screw jam in screw delivery tubing Insufficient Screw Blast to deliver screw Adjust Screw Blast Inline

More information

Universal. CNC Turning machine TNA400

Universal. CNC Turning machine TNA400 Universal CNC Turning machine TNA400 1 2 The TNA400 at a glance The TRAUB TNA400 is a well established machine from TRAUB in the product range "Universal CNC turning machines". A machine that can be equipped

More information

Festo Didactic Training and Consulting Courses Southern and Eastern Africa

Festo Didactic Training and Consulting Courses Southern and Eastern Africa Festo Didactic Training and Consulting Courses Southern and Eastern Africa 1 Table of Festo Didactic... 3 Festo Training and Consulting The Training Needs Analysis... 3 Festo Training Anywhere... 4 Qualification

More information

Processing Centers. Venture 21/23

Processing Centers. Venture 21/23 Processing Centers Venture 21/23 Venture 21 and Venture 23 Alongside versatile routing functions, the compact Venture 21 and Venture 23 processing centers offer a range of unique additional functions:

More information

Undefined Obstacle Avoidance and Path Planning

Undefined Obstacle Avoidance and Path Planning Paper ID #6116 Undefined Obstacle Avoidance and Path Planning Prof. Akram Hossain, Purdue University, Calumet (Tech) Akram Hossain is a professor in the department of Engineering Technology and director

More information

Fieldbus technology AS-Interface. Workbook TP EN ET 200S ET 200S IM 151 CPU FRCE BF RU N ON RU N M RES IM 151 CPU FRCE PROFIBUS-DP

Fieldbus technology AS-Interface. Workbook TP EN ET 200S ET 200S IM 151 CPU FRCE BF RU N ON RU N M RES IM 151 CPU FRCE PROFIBUS-DP CPU313C-2 DP SF BF 0 0 DC5V FRCE 2 2 RU N 3 3 STOP 4 4 PU SH 5 5 MPI RU N STOP MRES DP 1 6 7 IN 0 1 2 3 4 5 6 7 1 6 7 OUT 0 1 2 3 4 5 6 7 CP 343-2 SF PW R APF CER AUP CM B 20+ 10+ SET 9 8 7 6 5 4 3 2 1

More information

Process Control Calibration Made Easy with Agilent U1401A

Process Control Calibration Made Easy with Agilent U1401A Process Control Calibration Made Easy with Agilent U1401A Application Note This application note explains how the Agilent U1401A with simultaneous source and measure functions eases technicians calibration

More information

Closed-Loop Pneumatics Workbook TP 111

Closed-Loop Pneumatics Workbook TP 111 Closed-Loop Pneumatics Workbook TP 111 Festo Didactic 094465 en Authorised applications and liability The Learning System for Automation has been developed and prepared exclusively for training in the

More information

DEVELOPING TESTING PROCEDURES FOR HIGH VOLTAGE INNOVATION TECHNOLOGIES

DEVELOPING TESTING PROCEDURES FOR HIGH VOLTAGE INNOVATION TECHNOLOGIES DEVELOPING TESTING PROCEDURES FOR HIGH VOLTAGE INNOVATION TECHNOLOGIES Daniel HARDMAN Jonathan BERRY Neil MURDOCH WSP Parsons Brinckerhoff UK Western Power Distribution UK WSP Parsons Brinckerhoff UK daniel.hardman@pbworld.com

More information

A machine control shell for next generation manufacturing machines

A machine control shell for next generation manufacturing machines Loughborough University Institutional Repository A machine control shell for next generation manufacturing machines This item was submitted to Loughborough University's Institutional Repository by the/an

More information

The secret behind mechatronics

The secret behind mechatronics The secret behind mechatronics Why companies will want to be part of the revolution In the 18th century, steam and mechanization powered the first Industrial Revolution. At the turn of the 20th century,

More information

Direct gaze based environmental controls

Direct gaze based environmental controls Loughborough University Institutional Repository Direct gaze based environmental controls This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: SHI,

More information

the reliable allrounders.

the reliable allrounders. Powerful solutions passionate people the reliable allrounders. the KKS series semi-automatic universal mitring circular saws > MADE IN GERMANY REQUIREMENTS MAY CHANGE WITH TIME. BUT REAL QUALITY IS ALWAYS

More information

Design and technology

Design and technology Design and technology Programme of study for key stage 3 and attainment target (This is an extract from The National Curriculum 2007) Crown copyright 2007 Qualifications and Curriculum Authority 2007 Curriculum

More information

KKS Circular Sawing Machines

KKS Circular Sawing Machines If Steel is Your Deal! KKS Circular Sawing www.kaltenbach.com 1 The complete KALTENBACH program for metal processing 2 www.kaltenbach.com 3 The Economical One Applications: locksmith s shop, metal construction,

More information

EUROPASS DIPLOMA SUPPLEMENT

EUROPASS DIPLOMA SUPPLEMENT EUROPASS DIPLOMA SUPPLEMENT TITLE OF THE DIPLOMA (ES) Técnico Superior en Mecatrónica Industrial TRANSLATED TITLE OF THE DIPLOMA (EN) (1) Higher Technician in Industrial Mechatronics ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

More information

Easy-To-Use Graphic Interface

Easy-To-Use Graphic Interface Graphical Robot Programming Teachbox for Robot W 711 The Wittmann CNC 6.2 robot control with color graphics screens allows simpler robot teaching and use than ever before. The operator simply traces out

More information

AUTOMATION & MECHATRONIC SYSTEMS COURSE MODULES

AUTOMATION & MECHATRONIC SYSTEMS COURSE MODULES AUTOMATION & MECHATRONIC SYSTEMS COURSE MODULES A bionic arm, a self-driving car and an autopilot train system - these are some icons of the amazing world of automation technology that are brought about

More information

Fundamentals of DC machines

Fundamentals of DC machines Fundamentals of DC machines Workbook With CD-ROM L1 N PE -T1 -T2 L+ L+ L- L- -P1 V A1 A2 E2 E1 -M1 M n 3600 1/min 3400 3200 n=f[ IE] 3000 2800 2600 2400 2200 2000 1800 30 60 90 120 150 180 210 240 270

More information

drilling solutions morbidelli ux100/ux200 CNC machining centre for flexible boring, routing and hardware insertion

drilling solutions morbidelli ux100/ux200 CNC machining centre for flexible boring, routing and hardware insertion drilling solutions morbidelli ux100/ux200 CNC machining centre for flexible boring, routing and hardware insertion the professional drilling Working centre realized to satisfy all the operations of boring,

More information

Prasanth. Lathe Machining

Prasanth. Lathe Machining Lathe Machining Overview Conventions What's New? Getting Started Open the Part to Machine Create a Rough Turning Operation Replay the Toolpath Create a Groove Turning Operation Create Profile Finish Turning

More information

Universal. CNC Turning machine TNA300

Universal. CNC Turning machine TNA300 Universal CNC Turning machine TNA300 1 2 The TNA300 at a glance TRAUB s product philosophy does not offer the compromises of a modular design principle but tailormade a 4-axes machine to suit your production

More information

Loughborough University Institutional Repository. This item was submitted to Loughborough University's Institutional Repository by the/an author.

Loughborough University Institutional Repository. This item was submitted to Loughborough University's Institutional Repository by the/an author. Loughborough University Institutional Repository Digital and video analysis of eye-glance movements during naturalistic driving from the ADSEAT and TeleFOT field operational trials - results and challenges

More information

Analog Inputs and Outputs

Analog Inputs and Outputs Analog Inputs and Outputs PLCs must also work with continuous or analog signals. Typical analog signals are 0-10 VDC or 4-20 ma. Analog signals are used to represent changing values such as speed, temperature,

More information

Application Case. Delta Industrial Automation Products for Vertical CNC Machining Centers with Automatic Tool Changers (ATC)

Application Case. Delta Industrial Automation Products for Vertical CNC Machining Centers with Automatic Tool Changers (ATC) Case Delta Industrial Automation Products for Vertical CNC Machining Centers with Automatic Tool Changers (ATC) Issued by Solution Center Date July, 2014 Pages 5 Applicable to Key words NC311 Series CNC

More information

5500 CNC Lathe Systems (Heavy Duty)

5500 CNC Lathe Systems (Heavy Duty) 5500 CNC Lathe Systems (Heavy Duty) LabVolt Series Datasheet Festo Didactic en 220 V - 50 Hz 04/2018 Table of Contents General Description 2 Features & Benefits 3 List of Available Training Systems 3 Additional

More information

WORLDSKILLS STANDARD SPECIFICATION

WORLDSKILLS STANDARD SPECIFICATION WORLDSKILLS STANDARD SPECIFICATION Skill 04 Mechatronics WSC2015_WSSS04 THE WORLDSKILLS STANDARDS SPECIFICATION (WSSS) GENERAL NOTES ON THE WSSS The WSSS specifies the knowledge, understanding and specific

More information

JOB DESCRIPTION. Coachella Valley Water District October 12, DEPARTMENT: Facilities and Maintenance REPORTING RELATIONSHIP:

JOB DESCRIPTION. Coachella Valley Water District October 12, DEPARTMENT: Facilities and Maintenance REPORTING RELATIONSHIP: Coachella Valley Water District October 12, 2017 TITLE: Electronic Technician II SECTION: Electronics Shop DEPARTMENT: Facilities and Maintenance REPORTING RELATIONSHIP: Reports to: Electronics Supervisor,

More information

Geometric elements for tolerance definition in feature-based product models

Geometric elements for tolerance definition in feature-based product models Loughborough University Institutional Repository Geometric elements for tolerance definition in feature-based product models This item was submitted to Loughborough University's Institutional Repository

More information

Design of Automatic 70T Oil Quenching Hydraulic Machine

Design of Automatic 70T Oil Quenching Hydraulic Machine Design of Automatic 70T Oil Quenching Hydraulic Machine S.Menaga #1, K.Vignesh Kumar *2, M.A.Sandeep Kumar #3, P.Tamilarasan *4, T.Surya #5 Assistant Professor, Department of Electronics and Communication

More information

Eye-centric ICT control

Eye-centric ICT control Loughborough University Institutional Repository Eye-centric ICT control This item was submitted to Loughborough University's Institutional Repository by the/an author. Citation: SHI, GALE and PURDY, 2006.

More information

INDUSTRIAL ROBOTS AND ROBOT SYSTEM SAFETY

INDUSTRIAL ROBOTS AND ROBOT SYSTEM SAFETY INDUSTRIAL ROBOTS AND ROBOT SYSTEM SAFETY I. INTRODUCTION. Industrial robots are programmable multifunctional mechanical devices designed to move material, parts, tools, or specialized devices through

More information

AMTEC Modules. AMT 102: General PM and Predictive Maintenance AMT 1021: Basic PM AMT 1022: Advanced Technologies

AMTEC Modules. AMT 102: General PM and Predictive Maintenance AMT 1021: Basic PM AMT 1022: Advanced Technologies AMT 100: Computer Literacy AMT 1001: Orientation to Computer Systems AMT 1002: Operating Systems AMT 1003: Computer Applications AMT 1004: Internet/Intranet AMT 101: Fluid Power and Electrohydraulics/Pneumatics

More information

COMPARATIVE ANALYSIS OF DIAGNOSTIC APPLICATIONS OF AUTOSCAN TOOLS ON VEHICLE SYSTEMS

COMPARATIVE ANALYSIS OF DIAGNOSTIC APPLICATIONS OF AUTOSCAN TOOLS ON VEHICLE SYSTEMS Nigerian Journal of Technology (NIJOTECH) Vol. 36, No. 2, April 2017, pp. 523 527 Copyright Faculty of Engineering, University of Nigeria, Nsukka, Print ISSN: 0331-8443, Electronic ISSN: 2467-8821 www.nijotech.com

More information