HMI ARCHITECTURE SUMMARY ARCHITECTURE DESCRIPTION

Size: px
Start display at page:

Download "HMI ARCHITECTURE SUMMARY ARCHITECTURE DESCRIPTION"

Transcription

1 HMI ARCHITECTURE Piergiorgio Navone Advanced Product Dept - Centro Ricerche FIAT Strada Torino Orbassano (TO), Italy Tel: Fax p.navone@crf.it Federico Braja Advanced Product Dept - Centro Ricerche FIAT Strada Torino Orbassano (TO), Italy Tel: Fax f.braja@crf.it Roberto Montanari Advanced Product Dept - Centro Ricerche FIAT Strada Torino Orbassano (TO), Italy Tel: Fax r.montanari@crf.it SUMMARY In the development of in-car informative systems Human Machine Interface (HMI) plays a key role for functionality, usability and style. This paper presents the advantages of a particular HMI architecture based on the concept of browser, borrowed from the Internet world. Fiat Research Centre has realised a modular in-car architecture for telematics services applying this concept. The solution seems to be very interesting particularly for open and distributed systems with a high variability in the configuration. The principal advantages are separation of look and functions, easiness in introduction of new applications and high modularity of the architecture that allows the reuse of the same components on different systems. Moreover the architecture has been designed in order to fit an automotive network with limited bandwidth, such a CAN (Controller Area Network). ARCHITECTURE DESCRIPTION The system we are speaking about can provide several services to the driver: traffic information, emergency call and breakdown assistance, route guidance, phone, , general information, car radio and air conditioning control, are some of the services the system can realise. The architecture has been designed to be modular and distributed over a network; the network is a CAN (Controller Area Network) bus with a transport protocol. HMI is one of the nodes of the network; every node can provide one or more functions and services are realised accessing different functions by means of the unique HMI. New services may be added increasing the number of nodes; the list of services is not known a priori. HMI Requirements All data oncoming from the car network are collected and shown to the driver through a shared HMI: it depends on the fact that complexity of the driving task and resulting workload is an important factor that affects the way the driver interacts with on-board information

2 systems. Integration of information may then facilitate decision making by the driver and prevent overloading the visual, acoustic or haptic channel of the driver. A shared HMI can also assure to the driver the possibility to use more than one function at the same time (i.e. phoning and using navigation system). In an open, distributed architecture the entity that controls the HMI cannot know a priori, at the design time, all the applications that can be present in the system so the architecture has to provide a common way of managing concurrent applications. The size of the display usually employed in the cars doesn t allow the use of windowing systems, as those used by personal computers, so the solution of the multitasking problem has to use a different approach. The model implemented by the browser is slightly different: there are many applications working at the same time and a unique browser; the browser presents to the user one page at a time; the user can navigate through different applications forward and backward accomplishing different tasks. In an open architecture it s very important to guarantee the consistency of the HMIs of different applications also when the applications are provided by external modules added to the core system, and not designed together with it. This requirement is very difficult to fulfil, but the problem can be split up into two parts: to ensure the consistency of the content and to ensure the consistency of the appearance and of the interaction with the user (look & feel). To do that the system architecture must allow the separation of the content from the look & feel: the entity that provides the function has to be responsible for the content as well as the entity that manage the HMI has to be responsible for the look & feel. Summing up the principal requirements for the HMI are: HMI is a shared resource: every node on the network can use the HMI Multitasking: HMI must manage several tasks at the same time Minimize network load: the interaction between HMI and applications lies on a car network with limited bandwidth Separation between contents and look & feel: the HMI fixes the look & feel, whereas the applications are responsible for the contents Markup Language The Internet browsers use the HTML (HyperText Markup Language) language for describing pages. For our browser we have chosen a similar language that is an extension of WML (Wireless Markup Language), the language used for WAP (Wireless Application Protocol) services. The WML contains constructs allowing the application to specify documents made up of multiple cards. An interaction with the user is described in a set of cards, which can be grouped together into a document (commonly referred to as a deck). Logically, a user navigates through a set of WML cards. Each card, in a deck, contains a specification for a particular user interaction. The choice of the WML, instead of HTML, is due to two major reasons: WML has been designed for small devices with limited resources (graphic capabilities, memory, etc.), but can fit also devices with a quite big colour display. WML is specified in a way that allows presentation on a wide variety of devices and allows vendors to incorporate their own HMIs. For example, WML does not specify how implementations request input from a user. Instead, WML specifies the

3 Figure 1 A typical page (a WML card) of the phone-book application displayed on a small monochrome display. The editing boxes, on the right hand side, cannot display the entire content so the browser provide a scroll mechanism. The page can also be scolled up and down to display other lines. The icons on the top of the display (new message, GPS state and GSM field strength) are not part of the XML document but are added by the browser itself. intent in an abstract manner. This allows WML to be implemented on a wide variety of input devices and mechanisms. The presentation of the information elements of a card can be done in different ways depending on the device capabilities. For example, certain user agents on devices with larger displays may choose to present all the information in a single card at once. Others, on the other hand, with smaller displays may break the content up across several units of displays (1). Functional Description As in the World Wide Web pages are addressed by URL (Universal Resource Locator). We have defined a special scheme for URL that identifies on board resources. A typical World Wide Web URL is: The field http: is the scheme and identifies the URL syntax associated to a particular protocol; identifies the web server, the node of the web network; the next field page3.html locates a particular page on the server and after the question mark there is the parameter list, a list of variable names and values. We use a similar scheme to locate resources on the vehicle network; for example the URL ic:phone/call_menu locates the page call_menu on the node phone present on the network and the URL ic:phone_book/show_data?name=mike asks the phone_book for a page with relevant data for mike.

