ELEVATOR CONTROL SYSTEM

Size: px
Start display at page:

Download "ELEVATOR CONTROL SYSTEM"

Transcription

1 ELEVATOR CONTROL SYSTEM Deliverable I ECSE 421 Embedded Systems McGill University Professor Brett Meyer Team RADE Ming-Yuan Chiang Riham Bichri Dmitry Rivkin Alex Varghese March 22, 2012

2 Hardware Requirements To determine our hard requirements we first must choose which type of elevator we will be using. There are two major types of elevator design: hydraulic elevators and roped elevators. The hydraulic elevator requires more energy to raise the cart and is less energy efficient. For this reason, we will use the roped elevator. Unlike the hydraulic elevator, the car is not pushed from below but rather raised and lowered by traction steel ropes. Our gearless systems will have the motor directly coupled to the sheave and thus no need for a gear train. The roped elevator will keep our cost and power requirements lower than a hydraulic elevator. The ropes are attached to the elevator and are looped around a pulley with grooves around the circumference. This rope is connected to an electric motor and it rotates the pulley to move the ropes. The ability to raise and lower the car comes from the friction of the ropes against the grooved sheaves. The ropes that lift the car are connected to a counterweight which hangs on the other side of the pulley. The purpose of this counterweight is to conserve energy due to its use of potential energy. Even though one rope can support the weight of the elevator it contains multiple ropes in case if one breaks due to safety requirements. Our elevator will have automatic braking systems near the top and the bottom of the elevator shaft. If the elevator car moves too far or fast in either direction, the brake brings it to a stop. And in case all fails there is a shock absorber at the bottom of the shaft to soften the car s landing. If the passenger presses the stop button it would trigger the emergency brake. An intercom will be placed in the elevator so that the passenger can communicate in case of emergency. The requests are controlled by microcontroller. The microcontroller s job is to process all of the information about the elevator and turn the motors. Requests are sent by the passengers pressing buttons within the elevator or individuals outside in the hall waiting to get on the car. Theses buttons are touch sensitive (tactile sensor) and have lamps which dim or brighten by touching the base.

3 We will be using a light sensor to determine position of the car. The light sensor is on the elevator. A load sensor can tell the microcontroller how full the car is. This load sensor is a safety feature. The doors on the elevator are controlled by electric motors. Basically, the electrical motor turns a wheel is attached to a metal arm attached to door sliding it back and forth on a metal rail (shown below). The doors open when the car arrives at a floor and closes before the car starts moving again. The car doors have a clutch mechanism to prevent the door from opening during motion. Our elevator will have a motion sensor system that keeps the doors from closing if somebody is between them. If the doors are held open too long on a floor an alarm system will go off or if there is no elevator response within 5 minutes. To conclude, below are the requirements for each component of the elevator: The system requests will be processed by a microcontroller. Door Door Electric Motor: To open and close the door. Locking Mechanism: To indicate that the door has been correctly closed. Motion Sensor: To detect objects preventing the door from being closed. Timers: Times how long the doors are kept open. Alarm system: It goes off it door if kept open longer than a pre-determined amount of time or if no elevator response within 5 minutes. Load sensor: Determines the capacity via current weight in elevator.

4 Shaft Emergency brake: Activates when stop button is pressed or elevator malfunctioning. Hall Tactile sensor (touch sensor): Will be the buttons representing up, down Elevator Position Display: Display the position of the elevator on each floor Elevator Elevator Electric Motor: moves the elevator up or down. Tactile sensor (touch sensor): Will be the buttons representing stop and floor number. Intercom: When communication with passengers is necessary. Light sensor: Indicate which level the elevator is at or leaving. Please note these hardware requirements are specifications for one elevator and must be included in all three elevators present in our model.

5 Software Requirements Since we will be using the standard electric gearless roped elevator model, our software requirement will depend on the hardware components of this model. Dispatcher Software: Since we have three elevators, our dispatcher software will have to use the elevator position signals to determine which elevator to send when a user calls an elevator. When priority floors signals (top floor and bottom floor) are not involved, depending on the direction of the elevator and the floor up/down request signals, the software will decide which elevator is closer to the user and send that elevator. Door Controller Software: The door controller software will have a timer, once the timer exceeds the maximum allowable value, it will send a signal to the alarm system to sound off the alarm. The software will need to take the input from the load sensor and motion sensor and send a signal to the elevator controller to close or open the door. Elevator Controller Software: By taking the signals from the dispatcher software and the buttons signals inside the elevator indicating which floors have request for the elevator, the elevator controller system determines which floors to stop on its way down/up. Since we have an automatic braking system, our safety software will take the speed of the elevator into account and output a new speed for the elevator, the same system will also respond to the STOP button signal when it is pressed to slow down and stop the elevator in the case of an emergency. Hall Button Controller Software: The hall buttons takes in up/down request signals from each floor and sends them to the dispatcher. Sensor Software: The load sensor software will implement functions that detect the load of the elevator and output a signal when the maximum weight has been exceeded. The light sensor software should refresh the floor number every time it detects a new input from the light source on each floor. The tactile sensors should output a signal every time the pressure on a button exceeds the threshold value or when an elevator reaches its destination. Lastly, when the door is open the motion sensor needs to send a true or false signal every period indicating whether an object is in the way of the door or not.

