Department of Engineering and Design- Room T405 PLC Application Exercises

Size: px
Start display at page:

Download "Department of Engineering and Design- Room T405 PLC Application Exercises"

Transcription

1 Application Exercise 4 - Industrial Control Trainer Introduction The system has been designed to realistically represent a component sorting, assembly and inspection process that can be controlled from virtually any PLC that is commonly available. In principle, the unit is designed to sort an aluminium peg from a plastic ring then assemble these two components and check for correct assembly. The components are initially randomly placed on the chain conveyor which lifts them to a higher level. When the higher level is reached the plastic components are detected by an infra red emitter/detector and ejected by a solenoid down an assembly chute. The aluminium pegs continue on the conveyor and are finally deflected down the feeder chute. From the feeder chute the aluminium components are automatically fed onto the belt conveyor. An infra red emitter/detector is used to determine whether or not the plastic ring hopper is empty. If it is, a rotary solenoid is used to dispense a ring from the assembly chute into the hopper. The hopper is positioned just above the belt conveyor and, when the aluminium peg passes, the peg engages with hole in the ring and the two are thus assembled. Inductive, capacitive and infra red sensors positioned along the belt conveyor are used to check for the correct assembly. Components that have not been assembled are ejected by a solenoid into a scrap or recycle bin while correctly assembled components pass into a finished parts tray.

2 Sensors Inductive Sensor Inductive proximity switches consist of three stages, namely oscillator, trigger, and output amplifier. The oscillator generates a high frequency electromagnetic field which radiates from the sensing face. As a metal target appears within the sensing range, a change in the strength of magnetic field occurs. The sensor is triggered and therefore the output is switched. Capacitive Sensor Capacitive proximity switches consist of 3 stages, namely a capacitance coil, trigger, and output amplifier. As a component passes the capacitive probe within the sensing range it acts as the dielectric. The trigger circuitry is activated and therefore the output is switched. Photoelectric Sensors Photoelectric sensors all have an emitter and receiver. The emitter transmits a beam of infra red light, nm wavelength. The tuned receiver is either on or off depending on whether the emitted light is being received or not. Connections to Triangle Research F1616BA PLC PLC Input Sensor Type Comments Inductive Capacitive Senses metal components. Senses plastic components. Through Beam. Metal peg detector. Senses object at Capacitive sensor. Senses component at reject position. Senses component at sort area. Senses component at assembly hopper. PLC Output Actuators Comments Belt Motor Chain Motor Reject Solenoid Rotary Solenoid Sort Solenoid Rejects components off the belt. Guides plastic components down to assembly hopper Sorts plastic components into assembly chute Exercise A Sorting routine Objectives 1. Detection of the plastic component travelling along the chain conveyor and ejection into the assembly chute. 2. Detection of the metal component travelling along the chain conveyor and non-rejection into the assembly chute. Allowing the component to pass the sorting area and be deflected off the chain conveyor, down the feeder chute.

3 Procedure 1. Activate the chain motor (output 13) 2. In the sort area there are two infra red (IR) proximity sensors: a. Input Sensor 7: Proximity Sensor at sort area. b. Input Sensor 4: IR reflective sensor to sense the metal peg. 3. Sensor 7 is a proximity sensor that detects the presence of any object. Sensor 4 is set up to detect at a higher level than the plastic ring, therefore it only detects the metal pegs passing. These two sensors may be logically gated to produce a sorting signal for the sort solenoid to eject the plastic rings down the assembly chute. Exercise B Queue counting & Operation timing Objectives 1. Combine the sorting routine developed in exercise 1 with a queue counting routine, that increments a counter each time a plastic ring is identified and ejected down the assembly chute. 2. Load the assembly hopper using the rotary solenoid. Generate a queue decrement as the plastic rings are taken from the queue into the assembly area. Procedure 1. Activate the chain conveyor (output 13) 2. Sort the metal and plastic components using sensors 7 and 4 as done in exercise On detecting and ejecting a plastic ring down the assembly chute, increment a counter. When the counter exceeds 5 either ignore ring sorting or stop the chain conveyor. 4. In the assembly area an IR reflective sensor (input 8) detects the presence of a plastic ring in the assembly hopper. If this sensor indicates the hopper is empty then the rotary solenoid (output 15) can be indexed, loading the hopper with a plastic ring. The queue count can now be decremented, thus enabling the sorting routine.

4 Exercise C Component/Assembly detection and sorting Objectives 1. Detection of a plastic ring travelling along the belt conveyor and ejecting it into the reject bin. 2. Detection of a metal component travelling along the belt conveyor and ejecting it into the reject bin. 3. Detection of an assembled product travelling along the belt conveyor and accepting it. Procedure 1. Activate the belt conveyor (output 12) 2. Use the feedback sensors to determine the type of component travelling along the belt conveyor. Consider the sequence for the unassembled metal peg and plastic peg before considering the sequence for an assembled product. The signal sequences can be easily observed on the circuit board LED s by turning the unit on and manually passing the products along the belt conveyor. 3. Reject unassembled components at the reject solenoid but allow assembled products to pass by to the finished product area. Further Work - Component queue handling Your solution so far can sort and assemble a component, identify the difference between a good and bad component and reject accordingly. However, in industry the system should be capable of monitoring decisions made for each product assembled. You should develop your routine so that parts are stored in a queue that records decision data. This allows the operator to see which components on the production line were rejected, and for what reason and allow totals of assembled and rejected components to be displayed.