4 Figure 2 The rendering of the WML card showed in Figure 1 made by a browser with a high definition colour display. In this case the browser can display more information at a time. This browser uses the touch screen as a unique input device, so the keys for WML navigation and other applications are displayed on the page, even if they are not part of the WML deck. The technique of using special URL for addressing local (which means: not on the web but inside the car) resources has been used both in the Internet web browsers and in the WAP user agent for accessing the functions of the mobile phone (WTA - Wireless Telephony Applications)(2). In a page described with WML (or the appropriate markup language) every link (e.g. menu items, soft keys, icons, etc.) has an associated URL; when the user selects a link the browser sends a GET request to the node addressed in the URL. For example if the URL is ic:phone/call_menu the browser sends to the phone the message GET call_menu. The device that receives a GET request sends to the browser the appropriate WML page with the correct information end several new links. As in the web, a URL may also activate an action, for example the URL ic:phone/do_call?number= asks the phone to make a call to the specific number. In this way we have realised a system with the following features: The browser doesn t know the complete structure of the menus Every node of the network knows the content and the links of his own pages Every node can introduce in a page links to other functions The user move through different applications following links, so he feels a single task, while in the system multiple applications are working

5 Display the home page Theuser select an item ssociated to the URL ic:app1/main_menu GET /main_menu Display deck main_menu WML Deck main_menu The user input some data and select a link with the URL ic:app2/action? dato1=22&dato2= abc Display the deck with the result of the action Browser Priority Manager GET /action3?dato1=2&dato2= str WML Deck action_result Application 3 push to the browser the URL ic:app3/new_event Application 1 Application 2 Application 3 The browser play a beep and display the new_event deck GET /new_event WML Deck new_event The user manage the new event then select BACK. The browser extract the previous activity from the history stack GET /action3?dato1=2&dato2= str WML Deck action_result Figure 3 The diagram shows the interaction between the browser and the applications. The user interface is shown in the left hand side. The user interacts with the browser that forward the user requests to the applications. Usually the applications answer to the requests of the browser (the GET command) but they can also PUSH an unsolicited event. A priority manager (represented in yellow) is necessary to filter the push requests. Note that in the example the user makes a complex activity using three different applications, but the applications don t interact each other directly. Furthermore note that, if the vehicle has a link with a wide area network, the three applications in the example might be on board or off board. The nodes that generate pages in WML don t know the characteristics of the actual device realising HMI (display characteristics, number and position of keys, other

6 input devices) The browser, that knows the characteristics of the actual input/output devices, gives to all pages generated by different nodes the same look & feel Architectural Constraints However an Internet browser as is isn t sufficient to realise the HMI for the most common services present on board. The first problem we encountered is the notification of unexpected asynchronous events, as an incoming telephone call, the reception of a message or an advice by the route guidance. For managing these events we had to add to our browser the push capability. Usually the applications wait for a GET request from the browser; when an asynchronous event occurs (e.g. the phone rings) the application sends to the browser a push request with the URL of the page that shall be displayed. The browser can manage the push in different ways: it can open a pop-up box or simply display a new page, perhaps warning the user with a sound. The new page gives the user the possibility to manage the new event (to answer the phone, to reject the call, etc.) and return to the previous activity. To do that the browser must have a navigation stack and the markup language must provide the control for backward navigation: WML provides all the necessary tags. The constraints implied by the browser model may be too strong to realise attractive and style effective interfaces for all the most common on board services. Applications requiring very close interaction with the HMI, special needs for the graphic (maps, animations, etc.) may be difficult to implement over a simple WML browser. Since that applications are few and known a priori we can introduce dedicated features on the HMI. Even though these additional features are beyond the concept of browser, they should interact with the browser scheme correctly. Let we introduce some examples: If the display is big enough we can dedicate a window for information from the car radio (program name, preset number, frequency, etc.) and from the mobile phone (network operator, field strength, new message icon, etc.). If the route guidance system has to display a moving map, or a dynamic bar for the next intersection distance, then the browser should open a special page interacting with the route guidance system directly. CONCLUSION AND FURTHER DEVELOPMENTS We realised with this architecture in several services: Phone Phone-book Traffic information (TMC) Climate control Emergency call

7 Figure 4 The front panel of the car radio realised with a page ad hoc. Off-board navigation Radio MP3 player News (WAP-like service) Travel information In our experiment we decided to provide two special cards to display navigation maps and the front panel of the audio system; we also introduced some dedicated keys for the audio system and for the phone. In our experiment we used as a markup language an extension of WML, that up to today seems to be the better solution for simple graphic interfaces. There are several new markup languages for page description that may be used for more advanced graphic: the XHTML (Extensible HyperText Markup Language) presents some interesting characteristics as the modularization. Another interesting development will be the voice browser; the speech recognition will be very important for accessing the on board services by the driver. There are many activities for developing voice browsers and markup languages for dialog description (e.g. the W3C Voice Browser working group). The browser may combine both graphic and speech access to the services. The architecture described has been implemented in several prototypes and fulfils the needs of modularity, architectural distribution and domain separation between contents and look & feel.

8 The browser concept introduces some constraints in the design of the HMI and of the services, that have to be structured as web applications. As we said these constraints may be partially avoided defining special methods for a few, well known applications. Finally the browser-based architecture may be a good solution when there are strong requirements of modularity and scalability in an open and distributed architecture. REFERENCES [1] WAP Forum, Wireless Application Environment Overview, April 30, [2] WAP Forum, Wireless Telephony Application Interface Specification, April 30, 1998.

POSTER SESSION. Wireless Cardiology Decision Support System. Proceedings Paper. Slide Presentation. Dr. Saji Salam SSI Technologies Chennai, India

POSTER SESSION. Wireless Cardiology Decision Support System. Proceedings Paper. Slide Presentation. Dr. Saji Salam SSI Technologies Chennai, India Proceedings Paper Slide Presentation Handouts Case Study POSTER SESSION Wireless Cardiology Decision Support System 16 Dr. Saji Salam SSI Technologies Chennai, India Anand Subramanian Software Solutions

More information

Avaya one-x Deskphone Edition for 9600 Series IP Telephones Application Programmer Interface (API) Guide

Avaya one-x Deskphone Edition for 9600 Series IP Telephones Application Programmer Interface (API) Guide Avaya one-x Deskphone Edition for 9600 Series IP Telephones Application Programmer Interface (API) Guide 16-600888 Issue 2 January 2007 2007 Avaya Inc. All Rights Reserved. Notice While reasonable efforts

