INTEGRATING FIRE OPERATIONS WITH IT AND GIS: IMAGING COMPONENT TO SUPPORT DIGITAL PRE-FIRE SURVEYS IN FIRE APPARATUS

Size: px
Start display at page:

Download "INTEGRATING FIRE OPERATIONS WITH IT AND GIS: IMAGING COMPONENT TO SUPPORT DIGITAL PRE-FIRE SURVEYS IN FIRE APPARATUS"

Transcription

1 Lee Nichols Document Management / Imaging Specialist City of Winston-Salem Winston-Salem, NC INTEGRATING FIRE OPERATIONS WITH IT AND GIS: IMAGING COMPONENT TO SUPPORT DIGITAL PRE-FIRE SURVEYS IN FIRE APPARATUS Abstract: The imaging component of Winston-Salem s I.N.F.O. project links graphical information to specific addresses. It provides detailed information to firefighters while en route and on the scene. The Fire Department maintains various types of documentation. This varies from a standard pre-fire survey drawing to detailed hazardous material incident management information. Before the City began the I.N.F.O. project, emergency vehicles stored paper pre-fire survey drawings in a binder for only their own home territory. Space limitations prevented storing all pre-fire surveys. An application survey and needs analysis were conducted and several new operating procedures were defined by the Fire Department. These include standardize pre-fire survey drawings using Computer Aided Design, digitize the drawings with imaging technology, highlight with color using electronic annotation, distribute on CD-ROM, and store pre-fire surveys on a ruggedized mobile data computer in the fire vehicle. Document retrieval is now automatic based upon the E911 dispatch address. All fire emergency vehicles have the capability to retrieve any pre-fire survey, not just the pre-fire surveys in one home territory. INTRODUCTION The I.N.F.O. imaging system allows firefighters to view electronic documentation on a mobile data computer (MDC) in the fire apparatus. This information was previously accessed using paper and notebook binders. Now the Winston-Salem Fire Department uses a touch screen computer interface to access this information instantly. This system utilizes several software components to create and maintain the information. The core application was written in Visual Basic and comprises several ActiveX components. An off-the-shelf computer aided design package was used to redraw 1,384 pre-fire surveys electronically. These files were then Absolute Page Number 131

2 printed to a universal image format. For retrieval, the TIF (Tagged Image File Format) filenames were imported into a database of Computer Aided Dispatch information. Each image was annotated with color to highlight trucks, hazards, water supplies, and service disconnects. This color annotation was critical to allow the firefighters to quickly and easily distinguish the information presented in the pre-fire survey drawings. Hazardous material (HazMat) information was also imported into the imaging database. This allowed a list of chemicals and their quantities to be displayed along with the pre-fire information. In addition to the primary information on the pre-fire surveys and in the HazMat database, the Fire Department can view physically challenged and multiple address drawings. An example of a multiple address document would be an apartment complex or a trailer park map submitted to the Fire Department. Through the use of state-ofthe-art technology, the firefighters have been able to eliminate binders of paper documentation in fire trucks and improve their ability to access information during an emergency. DOCUMENT MANAGEMENT ENVIRONMENT The Fire Department maintains various types of documents to assist in the performance of their job. For any given location within the City, the following documentation may exist: 1) pre-fire survey drawing of a building and/or a pre-fire survey data sheet 2) hazardous material information 3) physically challenged evacuation plan 4) multiple address drawing Copies of the paper documents were stored in the cab of each fire engine and organized alphabetically by company name in three-ring binders. The previous Mobile Data Terminal (MDT) would display a Y in the pre-fire (PF) field to indicate the existence of a pre-fire survey. Retrieval was done immediately after arriving at a location. To speed the process, the binders had colored index tabs and the documents were highlighted in color. Personnel in each fire station are responsible for creating and maintaining their station s pre-fire surveys. Each firefighter studies their station s surveys to gain a better understanding of buildings in their home territory. This created a problem because the fire stations that are located in heavily populated urban areas must always have two engines waiting in the garage of the station. If one engine leaves the station on a call, another engine company from a less populated rural area will fill the vacant slot. This replacement engine company only had copies of pre-fire surveys for their home territory, but could potentially need to access information for the current home territory. Each fire engine required access to all pre-fire surveys, but, pre-fire surveys were created locally at each station so they varied dramatically. If a firefighter looked at a survey from another home territory which Absolute Page Number 132

3 was drawn with different symbols and highlighted with different colors, he or she may not have been able to quickly understand the information presented. The solution was to standardize the drawing tools used to create the drawings and then redraw them. This was necessary because all stations now have access to all prefire surveys. IMPLEMENTATION Pre-fire survey drawings were standardized using Computer Aided Design software from The CAD Zone, which was installed at all 17 fire stations. The pre-fire survey form was redesigned and data entry macros were created. The General Order dictating pre-fire survey creation and maintenance policy was changed to reflect the new processes. Formal training classes were conducted and the Fire Department has redrawn 1,384 pre-fire surveys. The CAD Zone software uses a proprietary file format (DW2) that can only be opened and viewed with its FIRE Zone drawing package. This software worked very well to redraw the pre-fire surveys, but would not have provided the firefighters with a quick and easy way of viewing the documents in an emergency situation. So, once the pre-fire surveys were redrawn, the Fire Department used two software packages to create standard black and white TIF files for viewing in the fire apparatus. Visionary Solutions ImPrint printer driver for Windows 95 was used to create the TIF image files by simply printing each drawing. The Integrator from New Team Software was used to automate this process. Several macros were created using the Integrator s scripting language. Once completed, the Fire Department was able to automatically print an entire directory of DW2 files to TIF files. The TIF pre-fire survey filenames were then imported into a Microsoft Access database along with information extracted from the City s Computer Aided Dispatch (CAD) database. Within the CAD database, each pre-fire survey has a five digit location identification. This LOCID was used to name the pre-fire survey drawings and automatically attach any CAD data without duplicate data entry. For example, Calvary Baptist Church s LOCID is and it has a two page pre-fire survey, so these files were named DW2 and DW2 when they were redrawn. This allowed the Fire Department to pull information from the CAD database and minimize the amount of labor required to create and maintain an imaging index. Automated processes were created using Microsoft Visual Basic that allowed the Fire Department to easily import flat-file data from the CAD database and verify the imaging database. The software platform chosen was Microsoft Windows 95 operating system and the Microsoft Component Object Model for development of the imaging component of the I.N.F.O. application. A customized solution was nessessary Absolute Page Number 133