5 How to transfer programs to the PLC This section describes the step by step procedure for transferring programs to the PLC. It is essential that you carry out the steps given below exactly. Ensure the PLC is connected to the power supply and switched ON Ensure the power supply of any other Rig connected to the PLC is also switched ON. Ensure that RS232 Serial cable is connected to the PLC s COM port Run the TLserver Software if it not already loaded. You will see the following window appear. Now click on the Serial Port Setup button above. The following window appears:

6 Ensure the message COM1 opened at 38400bps is displayed in the Response window. If not please call the Technician in charge to assist you. If the message confirms that the port is opened as shown above then, proceed to the next page. Click on Controller and select Program transfer to PLC. The following window is opened: Now type in 01 in the Detect ID box and click on Memorize Username & Password to clear the Tick sign. This means the PLC should not be set with a username and password. Note: you must not set a Password for any other subsequent experiment or project. Username can be ignored and left alone as samples. Therefore the window should appear as shown below before you proceed to the next step.

7 Now click OK. Click Yes to Overwrite PLC s program. The i-trilogi software will now compile the Ladder logic to machine code. If the code contains errors, then the PLC will display an error message that the compilation is not successful. You must then go back to editing and correcting your errors. If the compilation is successful, you will see the message Success! In the Compilation window shown above.

8 Now click on Start Transfer, the following window is displayed: Click on Yes to Reset PLC? The program in the PLC will Execute and read data from input ports or output data to the devices you have programmed. The status of the PLC can be monitored by the following: Click on Controller and select On-Line Monitoring. The following example window appears:

9 The status of all devices can be monitored from this window. If A/D converters are used then the Raw Data from the converters can be seen at the top of the window in ADC1-8 boxes. This concludes a successful PLC Program transfer. The same procedure is used to transfer any program to the PLC. Virtual LCD Display You may view the Virtual LCD Display to see other status data by clicking on the View button. Click View now. You will see the Virtual LCD display window: This window is used to output up to 4 lines of text to display messages or values of Global variables. It also displays, the state of the A/D converters 1 to 8,PWM outputs 1 to 8 and the data that is output the D/A channels.

PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15

PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 UNIT 22: PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 ASSIGNMENT 3 DESIGN AND OPERATIONAL CHARACTERISTICS NAME: I agree to the assessment as contained in this assignment.

More information

Successful completion of the course leads to the award of the Technical Training Solutions Competence Certificate 530 - PLC Programming

Successful completion of the course leads to the award of the Technical Training Solutions Competence Certificate 530 - PLC Programming PLC PROGRAMMING COURSE 530: 4 DAYS: Max 8 Candidates Modern PLC-based control and automation systems often have improvements and modifications made, resulting in changes needing to be made to the PLC program.

More information

PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 OUTCOME 3 PART 1

PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 OUTCOME 3 PART 1 UNIT 22: PROGRAMMABLE LOGIC CONTROLLERS Unit code: A/601/1625 QCF level: 4 Credit value: 15 OUTCOME 3 PART 1 This work covers part of outcome 3 of the Edexcel standard module: Outcome 3 is the most demanding

More information

Automated Bottle Filling System

Automated Bottle Filling System Automated Bottle Filling System Bipin Mashilkar 1, Pallavi Khaire 1, Girish Dalvi 1 1 Assistant Professor, Department of Mechanical Engineering, Fr.C.Rodrigues Institute of Technology, Maharashtra, India

More information

How to read this guide

How to read this guide How to read this guide The following shows the symbols used in this Quick start guide with descriptions and examples. Symbol Description Example P oint Reference Caution [ ] This symbol explains information

More information

Sensors Collecting Manufacturing Process Data

Sensors Collecting Manufacturing Process Data Sensors & Actuators Sensors Collecting Manufacturing Process Data Data must be collected from the manufacturing process Data (commands and instructions) must be communicated to the process Data are of

More information

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill

Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Digital Systems Based on Principles and Applications of Electrical Engineering/Rizzoni (McGraw Hill Objectives: Analyze the operation of sequential logic circuits. Understand the operation of digital counters.

More information

PLC Based Liquid Filling and Mixing

PLC Based Liquid Filling and Mixing PLC Based Liquid Filling and Mixing 1 Mihir Panchal, 2 Aashish Panaskar. 3 Prof. Lalit Kumar KJ College of Engineering and Management Research, Pune, India Abstract: The objective of this paper is to design,

More information

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2]

SMS Alarm Messenger. Setup Software Guide. SMSPro_Setup. Revision 090210 [Version 2.2] SMS Alarm Messenger SMSPro_Setup Revision 090210 [Version 2.2] ~ 1 ~ Contents 1. How to setup SMS Alarm Messenger?... 3 2. Install the SMSPro_Setup software... 5 3. Connection Type... 6 4. Connection Port

More information

PROGRAMMABLE LOGIC CONTROL

PROGRAMMABLE LOGIC CONTROL PROGRAMMABLE LOGIC CONTROL James Vernon: control systems principles.co.uk ABSTRACT: This is one of a series of white papers on systems modelling, analysis and control, prepared by Control Systems Principles.co.uk

More information

Configuring the Siemens TC35 modems for use with the MI2292