More information

Wireless Internet: layers 3,4,5. Wireless Internet: Layers 3,4,5 Case Study: WAP. WAP: Wireless Application Protocol

Wireless Internet: layers 3,4,5. Wireless Internet: Layers 3,4,5 Case Study: WAP. WAP: Wireless Application Protocol W.int.3-2 Wireless Internet: layers 3,4,5 Wireless Internet: Layers 3,4,5 Case Study: WAP Module W.int.3.WAP Dr.M.Y.Wu@CSE Shanghai Jiaotong University Shanghai, China Dr.W.Shu@ECE University of New Mexico

More information

Performance Evaluation of XHTML encoding and compression

Performance Evaluation of XHTML encoding and compression Performance Evaluation of XHTML encoding and compression Sathiamoorthy Manoharan Department of Computer Science, University of Auckland, Auckland, New Zealand Abstract. The wireless markup language (WML),

More information

Position Statement for Multi-Modal Access

Position Statement for Multi-Modal Access Information and Communication Mobile Position Statement for Multi-Modal Access 26.11.2001 Authors: Nathalie Amann, SRIT (E-Mail: Nathalie.Amann@SRIT.siemens.fr) Laurent Hue, SRIT (E-Mail: Laurent.Hue@SRIT.siemens.fr)

More information

Outline. CS5984 Mobile Computing HTTP. HTTP (especially 1.0) Problems 1/2. Dr. Ayman Abdel-Hamid, CS5984. Wireless Web.

Outline. CS5984 Mobile Computing HTTP. HTTP (especially 1.0) Problems 1/2. Dr. Ayman Abdel-Hamid, CS5984. Wireless Web. CS5984 Mobile Computing Dr. Ayman Abdel-Hamid Computer Science Department Virginia Tech Outline HTTP HTTP 1.0 problems Approaches to help wireless access HTTP 1.1 enhancements System Architecture for Web

More information

Overview. M-commerce vs. E-commerce

Overview. M-commerce vs. E-commerce M-COMMERCE Overview What is M-Commerce? M-commerce vs. E-commerce Classes of M-Commerce Applications Benefits of M-commerce Advantages of M-Commerce Disadvantages of M-Commerce Mobile Computing: Content,

More information

WAP WTAI WAP-170-WTAI Version 07-Jul-2000

WAP WTAI WAP-170-WTAI Version 07-Jul-2000 WAP WTAI WAP-170-WTAI Version 07-Jul-2000 Wireless Application Protocol Wireless Telephony Application Interface Specification Disclaimer: This document is subject to change without notice. WAP-170-WTAI,

More information

EPiServer Portals. Abstract

EPiServer Portals. Abstract EPiServer Portals Abstract This white paper outlines EPiServer's portal functionality. The document includes a high-level description of Web Services for Remote Portlets (WSRP) technology. Product version:

More information

How the Web Works. Chapter 1. Modified by Marissa Schmidt Pearson

How the Web Works. Chapter 1. Modified by Marissa Schmidt Pearson How the Web Works Chapter 1 Modified by Marissa Schmidt 2015 Pearson Fundamentals ofhttp://www.funwebdev.com Web Development Objectives 1 Definitions and History 2 Internet Protocols 3 Client-Server Model

More information

Voice control PRINCIPLE OF OPERATION USING VOICE CONTROL. Activating the system

Voice control PRINCIPLE OF OPERATION USING VOICE CONTROL. Activating the system control PRINCIPLE OF OPERATION control enables operation of the audio and telephone systems without the need to divert your attention from the road ahead in order to change settings, or receive feedback

More information

A network is a group of two or more computers that are connected to share resources and information.

A network is a group of two or more computers that are connected to share resources and information. Chapter 1 Introduction to HTML, XHTML, and CSS HTML Hypertext Markup Language XHTML Extensible Hypertext Markup Language CSS Cascading Style Sheets The Internet is a worldwide collection of computers and

More information

Firmware User Manual. Firmware version v1.0. Suitable for Product Series: Touch Panel PC Panel PC Box PC. QD-FW_Manual_v1.0

Firmware User Manual. Firmware version v1.0. Suitable for Product Series: Touch Panel PC Panel PC Box PC. QD-FW_Manual_v1.0 1 Firmware User Manual Firmware version v1.0 Suitable for Product Series: Touch Panel PC Panel PC Box PC 2 Contents Features 3 System setup 3 System start up 3 System Settings 4 System Information 9 System

More information

Mobile Commerce. Electronic Commerce

Mobile Commerce. Electronic Commerce Mobile Commerce Electronic Commerce Code: 008023-01+02 Course: Electronic Commerce Period: Autumn 2013 Professor: Sync Sangwon Lee, Ph. D D. of Information & Electronic Commerce 1 00. Contents 01. Mobile

More information

User Guide. Parrot MKi9000. English. Parrot MKi9000 User guide 1

User Guide. Parrot MKi9000. English. Parrot MKi9000 User guide 1 User Guide Parrot MKi9000 English Parrot MKi9000 User guide 1 Content Content... 2 Introduction... 4 Installing the Parrot MKi9000... 5 Car stereo with an ISO connector...5 Car stereo with line-in jacks...6

More information

Table of contents. Precautions. Media and Data Type. Menu operation. 1. Radio. 2.Multimedia player. Play disc. Play SD/USB. 4.Bluetooth (optional)

Table of contents. Precautions. Media and Data Type. Menu operation. 1. Radio. 2.Multimedia player. Play disc. Play SD/USB. 4.Bluetooth (optional) DD-6442B T Table of contents Precautions Media and Data Type Menu operation 1. Radio 2.Multimedia player Play disc Play SD/USB 3.GPS navigation system (optional) 4.Bluetooth (optional) 5.TV function (optional)

More information

Wireless Access Protocol(WAP) architecture