6 Implementation Metrics Requirements Software Metrics Sensor Monitoring Software: Since the safety features of the design rely on acting quickly on information from the sensors, the metric for the sensor monitoring software will be worst case execution time, and values from the sensors should be obtained every 50ms or so. Dispatcher Software: This software is not safety critical, and controls a slow mechanical system. Therefore, the relevant metric is the average execution time, which is the time between the user request and the elevator dispatch. This time can be around 500ms. The other metric of the performance of this software is the efficiency of the elevator-dispatching algorithm. Our system must minimize the power used by the elevators without making any person wait too long. Therefore, performance will be measured by the total distance traveled by the elevator and the average and maximum waiting times between a request from a user and the delivery of that user to their destination. Elevator Controller Software: The elevator controller software must constantly monitor the sensors to make sure that it is safe for the door to close or open. The execution time of this process should be no more than 200ms. (worst case). Once closing or opening is deemed safe, the door software should be able to send the signal to activate the door s motion within 300ms (average) so as to minimize transportation time for the users Automatic Braking Software: The process which reads the sensors and determines whether automatic breaking is needed or not should have a worst case execution time of no more than 100ms. Then, execution must switch the process which controls the automatic braking and the braking must begin in no more than 100ms.

7 Hardware Metrics Door The motor that actuates the door must be able to open or close the door within two seconds (average). The direction of the doors motion (i.e. opening or closing) must be reversed within 200ms. The locking mechanism must open or close in 500ms (average). The motion sensor on the door must provide updated data every 50ms (worst case) since safety features depend on it. Shaft The emergency brake in the shaft must be able to activate within 100ms of getting the command from the software. It must also be able to slow the elevator down from up to two times max normal operating speed to a stop within one second. Car/Hall The elevator motor must be able to accelerate the car at up to 3 m/s 2 up to a maximum speed of 10 m/s in order to allow for timely operation. The sensors that monitor the position and speed of the car must offer new data every 25 ms (worst case) to allow for precise control and safe operation. The microphone and speakers on the intercom must allow for clear communication between 300Hz and 3500Hz (which is the frequency range of the human voice). Processor The processor must be capable of running a real time operating system quickly enough to ensure that the requirements outlined in the software requirements document in such a manner as specified by the software metrics document. Energy use will not be an important factor since the processor will be located in a large building with a good connection to the power grid. The cost of the processor should be under $1000 CAD.

8 Use Cases For all cases, assume button pressing takes between 0.5 to 1 Second. Signals passing take between 20 to 50ms. Chart 1. The user requests the elevator from the hall. The dispatcher chooses an elevator. The elevator controller moves the elevator to the floor which called it, after it finishes other possible tasks beforehand (Eg. Dispatcher sends elevator to floor 3, elevator stops on floor 2 since a user has pressed for floor 2 beforehand). Chart 2. The user is already in the elevator and selects a floor. The elevator controller turns the light on, updates the dispatcher and display with the information, arrives at the floor and turns the button light off.

9 Chart 3. The user request the elevator from the hall, the dispatcher calls for the elevator, the elevator updates the dispatcher with its position, if the position has not changed after 5 minutes, the elevator controller sounds the alarm Chart 4. The user in the elevator selects a floor, the elevator starts moving, user then press the stop button, the elevator signals the elevator to stop

10 Chart 5. The user enters the elevator and selects a floor, the elevator controller signals the elevator to move, the elevator arrives at its destination, opens the door. The door is left open due to some obstacles, the door controller sends a signal to the elevator controller indicating the door is open for too long which result in a warning. Chart 6. The user in the hall requests for the elevator, the elevator arrives at the requested floor, the user (multiple guests) enters the elevator and exceeds the maximum allowable weight, and the door is kept open.

V1504 Vertical Platform Lift OWNER S MANUAL

V1504 Vertical Platform Lift OWNER S MANUAL V1504 Vertical Platform Lift OWNER S MANUAL (To Be Retained by Owner After Installation by Authorized Savaria Dealer) Part No. 000692 03-m12-2013 2 IMPORTANT Ensure that only an authorized Savaria Dealer

More information

V1504 Vertical Platform Lift OWNER S MANUAL

V1504 Vertical Platform Lift OWNER S MANUAL V1504 Vertical Platform Lift OWNER S MANUAL (To Be Retained by Owner After Installation by Authorized Savaria Dealer) Part No. 000692 01-m03-2016 2 IMPORTANT Ensure that only an authorized Savaria Dealer

More information

Expertise in heavy loads. ThyssenKrupp freight elevators.

Expertise in heavy loads. ThyssenKrupp freight elevators. Expertise in heavy loads. ThyssenKrupp freight elevators. A Company of ThyssenKrupp Elevator ThyssenKrupp Aufzüge TK Moving heavy loads can be light work. Know-how and technology from a single source.

More information

Hydraulic Controllers, PHC, HS

Hydraulic Controllers, PHC, HS General In This Section PHC HS Hydraulic Controllers, PHC, HS General Model HMC-1000 controllers, industry recognized for over a decade, provide field proven reliability for all hydraulic elevator applications.

More information

LIFT CONTROL SYSTEMS CATALOGUE 2007

LIFT CONTROL SYSTEMS CATALOGUE 2007 LIFT CONTROL SYSTEMS CATALOGUE 2007 All Your Needs For Elevators INDEX 1. Lift Control Cards... 3 2. Speed Control Units... 7 3. Emergency Rescue Cards... 8 4. Lift Control Panels... 10 5. Photocells...

More information

Formula. = base of natural logarithms. = friction factor of the ropes in the grooves. = angle of wrap of the ropes on the traction sheave (radians).

Formula. = base of natural logarithms. = friction factor of the ropes in the grooves. = angle of wrap of the ropes on the traction sheave (radians). Formula It is generally accepted that the maximum available traction is dependent upon three major factors: i) angle of wrap of the ropes around the traction sheave; ii) shape of groove profile; and iii)

More information

P545 Autonomous Cart