Configuring the Siemens TC35 modems for use with the MI2292 Configuring the Siemens TC35 modems for use with the MI2292 The following instruction describe how to set up GSM communication between an MI2292 Power Quality Analyser Plus and a computer 1. Equipment

More information

STEP 7 MICRO/WIN TUTORIAL. Step-1: How to open Step 7 Micro/WIN

STEP 7 MICRO/WIN TUTORIAL. Step-1: How to open Step 7 Micro/WIN STEP 7 MICRO/WIN TUTORIAL Step7 Micro/WIN makes programming of S7-200 easier. Programming of S7-200 by using Step 7 Micro/WIN will be introduced in a simple example. Inputs will be defined as IX.X, outputs

More information

Simple. Intelligent. The SIMATIC VS 100 Series. simatic MACHINE VISION. www.siemens.com/machine-vision

Simple. Intelligent. The SIMATIC VS 100 Series. simatic MACHINE VISION. www.siemens.com/machine-vision Simple. Intelligent. The SIMATIC VS 100 Series. simatic MACHINE VISION www.siemens.com/machine-vision simatic Intelligence that pays off In answer to the problem of steadily increasing clock-pulse rates

More information

CIM Computer Integrated Manufacturing

CIM Computer Integrated Manufacturing INDEX CIM IN BASIC CONFIGURATION CIM IN ADVANCED CONFIGURATION CIM IN COMPLETE CONFIGURATION DL CIM A DL CIM B DL CIM C DL CIM C DL CIM B DL CIM A Computer Integrated Manufacturing (CIM) is a method of

More information

To Purchase This Item, Visit BMI Gaming www.bmigaming.com 1-800-746-2255 + 1-561-391-7200. Operation Manual

To Purchase This Item, Visit BMI Gaming www.bmigaming.com 1-800-746-2255 + 1-561-391-7200. Operation Manual Operation Manual 90MAN 01 B Copyright 2008 Patent Pending All Rights Reserved Table of Contents Game Play 3 Game Set up 4 Technical Description 5 Programming 6 10 Error Codes 9 Electronic Components 11

More information

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012

MIDECO 64-outputs MIDI note decoder USER MANUAL. Roman Sowa 2012 MIDECO 64-outputs MIDI note decoder USER MANUAL Roman Sowa 2012 www.midi-hardware.com 1.Overview Thank you for choosing MIDECO as your new MIDI-to-digital converter. This short manual will guide you through

More information

CHAPTER 11: Flip Flops

CHAPTER 11: Flip Flops CHAPTER 11: Flip Flops In this chapter, you will be building the part of the circuit that controls the command sequencing. The required circuit must operate the counter and the memory chip. When the teach

More information

CNC Transfer. Operating Manual

CNC Transfer. Operating Manual Rank Brothers Ltd CNC Transfer Operating Manual Manufactured by: Rank Brothers Ltd 56 High Street, Bottisham, Cambridge CB25 9DA, England Tel: +44 (0)1223 811369 Fax: +44 (0)1223 811441 Website: http://www.rankbrothers.co.uk/

More information

Fig 3. PLC Relay Output

Fig 3. PLC Relay Output 1. Function of a PLC PLC Basics A PLC is a microprocessor-based controller with multiple inputs and outputs. It uses a programmable memory to store instructions and carry out functions to control machines

More information

User's Guide. Dosimeter Configuration Software ADR-1/60

User's Guide. Dosimeter Configuration Software ADR-1/60 User's Guide Dosimeter Configuration Software ADR-1/60 ADR-1/50 User's Guide v. 3.15 NOTE! This document and the information herewith are copyrighted material as mentioned in the copyright act. No part

More information

THE STEP7 PROGRAMMING LANGUAGE

THE STEP7 PROGRAMMING LANGUAGE THE STEP7 PROGRAMMING LANGUAGE STEP 7 is the standard software package used for configuring and programming SIMATIC programmable logic controllers. It is part of the SIMATIC industry software. Basic algorithm

More information

Programming Logic controllers

Programming Logic controllers Programming Logic controllers Programmable Logic Controller (PLC) is a microprocessor based system that uses programmable memory to store instructions and implement functions such as logic, sequencing,

More information

User Guide for Patients

User Guide for Patients User Guide for Patients Creating a My Health Online Account Before you can create a My Health Online account you must register for this service at your GP practice. Your practice will provide you with

More information

Instructions for Setting the T560 Digital Delay Generator for the Target Delay

Instructions for Setting the T560 Digital Delay Generator for the Target Delay Instructions for Setting the T560 Digital Delay Generator for the Target Delay Important! These instructions are only to be followed by beam-line operators who have been trained to operate the target!!

More information

Current Cost Data Cable User Guide. Installing and configuring the data cable

Current Cost Data Cable User Guide. Installing and configuring the data cable Current Cost Data Cable User Guide Installing and configuring the data cable Contents About the Data Cable... 3 Data Cable Installation Steps... 3 Post Installation Checks... 3 So the driver is installed,

More information

TRILOGI 5.3 PLC Ladder Diagram Programmer and Simulator. A tutorial prepared for IE 575 by Dr. T.C. Chang. Use On-Line Help

TRILOGI 5.3 PLC Ladder Diagram Programmer and Simulator. A tutorial prepared for IE 575 by Dr. T.C. Chang. Use On-Line Help TRILOGI 5.3 PLC Ladder Diagram Programmer and Simulator A tutorial prepared for IE 575 by Dr. T.C. Chang 1 Use On-Line Help Use on-line help for program editing and TBasic function definitions. 2 Open