Wireless Access Protocol(WAP) architecture Wireless Access Protocol(WAP) architecture While the evolution of cellular networks has resulted in many mobile services, such services are primarily for voice. Mobile phone users do have the desire to

More information

Avaya one-x Mobile User Guide for Windows Mobile

Avaya one-x Mobile User Guide for Windows Mobile Avaya one-x Mobile User Guide for Windows Mobile Release 5.2 January 2010 0.2 2009 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document

More information

Chapter 3. Technology Adopted. 3.1 Introduction

Chapter 3. Technology Adopted. 3.1 Introduction Chapter 3 Technology Adopted 3.1 Introduction The previous chapter described difference between the propose system and traditional methods and also about the existing similar systems. In this chapter,

More information

Hosted Fax Mail. Blue Platform. User Guide

Hosted Fax Mail. Blue Platform. User Guide Hosted Fax Mail Blue Platform Hosted Fax Mail User Guide Contents 1 About this Guide... 2 2 Hosted Fax Mail... 3 3 Getting Started... 4 3.1 Logging On to the Web Portal... 4 4 Web Portal Mailbox... 6 4.1

More information

WAP. Bringing the internet to you. Cynthia Luk Marianne Morris Harvey Wong. 4 April, 2002 CMPUT 499

WAP. Bringing the internet to you. Cynthia Luk Marianne Morris Harvey Wong. 4 April, 2002 CMPUT 499 WAP Bringing the internet to you Cynthia Luk Marianne Morris Harvey Wong 4 April, 2002 CMPUT 499 Table of Contents Summary 3 Introduction... 4 What is (WAP)? WAP 2.0 Motivation for WAP WAP Architecture..

More information

XML: the document format of the future?

XML: the document format of the future? Arco User Conference 99 XML: the document format of the future? Hans C. Arents senior IT market analyst I.T. Works Guiding the IT Professional Innovation Center, Technologiepark 3, B-9052 Gent (Belgium),

More information

Voice control PRINCIPLE OF OPERATION USING VOICE CONTROL. Activating the system

Voice control PRINCIPLE OF OPERATION USING VOICE CONTROL. Activating the system control PRINCIPLE OF OPERATION control enables operation of the audio and telephone systems without the need to divert your attention from the road ahead in order to change settings, or receive feedback

More information

M.SARAVANA KARTHIKEYAN

M.SARAVANA KARTHIKEYAN PERVASIVE COMPUTING Unit II Part A 1. What is XML? XML stands for EXtensible Markup Language XML is a markup language much like HTML XML was designed to carry data, not to display data XML tags are not

More information

Quick Reference Guide 미국 _ 영어

Quick Reference Guide 미국 _ 영어 Quick Reference Guide 미국 _ 영어 1. Component Names and Functions 1-1. Head Unit 1-2. Front Central Controller 1-3. Using the Soft Keys 1-4. Using the MENU Key 1-5. Using the HOME Key 1-6. Using the BACK

More information

GRAPHICAL SIMULATION OF WIRELESS APPLICATION PROTOCOL

GRAPHICAL SIMULATION OF WIRELESS APPLICATION PROTOCOL International Journal of Computer Networking, Wireless and Mobile Communications (IJCNWMC) Vol.1, Issue 2 Dec 2011 42-58 TJPRC Pvt. Ltd., GRAPHICAL SIMULATION OF WIRELESS APPLICATION PROTOCOL Asst. Prof.

More information

UVO SYSTEM USER'S MANUAL

UVO SYSTEM USER'S MANUAL UVO SYSTEM USER'S MANUAL Congratulations on the Purchase of your new UVO system! Your new UVO system allows you to enjoy various audio and multimedia features through the main audio system. For the latest

More information

The TELUS Business Connect Mobile solution. Admin guide

The TELUS Business Connect Mobile solution. Admin guide The TELUS Business Connect Mobile solution Admin guide Table of contents. Part Getting started 4 Introduction 5 Admin homepage 5 Main functions 5 Admin Portal 5 My Extension 6 Do Not Disturb 7 RingOut

More information

09. Mobile Commerce. Contents. Mobile Computing and Commerce

09. Mobile Commerce. Contents. Mobile Computing and Commerce 09. (Contents) Mobile Commerce Contents 09. Mobile Commerce Mobile Computing and Commerce Code: 166140-01+02 Course: Electronic Commerce Period: Autumn 2011 Professor: Sangwon Lee, Ph.D. 1 09. (Contents)

More information

WAP-Sync-Spec. Data Synchronisation Specification Version 30-May Wireless Application Protocol WAP-234-SYNC a

WAP-Sync-Spec. Data Synchronisation Specification Version 30-May Wireless Application Protocol WAP-234-SYNC a WAP-Sync-Spec Data Synchronisation Specification Version 30-May-2001 Wireless Application Protocol WAP-234-SYNC-20010530-a A list of errata and updates to this document is available from the WAP Forum

More information

Avaya one-x Mobile User Guide for J2ME

Avaya one-x Mobile User Guide for J2ME Avaya one-x Mobile User Guide for J2ME Release 5.2 January 2010 0.2 2009 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was complete

More information

Mobile Device Integration Opportunities and Risks

Mobile Device Integration Opportunities and Risks International Telecommunication Union Mobile Device Integration Opportunities and Risks Thomas Moder Harman/Becker Automotive Systems Contents ITU-T o o o o Levels of mobile device integration Challenges

More information

Multi-Modal Browser Architecture

Multi-Modal Browser Architecture Mobile Speech Solutions and Conversational Multi-modal Computing Multi-Modal Browser Architecture Overview on the support of multi-modal browsers in 3GPP Stéphane H. Maes, IBM smaes@us.ibm.com In collaboration

More information

Integration of distributed data sources for mobile services

Integration of distributed data sources for mobile services Integration of distributed data sources for mobile services Gianpietro Ammendola, Alessandro Andreadis, Giuliano Benelli, Giovanni Giambene Dipartimento di Ingegneria dell Informazione, Università di Siena

More information

Chapter 2 Web Development Overview

