Control Software Interface for Managing System Requirements

Size: px
Start display at page:

Download "Control Software Interface for Managing System Requirements"

Transcription

1 SAE TECHNICAL PAPER SERIES Control Software Interface for Managing Requirements Gary Rushton and Amy Wesley Visteon Corporation Armen Zakarian and Tigran Grigoryan University of Michigan Dearborn Reprinted From: Software/Hardware s, s Engineering, Advanced Electronics Packaging, and Electromagnetic Compatibility (EMC) (SP-1857) 2004 SAE World Congress Detroit, Michigan March 8-11, Commonwealth Drive, Warrendale, PA U.S.A. Tel: (724) Fax: (724) Web:

2 All rights reserved. No part of this publication may be reproduced, stored in a retrieval system, or transmitted, in any form or by any means, electronic, mechanical, photocopying, recording, or otherwise, without the prior written permission of SAE. For permission and licensing requests contact: SAE Permissions 400 Commonwealth Drive Warrendale, PA USA permissions@sae.org Fax: Tel: For multiple print copies contact: SAE Customer Service Tel: (inside USA and Canada) Tel: (outside USA) Fax: CustomerService@sae.org ISBN Copyright 2004 SAE International Positions and opinions advanced in this paper are those of the author(s) and not necessarily those of SAE. The author is solely responsible for the content of the paper. A process is available by which discussions will be printed with the paper if it is published in SAE Transactions. Persons wishing to submit papers to be considered for presentation or publication by SAE should send the manuscript or a 300 word abstract of a proposed manuscript to: Secretary, Engineering Meetings Board, SAE. Printed in USA

3 Control Software Interface for Managing Requirements Gary Rushton and Amy Wesley Visteon Corporation Armen Zakarian and Tigran Grigoryan University of Michigan Dearborn Copyright 2004 SAE International ABSTRACT Not all software tools are created equal and not all software tools are created to perform the same tasks. Therefore, different software tools are used to perform different tasks. However, being able to share the information between the different software tools, without having to manually re-enter (duplicate) any of the information, can save a lot of time and improve the quality of the product. The control software interface presented in this paper, allows system engineers to exchange data between software tools in an efficient manner which maximizes each tools capabilities and ultimately reduces development time and improves the quality of the product. INTRODUCTION In this paper, a control software interface is presented that allows system engineers to exchange requirements data between system modeling, system optimization, and system requirements management software tools. modeling tools allow system engineers to graphically capture the system requirements at various levels of detail. optimization tools allow system design engineers to develop low cost architectures that support multiple configurations from the system requirements model. optimization tools identify the optimal system architecture for a given product/system feature set and feature take rates by grouping (integrating) system functions into physical modules and determining the best possible tradeoffs between system overhead, give away, and wiring costs. requirements management software tools allow system engineers to capture and organize system requirements in a way which can enables all stakeholders to communicate, collaborate and validate requirements, as well as provide bi-directional tracability for all system requirements. MAIN SECTION s Engineers have a copious toolbox of methods at their disposal for doing system's analysis and trade studies. One such method being used at Visteon is the Hatley-Pirhbai Method. This method allows the systems engineer to create requirements models and architecture models of the system. The Hatley/Pirbhai methodology is the only real-time methodology that develops both the functional requirements and the physical requirements of a system. Models generated from this method address the behavior of the system in response to external stimuli (requirements model), as well as, the physical structure of the system being specified (architecture model). While system modeling tools in general, help engineers to understand functional requirements in a way that textbased requirements cannot, there are various types of requirements analysis that can only be accomplished with text-based requirements. For example, the ability to label each requirement with attributes like Priority, Owner, or Level of Completeness can only be done when the requirements are in a text-based format. By doing this in a tool like DOORS, the engineer can filter, sort, and perform a variety of queries, which are important in the product development process. A commercially available software called TurboCASE/ Sys, created by Structsoft, fully implements the Hately- Pirbhai methodology. TurboCASE/Sys, on its own, does not have a mechanism that allows attributes to be attached to requirements.

4 It is important to keep in mind that requirements models and text-based requirements do not have to be an either/or situation, especially when an interface can be developed. In order to bring requirements models and requirements documents together, we defined an interface with the following features: Export surrogate objects to DOORS Keep surrogate objects associated with the model elements which they represent Ability to synchronize surrogate objects in the event that the model was changed By having this much functionality we could at least ensure that the engineer could start his/her normal activity, which involves creating the requirements model in TurboCASE/Sys. Next, the engineer exports that data to DOORS, creating the surrogate objects that represent the model elements. Additionally, the engineer has the ability to re-synch the DOORS surrogate objects with the TurboCASE/Sys model as the model changes. This process is illustrated in Figure 1. The interface allows the engineer to follow his/her normal process for capturing functional requirements in TurboCASE/Sys by first performing a functional decomposition. Figure 2 contains a screen shot from TurboCASE/Sys showing the highest level functional diagram, the context diagram. The context diagram is used to define the scope of the system under design (what is inside the system and what is outside the system). Once the system boundaries and external entities are established, the interactions between the system and the external entities are identified. The external entities that the cockpit system interacts with are represented as terminators (rectangles) on the context diagram (see Figure 2). The engineer then uses TurboCASE/Sys to create lower level functions (see Figure 3) until the functions cannot be decomposed any further (see Figure 4). Figure 3 is the child diagram of the context process shown in Figure 2 and presents the interactions among the six functions of the cockpit system. The electrical/ electronic functions of a cockpit system can be decomposed into six main functions (processes) as shown in Figure 3. Each process in Figure 3 is decomposed to the lowest level processes, i.e., primitives (PSPECs). TurboCASE/Sys also allows the engineer to create corresponding architectural models that represent a hierarchy of the physical system. The engineer then associates functions and architecture in order to show traceability between requirements and design (Rushton, G. and Zakarian, A. 2000). Ultimately, the model information from TurboCASE/Sys is stored in an Access database (see Figure 1). The data in the Access database is used in an optimization algorithm to aid in the architecture tradeoff process (Rushton, G., Zakarian, A., and Grigoryan, T. 2002). The graphical hierarchy produced in TurboCASE/Sys becomes a text-based hierarchy in Access. Since DOORS formal modules are designed to manage a text-based hierarchy, it was very easy for the information to be exported from the Access database to DOORS. The resultant surrogate module appears in Figure 5. The TurboCASE/Sys model elements are exported to DOORS from the Access database via a drop menu selection found in the DOORS Database Manager's File menu. The user must have a project or folder already open in which to export the data from TurboCASE/Sys. In addition to exporting the functional hierarchy, other data, such as the system features requested by the customer, are exported into separate DOORS modules. The relationships among these different types of data are then characterized in DOORS by links. The export routine creates the link modules, link-sets and the links during the initial export of TurboCASE/Sys data into DOORS. (see Figure 6) The interface software is comprised of two main DXL routines: an export routine and a synchronization routine (Wesley, A., Rushton, G., Zakarian, A., and Grigoryan, T. 2003). The export and synchronization DXLs make use of the ability of DOORS to control other Windows applications that provide automation interface objects. Since the TurboCASE/Sys requirements model information is stored in an Access database, we are able to get the necessary information by taking advantage of the OLE function calls defined in DXL. DOORS Links are created between those items in the requirements models that "interact" with each other. These interactions are initially captured and stored in the Access database; that is the source of the data imported by the interface software. Those interactions are extracted during the import process and captured such that DOORS links can be created between the surrogate modules. When the data is initially imported into DOORS modules, an object attribute is created to capture the original Access database OLE object's identifier number. Keying off of this number enables the synchronization feature to match and update the appropriate objects, create new objects, and even delete those objects which have been removed from the TurboCASE/Sys requirements model. With the TurboCASE/Sys requirements model information now in DOORS, the engineer can link the functional/behavioral requirements to customer requirements and non-functional requirements also being managed in DOORS. Thus, the engineer can be confident that they have captured not only what the system must do, but also what it is constrained by (Rushton, G. and Merchant, V. 2000). The European Union's End of Life Vehicle Directive is a very poignant example of a serious constraint on vehicle and vehicle