More information

11. FLOWCHART BASED DESIGN

11. FLOWCHART BASED DESIGN plc flowchart - 11.1 Topics: Describing process control using flowcharts Conversion of flowcharts to ladder logic Objectives: Ba able to describe a process with a flowchart. Be able to convert a flowchart

More information

MICROMAT-F / MINIMAT-F SCREWDRIVING SYSTEM

MICROMAT-F / MINIMAT-F SCREWDRIVING SYSTEM Screwdriving technology Automation Air motors Air tools Handheld Screwdriver pneumatic MICROMAT-F / MINIMAT-F SCREWDRIVING SYSTEM The screwdriving system with additional function control n Handheld screwdriver

More information

Application Technique. Safety Function: Magnetic Door Switch Monitoring

Application Technique. Safety Function: Magnetic Door Switch Monitoring Application Technique Safety Function: Magnetic Door Switch Monitoring Products: MC1 Magnetically-coded Door Switch, Guardmaster Dual-input Safety Relay Safety Rating: CAT. 3, PLd to EN ISO 13849-1: 2008

More information

Troubleshooting and Diagnostics

Troubleshooting and Diagnostics Troubleshooting and Diagnostics The troubleshooting and diagnostics guide provides instructions to assist in tracking down the source of many basic controller installation problems. If there is a problem

More information

Transmitter Interface Program

Transmitter Interface Program Transmitter Interface Program Operational Manual Version 3.0.4 1 Overview The transmitter interface software allows you to adjust configuration settings of your Max solid state transmitters. The following

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

Grandstream Networks, Inc. Mobotix T24S Door System Configuration Guide GXV3140 IP Video Phone

Grandstream Networks, Inc. Mobotix T24S Door System Configuration Guide GXV3140 IP Video Phone Grandstream Networks, Inc. Mobotix T24S Door System Configuration Guide GXV3140 IP Video Phone GXV-3140 MOBOTIX T24S TABLE OF CONTENTS MOBOTIX T24S SYSTEM CONFIGURATION GUIDE FOR GXV3140 INTRODUCTION:...

More information

Digital Single Axis Controller

Digital Single Axis Controller Digital Single Axis Controller The concept of intelligent hydraulic drive a vision? DSAC (Digital Single Axis Controller) Do you need hydraulic servo drive for your machine/system? What would it be like

More information

MECE 102 Mechatronics Engineering Orientation

MECE 102 Mechatronics Engineering Orientation MECE 102 Mechatronics Engineering Orientation Mechatronic System Components Associate Prof. Dr. of Mechatronics Engineering Çankaya University Compulsory Course in Mechatronics Engineering Credits (2/0/2)

More information

THE BASICS OF PLL FREQUENCY SYNTHESIS

THE BASICS OF PLL FREQUENCY SYNTHESIS Supplementary Reading for 27 - Oscillators Ron Bertrand VK2DQ http://www.radioelectronicschool.com THE BASICS OF PLL FREQUENCY SYNTHESIS The phase locked loop (PLL) method of frequency synthesis is now

More information

Industrial Automation Training Academy. PLC, HMI & Drives Training Programs Duration: 6 Months (180 ~ 240 Hours)

Industrial Automation Training Academy. PLC, HMI & Drives Training Programs Duration: 6 Months (180 ~ 240 Hours) nfi Industrial Automation Training Academy Presents PLC, HMI & Drives Training Programs Duration: 6 Months (180 ~ 240 Hours) For: Electronics & Communication Engineering Electrical Engineering Instrumentation

More information

LED red (-): Measuring value < lower tolerance threshold LED red (+): Measuring value > upper tolerance threshold. Page 1/6

LED red (-): Measuring value < lower tolerance threshold LED red (+): Measuring value > upper tolerance threshold. Page 1/6 L-LAS Series L-LAS-LT-165-CL - Line laser 1 mw, laser class 2 - Visible laser line (red light 670 nm), typ. 2 mm x 3 mm - Reference distance approx. 165 mm - Measuring range typ. 65... 265 mm - Resolution

More information

How to connect a digital-to-analog converter box to your TiVo Series2 TM DVR

How to connect a digital-to-analog converter box to your TiVo Series2 TM DVR How to connect a digital-to-analog converter box to your TiVo Series2 TM DVR Use these instructions if: you get TV programming through an antenna you also have a satellite box you have a TiVo Series2 DVR

More information

3. Outlook. 3-1. Φ500mm Pay-off. 3-2. Dancer. 3-3. Preheater

3. Outlook. 3-1. Φ500mm Pay-off. 3-2. Dancer. 3-3. Preheater 3. Outlook 3-1. Φ500mm Pay-off 3-2. Dancer 3-3. Preheater 6 3-4. Powder Machine 3-5. Φ75mm Extruder Hopper Hopper Loader Extruder Crosshead 7 3-6. First Section Adjustable Type Circulating Warm Water Trough

More information

User Manual Software for DSL Digital Speed Switch

User Manual Software for DSL Digital Speed Switch User Manual Software for DSL Digital Speed Switch Software version from 1.0.1 Baumer Hübner GmbH Max-Dohrn-Str. 2+4 D-10589 Berlin Phone +49 (0)30 690 03-0 Fax +49 (0)30 690 03-104 info@baumerhuebner.com