Chapter 2 Web Development Overview Chapter 2 Web Development Overview Presented by Thomas Powell Slides adopted from HTML & XHTML: The Complete Reference, 4th Edition 2003 Thomas A. Powell Five Pillars of Sites Web sites have five aspects

More information

UNIVERSITY EXAMINATIONS: NOV/DEC 2011 REGULATION PERVASIVE COMPUTING PART A

UNIVERSITY EXAMINATIONS: NOV/DEC 2011 REGULATION PERVASIVE COMPUTING PART A UNIVERSITY EXAMINATIONS: NOV/DEC 2011 REGULATION 2008 080250049-PERVASIVE COMPUTING PART A 1. Mention the characteristics of pervasive computing. Minimal user distraction Collaborative interaction User

More information

Car Information Systems for ITS

Car Information Systems for ITS Car Information Systems for ITS 102 Car Information Systems for ITS Kozo Nakamura Ichiro Hondo Nobuo Hataoka, Ph.D. Shiro Horii OVERVIEW: For ITS (intelligent transport systems) car information systems,

More information

nüvi 860 Safer handsfree operation Touch-free phone calls Part Number:

nüvi 860 Safer handsfree operation Touch-free phone calls Part Number: nüvi 860 Part Number: 010-00577-01 The widescreen nüvi 860 combines true voice control with premium navigation. This intelligent sat-nav is the first with full menu voice activation, which means there

More information

Seminar on Web Design

Seminar on Web Design Seminar on Web Design by Stamatina Anastopoulou Definitions Outline www; http; html; html tags The Meta element Design issues: Content-structure-presentation Planning-Designing-Testing Design principles

More information

Telephone TELEPHONE SYSTEM OVERVIEW BLUETOOTH INFORMATION

Telephone TELEPHONE SYSTEM OVERVIEW BLUETOOTH INFORMATION TELEPHONE SYSTEM OVERVIEW 1. Touch and hold to retrieve your Voice mail. 2. Status display. Displays the name and/or number dialled and call duration. 3. Call Connect/Disconnect icons. Touch to send/accept

More information

Dominique Carrega, Emmanuel Fournier, Hervé Muyal (Tecsi).

Dominique Carrega, Emmanuel Fournier, Hervé Muyal (Tecsi). Project Number: Project Title: Deliverable Type: (K/N)* AC343 MOVE K CEC Deliverable Number: AC343 / TEC / WP1 / DS / K / 1 / Contractual Date of Delivery to the CEC: July 1998 Actual Date of Delivery

More information

Parrot MINIKIT Neo 2 HD. User guide

Parrot MINIKIT Neo 2 HD. User guide Parrot MINIKIT Neo 2 HD User guide Content Content... 2 Getting started... 4 Before you begin... 4 Package content... 4 Changing the language... 4 Installing the Parrot MINIKIT Neo 2 HD... 4 Battery...

More information

Pinpoint AVM 4.0 Quick Reports Detailed User Manual

Pinpoint AVM 4.0 Quick Reports Detailed User Manual Pinpoint AVM 4.0 Quick Reports Detailed User Manual Page 1 of 11 Table of Contents General avm navigation... 3 1 Quick Reports.... 3 Show... 4 Find... 5 Show Last X hours... 5 Show Trips Over Last 24 Hours...

More information

Avaya one-x Mobile User Guide for Windows Mobile

Avaya one-x Mobile User Guide for Windows Mobile Avaya one-x Mobile User Guide for Windows Mobile 18-602903 Issue 2 December 2008 2008 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document

More information

DRC-1 User Instruction Manual to software version 3.6.

DRC-1 User Instruction Manual to software version 3.6. DRC-1 User Instruction Manual to software version 3.6. A.W. Communication Systems Ltd. Crook Barn The Crook Roweltown Carlisle, Cumbria England. Tel: +44 (0) 1697 748777 Fax: +44 (0) 1697 748778 email:

More information

UNDERGRADUATE PROJECT REVIEW REPORT

UNDERGRADUATE PROJECT REVIEW REPORT NAPIER UNIVERSITY SCHOOL OF COMPUTING UNDERGRADUATE PROJECT REVIEW REPORT 1. Student details Name: COLAS Bertrand Matriculation no: 00279226 Programme: Beng CNDS Email Address: bertrand_colas@hotmail.com

More information

Special Lecture (406) Spoken Language Dialog Systems Introduction to VoiceXML

Special Lecture (406) Spoken Language Dialog Systems Introduction to VoiceXML Special Lecture (406) Spoken Language Dialog Systems Introduction to VoiceXML Rolf Schwitter schwitt@ics.mq.edu.au Macquarie University 2004 1 Today s Program Developing speech interfaces Brief history

More information

Thank you for purchasing Parrot CK3000, the hands-free kit with voice recognition equipped with Bluetooth TM radio technology.

Thank you for purchasing Parrot CK3000, the hands-free kit with voice recognition equipped with Bluetooth TM radio technology. Thank you for purchasing Parrot CK3000, the hands-free kit with voice recognition equipped with Bluetooth TM radio technology. Parrot CK3000 offers you the following functions: Wireless radio connection

More information

The WAP Roadmap. Short Term Goals for WAP

The WAP Roadmap. Short Term Goals for WAP The WAP Roadmap Authors: Alastair Angwin, WAP Specification Committee / IBM UK Laboratories (alastair_angwin@uk.ibm.com) Bill Coan, WAP Specification Committee / AT&T Wireless Services / Global Operators

More information

Hierarchical routing in traffic networks

Hierarchical routing in traffic networks Hierarchical routing in traffic networks Bogdan Tatomir ab Henrik Dibowski c Leon Rothkrantz ab a Delft University of Tehnology, Mekelweg 4, 2628 CD Delft b DECIS Lab, Delftechpark 24, 2628 XH Delft, The

More information

Version 2.7. Audio File Maintenance Advanced User s Guide

Version 2.7. Audio File Maintenance Advanced User s Guide Version 2.7 Audio File Maintenance Advanced User s Guide Contents Introduction to the Documentation...3 About the Documentation...3 Ifbyphone on the Web...3 Logging in to your Ifbyphone Account...3 Maintaining