5 systems design. If any such non-functional requirements are ignored or are considered too late in the product development process, it could be very costly and time consuming. CONCLUSION A very compelling reason to use DOORS for requirements management is the tool's flexibility via DXL and the API. In Visteon's case, we were able to design and build an interface between DOORS and TurboCASE/Sys to allow requirements models and requirements documents to compliment one another. Creating an interface like this also allows the engineer to build the big picture of the system so that he/she can consider the functional as well as the non-functional requirements of the system. Another benefit of DOORS is that it allowed Visteon to work with a specific, purpose-built tool, without having to sacrifice any of the functionality needed. For engineers who practice the Hatley-Pirhbai method of system design and analysis, this is an important factor. Thus, our engineers were not forced into a situation of using a systems design and analysis tool that did not meet their needs, but one that integrated with DOORS. This can be a serious drawback for other requirements management tool sets that only integrate with certain design and analysis tools. s Engineering teaches us to think about processes, methods and tools, in that order. The flexibility of DOORS as a tool allows Visteon to support a wide variety of methods, which, in turn, allows Visteon to implement specific processes, reduce product development time, and improve product quality. ACKNOWLEDGMENTS This research was supported with a grant from Visteon Corporation. REFERENCES 1. Rushton, G., Zakarian, A., and Grigoryan, T. (2002), Algorithms and Software for Development of Modular Vehicle Architectures, SAE World Congress Wesley, A., Rushton, G., Zakarian, A., and Grigoryan, T. (2003), Requirements Models and Requirements Documents: Bridging the Gap with the DOORS API, Telelogic Users Group TUG Rushton, G. and Zakarian, A. (2000), Modular Vehicle Architectures: A s Approach, Proceedings of the Tenth Annual International Symposium of the International Council on s Engineering, pp Rushton, G. and Merchant, V. (2000), Vehicle Electrical/Electronic Design Considerations, SAE World Congress CONTACT Gary Rushton has over 18 years of commercial and military electrical/electronic systems engineering experience. He has an MS in Automotive s Engineering from the University of Michigan. He is currently working as an electrical/electronic systems engineer Technical Fellow with Visteon Corporation. As an engineer with Visteon Corporation, he has worked on audio software, subsystem product development/design, diagnostics, vehicle system architectures, and cockpit system design. Previously, with General Dynamics, he worked on avionics systems for the F-16 and vetronics systems for the Abrams M1A2 main battle tank. (grushton@visteon.com). Amy Wesley is currently working as a Engineering Tools Analyst with Visteon Corporation. She has been working in the area of s Engineering and Requirements Management tools since She received her B.A. degree in history in addition to a Michigan Provisional Secondary Education Certificate from the University of Michigan Ann Arbor. She is currently a M.S. degree candidate in the Industrial and Manufacturing s Engineering Department, at University of Michigan Dearborn, focusing on Human Factors Engineering. (awesly@visteon.com). Armen Zakarian received his B.S. degree in mechanical engineering from Yerevan Polytechnic University, Yerevan, Armenia, his M.S. degree in industrial and systems engineering from the University of Southern California, Los Angeles, California and his Ph.D. degree in industrial engineering from the University of Iowa, Iowa City, Iowa, in He is an Assistant Professor of Industrial and Manufacturing s Engineering at the University of Michigan - Dearborn. His research interests are in development of integrated products and system, process modeling and analysis and manufacturing system. He has published papers in journals sponsored by ASME, IEEE and IIE societies. (zakarian@umich.edu). Tigran Grigoryan received his B.S. degree in applied mathematics and computer science from Yerevan State University and his M.S. degree in applied mathematics from Yerevan State Engineering University. He is currently M.S. degree candidate in Industrial and Manufacturing s Engineering Department, at University of Michigan - Dearborn. He is interested in operations research and computational intelligence. (tigr@umich.edu).

6 DOORS TurboCASE/Sys DOORS Surrogate Module 1.0 Element 1.1 Subelement 1.2 Sub- element 2.0 Element Text-based SRD 1.0 Introduction 2.0 Desc Dynamic interface exports the elements of the model and any other information from TurboCASE/Sys to DOORS and creates a surrogate object for each element exported. Dynamic Interface would allow automatic traceability to and from DOORS and TurboCASE/Sys. TurboCASE/Sys Access DB T- files Database files contain the data which makes up the model. DOORS links 3.0 Requirements 3.1 The system shall 3.2 The system shall Text-based SRD Baseline 1.0 Introduction 2.0 Desc 3.0 Requirements Dynamic interface would prompt user to synchronize data from the model to the surrogate objects in DOORS. Interface would handle the synchronization if the user chose to do synch the DOORS objects to the model. 3.1 The system shall 3.2 The system shall Figure 1: Overview of Interface and Process

7 Provide Electrical and Electronic Functions of a Cockpit.0 User Doors and Trunk Powertrain Control Restraint Control Horn Exterior and Interior Lights Passenger Compartment Wireless Information Brake Pedals Operating Environment Steering Wheel and Column Speakers AntiLock Brake Fuel Speed Control Vacuum Wiper/Washer Windows and Mirrors FUEL S ATMOSPHERIC CONDITIONS RESTRAINT USER REQUESTS USER FEEDBACK VACUUM PRESSURIZED DOOR AND TRUNK DOOR AND TRUNK S AMPLIFIED AUDIO SPEED STATE PEDALS STATE HORN ANTILOCK WIRELESS INPUTS WIRELESS OUTPUTS WASHER FLUID CONDITIONED COCKPIT CONDITIONS IGNITION SWITCH HEATED REAR WINDOW SEAT BELT ON ENGINE DATA Figure 2: Cockpit Context Diagram