4 because standard off-the-shelf imaging applications are not neccessarily usable through a touch screen interface. Also, the maximum amount of memory and highest processor speed available for a ruggedized mobile data computer are limited when compared to standard laptops. Since the MDC also would be running WinMDT (Windows based Mobile Data Terminal) and GIS routing software, a minimum memory foot print and processor requirement dictated that the City develop a custom solution with only the required functionality. A custom ActiveX imaging control was created to allow the firefighters to access the prefire database and images quickly and easily through a touch screen interface. The ActiveX imaging control consists of several ActiveX controls and application extensions. The LeadTools Pro Express ActiveX control (OCX) is used to view and annotate the pre-fire survey images. The capability to annotate the black and white images in color was critical because this provided the firefighters with the ability to quickly distinguish key features on the drawing. For example, trucks are colored yellow, hazards are red, water supplies are blue, and service disconnects are orange. By using black and white images and highlighting with color, the Fire Department was able to reduce the amount of storage space for the image data from 7GB for color images to 400MB. This was of great importance because the images are being distributed on CD-Recordable media, which has a capacity of 650MB, and the MDC only has a 1.4GB hard disk drive. Changing CD-Rom disks during an emergency situation was not an option. Another component is the Microsoft DAO (Data Access Objects) 3.5 Object Library application extension, which is used to search and retrieve data from the imaging database. By using these and other components, the City was able to effectively use the principles of Rapid Application Development to save time and money during the development of a custom ActiveX imaging control. The MDC in the fire apparatus has a container application created using Microsoft Visual Basic. This container houses the GIS routing ActiveX control and the imaging ActiveX control. In addition, the MDC is also running WinMDT. WinMDT passes the address information via DDE (Dynamic Data Exchange) to the Visual Basic container application, which in turn initiates the GIS geocoder to create and then display a route. If the location has a pre-fire survey, then an imaging system button is enabled and the firefighter can view the pre-fire survey information by pressing this button. Once the firefighter does this, the GIS routing ActiveX control passes the incident address to the imaging ActiveX control and the pre-fire survey is automatically displayed. If several documents exist for the location, then the firefighter is presented with a list of documents from which to choose. For example, a location may have a pre-fire survey and HazMat data associated with it. This application enables automated retrieval of critical pre-fire information instantly so that the firefighters can make key decisions quicker and easier in-order to save lives. Absolute Page Number 134

5 LESSONS LEARNED We learned that our time was better spent examining the current document management environment and re-engineering it to exploit technology, rather than applying technology to automate an existing system. We also learned not to overlook details on the documents. We knew that the prefire surveys were an important piece in the overall solution, but the shape and color of the symbols on the documents were just as important in the design of the system. Absolute Page Number 135

MaxData 2007 Database Concepts

MaxData 2007 Database Concepts i MaxData 2007 Database Concepts ii MaxData 2007 Contents Introduction... 1 What Is MaxData 2007?... 1 System Requirements... 1 Checking your version of Office... 1 Database Concepts... 2 What Is a Database?...

More information

RescueNet Dispatch. Next-Generation Computer-Aided Dispatch

RescueNet Dispatch. Next-Generation Computer-Aided Dispatch RescueNet Dispatch Next-Generation Computer-Aided Dispatch RescueNet Dispatch makes call taking and dispatching for emergent and non-emergent ambulance organizations more efficient, economical, and organized.

More information

Appendix C to DIR Contract No. DIR-SDD-1880 Pricing Index

Appendix C to DIR Contract No. DIR-SDD-1880 Pricing Index Appendix C to DIR Contract No. DIR-SDD-1880 Pricing Index NOTE: Services pricing and/or desktop/laptop pricing may change from what is listed in this Appendix C based on customer requirements and changes

More information

MOBILE DATA TERMINALS AND AUTOMATIC VEHICLE LOCATORS IN THE FIRE SERVICE-TOOLS OR TOYS. Executive Leadership