More information

PROOF ONLY. Unique business handsets with an interchangeable design. UNIVERGE SV8100 Handsets. Good reasons to choose SV8100 handsets

PROOF ONLY. Unique business handsets with an interchangeable design. UNIVERGE SV8100 Handsets. Good reasons to choose SV8100 handsets UNIVERGE SV8100 Handsets Unique business handsets with an interchangeable design SV8100 handsets are like no other. Their modular construction means you can chop and change the design for exact business

More information

Recommendations for Improving Device Independent Presentation Authoring. Krishna Vedati. Fast. Forward. Wireless.

Recommendations for Improving Device Independent Presentation Authoring. Krishna Vedati. Fast. Forward. Wireless. Recommendations for Improving Device Independent Presentation Authoring Krishna Vedati Agenda Device-Independent Presentation Authoring Current Approaches to Device-Independent Authoring Pros and Cons

More information

Potential Threats to Mobile Network Security

Potential Threats to Mobile Network Security Potential Threats to Mobile Network Security (Can WAP virus infect the mobile phones?) BY K.NAGA MOHINI and P.RAMYA IV Btech (CSE) mohini.cse521@gmail.com IV Btech (CSE) ramya_pragada@yahoo.com COMPUTER

More information

Troubleshooting Guide: SAP NetWeaver Gateway

Troubleshooting Guide: SAP NetWeaver Gateway Troubleshooting Guide: SAP NetWeaver Gateway Contents Error Occurred What to do?... 1 Error Log... 1 Error Context... 2 Replay the Error in Gateway Client... 3 Gateway Client... 6 HTTP Requests and Responses...

More information

Ch. 4 - WAN, Wide Area Networks

Ch. 4 - WAN, Wide Area Networks 1 X.25 - access 2 X.25 - connection 3 X.25 - packet format 4 X.25 - pros and cons 5 Frame Relay 6 Frame Relay - access 7 Frame Relay - frame format 8 Frame Relay - addressing 9 Frame Relay - access rate

More information

Deploying SALT Telephony Call Control on an e-business Site

Deploying SALT Telephony Call Control on an e-business Site Page 1 Deploying SALT Telephony Call Control on an e-business Site Glen Shires Director, Media Server Architecture Intel Communications Group Intel Corporation Jim Trethewey Staff Software Engineer Intel

More information

WAP Provisioning Architecture Overview

WAP Provisioning Architecture Overview WAP Provisioning Architecture Overview WAP-182-PROVARCH Proposed Version 19-February-2000 Wireless Application Protocol WAP Provisioning Architecture Overview Wireless Application Protocol Forum Ltd.2000.

More information

Bartley Ridge SECURITY SYSTEMS. User s Guide

Bartley Ridge SECURITY SYSTEMS. User s Guide Bartley Ridge SECURITY SYSTEMS User s Guide 1 OPERATING INSTRUCTION 1.0 AUDIO VIDEO TELEPHONY SYSTEM 1.1 Resident s Phone Unit 1.2 Visitor Call Panel at lift lobby 2.0 PROXIMITY CARD ACCESS SYSTEM 3.0

More information

User Instruction Manual DRC-32 Radio Controller Selcall and TETRA

User Instruction Manual DRC-32 Radio Controller Selcall and TETRA User Instruction Manual DRC-32 Radio Controller Selcall and TETRA A.W. Communication Systems Ltd. Crook Barn The Crook Roweltown Carlisle, Cumbria England. Tel: +44 (0) 1697 748777 Fax: +44 (0) 1697 748778

More information

WEB APPLICATION DEVELOPMENT. How the Web Works

WEB APPLICATION DEVELOPMENT. How the Web Works WEB APPLICATION DEVELOPMENT How the Web Works What Is Hypertext Markup Language? Web pages are created using Hypertext Markup Language (HTML), which is an authoring language used to create documents for

More information

2015 BLUE&ME Hands-Free Communication Owner s Manual Supplement

2015 BLUE&ME Hands-Free Communication Owner s Manual Supplement 2015 BLUE&ME Hands-Free Communication Owner s Manual Supplement SECTION TABLE OF CONTENTS PAGE 1 OVERVIEW...3 2 DISPLAY AND BUTTONS ON THE STEERING WHEEL...11 3 BLUE&ME HANDS-FREE COMMUNICATION PACKAGE

More information

Background of HTML and the Internet

Background of HTML and the Internet Background of HTML and the Internet World Wide Web in Plain English http://www.youtube.com/watch?v=akvva2flkbk Structure of the World Wide Web A network is a structure linking computers together for the

More information

4600 Series IP Telephones Application Programmer Interface (API) Guide Release 2.2 for 4610SW, 4620/4620SW, 4621SW, and 4622SW IP Telephones Release

4600 Series IP Telephones Application Programmer Interface (API) Guide Release 2.2 for 4610SW, 4620/4620SW, 4621SW, and 4622SW IP Telephones Release 4600 Series IP Telephones Application Programmer Interface (API) Guide Release 2.2 for 4610SW, 4620/4620SW, 4621SW, and 4622SW IP Telephones Release 2.5 for the 4625SW IP Telephone 16-300256 Issue 1 April

More information

Car Phone. The professional. More than just a car phone. with first-class hands-free system and exclusive features.

Car Phone. The professional. More than just a car phone. with first-class hands-free system and exclusive features. More than just a car phone. The new PTCarPhone 5 Series First-class voice quality in hands-free mode Optimal reception due to antenna connection Standalone system with SIM card holder Removable handset

More information

SECTION 2 7 OPERATION OF INSTRUMENTS AND CONTROLS. Multi information display

SECTION 2 7 OPERATION OF INSTRUMENTS AND CONTROLS. Multi information display OPERATION OF INSTRUMENTS AND CONTROLS Multi information display SECTION 2 7 Reference................................................. 160 Before using the multi information display.....................

More information

Mopar Part # The best price I found was at for $216 and free shipping.