8 RADIO PRESENT SEAT BELT SEAT BELT ON REMOTE TIC ANTI-THEFT INFORMATION INTERIOR.5 COMMUNICATION EARTH ENVIRONMENT AND Provide MAGNETIC SETTINGS SUNLOAD ENTERTAINMENT Interior FIELD INTENSITY SETTINGS VACUUM Comfort ACCESS PRESSURIZED RESTRAINT SETTINGS CLIMATE HORN SETTINGS DOOR AND ENGINE TRUNK COOLANT VEHICLE AC CLUTCH.3.1 S FLUID SPEED OVERRIDE TRANSMISSION TEMPERATURE Provide TRANSMISSION Protect Occupants and Cargo REMOTE HORN KEYLESS DOOR ENTRY AND SETTINGS TRUNK LOCK S WASHER FLUID VISIBILITY SETTINGS ENGINE CONDITIONED HEAT PEDAL LOCATION COCKPIT CONDITIONS ANY DOOR AJAR.4 Provide Visibility AMBIENT LIGHT VEHICLE SPEED KEYPAD ILLUMINATION RAM/FRESH INSIDE POWERTRAIN SYSTEM TRANSMISSION VEHICLE SPEED VISBILITY HEATED REAR S WINDOW WASHER FLUID BATTERY SAVER S DOMELAMP ATMOSPHERIC CONDITIONS KEY IN IGNITION WIRELESS INPUTS HEADLAMPS KEYPAD ILLUMINATED ENTRY Information, Communication, and Entertainment CHIME DELAYED BATTERY ACCESSORY SAVER.6 Control Power Distribution VALID IGNITION REMOTE SETTINGS PRESENT EMERGENCY EMERGENCY VEHICLE MOTION WARNING FUEL FUEL ENGINE FLUID STATES ABS IGNITION SWITCH WIRELESS OUTPUTS.2 Provide Vehicle Motion FLUID VISUAL INDICATORS VISUAL DRIVER WARNINGS AND INDICATORS AMPLIFIED AUDIO ANTILOCK PEDALS STATE SPEED STATE ON OFF Figure 3: Cockpit Data Flow Diagram (DFD 0) CONTEXT 0 DFD Figure 4: Decomposition of Functions in a TurboCASE/Sys Requirements Model

9 Figure 5: DOORS Screen Shot of Imported TurboCASE/Sys Requirements Model Hierarchy Figure 6: DOORS Screen Shot of Formal and Link Modules Created upon Import

Multi-Target Modelling for Embedded Software Development for Automotive Applications

Multi-Target Modelling for Embedded Software Development for Automotive Applications SAE TECHNICAL PAPER SERIES 2004-01-0269 Multi-Target Modelling for Embedded Software Development for Automotive Applications Grantley Hodge, Jian Ye and Walt Stuart Visteon Corporation Reprinted From:

More information

In-Vehicle Network Architecture for the Next-Generation Vehicles SAE TECHNICAL PAPER SERIES

In-Vehicle Network Architecture for the Next-Generation Vehicles SAE TECHNICAL PAPER SERIES 2005-01-1531 SAE TECHNICAL PAPER SERIES In- Network Architecture for the Next-Generation s Syed Masud Mahmud Department of Electrical & Computer Engineering, Wayne State University Sheran Alles Ford Motor

More information

Designing Automotive Subsystems Using Virtual Manufacturing and Distributed Computing

Designing Automotive Subsystems Using Virtual Manufacturing and Distributed Computing SAE TECHNICAL PAPER SERIES 2008-01-0288 Designing Automotive Subsystems Using Virtual Manufacturing and Distributed Computing William Goodwin and Amar Bhatti General Motors Corporation Michael Jensen Synopsys,

More information

Autologic Technical Specifications JAGUAR

Autologic Technical Specifications JAGUAR Autologic Technical Specifications JAGUAR 1. JAGUAR PRODUCT DESCRIPTION The Autologic diagnostic tool for Jaguar vehicles is without doubt the most comprehensive tool to be made available to independent

More information

NOTE: Step 3 is to be completed only if Step 2 is unsuccessful. If Step 2 is successful no further action is required.

NOTE: Step 3 is to be completed only if Step 2 is unsuccessful. If Step 2 is successful no further action is required. Multiple Vehicle Lines - With Keyless Remote Entry System 1 REMOVAL AND INSTALLATION RF Keypad Removal - RF Keypad 1. Please read ALL of these instructions before proceeding. Removal and Reprogram Procedure

More information

Model Year Model Communication Type Installation Method Fusion 2 C F C Edge 2 C Explorer 2 C

Model Year Model Communication Type Installation Method Fusion 2 C F C Edge 2 C Explorer 2 C Multiple Vehicle Lines - With Keyless Remote Entry System 1 DESCRIPTION AND OPERATION RF Keypad Please read ALL of these instructions before proceeding. RF Keypad - Removal and Reprogram Procedure This

More information

Development of MADYMO Models of Passenger Vehicles for Simulating Side Impact Crashes

Development of MADYMO Models of Passenger Vehicles for Simulating Side Impact Crashes SAE TECHNICAL PAPER SERIES 1999-01-2885 Development of MADYMO Models of Passenger Vehicles for Simulating Side Impact Crashes B. R. Deshpande, T. J. Gunasekar, V. Gupta and S. Jayaraman EASi S. M. Summers

More information

NOTE: It is easier to program the keypad prior to attaching it to the vehicle.

NOTE: It is easier to program the keypad prior to attaching it to the vehicle. INSTALLATION All 2005 to Present Model Year Ford/Mercury/Lincoln Vehicles (Except 2013 Fusion) - With Keyless Remote Entry System - Key Start Removal - RF Keypad 1. Please read ALL of these instructions

More information

EDR Report Information

EDR Report Information EDR Report File Information Value VIN 5YJXCDE20HF041782 Retrieval Date 2017/06/30 02:16:00 (UTC) Retrieval User Comments Retrieval Program Information EDR Report Information Tesla EDR Reporting Service

More information

e-ask electronic Access Security Keyless-entry

e-ask electronic Access Security Keyless-entry e-ask electronic Access Security Keyless-entry CAN Multiplex System CAN Multiplex System Installation & Instructions (UM27 ~ 24324-03) Table of Contents Introduction... 1 e-pad Operation and Features...

More information

2013 KIA OPTIMA CUSTOMER TIPS