P545 Autonomous Cart P545 Autonomous Cart Cart Overview The P545 Cart is designed to allow students to explore embedded system design and development through the control of an autonomous vehicle. Cart Overview The vehicle

More information

ACE AUTODIALLER MANUAL FOR LIFT COMPANY

ACE AUTODIALLER MANUAL FOR LIFT COMPANY ACE AUTODIALLER MANUAL FOR LIFT COMPANY 1 2 Information to the Building Owner. In June 2003 the harmonised standard BSEN81-28 came into effect. The standard states that it is the building owners responsibility

More information

LIFT CONTROL SYSTEMS CATALOGUE 2007

LIFT CONTROL SYSTEMS CATALOGUE 2007 LIFT CONTROL SYSTEMS CATALOGUE 2007 All Your Needs For Elevators INDEX 1. Lift Control Cards... 3 2. Speed Control Units... 7 3. Emergency Rescue Cards... 8 4. Lift Control Panels... 10 5. Photocells...

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

Introduction to Electronic Signals

Introduction to Electronic Signals Introduction to Electronic Signals Oscilloscope An oscilloscope displays voltage changes over time. Use an oscilloscope to view analog and digital signals when required during circuit diagnosis. Fig. 6-01

More information

Name: Partners: Period: Coaster Option: 1. In the space below, make a sketch of your roller coaster.

Name: Partners: Period: Coaster Option: 1. In the space below, make a sketch of your roller coaster. 1. In the space below, make a sketch of your roller coaster. 2. On your sketch, label different areas of acceleration. Put a next to an area of negative acceleration, a + next to an area of positive acceleration,

More information

TELESCOPE Motorized Lighting Suspension

TELESCOPE Motorized Lighting Suspension TELESCOPE Motorized Lighting Suspension Mod. 8400 FEATURES The De Sisti TELESCOPE is a single point suspension specifically designed to provide rigidity and stabilization of all moving parts. It can extend

More information

MAGICAR M871A. Car alarm with two-way remote User s guide

MAGICAR M871A. Car alarm with two-way remote User s guide MAGICAR M871A Car alarm with two-way remote User s guide EN MAGICAR M871A Car alarm with two-way remote User s guide TABLE OF CONTENTS Table of contents...2 1. Important notice...4 2. Introduction...4

More information

Is load testing during initial acceptance inspection still the contemporary method?

Is load testing during initial acceptance inspection still the contemporary method? Is load testing during initial acceptance inspection still the contemporary method? Alfons Petry TUV Industry Service TUV South Group, Germany Key words: Safety, commissioning test, load test, ADIASYSTEM,

More information

Chapter 4: Newton s Laws: Explaining Motion

Chapter 4: Newton s Laws: Explaining Motion Chapter 4: Newton s Laws: Explaining Motion 1. All except one of the following require the application of a net force. Which one is the exception? A. to change an object from a state of rest to a state

More information

Lesson Plans. Teacher: High School Physical Science Grade: 9th. Curricular Areas/s: Simple machines and mechanical advantages

Lesson Plans. Teacher: High School Physical Science Grade: 9th. Curricular Areas/s: Simple machines and mechanical advantages Lesson Plans Teacher: High School Physical Science Grade: 9th Curricular Areas/s: Simple machines and mechanical advantages Standard/s: Understand and apply knowledge of motions and forces Objects change

More information

ITEM DESCRIPTION SPECIFICATION TENDER OFFER

ITEM DESCRIPTION SPECIFICATION TENDER OFFER TECHNICAL SPECIFICATIONS PL1 & PL2 PLEASE TICK IF YOU COMPLY. SPECIFY YOUR OPTION IF YOU DON'T. ITEM DESCRIPTION SPECIFICATION TENDER OFFER Make (please specify) 1.0 Type Duplex Passenger Lift 2.0 Minimum

More information

PUBLICATION ENERGY-EFFICIENT ELEVATORS FOR TALL BUILDINGS

PUBLICATION ENERGY-EFFICIENT ELEVATORS FOR TALL BUILDINGS PUBLICATION ENERGY-EFFICIENT ELEVATORS FOR TALL BUILDINGS Harri Hakala E-mail: harri.hakala@kone.com Marja-Liisa Siikonen E-mail: marja-liisa.siikonen@kone.com Tapio Tyni E-mail: tapio.tyni@kone.com Jari

More information

Electric Landing Gear controllers and sequencer LGC12 / LGC 13C

Electric Landing Gear controllers and sequencer LGC12 / LGC 13C Electric Landing Gear controllers and sequencer LGC12 / LGC 13C Users Guide. Torrent d en Puig, 31. 08358, Arenys de Munt, Barcelona,Catalonia,Spain E-mail: info@xicoy.com. Fax: +34 933 969 743 web: www.xicoy.com

More information

LIFT CONTROL SYSTEMS CATALOGUE 2009

LIFT CONTROL SYSTEMS CATALOGUE 2009 LIFT CONTROL SYSTEMS CATALOGUE 2009 All Your Needs For Elevators INDEX 1. Lift Control Cards... 3 2. Speed Control Units... 7 3. Emergency Rescue Cards... 8 4. Lift Control Panels... 10 5. Photocells...

More information

Adaptive cruise control (ACC)

Adaptive cruise control (ACC) Adaptive cruise control (ACC) PRINCIPLE OF OPERATION The Adaptive Cruise Control (ACC) system is designed to assist the driver in maintaining a gap from the vehicle ahead, or maintaining a set road speed,

More information

OptiMiziNg the use Of SpacE KONE MaxiSpace

OptiMiziNg the use Of SpacE KONE MaxiSpace Optimizing the use of space KONE MaxiSpace More space in the car. More space in the building. KONE MaxiSpace is built especially for existing buildings, either to replace an existing elevator or to install