Mopar Part # The best price I found was at   for $216 and free shipping. Uconnect for 08 Jeep Wrangler Unlimited. Mopar Part # 82211004 The best price I found was at http://wyckoffchryslerparts.com/ucupforfara.html for $216 and free shipping. Note: The difference between at

More information

HERE Maps Update Instruction Guide Mitsubishi Motors MMCS Europe

HERE Maps Update Instruction Guide Mitsubishi Motors MMCS Europe HERE Maps Update Instruction Guide Mitsubishi Motors MMCS Europe here.com FOR MITSUBISHI MOTORS VEHICLES ONLY Mitsubishi Multi Communication System Owner s Manual Supplement Version Update When the current

More information

1.1 Customize the Layout and Appearance of a Web Page. 1.2 Understand ASP.NET Intrinsic Objects. 1.3 Understand State Information in Web Applications

1.1 Customize the Layout and Appearance of a Web Page. 1.2 Understand ASP.NET Intrinsic Objects. 1.3 Understand State Information in Web Applications LESSON 1 1.1 Customize the Layout and Appearance of a Web Page 1.2 Understand ASP.NET Intrinsic Objects 1.3 Understand State Information in Web Applications 1.4 Understand Events and Control Page Flow

More information

Avaya one-x Mobile User Guide for Palm Treo

Avaya one-x Mobile User Guide for Palm Treo Avaya one-x Mobile User Guide for Palm Treo Release 5.2 January 2010 0.2 2009 Avaya Inc. All Rights Reserved. Notice While reasonable efforts were made to ensure that the information in this document was

More information

WAP/ WML : Wireless Protocol wireless protocol

WAP/ WML : Wireless Protocol wireless protocol Device Connectivity Device Connectivity Pervasive computing devices do not develop their full potential unless they are connected to applications and services through the Internet. Device connectivity

More information

User guide. Parrot SK4000. English. Parrot SK4000 User Guide 1

User guide. Parrot SK4000. English. Parrot SK4000 User Guide 1 User guide Parrot SK4000 English Parrot SK4000 User Guide 1 Table of contents Introduction... 4 Kit contents... 4 Using the Parrot SK4000 for the first time... 5 Installing the Parrot SK4000... 5 Description

More information

EEC-682/782 Computer Networks I

EEC-682/782 Computer Networks I EEC-682/782 Computer Networks I Lecture 20 Wenbing Zhao w.zhao1@csuohio.edu http://academic.csuohio.edu/zhao_w/teaching/eec682.htm (Lecture nodes are based on materials supplied by Dr. Louise Moser at

More information

Remote Touch (if equipped)

Remote Touch (if equipped) Remote Touch (if equipped) The Remote Touch can be used to operate the navigation screens and configure settings. Basic operation Remote Touch knob Use this knob to move the cursor and select items on

More information

Full Website Audit. Conducted by Mathew McCorry. Digimush.co.uk

Full Website Audit. Conducted by Mathew McCorry. Digimush.co.uk Full Website Audit Conducted by Mathew McCorry Digimush.co.uk 1 Table of Contents Full Website Audit 1 Conducted by Mathew McCorry... 1 1. Overview... 3 2. Technical Issues... 4 2.1 URL Structure... 4

More information

Fundamentals of Information Systems, Seventh Edition

Fundamentals of Information Systems, Seventh Edition Fundamentals of Information Systems, Seventh Edition Chapter 4 Telecommunications, the Internet, Intranets, and Extranets Fundamentals of Information Systems, Seventh Edition 1 An Overview of Telecommunications

More information

GUIDE TO SOS SERVICE AND Info

GUIDE TO SOS SERVICE AND Info GUIDE TO SOS SERVICE AND Info GENERAL INFORMATION Blue&Me Nav provides access to a number of services that can be requested when purchasing your car or afterwards. SOS SERVICE With Blue&Me Nav SOS service

More information

Switching screens using the touch panel keys Switching screens using the hardware buttons

Switching screens using the touch panel keys Switching screens using the hardware buttons Quick Start Guide MULTIMEDIA NAVIGATION RECEIVER AVIC-8200NEX/AVIC-7200NEX This guide is intended to guide you through the basic functions of this navigation system. For details, please refer to the Operation

More information

AAA CENTER FOR DRIVING SAFETY & TECHNOLOGY

AAA CENTER FOR DRIVING SAFETY & TECHNOLOGY AAA CENTER FOR DRIVING SAFETY & TECHNOLOGY 2017 TOYOTA SIENNA XLE INFOTAINMENT SYSTEM* DEMAND RATING Moderate Demand The 2017 Toyota Sienna XLE Entune infotainment system generated an overall moderate

More information

AUDIO AND TELEMATICS GUIDE

AUDIO AND TELEMATICS GUIDE AUDIO AND TELEMATICS GUIDE On-line handbook line... CITROËN website, under "MyCITROËN". If the "MyCITROËN" function is not available on the CITROËN public address: http://service.citroen.com/ddb/ this

More information

BREW. Romeu Vanuci Regional Manager. QUALCOMM Proprietary

BREW. Romeu Vanuci Regional Manager. QUALCOMM Proprietary BREW Romeu Vanuci Regional Manager 1 Voice Was the First Killer App of Wireless Non-voice Applications Will Drive Wireless Growth News Position Location Ring Tones Push to Talk Entertainment Photo Sharing

More information

HTML is a mark-up language, in that it specifies the roles the different parts of the document are to play.

HTML is a mark-up language, in that it specifies the roles the different parts of the document are to play. Introduction to HTML (5) HTML is a mark-up language, in that it specifies the roles the different parts of the document are to play. For example you may specify which section of a document is a top level

More information

Introduction: History of HTML & XHTML

Introduction: History of HTML & XHTML Introduction: History of HTML & XHTML College of Computing & Information Technology King Abdulaziz University CPCS-665 Internet Technology Objectives Learn the history of the Web and HTML Understand HTML

More information

A NOVEL MECHANISM FOR MEDIA RESOURCE CONTROL IN SIP MOBILE NETWORKS