More information

Adding Heart to Your Technology

Adding Heart to Your Technology RMCM-01 Heart Rate Receiver Component Product code #: 39025074 KEY FEATURES High Filtering Unit Designed to work well on constant noise fields SMD component: To be installed as a standard component to

More information

DC Motor with Shaft Encoder

DC Motor with Shaft Encoder Learning Objectives DC Motor with Shaft Encoder By the end of this laboratory experiment, the experimenter should be able to: Explain how an encoder operates and how it can be use determine rotational

More information

Connecting To SOM Network Drives With Windows XP

Connecting To SOM Network Drives With Windows XP Connecting To SOM Network Drives With Windows XP The first step to take is to make sure that you are using the UCSF VPN client when you connect. If you do not have a VPN username and password, you will

More information

MINIMAT-EC-Servo Screwdriver Spindles

MINIMAT-EC-Servo Screwdriver Spindles Screwdriving technology Automation Air motors Air tools Screwdriver Spindles electric MINIMAT-EC-Servo Screwdriver Spindles Maximum Flexibility and process Control Straight Spindle Form - Torque range

More information

The Autolab control command is located in the Measurement General group of commands.

The Autolab control command is located in the Measurement General group of commands. Version 1.11.0 NOVA Autolab control tutorial 1 The Autolab control command The Autolab control command is one of the most important commands in the NOVA software. Through this command, all of the hardware

More information

You can open the Widgit Product Activator through the start menu or from the following location:

You can open the Widgit Product Activator through the start menu or from the following location: Activation Guide Widgit Product Activator The Widgit Product Activator will allow you to activate and manage the licenses for your Widgit products. The products covered by the product activator are listed

More information

EZ DUPE DVD/CD Duplicator

EZ DUPE DVD/CD Duplicator EZ DUPE DVD/CD Duplicator User s Manual Version 3.0 0 TABLE OF CONTENTS Introduction 2 Setup 11 LCD Front Panel Overview 2 o Auto Start Time 11 Menu Overview 3-5 o Display Mode 12 Functions 6 o Button

More information

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver

1. Learn about the 555 timer integrated circuit and applications 2. Apply the 555 timer to build an infrared (IR) transmitter and receiver Electronics Exercise 2: The 555 Timer and its Applications Mechatronics Instructional Laboratory Woodruff School of Mechanical Engineering Georgia Institute of Technology Lab Director: I. Charles Ume,

More information

How to connect a digital-to-analog converter box to your TiVo Series2 TM DVR

How to connect a digital-to-analog converter box to your TiVo Series2 TM DVR How to connect a digital-to-analog converter box to your TiVo Series2 TM DVR Use these instructions if: you get your TV programming through an antenna you have a TiVo Series2 DVR As of February 2009, all

More information

FSLIMRF05-10 - 15-20 - 25

FSLIMRF05-10 - 15-20 - 25 1. INTRODUCTION FSLIMRF is a fully wireless, battery-powered infrared beam barrier for the protection of doors and windows with alarm radio transmission. The barrier is made up of two aluminium sections

More information

GSM ATT Modules Simply effective remote control

GSM ATT Modules Simply effective remote control GSM ATT Modules Simply effective remote control To control electrical loads via mobile phone The benefits Remote management of electrical devices is an increasingly widespread requirement in residential

More information

1. Introduction... 3. 2.Fixture exterior view... 3. 3. Connecting the Robe Universal Interface... 4. 3.1 Software update of the fixture...

1. Introduction... 3. 2.Fixture exterior view... 3. 3. Connecting the Robe Universal Interface... 4. 3.1 Software update of the fixture... 1 Table of contests 1. Introduction... 3 2.Fixture exterior view... 3 3. Connecting the Robe Universal Interface... 4 3.1 Software update of the fixture... 4 3.2 Connecting a DMX console to the Media Fusion...

More information

INTRUSION ALARM SYSTEM

INTRUSION ALARM SYSTEM INTRUSION ALARM SYSTEM Case studies reveal most burglars are deterred by the mere presence of an alarm system. Burglars attack unprotected premises considerably more often than ones protected by alarm

More information

Micro-Step Driving for Stepper Motors: A Case Study

Micro-Step Driving for Stepper Motors: A Case Study Micro-Step Driving for Stepper Motors: A Case Study N. Sedaghati-Mokhtari Graduate Student, School of ECE, University of Tehran, Tehran, Iran n.sedaghati @ece.ut.ac.ir Abstract: In this paper, a case study

More information

NUCLEAR MAGNETIC RESONANCE. Advanced Laboratory, Physics 407, University of Wisconsin Madison, Wisconsin 53706

NUCLEAR MAGNETIC RESONANCE. Advanced Laboratory, Physics 407, University of Wisconsin Madison, Wisconsin 53706 (revised 4/21/03) NUCLEAR MAGNETIC RESONANCE Advanced Laboratory, Physics 407, University of Wisconsin Madison, Wisconsin 53706 Abstract This experiment studies the Nuclear Magnetic Resonance of protons

More information

PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL

PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL Rev. D PRODUCTIVITY THROUGH INNOVATION 600 CONTROL DIRECT DRIVE TECHNICAL/OPERATION MANUAL 10 BORIGHT AVENUE, KENILWORTH NEW JERSEY 07033 TELEPHONE: 800-524-0273 FAX: 908-686-9317 TABLE OF CONTENTS Page