More information

Switch. Building technology for the real world.

Switch. Building technology for the real world. Switch Building technology for the real world. S A F E S I M P L E S U S T A I N A B L E Technology that s designed to work for you. Special power requirements. Subcontractor s schedules. Frequent power

More information

1 Different types of systems... 2. 2 Sub-systems... 4 3 Different types of control systems... 5. 4 Simple systems analysis... 10

1 Different types of systems... 2. 2 Sub-systems... 4 3 Different types of control systems... 5. 4 Simple systems analysis... 10 1 Different types of systems... 2 (a) Mechanical system... 2 (b) Electronic system... 2 (c) Computer control system... 3 (d) Pneumatic system... 3 (e) Other systems... 4 2 Sub-systems... 4 3 Different

More information

Planning Information. Passenger and Freight Elevators.

Planning Information. Passenger and Freight Elevators. A company of ThyssenKrupp Elevator Thyssen Aufzüge tk This planning information will give you an overview of the most important planning criteria of passenger and freight elevators. However you should

More information

Golf Cart Safety Training

Golf Cart Safety Training Golf Cart Safety Training Objectives CAC Golf Cart Procedures: Do s and Don ts How to report Mechanical Problems General Operation Controls Pre-Trip Inspection Starting the Golf Cart Golf Cart Procedures

More information

Assessment of Elevator and Escalator Maintenance & Repair Program Final Elevator Audit Submission Bethesda Station - Escalator A09X04 (Station)

Assessment of Elevator and Escalator Maintenance & Repair Program Final Elevator Audit Submission Bethesda Station - Escalator A09X04 (Station) Bethesda Station - Escalator A09X04 (Station) Ride Quality Test Results The Parametricoder is a time and displacement encoding system that measures mechanical performance characteristics on escalators.

More information

Schindler 3100 Simple and practical. Our passenger elevator for small residential buildings really gets you moving.

Schindler 3100 Simple and practical. Our passenger elevator for small residential buildings really gets you moving. Simple and practical. Our passenger elevator for small residential buildings really gets you moving. Schindler Passenger Elevators 2 We keep what we promise. And we promise alot. A sensible choice Are

More information

SUSPENSION AND STEERING OVERVIEW

SUSPENSION AND STEERING OVERVIEW SUSPENSION SUSPENSION AND STEERING OVERVIEW The S40/V50 has a wide track and a long wheelbase for its relative size and weight. This gives the car stable and predictable driving characteristics. It also

More information

HOLLISTER-WHITNEY ROPE GRIPPER

HOLLISTER-WHITNEY ROPE GRIPPER HOLLISTER-WHITNEY ROPE GRIPPER Instructions for Model #620GA1, 620GA2 (Patented worldwide, other patents pending) WARNING: KEEP HANDS CLEAR OF ROPE GRIPPER. FORCES CREATED CAN CRUSH FINGERS. Figure 1 ROPE

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

INSTALLATION GUIDE OWNER S GUIDE

INSTALLATION GUIDE OWNER S GUIDE INSTALLATION GUIDE OWNER S GUIDE TALKING ALARM MODEL 3001 CONTENTS System Features... 1 Technical Assistance... 1 Wiring Instructions... 2 Installation Instructions... 3 Operating Instructions... 4-5 Technical

More information

Pressure Control Solenoid "D" Performance (Shift Solenoid Valve SLT)

Pressure Control Solenoid D Performance (Shift Solenoid Valve SLT) 750E UTOMIC TRNSMISSION UTOMIC TRNSMISSION SYSTEM 123 DTC DESCRIPTION P2714 Pressure Control Solenoid "D" Performance (Shift Solenoid Valve SLT) Line Pressure Control Pressure Current Flow to Solenoid

More information

IQAN MDM Operation Manual

IQAN MDM Operation Manual IQAN MDM Operation Manual Purpose The primary purpose of this document is to inform a user of the IQAN system on the ease of adjustments of the system. A person can create a much smoother machine control

More information

Schindler 3300 / Schindler 5300 Information on noise and vibration.

Schindler 3300 / Schindler 5300 Information on noise and vibration. Schindler 3300 / Schindler 5300. Content Introduction 1. Ride quality Jerk Car acceleration Vertical car vibration Lateral car vibration Sound in the car 2. Sound basics 3. Vibration basics 4. Structure-borne

More information

LAB 06: Impulse, Momentum and Conservation

LAB 06: Impulse, Momentum and Conservation LAB 06: Impulse, Momentum and Conservation PURPOSE Investigate the relation between applied force and the change in momentum Investigate how the momentum of objects change during collisions BACKGROUND

More information

PABX telephone switchboard

PABX telephone switchboard 345829 PABX telephone switchboard Instructions for use 08/13-01 PC 2 1 Introduction 6 1.1 The telephone switchboard 6 General description 6 2 Use 8 2.1 Telephone functions 8 Dedicated keys on BTicino telephones

More information

Energy consumption and efficiency potentials of lifts

Energy consumption and efficiency potentials of lifts Jürg Nipkow; Max Schalcher Swiss agency for efficient energy use S.A.F.E., Zurich; HTW Chur University of Applied Sciences Abstract Lifts can account for a significant proportion of energy consumption

More information

Classroom Activities for the Busy Teacher: EV3

Classroom Activities for the Busy Teacher: EV3 Classroom Activities for the Busy Teacher: EV3 Table of Contents Chapter 1: Introduction... 1 Chapter 2: RileyRover Basics... 5 Chapter 3: Keeping Track... 13 Chapter 4: What is a Robot?... 17 Chapter

More information