2013 KIA OPTIMA CUSTOMER TIPS GROUP MODEL General Optima (QF) 2013MY NUMBER DATE PS231 December 2012 SUBJECT: 2013 KIA OPTIMA CUSTOMER TIPS In an effort to better educate and familiarize customers about some of the features in their

More information

A Case Study in Hardware-In-the-Loop Testing: Development of an ECU for a Hybrid Electric Vehicle

A Case Study in Hardware-In-the-Loop Testing: Development of an ECU for a Hybrid Electric Vehicle SAE TECHNICAL PAPER SERIES 2004-01-0303 A Case Study in Hardware-In-the-Loop Testing: Development of an ECU for a Hybrid Electric Vehicle Deepa Ramaswamy and Ryan McGee Ford Motor Company Shiva Sivashankar

More information

MKV Vag-Com Tweaks. Central Convenience Module

MKV Vag-Com Tweaks. Central Convenience Module MKV Vag-Com Tweaks Note: This document assumes that the Vag-Com has been set-up and is in working order. All information contained herein is provided as-is. The author will not be held liable for any information

More information

DESCRIPTION AND OPERATION > MODULE CONFIGURATION > SYSTEM OPERATION > PROGRAMMABLE MODULE INSTALLATION (PMI)

DESCRIPTION AND OPERATION > MODULE CONFIGURATION > SYSTEM OPERATION > PROGRAMMABLE MODULE INSTALLATION (PMI) Page 1 of 5 2014 Ford Flex 3.5L Eng VIN 8 Limited Service Manual: MODULE CONFIGURATION SYSTEM Print Date: OPERATION > PROGRAMMABLE MODULE INSTALLATION (PMI) Programmable Installation (PMI) is a scan tool

More information

H&A Engineering. Systems

H&A Engineering. Systems Introduction to Structured Methods The idea that system descriptions are more clear and easier with pictures rather than words provided the basis for the development of structured methods. Structured analysis

More information

Motion Capture and Its Application for Vehicle Ingress/Egress

Motion Capture and Its Application for Vehicle Ingress/Egress Motion Capture and Its Application for Vehicle Ingress/Egress N. WANG*, G. GOMEZ-LEVI, K. KOZAK and J. WAN Research and Advanced Engineering, Ford Motor Company, USA Abstract Understanding how drivers

More information

TABLE OF CONTENTS VOLVO ON CALL

TABLE OF CONTENTS VOLVO ON CALL VÄLKOMMEN! We trust that you will enjoy many years of safe driving in your Volvo, an automobile designed with your safety and comfort in mind. To help get the most from your Volvo, we urge you to familiarize

More information

2014 Cadillac Escalade Rear Seat Entertainment M

2014 Cadillac Escalade Rear Seat Entertainment M 2014 Cadillac Escalade Rear Seat Entertainment M Infotainment System...... 3 Rear Seat Infotainment.... 3 Rear Seat Entertainment (RSE) System....................... 3 Index..................... i-1 Rear

More information

Infotainment. file://c:\program Files\cosids\DATA\TMP\ rtf.html

Infotainment. file://c:\program Files\cosids\DATA\TMP\ rtf.html Page 1 of 12 Infotainment All Infotainment components communicate via the MS CAN bus. The main unit of the Infotainment system is always a radio (EHU - Entertainment Head Unit), which, depending on the

More information

Appendix A Tender Specification

Appendix A Tender Specification Appendix A Tender Specification Scope of Services Adult Corrections within the Province of Newfoundland and Labrador is seeking to purchase two (2) 1 tonne extended cargo vans with a Havis Prisoner Transport

More information

HEAVY DUTY EQUIPMENT TECHNICIAN

HEAVY DUTY EQUIPMENT TECHNICIAN Canadian Council of Directors of Apprenticeship Harmonization Project HEAVY DUTY EQUIPMENT TECHNICIAN Nova Scotia Apprenticeship Agency Industry Consultation February 25, 2015 Overview - Current Heavy

More information

2004 ACCESSORIES & EQUIPMENT. Data Link Communications - Corvette. Fastener Tightening Specifications Specification Application

2004 ACCESSORIES & EQUIPMENT. Data Link Communications - Corvette. Fastener Tightening Specifications Specification Application 2004 ACCESSORIES & EQUIPMENT Data Link Communications - Corvette SPECIFICATIONS FASTENER TIGHTENING SPECIFICATIONS Fastener Tightening Specifications Specification Application Metric English Data Link

More information

STATUS OF EU ACCESSION TO UN ECE REGULATIONS IN THE AREA OF VEHICLE APPROVAL AS OF 31 DECEMBER 2014