A NOVEL MECHANISM FOR MEDIA RESOURCE CONTROL IN SIP MOBILE NETWORKS A NOVEL MECHANISM FOR MEDIA RESOURCE CONTROL IN SIP MOBILE NETWORKS Noël CRESPI, Youssef CHADLI, Institut National des Telecommunications 9, rue Charles Fourier 91011 EVRY Cedex FRANCE Authors: N.Crespi,

More information

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM

SMK SEKSYEN 5,WANGSAMAJU KUALA LUMPUR FORM SMK SEKSYEN 5,WANGSAMAJU 53300 KUALA LUMPUR FORM 5 LEARNING AREA 4 MULTIMEDIA Ramadan, SMK Pekan 2007 MULTIMEDIA LESSON 21 MULTIMEDIA CONCEPTS DEFINITION OF MULTIMEDIA Multimedia has been used in many

More information

Hands-free phone system

Hands-free phone system Hands-free phone system The hands-free system enables calls to be made and received without having to take your hands off the steering wheel. This system supports Bluetooth. Bluetooth is a wireless data

More information

MOBILE IP AND WIRELESS APPLICATION PROTOCOL

MOBILE IP AND WIRELESS APPLICATION PROTOCOL MOBILE IP AND WIRELESS APPLICATION PROTOCOL In this chapter, we look at two standards that provide application-level support for wireless networking: Mobile IP and Wireless Application Protocol (WAP).

More information

MPML: A Multimodal Presentation Markup Language with Character Agent Control Functions

MPML: A Multimodal Presentation Markup Language with Character Agent Control Functions MPML: A Multimodal Presentation Markup Language with Character Agent Control Functions Takayuki Tsutsui, Santi Saeyor and Mitsuru Ishizuka Dept. of Information and Communication Eng., School of Engineering,

More information

Parrot Minikit+ User guide

Parrot Minikit+ User guide Parrot Minikit+ User guide Content Content... 2 Getting started... 4 Before you begin... 4 Package content... 4 Changing the language... 4 Installing the Parrot MINIKIT+... 4 Battery... 5 Charging the

More information

Shankersinh Vaghela Bapu Institue of Technology

Shankersinh Vaghela Bapu Institue of Technology Branch: - 6th Sem IT Year/Sem : - 3rd /2014 Subject & Subject Code : Faculty Name : - Nitin Padariya Pre Upload Date: 31/12/2013 Submission Date: 9/1/2014 [1] Explain the need of web server and web browser

More information

Push-to-Talk one or more, talk to them all

Push-to-Talk one or more, talk to them all Push-to-Talk one or more, talk to them all Private calls Private calls are push-to-talk calls between two people. Make and answer private calls To make a private call: Enter the recipient s PTT number.

More information

Basic hardware buttons

Basic hardware buttons Quick Start Guide NAVIGATION AV SYSTEM AVIC-Z910DAB/AVIC-Z710DAB This guide is intended to guide you through the basic functions of this navigation system. For details, please refer to the Operation Manual

More information

VPAT Voluntary Product Accessibility Template. Version 1.0

VPAT Voluntary Product Accessibility Template. Version 1.0 Version 1.0 Sharp Monochrome Advanced series Sharp Monochrome Essentials series Compliant with minor exceptions Date: January 8, 2018 Name of Products: MX-M3070, MX-M3570, MX-M4070, MX-M5070, MX-M6070,

More information

Overview. Importance of Design. Lost in hyperspace. Site Organisation. Designing Structure. Lecture 14 Web Usability

Overview. Importance of Design. Lost in hyperspace. Site Organisation. Designing Structure. Lecture 14 Web Usability Overview Lecture 14 Web Usability Boriana Koleva Room: C54 Email: bnk@cs.nott.ac.uk Website design Information structure Navigation Webpage design Text Graphics Audio Video Aesthetics Usability Importance

More information

Understanding the Web Design Environment. Principles of Web Design, Third Edition

Understanding the Web Design Environment. Principles of Web Design, Third Edition Understanding the Web Design Environment Principles of Web Design, Third Edition HTML: Then and Now HTML is an application of the Standard Generalized Markup Language Intended to represent simple document

More information

An Overview of. Eric Bollens ebollens AT ucla.edu Mobile Web Framework Architect UCLA Office of Information Technology

An Overview of. Eric Bollens ebollens AT ucla.edu Mobile Web Framework Architect UCLA Office of Information Technology An Overview of Eric Bollens ebollens AT ucla.edu Mobile Web Framework Architect UCLA Office of Information Technology August 23, 2011 1. Design Principles 2. Architectural Patterns 3. Building for Degradation

More information

Adding content to your Blackboard 9.1 class

Adding content to your Blackboard 9.1 class Adding content to your Blackboard 9.1 class There are quite a few options listed when you click the Build Content button in your class, but you ll probably only use a couple of them most of the time. Note

More information

User Interaction: XML and JSON

User Interaction: XML and JSON User Interaction: XML and JSON Assoc. Professor Donald J. Patterson INF 133 Fall 2012 1 HTML and XML 1989: Tim Berners-Lee invents the Web with HTML as its publishing language Based on SGML Separates data

More information

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction

Adaptable and Adaptive Web Information Systems. Lecture 1: Introduction Adaptable and Adaptive Web Information Systems School of Computer Science and Information Systems Birkbeck College University of London Lecture 1: Introduction George Magoulas gmagoulas@dcs.bbk.ac.uk October

More information

THE INNOVATIVE TELEMATIC SOLUTION FOR CARS BASED ON MICROSOFT AUTO

THE INNOVATIVE TELEMATIC SOLUTION FOR CARS BASED ON MICROSOFT AUTO THE INNOVATIVE TELEMATIC SOLUTION FOR CARS BASED ON MICROSOFT AUTO GENERAL INFORMATION... 3 HANDS-FREE SYSTEM... 3 SMS MESSAGE READER... 5 THE MEDIA PLAYER... 6 ROAD SAFETY... 7 DISPLAY AND STEERING WHEEL

More information