Sensors.

Slides:



Advertisements
Similar presentations
Chorus and other Microkernels Presented by: Jonathan Tanner and Brian Doyle Articles By: Jon Udell Peter D. Varhol Dick Pountain.
Advertisements

® IBM Software Group © 2006 IBM Corporation Rational Software France Object-Oriented Analysis and Design with UML2 and Rational Software Modeler 04. Other.
1 OS Structure, Processes & Process Management. 2 Recap OS functions  Coordinator  Protection  Communication  Resource management  Service provider.
INTRODUCTION OS/2 was initially designed to extend the capabilities of DOS by IBM and Microsoft Corporations. To create a single industry-standard operating.
C++ data types. Structs vs. Classes C++ Classes.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 2: Managing Hardware Devices.
Figure 1.1 Interaction between applications and the operating system.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment Chapter 2: Managing Hardware Devices.
RAISE Teachers Polytechnic University Monday August 29, 2005 Introduction to Sensors Sookram Sobhan.
Monitoring systems COMET types MS55 & MS6 MS55/MS6 Configuration.
Windows XP Language Interface Packs (LIPs) - Localized OSs for the Masses Russ Rolfe Program Manager.
Privilege Levels Cisco IOS provides for 16 different privilege levels ranging from 0 to 15. Cisco IOS comes with 2 predefined user levels. User mode.
Event Viewer Was of getting to event viewer Go to –Start –Control Panel, –Administrative Tools –Event Viewer Go to –Start.
Windows NT Operating System Junhua Duan Junhua Duan Aug. 26th, 1999 Aug. 26th, 1999.
Guide to MCSE , Second Edition, Enhanced 1 Objectives Understand and use the Control Panel applets Describe the versatility of the Microsoft Management.
Chapter 17: Watching Your System BAI617. Chapter Topics Working With Event Viewer Performance Monitor Resource Monitor.
Chapter Three Using the System Utilities. Objectives Understand and use the Control Panel applets Understand and use the Control Panel applets Use the.
Celoxis Intro Celoxis is a web-based project management software company based in India. The Celoxis application integrates management of projects, resources,
Basic Computer Structure and Knowledge Project Work.
Lesson 8 Operating Systems
Module 1 Additional Slides Introducing Windows XP Professional.
Hands-On Microsoft Windows Server 2008
Tutorial 11 Installing, Updating, and Configuring Software
Txt1 Lumio - Confidential Crystal Touch Panel Assembly Training Course 1.14 TROUBLE SHOOTING 1.Each PCB controller contains a Serial number label. 2.Each.
70-290: MCSE Guide to Managing a Microsoft Windows Server 2003 Environment, Enhanced Chapter 2: Managing Hardware Devices.
W. Sliwinski – eLTC – 7March08 1 LSA & Safety – Integration of RBAC and MCS in the LHC control system.
April 2000Dr Milan Simic1 Network Operating Systems Windows NT.
Windows NT Operating System. Windows NT Models Layered Model Client/Server Model Object Model Symmetric Multiprocessing.
School of Computer Science & Information Technology G6DICP Introduction to Computer Programming Milena Radenkovic.
Page 1 Printing & Terminal Services Lecture 8 Hassan Shuja 11/16/2004.
Basic UNIX Concepts. Why We Need an Operating System (OS) OS interacts with hardware and manages programs. A safe environment for programs to run is required.
MEMORY GENERATORS MEMPRO Instructor: Dr. Anthony Johnson Presented by: Rajesh Natarajan Motheeswara Salla.
CSC 335 Data Communications and Networking Lecture 4b: Communication and Multiplexing Dr. Cheer-Sun Yang.
Credit:  An operating system is the program that is loaded into the computer  coordinates all the activities among.
Definition of a sensor Def. 1. (Oxford dictionary)
Hands-On Microsoft Windows Server 2008 Chapter 5 Configuring Windows Server 2008 Printing.
Ms. Tracy  Identify the purpose of an operating system.  Identify different operating systems.  Describe computer user interaction with multiple.
What is O.S Introduction to an Operating System OS Done by: Hani Al-Mohair.
XPSP2 “Basic Gotchas” Security Center “Welcome” –May be confusing –Gives a “No Antivirus” warning for machines with SAV which have NOT been patched for.
Written by : Oren Frenkel Intel Confidential ® C CD SDS.
Chapter 4. CONCEPT OF THE OPERATING SYSTEM MANAGING ESSENTIAL FILE OPERATIONS.
Some Network Commands n Some useful network commands –ping –finger –nslookup –tracert –ipconfig.
Introduction to comp. and prog. CS 101 G 964
Introducing, Installing, and Upgrading Windows 7
Chapter Objectives In this chapter, you will learn:
Accessing the Database Server: ODBC, OLE DB, and ADO
Monitoring systems COMET types MS55 & MS6
Chapter 2: Configure a Network Operating System
Pilot Watcher Product Overview V5.3
Linux for Windows users
SCADA for Remote Industrial Plant
Tango Administrative Tools
G.Manduchi1, T.Fredian2⁾, J.Stillerman2⁾, A. Neto3), F. Sartori3)
Dry contact sensor HDL-MSD04.40 HDL-MSD08.40.
The Visible Computer Chapter 3.
Hands-On Microsoft Windows Server nd Edition
Chapter 3: Windows7 Part 4.
Chapter 3: Windows7 Part 1.
Chapter 2: Configure a Network Operating System
A BRIEF INTRODUCTION TO UNIX OPERATING SYSTEM
The ANSI/SPARC Architecture aka the 3 Level Architecture
System Calls.
Lesson 8 Operating Systems
Functions of an operating system
Outline Operating System Organization Operating System Examples
Wireless networking Rytis Garbauskas.
RS-422 Interface.
Computer components is a programmable machine that receives input, stores and manipulates data, and provides output in a useful format. Computer The computer.
Chapter 13: I/O Systems.
C++ data types.
Presentation transcript:

Sensors

What are Sensors? Everything what can get information about an environment, action or object can be called a sensor.

What are Sensors? American National Standards Institute (ANSI) Definition: “A device which provides a usable output in response to a specified measuring”. A sensor acquires a physical parameter and converts it into a signal suitable for processing (e.g. optical, electrical, mechanical).

Need for Sensors Sensors are omnipresent. They embedded in our bodies, automobiles, airplanes, cellular telephones, radios, chemical plants, industrial plants and countless other applications.

Categories of Sensors

Security Default sensors are off. Windows OS warns you how sensors can affect private user information. Administrator access is required to activate the sensor. Once activated, the sensor can operate on all connected user programs. The application that uses the sensor can call the window where the user can activate the sensor. Sensor drivers are objects that process all I/O requests (does not allow unauthenticated users to receive sensor information).

How do Sensors work The DDI enables Windows to provide a standard way for sensor devices to connect to the computer and to provide data to other subsystems. The Windows Sensor API provides a set of methods, properties, and events to work with connected sensors and sensor data. The Windows Location API, which is built on the Windows Sensor API, provides a set of programming objects, including scripting objects, for working with location information. The Location and Other Sensors Control Panel enables computer administrators to set sensors, including location sensors, for each user.

How do Sensors work? DDI – Device Driver Interface UMDF - User Mode Driver Framework WPD – Windows Portable Devices

Sensor

Required files for the Sensor Compatibility - Sensor API will work with all versions of Windows 7 except for starter edition.

Types of Events SENSOR_EVENT_ACCELEROMETER_SHAKE SENSOR_EVENT_DATA_UPDATED SENSOR_EVENT_PROPERTY_CHANGED SENSOR_EVENT_STATE_CHANGED

Resources https://docs.microsoft.com/enus/windows/desktop/sensorsapi/