STATUS OF EU ACCESSION TO UN ECE REGULATIONS IN THE AREA OF VEHICLE APPROVAL AS OF 31 DECEMBER 2014 STATUS OF EU ACCESSION TO UN ECE REGULATIONS IN THE AREA OF VEHICLE APPROVAL AS OF 31 DECEMBER 2014 The table below summarises the state of UNECE Regulations as last amended (annexed to the 1958 Agreement

More information

North Montco Technical Career Center. Automotive Technology Duty and Task List

North Montco Technical Career Center. Automotive Technology Duty and Task List North Montco Technical Career Center Automotive Technology Duty and Task List 65 Safety 1 Identify the safe use of chemicals 2.1.8.A M11.A.1.1 1.2.11.A R11.A.1.3 3.8.12.A 13.2.11.E 5.1.12.J X X X X X X

More information

Block number: 00 Interface version: 4A Date: Checksum: 7500 Deployment Non-Deployment

Block number: 00 Interface version: 4A Date: Checksum: 7500 Deployment Non-Deployment CDR File Information Vehicle Identification Number Investigator Case Number Investigation Date Crash Date Filename Saved on Collected with CDR version Crash Data Retrieval Tool 2.800 Collecting program

More information

NAVIGATION/TELECOMMUNICATION - SERVICE INFORMATION

NAVIGATION/TELECOMMUNICATION - SERVICE INFORMATION 8T - 56 NAVIGATION/TELECOMMUNICATION - SERVICE INFORMATION LX NAVIGATION/TELECOMMUNICATION - SERVICE INFORMATION DESCRIPTION TELECOMMUNICATIONS The hands-free cellular system uses Bluetooth technology

More information

Mechatronic Design Approach D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N

Mechatronic Design Approach D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N Mechatronic Design Approach D R. T A R E K A. T U T U N J I P H I L A D E L P H I A U N I V E R S I T Y, J O R D A N 2 0 1 3 Mechatronics: Synergetic Integration of Different Disciplines [Ref.] Prof. Rolf

More information

MIGRATING COOL:TEAMWORK MODELS INTO MODERN CASE TOOLS

MIGRATING COOL:TEAMWORK MODELS INTO MODERN CASE TOOLS MIGRATING COOL:TEAMWORK MODELS INTO MODERN CASE TOOLS A UML/MOF METAMODEL FOR HATLEY-PIRBHAI SYSTEM SPECIFICATION By Colin Coates (Senior Consultant) Version 1.0 Tuesday, 13 October 2015 Table of Contents

More information

Security Analysis of modern Automobile

Security Analysis of modern Automobile Security Analysis of modern Automobile Dixit Verma Department of Electrical & Computer Engineering Missouri University of Science and Technology dv6cb@mst.edu 20 Apr 2017 Outline Introduction Attack Surfaces

More information

Technical Service Bulletin

Technical Service Bulletin 37 Transmission shudders on acceleration 24 10 12 2022600/1 March 30, 2010 Model(s) Year VIN Range Vehicle-Specific Equipment A4 2009 2010 All A5 2009 2010 All 2.0 TFSI and 0AW Gearbox Condition Vehicle

More information

U0001-CAN C BUS. Theory of Operation LX - CHRYSLER L V8 HEMI MDS V.V.T. (EZD)

U0001-CAN C BUS. Theory of Operation LX - CHRYSLER L V8 HEMI MDS V.V.T. (EZD) 9 - LX - CHRYSLER - 5.7L V8 HEMI MDS V.V.T. (EZD) U-CAN C BUS ACC ESM TPM ORC LRSM AHBM ITM RADIO AMP SDARV TCM WIN CAN C BUS VES DTCM PCM/ ECM SCM CAN B BUS HSM ABS DDM CAN C BUS PDM TIPM/CGW CAN B BUS

More information

WHITE PAPER. Decoupling Hardware from Software in the Next Generation of Connected Vehicles AUTOMOTIVE CONNECTIVITY

WHITE PAPER. Decoupling Hardware from Software in the Next Generation of Connected Vehicles AUTOMOTIVE CONNECTIVITY WHITE PAPER Decoupling Hardware from Software in the Next Generation of Connected Vehicles AUTOMOTIVE CONNECTIVITY Contents DEMOCRATIZING VEHICLE SOFTWARE 3 UNDERSTANDING THE TRUE DEPTH & POTENTIAL OF

More information

VIDEO VEHICLE CAMERA (VVC) DOWNLOAD

VIDEO VEHICLE CAMERA (VVC) DOWNLOAD Military 810G Certified By the US Army in Combat Made in USA VIDEO SYSTEM SPECIFICATION a. The Vehicle Video Camera System consists of a mounted digital video recorder, mounted miniature color camera with

More information

Cybersecurity Challenges for Connected and Automated Vehicles. Robert W. Heller, Ph.D. Program Director R&D, Southwest Research Institute

Cybersecurity Challenges for Connected and Automated Vehicles. Robert W. Heller, Ph.D. Program Director R&D, Southwest Research Institute Cybersecurity Challenges for Connected and Automated Vehicles Robert W. Heller, Ph.D. Program Director R&D, Southwest Research Institute Cars are becoming complex (and CAV is only part of it) 1965: No

More information

January 2012 First Printing Quick Reference Guide. Edge DT4J 19G217 AA. Ford Motor Company Customer Relationship Center

January 2012 First Printing Quick Reference Guide. Edge DT4J 19G217 AA. Ford Motor Company Customer Relationship Center This Quick Reference Guide is not intended to replace your vehicle Owner s Manual which contains more detailed information concerning the features of your vehicle, as well as important safety warnings

More information

Serial EEPROM for Automotive New Advanced series

Serial EEPROM for Automotive New Advanced series Serial EEPROM for Automotive New Advanced series More parameters, quicker, safer http://www.st.com/automotiveeeprom Good reasons to use EEPROM in cars 2 Applications in cars become Smarter, Customized

More information

MATLAB Expo Simulation Based Automotive Communication Design using MATLAB- SimEvent. Sudhakaran M Anand H General Motors

MATLAB Expo Simulation Based Automotive Communication Design using MATLAB- SimEvent. Sudhakaran M Anand H General Motors MATLAB Expo 2013 Simulation Based Automotive Communication Design using MATLAB- SimEvent Sudhakaran M Anand H General Motors 1 Agenda Introduction Different Analysis Methods Analytical vs. Simulation Approach

More information

An ISO 9001:2008 Registered Company

An ISO 9001:2008 Registered Company An ISO 9001:2008 Registered Company Upfitter Interface Module The following list represents firmware v4.30 A-UIM4-506-A 2011-2016 Ford F250-550 B-UIM4-506-A 2017 F250-F550 A-UIM4-751-A 2013-2017 1500-5500

More information

InControl INCONTROL OVERVIEW

InControl INCONTROL OVERVIEW INCONTROL OVERVIEW InControl uses smartphone and in-vehicle mobile technology, to remotely connect the vehicle to a number of services and convenience features. Note: For further information, access the

More information

Advanced Driver Assistance: Modular Image Sensor Concept

Advanced Driver Assistance: Modular Image Sensor Concept Vision Advanced Driver Assistance: Modular Image Sensor Concept Supplying value. Integrated Passive and Active Safety Systems Active Safety Passive Safety Scope Reduction of accident probability Get ready

More information

CA IT Client Manager / CA Unicenter Desktop and Server Management

CA IT Client Manager / CA Unicenter Desktop and Server Management CA GREEN BOOKS CA IT Client Manager / CA Unicenter Desktop and Server Management Object Level Security Best Practices LEGAL NOTICE This publication is based on current information and resource allocations

More information

Supporting Systems Engineering with Methods and Tools: A Case Study

Supporting Systems Engineering with Methods and Tools: A Case Study Supporting Systems Engineering with Methods and Tools: A Case Study Jock Rader and Leslie Haggerty Hughes Aircraft Company and H&A System Engineering Abstract Many projects have applied the Hatley-Pirbhai

More information

2008 Crown Victoria/Grand Marquis Workshop Manual

2008 Crown Victoria/Grand Marquis Workshop Manual Page 1 of 29 SECTION 501-14: Handles, Locks, Latches and Entry Systems 2008 Crown Victoria/Grand Marquis Workshop Manual DIAGNOSIS AND TESTING Procedure revision date: 05/14/2009 Locks, Latches and Entry

More information

2014 Civic Sedan LX and HF

2014 Civic Sedan LX and HF T E C H N O L O G Y R E F E R E N C E G U I D E o w n e r s. h o n d a. c o m 2014 Honda Civic Sedan LX and HF 3 1 T R 3 A 2 0 Technology Reference Guide 00X31- TR3- A200 2013 American Honda Motor Co.,

More information

Vehicle Maintenance Technician OUTLINE

Vehicle Maintenance Technician OUTLINE Vehicle Maintenance Technician OUTLINE DESCRIPTION: This course provides entry-level training in automotive service, repair, diagnostics, and maintenance. Students use diagnostic equipment, as well as

More information

USING SCAN TOOL MEMORY

USING SCAN TOOL MEMORY Table of Contents SAFETY PRECAUTIONS SAFETY FIRST!... 1 SCAN TOOL CONTROLS CONTROLS AND INDICATORS... 3 DISPLAY FUNCTIONS... 4 BATTERY REPLACEMENT... 6 USING THE SCAN TOOL CODE RETRIEVAL PROCEDURE... 7

More information

SP-C1 Mobile Docking Station Installation Guide

SP-C1 Mobile Docking Station Installation Guide SP-C1 Mobile Docking Station Installation Guide Box Contents After you unpack your SP-C1 Mobile Docking Station, make sure everything here is included: 1 x Docking Cradle 1 x Audio Cable 1 x Adhesive Mount

More information

1997 Dodge Grand Caravan

1997 Dodge Grand Caravan N - REMOVE/INSTALL/OVERHAUL - 3.8L' '1997 ENGINE PERFORMANCE Chrysler Corp. Removal, Overhaul & Installation - FWD Vans POWERTRAIN CONTROL MODULE (PCM) Removal & Installation 1. The PCM is located between

More information

FUSION TWO THOUSAND SEVENTEEN Guide

FUSION TWO THOUSAND SEVENTEEN Guide HE5J 19G217 AA September 2016 Second Printing Quick Reference Guide Fusion Litho in U.S.A. This Quick Reference Guide is not intended to replace your vehicle Owner s Manual which contains more detailed

More information

Experimental Security Analysis of a Modern Automobile

Experimental Security Analysis of a Modern Automobile Experimental Security Analysis of a Modern Automobile Matthias Lange TU Berlin June 29th, 2010 Matthias Lange (TU Berlin) Experimental Security Analysis of a Modern Automobile June 29th, 2010 1 / 16 Paper

More information

Software Requirements Specification

Software Requirements Specification Software Requirements Specification For livemechanic-clickmechanic.com Version 1.0 approved Prepared by Ngangbam Indrason Registration: 11401214 Section: K1421 Roll Number: RK1421A20 Lovely Professional

More information

BLUETOOTH. INSTRUMENT PANEL p.4. HANDSFREELINK p.16. VOICE RECOGNITION p.8. NAVIGATION p.14. AUDIO p.19

BLUETOOTH. INSTRUMENT PANEL p.4. HANDSFREELINK p.16. VOICE RECOGNITION p.8. NAVIGATION p.14. AUDIO p.19 T E C H N O L O G Y R E F E R E N C E G U I D E w w w. o w n e r s. h o n d a. c o m 31SNAQ50 2011 Honda Civic Sedan Technology Reference Guide 00X31-SNA-Q501 2010 American Honda Motor Co., Inc. All Rights

More information

Automobile Design and Implementation of CAN bus Protocol- A Review S. N. Chikhale Abstract- Controller area network (CAN) most researched

Automobile Design and Implementation of CAN bus Protocol- A Review S. N. Chikhale Abstract- Controller area network (CAN) most researched Automobile Design and Implementation of CAN bus Protocol- A Review S. N. Chikhale Abstract- Controller area network (CAN) most researched communication protocol used for automotive industries. Now we are

More information

EE8J 19G217 AB. Warning. Learn More About Your New Vehicle. Fiesta / December 2013 / Third Printing / Quick Reference Guide / Litho in U.S.A.

EE8J 19G217 AB. Warning. Learn More About Your New Vehicle. Fiesta / December 2013 / Third Printing / Quick Reference Guide / Litho in U.S.A. Fiesta / December 2013 / Third Printing / Quick Reference Guide / Litho in U.S.A. This Quick Reference Guide is not intended to replace your vehicle Owner s Manual which contains more detailed information

More information

THE StarSCAN FLASH FILES FOR THIS BULLETIN ARE AVAILABLE VIA THE INTERNET. StarSCAN SOFTWARE LEVEL MUST BE AT RELEASE 9.04 OR HIGHER.

THE StarSCAN FLASH FILES FOR THIS BULLETIN ARE AVAILABLE VIA THE INTERNET. StarSCAN SOFTWARE LEVEL MUST BE AT RELEASE 9.04 OR HIGHER. NUMBER: 18-001-09 GROUP: Vehicle Performance DATE: January 21, 2009 This bulletin is supplied as technical information only and is not an authorization for repair. No part of this publication may be reproduced,

More information

Communication Networks for the Next-Generation Vehicles

Communication Networks for the Next-Generation Vehicles Communication Networks for the, Ph.D. Electrical and Computer Engg. Dept. Wayne State University Detroit MI 48202 (313) 577-3855, smahmud@eng.wayne.edu January 13, 2005 4 th Annual Winter Workshop U.S.

More information

Language Editor User Manual

Language Editor User Manual Language Editor User Manual June 2010 Contents Introduction... 3 Install the Language Editor... 4 Start using the Language Editor... 6 Editor screen... 8 Section 1: Translating Text... 9 Load Translations...

More information

Gas Well Deliquification Workshop. David J Southern, P. Eng. Control Microsystems, Inc. Gas Well Deliquification Workshop

Gas Well Deliquification Workshop. David J Southern, P. Eng. Control Microsystems, Inc. Gas Well Deliquification Workshop Gas Well Deliquification Workshop Sheraton Hotel, Denver, Colorado February 27 March 2, 2011 Presentation Title: Multi-Wellpad Distributed Production Optimization Architecture David J Southern, P. Eng.

More information

Evolution of SCADA Networks

Evolution of SCADA Networks Gas Well Deliquification Workshop Sheraton Hotel, February 23 26, 2014 Evolution of SCADA Networks Curt Goldman, Regional Manager OEM / Utility / Energy Markets at FreeWave Technologies Revolutionary New

More information

Applying Systems Thinking to MBSE

Applying Systems Thinking to MBSE Applying Systems Thinking to MBSE 1 Daniel Hettema, and Steven H. Dam, Ph.D., ESEP, SPEC Innovations, 571-485-7799 daniel.hettema@specinnovations.com October 2013 Overview What makes systems thinking different

More information

Modular Switch Range. 1) Select the required switch types 2) Select the modular frame parts. Note: 2 end panels per row 3) Select decals if required