More information

Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master

Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master Using the AnyBus -X Gateway to Communicate between a DVT camera and a Profibus Master Page 1 of 13 Table of Contents 1 OVERVIEW... 3 2 INSTALLING AND CONFIGURING THE ANYBUS -X GENERIC GATEWAY AND ETHERNET

More information

Precision Miniature Load Cell. Models 8431, 8432 with Overload Protection

Precision Miniature Load Cell. Models 8431, 8432 with Overload Protection w Technical Product Information Precision Miniature Load Cell with Overload Protection 1. Introduction The load cells in the model 8431 and 8432 series are primarily designed for the measurement of force

More information

Whale 3. User Manual and Installation Guide. DC Servo drive. Contents. 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty.

Whale 3. User Manual and Installation Guide. DC Servo drive. Contents. 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty. Whale 3 DC Servo drive User Manual and Installation Guide Contents 1. Safety, policy and warranty. 1.1. Safety notes. 1.2. Policy. 1.3. Warranty. 2. Electric specifications. 2.1.Operation ranges. 3. Connections

More information

Programming A PLC. Standard Instructions

Programming A PLC. Standard Instructions Programming A PLC STEP 7-Micro/WIN32 is the program software used with the S7-2 PLC to create the PLC operating program. STEP 7 consists of a number of instructions that must be arranged in a logical order

More information

Programmable Logic Controllers Definition. Programmable Logic Controllers History

Programmable Logic Controllers Definition. Programmable Logic Controllers History Definition A digitally operated electronic apparatus which uses a programmable memory for the internal storage of instructions for implementing specific functions such as logic, sequencing, timing, counting,

More information

VZ/VZM SERIES Heavy Duty Shredders 600-2,100 kg/h

VZ/VZM SERIES Heavy Duty Shredders 600-2,100 kg/h VZ/VZM SERIES Heavy Duty Shredders 600-2,100 kg/h Technical Specifications VZ/VZM SERIES Heavy Duty Shredders VZ 17.00 / VZ 18.00 Inline set-up VZM 17.00 / VZM 18.00 Inline set-up Technical Data VZ/VZM

More information

RPLIDAR. Low Cost 360 degree 2D Laser Scanner (LIDAR) System Development Kit User Manual. 2014-2 Rev.1

RPLIDAR. Low Cost 360 degree 2D Laser Scanner (LIDAR) System Development Kit User Manual. 2014-2 Rev.1 RPLIDAR Low Cost 360 degree 2D Laser Scanner (LIDAR) Development Kit User Manual 2014-2 Rev.1 Team Contents: 1. OVERVIEW... 2 ITEMS IN DEVELOPMENT KIT... 2 RPLIDAR... 2 USB ADAPTER... 3 2. CONNECTION AND

More information

ACTIVE INFRARED MOTION DETECTOR FOR HOUSE SECURITY SYSTEM MIOR MOHAMMAD HAFIIZH BIN ABD. RANI UNIVERSITI MALAYSIA PAHANG

ACTIVE INFRARED MOTION DETECTOR FOR HOUSE SECURITY SYSTEM MIOR MOHAMMAD HAFIIZH BIN ABD. RANI UNIVERSITI MALAYSIA PAHANG ACTIVE INFRARED MOTION DETECTOR FOR HOUSE SECURITY SYSTEM MIOR MOHAMMAD HAFIIZH BIN ABD. RANI UNIVERSITI MALAYSIA PAHANG ABSTRACT Nowadays, house security system becomes the best solution to overcome house

More information

Operating instructions

Operating instructions Operating instructions Torque transducer type AE with replaceable strain gauge measuring element Model TQ 505 Operating instructions no. 1079 Torque Transducer TQ 505 Page 1 / 16 1. Contents 1. List of

More information

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS FLEET MANAGEMENT & CAR SECURITY SYSTEM FOR PROVIDERS AND CUSTOMERS The Tracker Server Communication Program for data collection The Tracker Client Map Program intended for dispatching desks The GSM/GPRS

More information

AMS-1000 Multi-Channel Air Management System for Boost Control

AMS-1000 Multi-Channel Air Management System for Boost Control AMS-000 Multi-Channel Air Management System for Boost Control The terminal pin descriptions may also be viewed on screen. See Page 4 of manual for details. Clutch Input Shift Input Scramble Boost Input

More information

D-MAX WEB GUIDE CONTROLLER WITH OPERATOR INTERFACE PANEL QUICK START SETUP MANUAL

D-MAX WEB GUIDE CONTROLLER WITH OPERATOR INTERFACE PANEL QUICK START SETUP MANUAL 1/1 D-MAX.D1 1A Manual S1 D-MAX OPERATOR INTERFACE (Application Home Screen Is Shown) D-MAX CONTROLLER 04/14/2008 2008 Fife Corporation. All rights reserved. Figure Sheet 2-249 This page is intentionally

More information

Electrical Symbols and Line Diagrams

Electrical Symbols and Line Diagrams Electrical Symbols and Line Diagrams Chapter 3 Material taken from Chapter 3 of One-Line Diagrams One-line diagram a diagram that uses single lines and graphic symbols to indicate the path and components

More information

WinLIN Setup and Operation:

WinLIN Setup and Operation: Frequently Asked Questions about the 07551-Series Masterflex L/S Computer-Compatible drives and about the Masterflex WinLIN Linkable Instrument Control Software (07551-70) WinLIN Setup and Operation: Will

More information

Time Attendance V1.0

Time Attendance V1.0 Time Attendance V1.0 User Manual Page 1 TABLE OF CONTENTS 1. TIME ATTENDANCE...5 2. SOFTWARE INSTALLATION...6 3. SETTING UP THE TIME ATTENDANCE System...7 3.1 Set Password...7 3.2 Login...8 3.3 Setup -

More information

AntMiner S3 Manual Last updated: 7/18/2014 Page 2 of 8. Contents

AntMiner S3 Manual Last updated: 7/18/2014 Page 2 of 8. Contents Page 2 of 8 Contents Contents... 2 1 Overview... 3 2 Power Supply... 3 3 Connect to Miner... 4 3.1 WAN setting... 4 4 Pool Setting... 5 5 Miner Status... 6 5.1 Miner Status web page... 6 5.2 LED status

More information

NortechCommander Software Operating Manual MAN-00004 R6

NortechCommander Software Operating Manual MAN-00004 R6 NortechCommander Software Operating Manual MAN-00004 R6 If the equipment described herein bears the symbol, the said equipment complies with the applicable European Union Directive and Standards mentioned

More information

MP280 / MP287 / MP288 MP495 / MP497 / MP498 SERVICE REFERENCE MANUAL

MP280 / MP287 / MP288 MP495 / MP497 / MP498 SERVICE REFERENCE MANUAL MP280 / MP287 / MP288 MP495 / MP497 / MP498 SERVICE REFERENCE MANUAL In this manual, only the major differences from the base machines, MP240 / MP245, MP260 / MP268, and MP480 / MP486, are given. For other

More information

MFC7840W Windows Network Connection Repair Instructions

MFC7840W Windows Network Connection Repair Instructions Difficulty printing from your PC can occur for various reasons. The most common reason a networked Brother machine may stop printing, is because the connection between the computer and the Brother machine

More information

CD/DVD Disc Duplicator Controller

CD/DVD Disc Duplicator Controller CD/DVD Disc Duplicator Controller USERS MANUAL Introduction Features Model & Specification Control Panel Menu Overview Operation Guide 1. Copy 2. Test 3. Copy & Verify 4. Copy & compare 5. Verify 6. Compare

More information

EXPERIMENT 2 TRAFFIC LIGHT CONTROL SYSTEM FOR AN INTERSECTION USING S7-300 PLC

EXPERIMENT 2 TRAFFIC LIGHT CONTROL SYSTEM FOR AN INTERSECTION USING S7-300 PLC YEDITEPE UNIVERSITY ENGINEERING & ARCHITECTURE FACULTY INDUSTRIAL ELECTRONICS LABORATORY EE 432 INDUSTRIAL ELECTRONICS EXPERIMENT 2 TRAFFIC LIGHT CONTROL SYSTEM FOR AN INTERSECTION USING S7-300 PLC Introduction:

More information

Copley Camming User Guide

Copley Camming User Guide Copley Camming User Guide P/N 95-00501-000 Revision 2 June 2008 Copley Camming User Guide. TABLE OF CONTENTS About This Manual... 5 1: Operational Overview... 7 1.1: Host System Requirements... 8 1.2:

More information

Styrteknik givare-sensorer

Styrteknik givare-sensorer GA1:1 Från Wikipedia: En givare/sensor (eng) är ett samlingsbegrepp på en apparat eller anläggning som insamlar, konverterar och i vissa fall distribuerar någon form av signal eller stimuli eller data.

More information

Pop-up Surveillance Camera On Your TV

Pop-up Surveillance Camera On Your TV Pop-up Surveillance Camera On Your TV Would you like to automatically see who s at your front door, even before they ring the doorbell? It s easy to do! Just follow the simple steps described below. CAMERA

More information

New GSM Alarm System. User s Manual. Profile For a better understanding of this product, please read this user manual thoroughly before using it.

New GSM Alarm System. User s Manual. Profile For a better understanding of this product, please read this user manual thoroughly before using it. New GSM Alarm System User s Manual Profile For a better understanding of this product, please read this user manual thoroughly before using it. Chapter 1. Features Chapter 2. Alarm Host Introduction Chapter

More information

Simple Blaster Wi-Fi SETUP GUIDE. Simple Blaster Wi-Fi. This document describes how to set up Simple Blaster - Wi-Fi.

Simple Blaster Wi-Fi SETUP GUIDE. Simple Blaster Wi-Fi. This document describes how to set up Simple Blaster - Wi-Fi. Simple Blaster Wi-Fi SETUP GUIDE Simple Blaster Wi-Fi This document describes how to set up Simple Blaster - Wi-Fi. Released October 2015. Copyright 2015 by Roomie Remote, Inc. All Rights Reserved. SimpleControl.com

More information

Capacitive Proximity Sensors Theory of Operation

Capacitive Proximity Sensors Theory of Operation Capacitive Proximity Sensors Theory of Operation Capacitive proximity sensors are similar to inductive proximity sensors. The main difference between the two types is that capacitive proximity sensors

More information

PRODUCTS & QUOTES USING THE KEY & IRESS EXCHANGE