MOBILE DATA TERMINALS AND AUTOMATIC VEHICLE LOCATORS IN THE FIRE SERVICE-TOOLS OR TOYS. Executive Leadership MOBILE DATA TERMINALS AND AUTOMATIC VEHICLE LOCATORS IN THE FIRE SERVICE-TOOLS OR TOYS Executive Leadership ` BY: Michael Fisher Alameda Fire Department Alameda, California An applied research project

More information

NFIRS Incident Reporting. For ECFR Firehouse Web

NFIRS Incident Reporting. For ECFR Firehouse Web NFIRS Incident Reporting For ECFR Firehouse Web NFIRS Incident Reporting As stated in SOG 1230.010, the OIC for all dispatched incidents must complete an Incident report including all companies responding

More information

SEMETS3-71 Performing low level programming for engineering software

SEMETS3-71 Performing low level programming for engineering software Performing low level programming for engineering software Overview This unit identifies the competences you need to develop the specialist software which directly interacts with the hardware. These software

More information

Document Name: Driving Skills. Purpose: To outline necessary driving skills required to maximize driving safety.

Document Name: Driving Skills. Purpose: To outline necessary driving skills required to maximize driving safety. Document Name: Driving Skills Date Created: 8 October 2013 Date Reviewed: 4 February 2014 Date Approved: 29 July 2015 Purpose: To outline necessary driving skills required to maximize driving safety. Overview:

More information

PRE-DESIGNATED DISPATCHING. Presented by The MCCC ROG Committee

PRE-DESIGNATED DISPATCHING. Presented by The MCCC ROG Committee PRE-DESIGNATED DISPATCHING Presented by The MCCC ROG Committee Overview Projected Dispatch Change Current CAD utilizes three Fire codes. Status is kept only on the first Officer that responds, arrives,

More information

Table of Contents. 1. Overview... 3. 1.1 Materials Required. 3 1.2 System Requirements. 3 1.3 User Mode 3. 2. Installation Instructions..

Table of Contents. 1. Overview... 3. 1.1 Materials Required. 3 1.2 System Requirements. 3 1.3 User Mode 3. 2. Installation Instructions.. Table of Contents 1. Overview..... 3 1.1 Materials Required. 3 1.2 System Requirements. 3 1.3 User Mode 3 2. Installation Instructions.. 4 2.1 Installing the On Call Diabetes Management Software. 4 2.2

More information

SA-9600 Surface Area Software Manual

SA-9600 Surface Area Software Manual SA-9600 Surface Area Software Manual Version 4.0 Introduction The operation and data Presentation of the SA-9600 Surface Area analyzer is performed using a Microsoft Windows based software package. The

More information

Send a print job to the Margaret River Library from my home PC, laptop or mobile device

Send a print job to the Margaret River Library from my home PC, laptop or mobile device Send a print job to the Margaret River Library from my home PC, laptop or mobile device Send a print job to the Margaret River Library Print Release station from any internet-connected device, any time,

More information

SB101 SMART Board 101

SB101 SMART Board 101 SB101 SMART Board 101 Pieces and Parts SMART Board with cable connected to a laptop or desktop computer LCD projector with cable connected to the computer Computer SMART Board cable (use the appropriate

More information

PURVIS Fire Station Alerting System

PURVIS Fire Station Alerting System SOLUTION BRIEF www.purvispublicsafety.com PURVIS Fire Station Alerting System The PURVIS Fire Station Alerting System (FSAS) is an award winning, IP-based alerting solution designed to enhance communications

More information

Microsoft Access 2010 Part 1: Introduction to Access

Microsoft Access 2010 Part 1: Introduction to Access CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Access 2010 Part 1: Introduction to Access Fall 2014, Version 1.2 Table of Contents Introduction...3 Starting Access...3

More information

Colorado Springs - Fire Department and Traffic Management Center

Colorado Springs - Fire Department and Traffic Management Center Colorado Springs - Fire Department and Traffic Management Center City of Colorado Springs This project is being utilized by the City to improve the delivery of public safety services. It is a combination

More information

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES

13 Managing Devices. Your computer is an assembly of many components from different manufacturers. LESSON OBJECTIVES LESSON 13 Managing Devices OBJECTIVES After completing this lesson, you will be able to: 1. Open System Properties. 2. Use Device Manager. 3. Understand hardware profiles. 4. Set performance options. Estimated

More information

RFP for Dispatch Services Responses to Questions

RFP for Dispatch Services Responses to Questions 1. Please describe your station alarming and how it is activated from the CAD system. Please describe any backup alarming systems. Station alarm is through a Motrola/Printrak system which includes a Motrola

More information

MITIGATION RATES PER HOUR

MITIGATION RATES PER HOUR MITIGATION RATES PER HOUR MOTOR VEHICLE INCIDENTS Level 1 $435.00 Provide hazardous materials assessment and scene stabilization. This will be the most common billing level. This occurs almost every time

More information

System Firmware Update Instructions for AVH-4000NEX

System Firmware Update Instructions for AVH-4000NEX System Firmware Update Instructions for AVH-4000NEX IMPORTANT Please download and print these firmware update instructions before downloading and installing the firmware update. It is important that you

More information

As noted in previous chapters, crime analysis relies heavily on computer

As noted in previous chapters, crime analysis relies heavily on computer 07-Boba-4723.qxd 6/9/2005 3:43 PM Page 101 7 Crime Analysis Technology As noted in previous chapters, crime analysis relies heavily on computer technology, and over the past 15 years significant improvements

More information

SECTION 1 - Introduction

SECTION 1 - Introduction Hazardous Materials Awareness: Self-Study Guide Sandoval County Fire Department Complete before taking classroom portion of class (Use DOT Emergency Response Guidebook Orange Book ) SECTION 1 - Introduction

More information

Reporting Manual. Prepared by. NUIT Support Center Northwestern University

Reporting Manual. Prepared by. NUIT Support Center Northwestern University Reporting Manual Prepared by NUIT Support Center Northwestern University Updated: February 2013 CONTENTS 1. Introduction... 1 2. Reporting... 1 2.1 Reporting Functionality... 1 2.2 Creating Reports...

More information

Guidelines for HARPS observations

Guidelines for HARPS observations Guidelines for HARPS observations This is a general introduction to observe with the HARPS instrument attached at the 3.6m telescope from the new control room located in the former library building in

More information

Major upgrade versions. To see which features each version of Windows 7 has, go to Microsoft's Compare Windows page.

Major upgrade versions. To see which features each version of Windows 7 has, go to Microsoft's Compare Windows page. Windows 7 Upgrading to Windows 7 Introduction Page 1 Now that you have explored what Windows 7 has to offer, we can help you understand what's involved in moving to the new operating system. In this lesson,

More information

HOWTO annotate documents in Microsoft Word

HOWTO annotate documents in Microsoft Word HOWTO annotate documents in Microsoft Word Introduction This guide will help new users markup, make corrections, and track changes in a Microsoft Word document. These instructions are for Word 2007. The

More information

FIBER OPTIC CABLE PLANT DOCUMENTATION

FIBER OPTIC CABLE PLANT DOCUMENTATION C H A P T E R 13 FIBER OPTIC CABLE PLANT DOCUMENTATION JIM HAYES Documenting the fiber optic cable plant is a necessary part of the design and installation process for the fiber optic network. Documenting

More information

DURGA SOFTWARE SOLUTUIONS,S.R NAGAR,HYDERABAD. Ph:9246212143,040-64512786. Abstract

DURGA SOFTWARE SOLUTUIONS,S.R NAGAR,HYDERABAD. Ph:9246212143,040-64512786. Abstract Abstract The problem that we specify is that now day it is too difficult for both writing and maintaining records manually. It takes lots of time for writing records manually. Even there is chance of missing

More information

How to Manage Your Eservice Center Knowledge Base

How to Manage Your Eservice Center Knowledge Base Populating and Maintaining your eservice Center Knowledge Base Table of Contents Populating and Maintaining the eservice Center Knowledge Base...2 Key Terms...2 Setting up the Knowledge Base...3 Consider

More information

GEOGRAPHIC INFORMATION SYSTEMS (GIS): THE BEDROCK OF NG9-1-1

GEOGRAPHIC INFORMATION SYSTEMS (GIS): THE BEDROCK OF NG9-1-1 GEOGRAPHIC INFORMATION SYSTEMS (GIS): THE BEDROCK OF NG9-1-1 THE TIME IS NOW FOR PSAPS AND REGIONAL AGENCIES TO TAKE ADVANTAGE OF THE ACCURATE GEOSPATIAL DATABASES THAT WILL BE KEY TO NEXT GENERATION EMERGENCY

More information

User s Guide for version 5 Page

User s Guide for version 5 Page Network Management Interface Catalog VPi 32.15E For use with these ATS products: 7000 & 4000 Series (Group 5 Controller) Series 300 (Group 1 Controller), and 940, 962, 436, 434, 447, 448 (Group 6A/7A Control

More information

Engineering and service software For KNX and LPB plants

Engineering and service software For KNX and LPB plants 5 649 Engineering and service software For KNX and LPB plants As of V9.00 ACS790 The engineering and service software ACS790 is for KNX and LPB plants equipped with the appropriate bus devices. The software

More information

MEMORANDUM. Per the S.C. Department of Revenue:

MEMORANDUM. Per the S.C. Department of Revenue: South Carolina Department of Labor, Licensing and Regulation Office of State Fire Marshal 141 Monticello Trail Columbia, SC 29203 Phone: 803-896-9800 Fax: 803-896-9806 www.llronline.com MEMORANDUM TO:

More information

Checking the Package Contents. Installing the Printer Software. Connecting. Unpacking the. the Printer. Printer. Attaching

Checking the Package Contents. Installing the Printer Software. Connecting. Unpacking the. the Printer. Printer. Attaching Installing the Printer Software Checking the Package Contents Connecting the Printer Unpacking the Printer Installing the Ink Cartridges Plugging in the Printer Attaching the Printer Parts 4032216-00 EUL

More information

Web Supervisor/Agent. System Requirements & Troubleshooting Guide. 989 Old Eagle School Road Wayne, PA 19087 (610) 964-8000. www.evolveip.

Web Supervisor/Agent. System Requirements & Troubleshooting Guide. 989 Old Eagle School Road Wayne, PA 19087 (610) 964-8000. www.evolveip. Web Supervisor/Agent System Requirements & Troubleshooting Guide 989 Old Eagle School Road Wayne, PA 19087 (610) 964-8000 www.evolveip.net Evolve IP Guide Copyright Notice Trademarks Copyright 2011 Evolve

More information

Qlik Sense Desktop. Qlik Sense 2.0.6 Copyright 1993-2015 QlikTech International AB. All rights reserved.

Qlik Sense Desktop. Qlik Sense 2.0.6 Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik Sense Desktop Qlik Sense 2.0.6 Copyright 1993-2015 QlikTech International AB. All rights reserved. Copyright 1993-2015 QlikTech International AB. All rights reserved. Qlik, QlikTech, Qlik Sense, QlikView,

More information

Table of Contents Introduction Page 3. Definitions Page 3. District Description Page 4. Legal existence of the fire district Page 4

Table of Contents Introduction Page 3. Definitions Page 3. District Description Page 4. Legal existence of the fire district Page 4 Kitsap County Fire District 18/Poulsbo 2014 Annual Report of Service Level Objectives Table of Contents Introduction Page 3 Definitions Page 3 District Description Page 4 Legal existence of the fire district

More information

A Practical Approach to Starting and Growing Your Own Law Firm

A Practical Approach to Starting and Growing Your Own Law Firm Hanging Your Shingle: A Practical Approach to Starting and Growing Your Own Law Firm Technology Planning for Startup Law Firms General Considerations Computers Deciding on the type of computer and the

More information

Lesson 2: Technology Applications Major Transit Technologies Grouped by Function

Lesson 2: Technology Applications Major Transit Technologies Grouped by Function Technology Tool Accounting Software Automatic Passenger Counters (APC) Automated Scheduling and Routing Software Automated Vehicle Location Systems (AVL) Communications Computer-Assisted Software for Demand

More information

Monitoring Replication

Monitoring Replication Monitoring Replication Article 1130112-02 Contents Summary... 3 Monitor Replicator Page... 3 Summary... 3 Status... 3 System Health... 4 Replicator Configuration... 5 Replicator Health... 6 Local Package

More information

DEPARTMENT OF INFORMATION TECHNOLOGY Tim Calderone, Director

DEPARTMENT OF INFORMATION TECHNOLOGY Tim Calderone, Director DEPARTMENT OF INFORMATION TECHNOLOGY Tim Calderone, Director The Information Technology Department keeps advancing with all of the exciting new technologies. These technologies are helping the City of

More information

TRANSPORTATION ROUTING MANAGEMENT SOFTWARE REQUEST FOR PROPOSAL SPECIFICATIONS SPECIFICATION DESCRIPTION YES NO COMMENTS

TRANSPORTATION ROUTING MANAGEMENT SOFTWARE REQUEST FOR PROPOSAL SPECIFICATIONS SPECIFICATION DESCRIPTION YES NO COMMENTS GENERAL SYSTEM CHARACTERISTICS The software should be a true Windows Client/Server program. The software should be currently installed and operational under any Microsoft supported Windows operating system.

More information

APPENDIX B: FEMA 452: Risk Assessment Database V5.0. User Guide

APPENDIX B: FEMA 452: Risk Assessment Database V5.0. User Guide APPENDIX B: FEMA 452: Risk Assessment Database V5.0 User Guide INTRODUCTION... 5 DATABASE ADMINISTRATOR INFORMATION... 6 INSTALLATION PROCESS... 8 USE OF THE DATABASE... 10 OPENING THE DATABASE... 12 FACILITY

More information

Nuance ecopy ShareScan 5 and ecopy PDF Pro Office 5 Reviewers' Guide

Nuance ecopy ShareScan 5 and ecopy PDF Pro Office 5 Reviewers' Guide Nuance ecopy ShareScan 5 and ecopy PDF Pro Office 5 Reviewers' Guide Thank you for your interest in the ecopy multifunction peripheral (MFP) document scanning and workflow software. We hope that the following

More information

3M Stats and Status Software for 3M Detection System Model 8900/9900. Administrator s Guide

3M Stats and Status Software for 3M Detection System Model 8900/9900. Administrator s Guide 3M Stats and Status Software for 3M Detection System Model 8900/9900 Administrator s Guide Copyright 2009, 3M. All rights reserved. 3M Stats and Status Software for 3M Detection System Model 8900/9900

More information

HP StorageWorks 8Gb Simple SAN Connection Kit quick start instructions

HP StorageWorks 8Gb Simple SAN Connection Kit quick start instructions HP StorageWorks 8Gb Simple SAN Connection Kit quick start instructions Congratulations on your purchase of the 8Gb Simple SAN Connection Kit. This guide provides procedures for installing the kit components,

More information

Effective Collaboration

Effective Collaboration AUTODESK BUILDING SOLUTIONS Effective Collaboration Exporting Revit Architecture Models as ACIS Solids for Use in AutoCAD MEP The intent of this paper is to explain a process by which architects using

More information

Appointments: Calendar Window

Appointments: Calendar Window Appointments Appointments: Calendar Window Purpose The Appointment Calendar window is the automated equivalent of a paper appointment book. You can make appointments, confirm appointments, and view appointments

More information

OFFICE OF INSPECTOR GENERAL City of Chicago

OFFICE OF INSPECTOR GENERAL City of Chicago OFFICE OF INSPECTOR GENERAL City of Chicago REPORT OF THE OFFICE OF INSPECTOR GENERAL: ************************* CHICAGO FIRE DEPARTMENT FIRE AND MEDICAL INCIDENT RESPONSE TIMES FOLLOW-UP INQUIRY MARCH

More information

Software support. Overview Process step: Selection and sizing. Process step: Engineering design. Process step: Ordering in the Online Shop

Software support. Overview Process step: Selection and sizing. Process step: Engineering design. Process step: Ordering in the Online Shop Overview Process step: Selection and sizing New functions: New product finder for drives with linear guide New delivery class in the core product range Process step: Engineering design New functions: New

More information

SafeMobile, Inc. 3601 E. Algonquin Road, Rolling Meadows, IL 60008 Tel: (847) 818-1649 Fax: (847) 818-9190 E-mail: safemobile@safemobile.

SafeMobile, Inc. 3601 E. Algonquin Road, Rolling Meadows, IL 60008 Tel: (847) 818-1649 Fax: (847) 818-9190 E-mail: safemobile@safemobile. SafeDispatch Mobile SafeMobile, Inc. 3601 E. Algonquin Road, Rolling Meadows, IL 60008 Tel: (847) 818-1649 Fax: (847) 818-9190 E-mail: safemobile@safemobile.com Website: www.safemobile.com Communication

More information

Boston s Plans for Implementing New Dispatch and Emergency Response Technologies

Boston s Plans for Implementing New Dispatch and Emergency Response Technologies APCO Emerging Technology Forum Boston s Plans for Implementing New Dispatch and Emergency Response Technologies Roderick Fraser Fire Commissioner Boston Fire Department 3 Decemeber 2013 Statistical Data

More information

METRODOT DISTRIBUTION ONLINE TRACKING

METRODOT DISTRIBUTION ONLINE TRACKING MetroDOT is a control tool to guarantee deliveries of each newspaper drop providing a real time proof of service, as well as information needed to generate next days operation plan. The Software is developed

More information

Emergency Communication System for First Responders. www.tti-wireless.com

Emergency Communication System for First Responders. www.tti-wireless.com Emergency Communication System for First Responders www.tti-wireless.com 9/11 Public Discourse Project* If terrorists strike again on American soil, it will be local emergency responders-police, firefighters,

More information

An Introduction to Microsoft OneNote for Authors

An Introduction to Microsoft OneNote for Authors Introduction to Microsoft OneNote for Authors by Jami Davenport 1 An Introduction to Microsoft OneNote for Authors I like to think of myself as an organized person. I m also a relatively efficient person

More information

First Responder Support Tools (FiRST), ios, User Manual Version 3.0

First Responder Support Tools (FiRST), ios, User Manual Version 3.0 Table of Contents Purchase and Installation... 2 Purchasing... 2 Registering... 2 Placing Incidents... 3 Location... 3 Improvised Explosive Device (IED) Incident... 3 Access to IED data... 3 User Defined

More information

DANGER indicates that death or severe personal injury will result if proper precautions are not taken.

DANGER indicates that death or severe personal injury will result if proper precautions are not taken. Multi-User Systems 1 ArchiveServer 2 SIMATIC HMI WinCC V7.0 SP1 File Server 3 WinCC ServiceMode 4 Redundant Systems 5 System Manual Print of the Online Help 11/2008 Legal information Warning notice system

More information

In this guide: Document Updated: 10 November 2009. Tel (Israel): +972 3 533 3675 Fax (Israel): +972 3 761 7205 E-mail: info@ilient.

In this guide: Document Updated: 10 November 2009. Tel (Israel): +972 3 533 3675 Fax (Israel): +972 3 761 7205 E-mail: info@ilient. The SysAidTM CMDB Document Updated: 10 November 2009 In this guide: Introduction 2 The SysAid CI List 3 Configuring a CI 6 CI Templates 13 CI Types, Sub-Types and CI Relation Types 15 CI Relations Graph

More information

Technological Advances In Emergency Management

Technological Advances In Emergency Management Technological Advances In Emergency Management Closing the gap between Preparation and Recovery Will Fontan, P.E. Regional Director, ONRG Americas Office Priorities of Technology Application Government-led

More information

Office of Fleet and Asset Management (OFAM) www.dgs.ca.gov/ofam (Reserve a State Vehicle) Online Vehicle Reservation Instructions

Office of Fleet and Asset Management (OFAM) www.dgs.ca.gov/ofam (Reserve a State Vehicle) Online Vehicle Reservation Instructions Office of Fleet and Asset Management (OFAM) www.dgs.ca.gov/ofam (Reserve a State Vehicle) Online Vehicle Reservation Instructions Revised March 2, 2012 1 You must be an active California State Employee

More information

Office of History. Using Code ZH Document Management System

Office of History. Using Code ZH Document Management System Office of History Document Management System Using Code ZH Document The ZH Document (ZH DMS) uses a set of integrated tools to satisfy the requirements for managing its archive of electronic documents.

More information

Death in the line of duty...

Death in the line of duty... F-33 Fire Fighter Fatality Investigation A Summary of a NIOSH fire fighter fatality investigation Death in the line of duty... May 25, 2000 Motor-Vehicle Incident Claims the Life of a Volunteer Fire Fighter

More information

General Dynamics Information Technology. Integrated Security Solution CONFIDENCE THROUGH PREPARATION VIRTUAL AGILITY

General Dynamics Information Technology. Integrated Security Solution CONFIDENCE THROUGH PREPARATION VIRTUAL AGILITY General Dynamics Information Technology Integrated Security Solution CONFIDENCE THROUGH PREPARATION VIRTUAL AGILITY GDIT Integrated Security & Instrumented Solutions We enable excellence in world class

More information

How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The

How To Use 1Bay 1Bay From Awn.Net On A Pc Or Mac Or Ipad (For Pc Or Ipa) With A Network Box (For Mac) With An Ipad Or Ipod (For Ipad) With The 1-bay NAS User Guide INDEX Index... 1 Log in... 2 Basic - Quick Setup... 3 Wizard... 3 Add User... 6 Add Group... 7 Add Share... 9 Control Panel... 11 Control Panel - User and groups... 12 Group Management...

More information

Security systems Fire alarm systems Access control systems Perimeters Video systems Other specific devices Production processes

Security systems Fire alarm systems Access control systems Perimeters Video systems Other specific devices Production processes All purpose graphical control and monitoring system A software tool to control and monitor:: Security systems Fire alarm systems Access control systems Perimeters Video systems Other specific devices Production

More information

Tank Farm and Bulk Storage Fire Incidents

Tank Farm and Bulk Storage Fire Incidents Instructor Manual Module 7 Tank Farm and Bulk Storage Fire Incidents Module Objective Upon the successful completion of this module, participants will be able to develop plans to fight or contain fires

More information

The company offers: Smart Tracker Are You in Control? EXECUTIVE SUMMARY

The company offers: Smart Tracker Are You in Control? EXECUTIVE SUMMARY Icom ltd. EXECUTIVE SUMMARY ICOM Ltd. is a technology provider specialized in the field of telematics, information security and mobile software, and custom hardware and firmware solutions. The company

More information

www.draycir.com/spindle Spindle Professional

www.draycir.com/spindle Spindle Professional www.draycir.com/spindle Spindle Professional How it Works Installing Spindle Professional is straightforward and fast. You decide where you d like to send your documents and once it s all set up, the software

More information

PUBLIC SAFETY. Industry Solutions Harness the Power of GIS for Public Safety

PUBLIC SAFETY. Industry Solutions Harness the Power of GIS for Public Safety PUBLIC SAFETY Industry Solutions Harness the Power of GIS for Public Safety Esri has thousands of customers worldwide who are using the transforming power of GIS technology to respond to disasters and

More information

Whitepaper Document Solutions

Whitepaper Document Solutions Whitepaper Document Solutions ScannerVision 3 Contents Contents... 2 Introduction... 3 ScannerVision introduction... 4 Concept... 4 Components... 4 Deploying ScannerVision... 5 Supported Operating Systems...

More information

Pocket PC backup/restore made easy

Pocket PC backup/restore made easy Pocket PC backup/restore made easy Last year in the September 2005 issue of the First Responder we had an article on backing up the PEAC-WMD software application to either a PC or to the flash memory on

More information

Avis Fleet Services United Road Towing Arizona

Avis Fleet Services United Road Towing Arizona fleet management Managing a fleet of vehicles requires an organization to achieve control over an inconsistent environment to keep vehicles and their operators performing at their peak. It requires a careful

More information

Technical Assurance: Delivering the ON-PNT Solution. An Infowise Solutions Case Study

Technical Assurance: Delivering the ON-PNT Solution. An Infowise Solutions Case Study Technical Assurance: Delivering the ON-PNT Solution An Infowise Solutions Case Study Technical Assurance has over two hundred years in combined experience to help their customers maximize the value and

More information

LBP-1210 Laser Printer

LBP-1210 Laser Printer LBP-1210 Laser Printer Getting Started Guide IMPORTANT: Read this manual carefully before using your printer. Save this manual for future reference. Copyright Copyright 2002 Canon Inc. All information

More information

Utilizing Wireless Data Network for AVL and Mobile RWIS

Utilizing Wireless Data Network for AVL and Mobile RWIS Utilizing Wireless Data Network for AVL and Mobile RWIS Bob McCullouch Purdue University 550 Stadium Mall Drive West Lafayette, IN 47907 bgm@purdue.edu Jay Lee Construction Management and Engineering Technologies

More information

Additional Requirements for ARES-G2 / RSA-G2. One Ethernet 10 Base T/100 Base TX network card required for communication with the instrument.

Additional Requirements for ARES-G2 / RSA-G2. One Ethernet 10 Base T/100 Base TX network card required for communication with the instrument. TA Instruments TRIOS Software Installation Instructions Installation Requirements Your TRIOS Instrument Control software includes all the components necessary to install or update the TRIOS software, as

More information

THE ROLE OF GIS IN PSAP AND RESPONDER OPERATIONS

THE ROLE OF GIS IN PSAP AND RESPONDER OPERATIONS THE ROLE OF GIS IN PSAP AND RESPONDER OPERATIONS Thought Paper: The Role of GIS in PSAP and Responder Operations In the past, PSAP personnel and responders were dependent on wall maps and map books for

More information

CHAPTER 7 PROCESSING SURVEY DATA

CHAPTER 7 PROCESSING SURVEY DATA CHAPTER 7 PROCESSING SURVEY DATA Downloading the Trimble Survey Controller TSC2/TSC3 7-2 Introduction to InRoads Survey 7-3 Creating a Design File 7-3 Preferences 7-8 Viewing the Data 7-10 Correcting Errors

More information

SMART Notebook 11.3 software for Windows and Mac computers

SMART Notebook 11.3 software for Windows and Mac computers Release notes SMART Notebook 11.3 software for Windows and Mac computers About these release notes These release notes summarize the features of SMART Notebook 11.3 collaborative learning software for

More information

How to Mimic the PanelMate Readout Template with Vijeo Designer

How to Mimic the PanelMate Readout Template with Vijeo Designer Data Bulletin 8000DB0709 04/2010 Raleigh, NC, USA How to Mimic the PanelMate Readout Template with Vijeo Designer Retain for future use. Overview The purpose of this data bulletin is to provide step-by-step

More information

1 Global Warranty Service Agent Guide. Service Agent Help Guide. Service Agent Starts the Claim

1 Global Warranty Service Agent Guide. Service Agent Help Guide. Service Agent Starts the Claim 1 Global Warranty Service Agent Guide Service Agent Help Guide Service Agent Starts the Claim 1 2 Global Warranty Service Agent Guide Table of Contents Warranty Guidelines... 3 Entering a Claim... 4 Log

More information

STANDARD OPERATING PROCEDURES. Rapidly establish triage, treatment and transportation of multiple field casualties.

STANDARD OPERATING PROCEDURES. Rapidly establish triage, treatment and transportation of multiple field casualties. EMERGENCY MEDICAL SERVICE SOP #: Category: Mass Casualty Incidents Date: January 1, 2010 I. Purpose: STANDARD OPERATING PROCEDURES Rapidly establish triage, treatment and transportation of multiple field

More information

Call Center - Agent Application User Manual

Call Center - Agent Application User Manual Forum 700 Call Center Agent Application User Manual Legal notice: Belgacom and the Belgacom logo are trademarks of Belgacom. All other trademarks are the property of their respective owners. The information

More information

Mercy s Remote Access Instructions

Mercy s Remote Access Instructions Mercy s Remote Access Instructions ~~~~~~~~~~~~~~ Section A Windows 2000 / XP ~~~~~~~~~~~~~~ I. Install Meditech............................... A1 II. Install VPN Client............................. A3

More information

A state-of-the-art solution that brings mobility to SCADA alarms

A state-of-the-art solution that brings mobility to SCADA alarms A state-of-the-art solution that brings mobility to SCADA alarms SCADA-Aware Mobile far exceeds the capabilities of SMS, e-mail, and pagers, and delivers alarms to the mobile device in the most reliable

More information

Welcome To Paragon 3.0

Welcome To Paragon 3.0 Welcome To Paragon 3.0 Paragon MLS is the next generation of web-based services designed by FNIS specifically for agents, brokers, and MLS administrators. Paragon MLS is an amazingly flexible online system

More information

Electrical Plan Design

Electrical Plan Design CHAPTER 1 Electrical Plan Design Chapter Outline Chapter Outline Introduction The Design Process Understanding the Project Scope Defining Parts of the Electrical Plan Determining Applicable Standards Creating

More information

Installation Process

Installation Process Installation Process Aivika One Lite New Dynamic Solutions BVBA Contents Contents... 2 Introduction... 3 Aivika One Lite introduction... 4 Concept... 4 Components... 4 Deploying Aivika One Lite... 5 Supported

More information

Fire Marshal Bulletin 9. Fire Department Hazardous Material Emergency Planning Responsibilities

Fire Marshal Bulletin 9. Fire Department Hazardous Material Emergency Planning Responsibilities Department of Energy, Labor and Economic Growth Bureau of Fire Services Fire Marshal Bulletin 9 Fire Department Hazardous Material Emergency Planning Responsibilities This document replaces, expands, and

More information

The Redwood City Public Works Services (PWS) Department is comprised of four operating divisions:

The Redwood City Public Works Services (PWS) Department is comprised of four operating divisions: City of Redwood City, Public Works Services (PWS) Work Process Needs Assessment By: Russell Narahara, Management Analyst II The purpose of this document is to provide an overview of how field work is currently

More information

BusBoss Professional Highlights Transportation Management Software

BusBoss Professional Highlights Transportation Management Software System Characteristics Number of Programs Needed to Run Transportation Software Networkable System Requirements BusBoss is a True Windows program, and as such, it is very easy to use and all of the screens

More information

3. Installation for Windows 95/98/NT4. 1. Introduction

3. Installation for Windows 95/98/NT4. 1. Introduction Cat. No. 213027 Rev. D SA-PCR PRO.11 Drivers and Applications Quick Installation & Operation Guide 1. Introduction 1.1 Package Contents When you first open the SA-PCR PRO.11, the package contains the following:

More information

If you are working with the H4D-60 or multi-shot cameras we recommend 8GB of RAM on a 64 bit Windows and 1GB of video RAM.

If you are working with the H4D-60 or multi-shot cameras we recommend 8GB of RAM on a 64 bit Windows and 1GB of video RAM. Phocus 2.7.6 Windows read-me December 5 2013 Installation To install Phocus, run the installation bundle called Phocus 2.7.6 Setup.exe. This bundle contains Phocus, Hasselblad Device Drivers, Microsoft.NET

More information

Pantone Matching System Color Chart PMS Colors Used For Printing

Pantone Matching System Color Chart PMS Colors Used For Printing Pantone Matching System Color Chart PMS Colors Used For Printing Use this guide to assist your color selection and specification process. This chart is a reference guide only. Pantone colors on computer

More information

User Manual V1.0. Remote Software

User Manual V1.0. Remote Software User Manual V1.0 Notice: The information in this manual was current when published. The manufacturer reserves the right to revise and improve its products. All specifications are therefore subject to change

More information

Accounts Payable Invoice Processing. White Paper

Accounts Payable Invoice Processing. White Paper www.allstarss.com ACCELERATING Business Processes Accounts Payable Invoice Processing Table of Contents Table of Contents TABLE OF CONTENTS... I THE BUSINESS CHALLENGE... 2 Invoice Processing Costs...

More information

PSAP = Public Safety Answering Point

PSAP = Public Safety Answering Point 1 2 PSAP = Public Safety Answering Point - a 911 call is routed to a PSAP where a dispatcher manages the response NG-9-1-1 = Next Generation 911 - standards and specifications for modernized 911 which

More information

Command Monitoring Station 2.0. User Manual. Version 1.1 July 2015 R000417

Command Monitoring Station 2.0. User Manual. Version 1.1 July 2015 R000417 Command Monitoring Station 2.0 Version 1.1 July 2015 User Manual R000417 2012 ReconRobotics All materials contained in this document are proprietary and confidential. Reproduction and duplication, without

More information

Managing Applications, Services, Folders, and Libraries

Managing Applications, Services, Folders, and Libraries Lesson 4 Managing Applications, Services, Folders, and Libraries Learning Objectives Students will learn to: Understand Local versus Network Applications Remove or Uninstall an Application Understand Group

More information