Modular Switch Range. 1) Select the required switch types 2) Select the modular frame parts. Note: 2 end panels per row 3) Select decals if required Modular Range Range Overview The modular switch range from Ring Automotive is designed to be completely compatible with the industry standard. All switches within the range are rated at 16 amps at 12 volts

More information

Supporting Simulations to Guide Engineering Design

Supporting Simulations to Guide Engineering Design Supporting Simulations to Guide Engineering Design Mark S. Shephard Scientific Computation Research Center, Rensselaer Polytechnic Institute, Troy, NY 12810 Mark W. Beall, Bruce E. Webster Simmetrix, Inc.,

More information

Elevator Control Configuration Guide

Elevator Control Configuration Guide Elevator Control Configuration Guide Date: 11/01/2016 Revision A Copyright, trademarks and disclaimer DISCLAIMER Continental Instruments LLC makes no representations or warranties with respect to the contents

More information

A&E Specifications RoadRunner Video Surveillance Systems for Public Transit and Rail Applications

A&E Specifications RoadRunner Video Surveillance Systems for Public Transit and Rail Applications RoadRunner Video Surveillance Systems for Public Transit and Rail Applications Version 1.7 A. Digital Video Recorder (DVR) System: 1. The system shall be provided in compatible and interchangeable formats