Vehicle Security System VSS3 - Alarm system remote. System Setting Guide - English

Vehicle Security System VSS3 - Alarm system remote. System Setting Guide - English Vehicle Security System VSS3 - Alarm system remote System Setting Guide - English Dear Customer, In this guide you will find the information and operations necessary in order to activate and deactivate

More information

Fulcrum Effort or Applied Force. Fulcrum Load or Resistance. Effort or Applied Force. Load or Resistance. Other First Class Lever Examples.

Fulcrum Effort or Applied Force. Fulcrum Load or Resistance. Effort or Applied Force. Load or Resistance. Other First Class Lever Examples. First Class Lever Second Class Lever Load or Resistance Fulcrum Effort or Applied Force Fulcrum Load or Resistance Effort or Applied Force Other First Class Lever Examples Action Spring Force Load Applied

More information

Business/Home GSM Alarm systems. Installation and User Manual

Business/Home GSM Alarm systems. Installation and User Manual Business/Home GSM Alarm systems Installation and User Manual Profile For a better understanding of this product, please read this user manual thoroughly before using it. Business/Home GSM alarm system

More information

Multi-Pitch Pitching Machine USER MANUAL

Multi-Pitch Pitching Machine USER MANUAL Multi-Pitch Pitching Machine USER MANUAL TABLE OF CONTENTS Thank you for purchasing the Cimarron Multi-Pitch Pitching Machine. The Cimarron Multi-Pitch Pitching Machine is a high performance pitching machine

More information

Using your LED Plus keypad

Using your LED Plus keypad Using your LED Plus keypad System 238 System 2316 System 238i System 2316i Part Number 5-051-372-00 Rev B Thank you for purchasing this C&K alarm system Your system is one of the most powerful and advanced

More information

Electronic Power Control

Electronic Power Control Service. Self-Study Programme 210 Electronic Power Control Design and Function With the Electronic Power Control system, the throttle valve is actuated only by an electric motor. This eliminates the need

More information

CITY AND COUNTY OF DENVER POLICY DENVER FIRE DEPARTMENT SUBMITTAL OF CONVEYANCE INSTALLATION/ALTERATION PLANS

CITY AND COUNTY OF DENVER POLICY DENVER FIRE DEPARTMENT SUBMITTAL OF CONVEYANCE INSTALLATION/ALTERATION PLANS Subject: SUBMITTAL OF CONVEYANCE INSTALLATION/ALTERATION PLANS Reference: Denver Fire Code Section 105.7.29 Approved: Joseph L. Gonzales, Division Chief, Fire Prevention Division Number: 105-1 Effective

More information

OUTCOME 1 TUTORIAL 1 - MECHATRONIC SYSTEMS AND PRODUCTS

OUTCOME 1 TUTORIAL 1 - MECHATRONIC SYSTEMS AND PRODUCTS Unit 57: Mechatronic System Unit code: F/601/1416 QCF level: 4 Credit value: 15 OUTCOME 1 TUTORIAL 1 - MECHATRONIC SYSTEMS AND PRODUCTS 1. Understand the applications of a range of mechatronic systems

More information

Performance/Acceptance Testing of Access Control Systems 1

Performance/Acceptance Testing of Access Control Systems 1 Performance/Acceptance Testing of Access Control Systems 1 These tests and procedures will check and provide assurance that the access control system components are functioning at a known performance level

More information

2. Crane standing on firm, horizontal ground.

2. Crane standing on firm, horizontal ground. The operating weight includes the basic machine with HD undercarriage, 2 main winches 300 kn with speed change gear and 11 m boom, consisting of A frame, boom foot (4 m), boom head section (6.4 m), boom

More information

ANSWER KEY. Work and Machines

ANSWER KEY. Work and Machines Chapter Project Worksheet 1 1. inclined plane, wedge, screw, lever, wheel and axle, pulley 2. pulley 3. lever 4. inclined plane 5. Answers will vary: top, side, or bottom 6. Answers will vary; only one

More information

FACTORY AUTOMATION. Manual Laying loops for Loop detector LC10-1 and LC10-2

FACTORY AUTOMATION. Manual Laying loops for Loop detector LC10-1 and LC10-2 FACTORY AUTOMATION Manual Laying loops for Loop detector LC10-1 and LC10-2 With regard to the supply of products, the current issue of the following document is applicable: The General Terms of Delivery

More information

Maxi-Stamper. 200 to 1,000 Tons STAMPING OUT DOWNTIME

Maxi-Stamper. 200 to 1,000 Tons STAMPING OUT DOWNTIME TM Maxi-Stamper 200 to 1,000 Tons STAMPING OUT DOWNTIME Standard Features Steel Fabricated Construction Drive Capacity Rated 1/2 Above Bottom of Stroke Self-Diagnostic Solid State Controller Moveable Operator

More information

Automatic Transmission Basics

Automatic Transmission Basics Automatic Transmission Basics Lesson Objectives 1. Describe the function of the torque converter. 2. Identify the three major components of the torque converter that contribute to the multiplication of

More information

Magic Remote OWNER S MANUAL. Please read this manual carefully before operating your set and retain it for future reference.