PRODUCTS & QUOTES USING THE KEY & IRESS EXCHANGE Page 1 of 18 PRODUCTS & QUOTES USING THE KEY & IRESS EXCHANGE Introduction Once you have completed the Protection/GI Fact Find in relation to the client s protection needs you can now proceed to quote

More information

Points Position Indicator (PPI1) for Points Motors with Common Ground

Points Position Indicator (PPI1) for Points Motors with Common Ground Points Position Indicator (PPI1) for Points Motors with Common Ground Monitors Points Action and Operates Leds on a Control Panel Monitors the brief positive operating voltage across points motors when

More information

A PIC16F628 controlled FLL (Frequency Locked Loop) VFO for HF

A PIC16F628 controlled FLL (Frequency Locked Loop) VFO for HF Abstract A PI6F628 controlled FLL (Frequency Locked Loop) VFO for HF It is described a device which joins in a single microprocessor a digital programmable frequency meter and a control logic capable to

More information

GSM Gate Opener GSM Remote Switch RTU5015 User Manual

GSM Gate Opener GSM Remote Switch RTU5015 User Manual GSM Gate, Barrier, Shutter, Garage Door and Door opener Open gate or garage door with a FREE call from your mobile phone! Remote switching machines with a FREE call from your mobile phone! GSM Gate Opener

More information

Study Guide for the Electronics Technician Pre-Employment Examination

Study Guide for the Electronics Technician Pre-Employment Examination Bay Area Rapid Transit District Study Guide for the Electronics Technician Pre-Employment Examination INTRODUCTION The Bay Area Rapid Transit (BART) District makes extensive use of electronics technology

More information

FIBER OPTIC APPLICATION IN A PROFIBUS NETWORK

FIBER OPTIC APPLICATION IN A PROFIBUS NETWORK FIBER OPTIC APPLICATION IN A PROFIBUS NETWORK Field busses are industrial control systems using Programmable Logic lers (PLC) to control and manage field devices found in industrial environments. The communication

More information

Michelin North America

Michelin North America www.centecinc.com SC Telephone: 864.527.7750 Outside SC: 800.227.0855 Michelin North America Industrial Maintenance Technical Interview Outline Industrial Maintenance Technical Interview Outline The Technical

More information

OPERATING PRINCIPLES FOR PHOTOELECTRIC SENSORS

OPERATING PRINCIPLES FOR PHOTOELECTRIC SENSORS OPERATING PRINCIPLES FOR PHOTOELECTRIC SENSORS Photoelectric These sensors use light sensitive elements to detect objects and are made up of an emitter (light source) and a receiver. Four types of photoelectric

More information

Occupational Profile: Electrical & Electronics Engineering Technician

Occupational Profile: Electrical & Electronics Engineering Technician Occupational Profile: Electrical & Electronics Engineering Technician A competent Electrical & Electronics Engineering Technician should be able to demonstrate the following skills and competences: 1.

More information

UDG1000 Hach PCX2200 Serial Port Input Driver configuration

UDG1000 Hach PCX2200 Serial Port Input Driver configuration UDG1000 Hach PCX2200 Serial Port Input Driver configuration Introduction: The UDG1000 Hach PCX2200 Serial Port Input Driver is used to collect data from one or more daisy-chained Hach 2200 PCX Particle

More information

Guide to Using the Demo Kit for the Access Control and Face Video Linkage Function Version: 1.6 Date: 2013.03

Guide to Using the Demo Kit for the Access Control and Face Video Linkage Function Version: 1.6 Date: 2013.03 Guide to Using the Demo Kit for the Access Control and Face Video Linkage Function Version: 1.6 Date: 2013.03 I. Components of the Demo Kit A B H I C J D E L F G K1 K1 K2 K2 M K N Icon Name Function Description

More information

Network Video Recorder. User s Manual v1.0.0. Model: SVR-504/508/516/516+

Network Video Recorder. User s Manual v1.0.0. Model: SVR-504/508/516/516+ User s Manual v1.0.0 Model: SVR-504/508/516/516+ Table of Contents Product Description 6 Install Hard Disk 7 Hardware Illustration 10 I/O Ports and RS-485 12 LEDs Definition 13 Connect to the NVR 15 2

More information

Learning Systems Software Simulation

Learning Systems Software Simulation Learning Systems Software Simulation EasyVeep PLC controls and technology training FluidSIM Fluid Power training aid for instructors and design tool for engineers COSIMIR PLC 3D simulation tool for practical

More information

EasyC. Programming Tips

EasyC. Programming Tips EasyC Programming Tips PART 1: EASYC PROGRAMMING ENVIRONMENT The EasyC package is an integrated development environment for creating C Programs and loading them to run on the Vex Control System. Its Opening

More information

To Purchase This Item, Visit BMI Gaming www.bmigaming.com 1-800-746-2255 + 1-561-391-7200

To Purchase This Item, Visit BMI Gaming www.bmigaming.com 1-800-746-2255 + 1-561-391-7200 Table of Contents General Description and Play 2 Game Set Up 2 Loading Balloons 2 Technical Operation-General 3 Adjusting Balloon Sensor Wire 4 Programming Instructions 4 Default Settings Troubleshooting

More information

Salesforce CRM Enterprise Addin Guide

Salesforce CRM Enterprise Addin Guide Add in Guide for Salesforce Enterprise May 2012 Salesforce CRM Enterprise Addin Guide This document will guide you through configuration and basic use of HIPIN s Salesforce CRM addin. It is expected that

More information