More information

SiriusXM Satellite Radio interface

SiriusXM Satellite Radio interface www.vaistech.com Owner s Manual SiriusXM Satellite Radio interface (SXV300 SiriusXM Tuner required) UNIVERSAL Copyright 2003-2018 VAIS Technology Published Jan 10, 2018 VAIS Technology, 8811 American Way,

More information

Evaluation of Fabrication Errors on the Performance of Injection Molded Light Pipes (Waveguides)

Evaluation of Fabrication Errors on the Performance of Injection Molded Light Pipes (Waveguides) SAE TECHNICAL PAPER SERIES --86 Evaluation of Fabrication Errors on the Performance of Injection Molded Light Pipes (Waveguides) John Van Derlofske Transportation Lighting Group, Lighting Research Center,

More information

Cloud Based Module Configuration

Cloud Based Module Configuration Cloud Based Module Configuration 1 Adnan K. Shaout and John N. Vangelov The Electrical and Computer Engineering Department The University of Michigan-Dearborn Dearborn, Michigan 48128 shaout@umich.edu;

More information

Accident Research Specialists, PLLC

Accident Research Specialists, PLLC IMPORTANT NOTICE: Robert Bosch LLC and the manufacturers whose vehicles are accessible using the CDR System urge end users to use the latest production release of the Crash Data Retrieval system software

More information

MANUAL. Table of Content. City Car Driving. Advanced keyboard control settings System requirements Advanced mouse control settings...

MANUAL. Table of Content. City Car Driving. Advanced keyboard control settings System requirements Advanced mouse control settings... Table of Content System requirements... 3 Minimum System Configuration... 3 Recommended System Configuration... 3 Program Starting... 3 Program Usage... 3 Building Profile... 3 Modes... 4 Career Mode...

More information

DAB/DAB+ Radio User Manual

DAB/DAB+ Radio User Manual DAB/DAB+ Radio User Manual Quick Start Guide Press and hold the Power Button for more than 3 seconds to turn on the radio. The green power indicator will flash and then stay illuminates and start-up screen

More information

Quick Reference Guide

Quick Reference Guide LEARN HOW TO USE SYNC IN YOUR VEHICLE SYNC is a voice-activated technology personalized by you. It is a hands-free, voice recognition system used for entertainment, information and communication. owner.ford.com

More information

SMM501/501-H (Surveillance Mode Module) Ford Police Interceptors (Sedan and SUV)

SMM501/501-H (Surveillance Mode Module) Ford Police Interceptors (Sedan and SUV) An ISO 9001:2008 Registered Company SMM501/501-H (Surveillance Mode Module) 2013-2014 Ford Police Interceptors (Sedan and SUV) Introduction The SMM501/501-H is intended for 2013 and 2014 Ford Police Interceptors

More information

Dealer Ordering Guide

Dealer Ordering Guide Dealer Ordering Guide Cross-Carline Technologies Mercedes-Benz mbrace mbrace Dealer Support (877) 826-6319 mbrace Customer Support (866) 990-9007 Date of last revision: August 02, 2016 Mercedes-Benz mbrace

More information

Spark Nano 3.0. User s Guide WHEN YOU NEED TO KNOW.

Spark Nano 3.0. User s Guide WHEN YOU NEED TO KNOW. 1 Spark Nano 3.0 User s Guide WHEN YOU NEED TO KNOW. 2 What s Inside Spark Nano Wall Charger Cellular SIM Card (Already in device)* Optional Accessories * The missing card is already installed inside of

More information

AND PROCEDURES MANUAL

AND PROCEDURES MANUAL Fire Mechanic Series (A) PURPOSE AND GOALS (1) To set minimum performance standards for Fire Mechanic. (2) To identify the tasks a candidate must perform to obtain certification. (3) To establish a standard

More information

ARM processors driving automotive innovation

ARM processors driving automotive innovation ARM processors driving automotive innovation Chris Turner Director of advanced technology marketing, CPU group ARM tech forums, Seoul and Taipei June/July 2016 The ultimate intelligent connected device

More information

Wireless Power as a Driving Experience. Milosz Niec Leggett & Platt Automotive Group August 25 th, 2016

Wireless Power as a Driving Experience. Milosz Niec Leggett & Platt Automotive Group August 25 th, 2016 Wireless Power as a Driving Experience Milosz Niec August 25 th, 2016 Welcome to the cockpit Have a seat, get comfortable and start your experience This complex environment is the home for user / vehicle

More information

AUTOMOTIVE SERVICE TECHNICIAN

AUTOMOTIVE SERVICE TECHNICIAN AUTOMOTIVE SERVICE TECHNICIAN Occupation Description s possess the full range of knowledge and abilities required to perform preventative maintenance, diagnose problems and repair vehicle systems including

More information

High Performance Tension Controller HPTC Electrical Connection Manual

High Performance Tension Controller HPTC Electrical Connection Manual High Performance Tension Controller HPTC Electrical Connection Manual TTS Systems Limited 14, Highpoint Business Village, Henwood, Ashford, Kent, TN24 8DH Contents Electrical Overview... 3 Power Supply

More information

Automotive and Aerospace Synergies

Automotive and Aerospace Synergies Corporate Technical Office Automotive and Aerospace Synergies Potential for common activities Denis Chapuis, EADS Corporate Technical Office, Electronics denis.chapuis@eads.net Seite 1 Presentation title

More information

Nokia Wireless Plug-in Car Handsfree HF-35W /1

Nokia Wireless Plug-in Car Handsfree HF-35W /1 Nokia Wireless Plug-in Car Handsfree HF-35W 1 2 3 4 5 6 9249090/1 DECLARATION OF CONFORMITY We, NOKIA CORPORATION, declare under our sole responsibility that the product HF-35W is in conformity with the

More information

What is Task Analysis? chapter 15. Task Analysis as a Tool. Goals of Task Analysis. Usage of Task Analysis. Three interacting components