Magic Remote OWNER S MANUAL. Please read this manual carefully before operating your set and retain it for future reference. OWNER S MANUAL Magic Remote Please read this manual carefully before operating your set and retain it for future reference. AN-MR400 Remote control (AN-MR400G) RF Dongle (AN-MR400D) www.lg.com (Brazil

More information

SHIFT INTERLOCK SYSTEM SHIFT INTERLOCK SYSTEM

SHIFT INTERLOCK SYSTEM SHIFT INTERLOCK SYSTEM SHIFT INTERLOCK SYSTEM The shift lock system is designed to ensure the proper operation of the automatic transmission. The driver must depress the brake pedal in order to move the gear selector from Park

More information

Video Baby Monitor System. User Guide

Video Baby Monitor System. User Guide Video Baby Monitor System User Guide What s inside Welcome!... 2 Getting started... 3 Tour of the system... 7 Everyday use...13 Cameras... 14 Motion/Alerts... 18 Recording... 21 Playing Back Pictures and

More information

Personal Assistance System Owner's Guide

Personal Assistance System Owner's Guide Owner's Guide PSC07 READ THIS FIRST This equipment generates and uses radio frequency energy, and if not installed and used properly, that is, in strict accordance with the manufacturers instructions,

More information

Procurement Specification for a High Security Lift Arm Barrier (HSLAB) EB950 CR Armstrong High Security Lift Arm Barrier

Procurement Specification for a High Security Lift Arm Barrier (HSLAB) EB950 CR Armstrong High Security Lift Arm Barrier Procurement Specification for a High Security Lift Arm Barrier (HSLAB) EB950 CR Armstrong High Security Lift Arm Barrier A. Requirement This document is to be used to specify the physical and operational

More information

INSTRUCTION MANUAL All-In-One GSM Home Alarm System SB-SP7200-GSM

INSTRUCTION MANUAL All-In-One GSM Home Alarm System SB-SP7200-GSM INSTRUCTION MANUAL All-In-One GSM Home Alarm System SB-SP7200-GSM Revised: August 28, 2014 PRODUCT REFERENCE MOUNTING ACCESSORIES PIR / MOTION DETECTION UNIT MAIN UNIT POWER ADAPTER MOUNTING ACCESSORIES

More information

The ABB i-bus KNX Room Master Concept Your first step into the KNX world

The ABB i-bus KNX Room Master Concept Your first step into the KNX world The ABB i-bus KNX Room Master Concept Your first step into the KNX world The Room Master Concept 1 New Step 1,000 New Options You specialize in installing electrical systems. With the ABB Room Master,

More information

How to design and implement firmware for embedded systems

How to design and implement firmware for embedded systems How to design and implement firmware for embedded systems Last changes: 17.06.2010 Author: Rico Möckel The very beginning: What should I avoid when implementing firmware for embedded systems? Writing code

More information

Inclined Plane: Distance vs. Force

Inclined Plane: Distance vs. Force 1a Inclined Plane: Distance vs. Force Look at the inclined plane model you built for Card 2. It s a ramp, so it s easy to slide or roll things up and down it. As you noticed, it is a little more difficult

More information

Recommendations to improve the safety of existing lifts

Recommendations to improve the safety of existing lifts Recommendations to improve the safety of existing lifts Lift & Escalator Industry Association Lift Safety an introduction Lifts are amongst the very few modes of transport available for continuous unsupervised

More information

Tutorial 1. Introduction to robot

Tutorial 1. Introduction to robot Tutorial 1. Introduction to moway robot www.moway-robot.com 1 Index INTRODUCTION... 2 MOWAY ROBOT... 2 MOWAY PERSON COMPARISON... 6 HEARING SENSE EXAMPLE... 11 VISION EXAMPLE... 12 TOUCH SENSE EXAMPLE...

More information

PALLETS ROLLER CONVEYOR LOADING CONVEYOR CHAIN TRANSFER TURNTABLE ROLLER STOP

PALLETS ROLLER CONVEYOR LOADING CONVEYOR CHAIN TRANSFER TURNTABLE ROLLER STOP AUGUST 12, 2014 INDEX 04 07 04 06 EMITTER REMOVER 07 08 10 12 14 BOXES BELT CONVEYOR BELT CONVEYOR GATE STRAIGHT SPUR CONVEYOR CONVEYOR SCALE 16 17 18 19 20 22 24 26 ALIGNERS WHEEL ALIGNER BRACKET CHUTE

More information

WIRING HARNESS FOR AS635P4. BLUE PLUG RED, BLUE, BLACK, WHITE - Plug in dual stage sensor harness

WIRING HARNESS FOR AS635P4. BLUE PLUG RED, BLUE, BLACK, WHITE - Plug in dual stage sensor harness WIRING HARNESS FOR AS635P4 ANTENNA NOT USED 5 PIN WHITE PLUG 2 PIN WHITE PLUG GREEN - PARKING BRAKE INPUT (-) BLUE - NOT USED 3 PIN BLUE PLUG RED, BLUE, BLACK, WHITE - Plug in dual stage sensor harness

More information

G-100/200 Operation & Installation

G-100/200 Operation & Installation G-100/200 Operation & Installation 2 Contents 7 Installation 15 Getting Started 16 GPS Mode Setup 18 Wheel Sensor Mode Setup 20 Fuel Calibration 23 Basic Operation 24 Telemetery Screen 27 Entering a Distance

More information

Fault Diagnosis and Maintenance for CNC Machine. Based on PLC

Fault Diagnosis and Maintenance for CNC Machine. Based on PLC Fault Diagnosis and Maintenance for CNC Machine Based on PLC Deng Sanpeng [1, 2] Xu Xiaoli [2, 3] Chen Tao [2] 1.Tianjin University of Technology and Education,300222; 2. Beijing Institute of Technology,100081;

More information

GSM and GPS Vehicle Tracking Alarm System User Manual Please read it carefully before operation and installation

GSM and GPS Vehicle Tracking Alarm System User Manual Please read it carefully before operation and installation GSM and GPS Vehicle Tracking Alarm System User Manual Please read it carefully before operation and installation 1 Content 1. Product Introduction 1.1. Basic Components 1.2. Buttons of the Remote Control

More information

A UML Documentation for an Elevator System. Distributed Embedded Systems, Fall 2000 PhD Project Report

A UML Documentation for an Elevator System. Distributed Embedded Systems, Fall 2000 PhD Project Report A UML Documentation for an Elevator System Distributed Embedded Systems, Fall 2000 PhD Project Report December 2000 A UML documentation for an elevator system. Introduction This paper is a PhD project

More information

Conservation of Energy Physics Lab VI

Conservation of Energy Physics Lab VI Conservation of Energy Physics Lab VI Objective This lab experiment explores the principle of energy conservation. You will analyze the final speed of an air track glider pulled along an air track by a

More information

Levers and Pulleys. 5 th Grade Science Investigation. Unit

Levers and Pulleys. 5 th Grade Science Investigation. Unit Levers and Pulleys 5 th Grade Science Investigation Unit What Do We Already Know? A lever and pulley are mechanical advantages=makes work easier, and helps lift things you couldn t t normally lift Combined

More information

Simple Machines. Figure 2: Basic design for a mousetrap vehicle

Simple Machines. Figure 2: Basic design for a mousetrap vehicle Mousetrap Vehicles Figure 1: This sample mousetrap-powered vehicle has a large drive wheel and a small axle. The vehicle will move slowly and travel a long distance for each turn of the wheel. 1 People

More information

Operating Instructions Display, graphic. Numeric language

Operating Instructions Display, graphic. Numeric language Operating Instructions Display, graphic Numeric language Contents Numeric language, general... 1 Numeric language, general... 1 Display control stalk... 1 Text strings... 1 Stop message... 2 Change language...

More information

Operating instructions Diffuse reflection sensor. OJ50xx 701396 / 01 07 / 2004

Operating instructions Diffuse reflection sensor. OJ50xx 701396 / 01 07 / 2004 Operating instructions Diffuse reflection sensor OJ50xx 7096 / 0 07 / 004 Contents Preliminary note. Symbols used Function and features Installation. Installation of the supplied mounting fixture 4 4 Electrical

More information

Manufactures of: All. Dallas Delta Corporation Pty.Ltd. Pty.Ltd. 102 Albert St. East Brunswick, 3057 Vic. Tel: 613 93877388 Fax: 613 93873128

Manufactures of: All. Dallas Delta Corporation Pty.Ltd. Pty.Ltd. 102 Albert St. East Brunswick, 3057 Vic. Tel: 613 93877388 Fax: 613 93873128 Dallas Delta Corporation Pty.Ltd. 102 Albert St. East Brunswick, 3057 Vic. Tel: 613 93877388 Fax: 613 93873128 Email: sales@dallasdelta.com.au www.dallasdelta.com.au LP GUARD DOORSTATION MK II G UARD Doorstation

More information

LAB 6 - GRAVITATIONAL AND PASSIVE FORCES

LAB 6 - GRAVITATIONAL AND PASSIVE FORCES L06-1 Name Date Partners LAB 6 - GRAVITATIONAL AND PASSIVE FORCES OBJECTIVES And thus Nature will be very conformable to herself and very simple, performing all the great Motions of the heavenly Bodies

More information

Button 1 Button 2. Button 3 Button 4. Programmed Remote Transmitter. Button Function Condition

Button 1 Button 2. Button 3 Button 4. Programmed Remote Transmitter. Button Function Condition WWW.STELLAR.COM ST9000 SECURITY SYSTEM Button Function Condition 1 a. Arm and lock doors b. Car finder with sound c. Temporary stop alarm from sounding d. Remote lock doors 1 for 2 sec. Panic Anytime a.

More information

TOYOTA ELECTRONIC TRANSMISSION CHECKS & DIAGNOSIS

TOYOTA ELECTRONIC TRANSMISSION CHECKS & DIAGNOSIS Checks and Adjustments The transmission requires regular maintenance intervals if it is to continue to operate without failure. As we discussed in previous sections, transmission fluid loses certain properties

More information

Advantages of Auto-tuning for Servo-motors

Advantages of Auto-tuning for Servo-motors Advantages of for Servo-motors Executive summary The same way that 2 years ago computer science introduced plug and play, where devices would selfadjust to existing system hardware, industrial motion control

More information

Unit A451: Computer systems and programming. Section 2: Computing Hardware 4/5: Input and Output Devices

Unit A451: Computer systems and programming. Section 2: Computing Hardware 4/5: Input and Output Devices Unit A451: Computer systems and programming Section 2: Computing Hardware 4/5: Input and Output Devices Input and Output devices Candidates should be able to: (a) understand the need for input and output

More information

How To Program An Nxt Mindstorms On A Computer Or Tablet Computer

How To Program An Nxt Mindstorms On A Computer Or Tablet Computer NXT Generation Robotics Introductory Worksheets School of Computing University of Kent Copyright c 2010 University of Kent NXT Generation Robotics These worksheets are intended to provide an introduction

More information

VEHICLE SECURITY SYSTEM OPERATOR'S INSTRUCTIONS

VEHICLE SECURITY SYSTEM OPERATOR'S INSTRUCTIONS :). VEHICLE SECURITY SYSTEM OPERATOR'S INSTRUCTIONS (8 I NS070S Rev. A 12195 ThIs product is protected by U.S. patent number 5,049,867. @ Code Alarm, Inc. 1994 All rights reserved. Printed in the USA.

More information

TOYOTA ELECTRONIC CONTROL TRANSMISSION

TOYOTA ELECTRONIC CONTROL TRANSMISSION Electronic Control Transmission (ECT) The Electronic Control Transmission is an automatic transmission which uses modern electronic control technologies to control the transmission. The transmission itself,

More information

KINETIC ENERGY RECOVERY SYSTEM BY MEANS OF FLYWHEEL ENERGY STORAGE

KINETIC ENERGY RECOVERY SYSTEM BY MEANS OF FLYWHEEL ENERGY STORAGE ADVANCED ENGINEERING 3(2009)1, ISSN 1846-5900 KINETIC ENERGY RECOVERY SYSTEM BY MEANS OF FLYWHEEL ENERGY STORAGE Cibulka, J. Abstract: This paper deals with the design of Kinetic Energy Recovery Systems

More information

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine

Blender Notes. Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine Blender Notes Introduction to Digital Modelling and Animation in Design Blender Tutorial - week 9 The Game Engine The Blender Game Engine This week we will have an introduction to the Game Engine build

More information

VIDEO COMMUNICATION SYSTEM-TECHNICAL DOCUMENTATION. Tracking Camera (PCSA-CTG70/CTG70P) PCS-G70/G70P All

VIDEO COMMUNICATION SYSTEM-TECHNICAL DOCUMENTATION. Tracking Camera (PCSA-CTG70/CTG70P) PCS-G70/G70P All Tracking Camera () PCS-G70/G70P All Introduction The Tracking Camera is a camera unit dedicated to the PCS-G70/G70P. It provides the Voice-Directional Detection function, the Face Recognition function,

More information

Speed Control Relays SX2

Speed Control Relays SX2 SX2 File 850 CONENS Description.....................................................Page General Information................................................ 2-3 SX2DV General Information...........................................

More information

Pulse Width Modulation

Pulse Width Modulation Pulse Width Modulation Pulse width modulation (PWM) is a powerful technique for controlling analog circuits with a microprocessor's digital outputs. PWM is employed in a wide variety of applications, ranging

More information

SYMMETRY WHITE PAPER. Destination Dispatch Elevator Integration. Adam Shane

SYMMETRY WHITE PAPER. Destination Dispatch Elevator Integration. Adam Shane SYMMETRY WHITE PAPER Destination Dispatch Elevator Integration Adam Shane Destination Dispatch Elevator Integration Many systems run simultaneously to make up the office building ecosystem. In addition

More information

Practice Exam Three Solutions

Practice Exam Three Solutions MASSACHUSETTS INSTITUTE OF TECHNOLOGY Department of Physics Physics 8.01T Fall Term 2004 Practice Exam Three Solutions Problem 1a) (5 points) Collisions and Center of Mass Reference Frame In the lab frame,

More information

F output. F input. F = Force in Newtons ( N ) d output. d = distance ( m )

F output. F input. F = Force in Newtons ( N ) d output. d = distance ( m ) Mechanical Advantage, Speed Ratio, Work and Efficiency Machines Make Work Easier Machines help people do things that they normally couldn t do on their own. Mechanical Advantage A machine makes work easier

More information

BUT PRECAUTIONS MUST BE TAKEN OR SERIOUS BURNS CAN RESULT.

BUT PRECAUTIONS MUST BE TAKEN OR SERIOUS BURNS CAN RESULT. Cooling System Operation Below is an explanation of this system's operation Radiator The radiator is a device designed to dissipate the heat which the coolant has absorbed from the engine. It is constructed

More information

MR6 MR30. limit switches Compacta slip-on geared motors with integrated limit switches (figure 1) are ideal drives for reversing tasks (figure 2).

MR6 MR30. limit switches Compacta slip-on geared motors with integrated limit switches (figure 1) are ideal drives for reversing tasks (figure 2). Slip-on geared motors Compacta General MST MR6 MS12 cutaway AG60 cutaway MR30 Compacta limit switches Compacta slip-on geared motors with integrated limit switches (figure 1) are ideal drives for reversing

More information

TESTING AND COMMISSIONING PROCEDURE FOR LIFT, ESCALATOR AND PASSENGER CONVEYOR INSTALLATION GOVERNMENT BUILDINGS

TESTING AND COMMISSIONING PROCEDURE FOR LIFT, ESCALATOR AND PASSENGER CONVEYOR INSTALLATION GOVERNMENT BUILDINGS TESTING AND COMMISSIONING PROCEDURE FOR LIFT, ESCALATOR AND PASSENGER CONVEYOR INSTALLATION IN GOVERNMENT BUILDINGS OF THE HONG KONG SPECIAL ADMINISTRATIVE REGION 2007 EDITION ARCHITECTURAL SERVICES DEPARTMENT

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

RT 780. RT 780 80 USt Lifting Capacity Rough Terrain Cranes Datasheet Imperial. Features

RT 780. RT 780 80 USt Lifting Capacity Rough Terrain Cranes Datasheet Imperial. Features USt Lifting Capacity Rough Terrain Cranes Datasheet Imperial Features Rated capacity: US t @ ft working radius Maximum boom length: 126 ft Maximum tip height: 1 ft CONTENTS Page: Key...3 Dimensions Crane

More information

Experiment: Static and Kinetic Friction

Experiment: Static and Kinetic Friction PHY 201: General Physics I Lab page 1 of 6 OBJECTIVES Experiment: Static and Kinetic Friction Use a Force Sensor to measure the force of static friction. Determine the relationship between force of static

More information

1. SYSTEM OVERVIEW. 1) Basic Theory of ABS Function 10-3 4891-01

1. SYSTEM OVERVIEW. 1) Basic Theory of ABS Function 10-3 4891-01 10-3 1. SYSTEM OVERVIEW When braking suddenly or braking on slippery roads, the vehicle keeps moving forward but the wheels are locking and not rotating. If these happen, the vehicle may lose stability

More information