What is Task Analysis? chapter 15. Task Analysis as a Tool. Goals of Task Analysis. Usage of Task Analysis. Three interacting components What is Task Analysis? chapter 15 task analysis Methods to analyze people's jobs: what people do what things they work with what they must know 1/43 2/43 Task Analysis as a Tool Goals of Task Analysis

More information

RETUFU H O MAIN 2008 GM Service and Parts Operations

RETUFU H O MAIN 2008 GM Service and Parts Operations RETUFU H O MAIN MENIJ u @ 2008 GM Service and Parts Operations I. Introduction MDI User s Guide The Multiple Diagnostic Interface User s Guide provides an overview of the MDI tool. Everything contained

More information

ITS (Intelligent Transportation Systems) Solutions

ITS (Intelligent Transportation Systems) Solutions Special Issue Advanced Technologies and Solutions toward Ubiquitous Network Society ITS (Intelligent Transportation Systems) Solutions By Makoto MAEKAWA* Worldwide ITS goals for safety and environment

More information

Study and Design of CAN / LIN Hybrid Network of Automotive Body. Peng Huang

Study and Design of CAN / LIN Hybrid Network of Automotive Body. Peng Huang Advanced Materials Research Online: 2014-06-30 ISSN: 1662-8985, Vol. 940, pp 469-474 doi:10.4028/www.scientific.net/amr.940.469 2014 Trans Tech Publications, Switzerland Study and Design of CAN / LIN Hybrid

More information

FDS3NAV2. For Ford Vehicles Equipped With SYNC3. Installation Instructions. Calibration and Setup Guide. Page 1 of 14

FDS3NAV2. For Ford Vehicles Equipped With SYNC3. Installation Instructions. Calibration and Setup Guide. Page 1 of 14 FDS3NAV2 For Ford Vehicles Equipped With SYNC3 Installation Instructions Calibration and Setup Guide Page 1 of 14 Please read this manual thoroughly before installation. This manual illustrates a typical

More information

My Site. Introduction

My Site. Introduction My Site Introduction My Site is a component of the portal that is available to all NB educators. It is a personalized site that provides all users with the following features: A place to save and share

More information

KIRKPATRICK FOUR LEVELS EVALUATION CERTIFICATION PROGRAM - SILVER LEVEL

KIRKPATRICK FOUR LEVELS EVALUATION CERTIFICATION PROGRAM - SILVER LEVEL KIRKPATRICK FOUR LEVELS EVALUATION CERTIFICATION PROGRAM - SILVER LEVEL Live Online Version PROGRAM DESCRIPTION Kirkpatrick silver level certification provides the structure and support you need to successfully

More information

Research on Automotive UDS Diagnostic Protocol Stack Test System

Research on Automotive UDS Diagnostic Protocol Stack Test System Journal of Automation and Control Engineering Vol. 4, No. 5, October 2016 Research on Automotive UDS Diagnostic Protocol Stack Test System Jinghua Yu and Feng Luo Clean Energy Automotive Engineering Center,

More information

In-Vehicle Networking freescale.com/automotive

In-Vehicle Networking freescale.com/automotive LIN/CAN/RF/FlexRay Technology In-Vehicle Networking freescale.com/automotive In-Vehicle Networking As an industry leader in automotive solutions, Freescale Semiconductor has greatly contributed to in-vehicle

More information

Ben Zandi, Ph.D. TES International LLC

Ben Zandi, Ph.D. TES International LLC Advances in Modeling and Simulation of Vehicle Thermal Management Systems Variable-Fidelity, Multi-System Analysis Ben Zandi, Ph.D. TES International LLC www.tesint.com Outline The Need for Vehicle Thermal

More information

Be sure to always check the camera is properly functioning, is properly positioned and securely mounted.

Be sure to always check the camera is properly functioning, is properly positioned and securely mounted. Please read all of the installation instructions carefully before installing the product. Improper installation will void manufacturer s warranty. The installation instructions do not apply to all types

More information

2013 CES (Consumer Electronics Show) C/net Best of Show.

2013 CES (Consumer Electronics Show) C/net Best of Show. Presented by Paul Pearson National Corvette Museum, August 30, 2013 2013 CES (Consumer Electronics Show) C/net Best of Show. 2013 CTIA (Cellular Telecommunications Industry Association)2013 Emerging Technology

More information

THE StarSCAN FLASH FILES FOR THIS BULLETIN ARE AVAILABLE VIA THE INTERNET.

THE StarSCAN FLASH FILES FOR THIS BULLETIN ARE AVAILABLE VIA THE INTERNET. NUMBER: GROUP: 18-031-04 REV. A Vehicle Performance DATE: November 12, 2004 This bulletin is supplied as technical information only and is not an authorization for repair. No part of this publication may

More information

MXHP-H500 (Hub) Owner s Manual v.1.0

MXHP-H500 (Hub) Owner s Manual v.1.0 MXHP-H500 (Hub) Owner s Manual v.1.0 MX-HomePro MXHP-H500 Owner s Manual 2016 Universal Remote Control, Inc. all rights reserved. The information in this manual is copyright protected. No part of this

More information

2014 Corvette Stingray MyLink Menu Hierarchy

2014 Corvette Stingray MyLink Menu Hierarchy 2014 Corvette Stingray MyLink Menu Hierarchy Table of Contents Settings Time & Date 1 Driving Mode...1 Language..1 Valet Mode...1 Radio 2 Vehicle.3 Bluetooth..4 Voice...4 Display...4 Rear Camera.4 Factory

More information

Version Update Notice

Version Update Notice Version Update Notice Lease Accounting and Management System for Windows 2015 Version 2.6 Summary Version 2.6 of the Lease Accounting System for Windows contains enhancements to a number of processes.

More information

The Golf 2004 Electrical system

The Golf 2004 Electrical system Service Training Self-study programme 319 The Golf 2004 Electrical system Design and function The most striking change compared with the previous model is the rear lighting of the Golf 2004. The one-piece

More information

Wired Network Summary Data Overview

Wired Network Summary Data Overview Wired Network Summary Data Overview Cisco Prime Infrastructure 3.1 Job Aid Copyright Page THE SPECIFICATIONS AND INFORMATION REGARDING THE PRODUCTS IN THIS MANUAL ARE SUBJECT TO CHANGE WITHOUT NOTICE.

More information

ECE 1161/2161 Embedded Computer System Design 2. Introduction. Wei Gao. Spring

ECE 1161/2161 Embedded Computer System Design 2. Introduction. Wei Gao. Spring ECE 1161/2161 Embedded Computer System Design 2 Introduction Wei Gao Spring 2018 1 Course Information Class time: 4:30pm 5:45pm TuTh Instructor: Wei Gao, weigao@pitt.edu Office: 1205 Benedum Office hour:

More information