Vehicle Tracking System Using GPS and SMS. Table of Contents

Size: px
Start display at page:

Download "Vehicle Tracking System Using GPS and SMS. Table of Contents"

Transcription

1 Table of Contents List of Figures... 3 Acknowledgements... 4 Abstract... 5 Chapter 1: Introduction General Introduction Aims and Objectives The GPS + GSM modem GSM modem System Architecture diagram... 9 Chapter 2: Literature Review Programming Languages Required PHP Java Script XAMPP Adobe Dreamweaver ODBC SMS Engine IntelliTrac X1 Wizard No-IP Google Maps API Chapter 3: Getting Started Step 1: Create a Microsoft Access Database Step 2: Configure and Test the SMS Engine Software Step 3: Configure the ODBC Step 4: Install, Test and Configure the IntelliTrac X Installing the IntelliTrac X Testing the IntelliTrac X Akila Wajirakumara Page 1

2 3.4.3 Configuring the IntelliTrac X1 Wizard Step 5: Adding the Google Maps API Chapter 4: Creating the Online Vehicle Tracking System View Information of all the Vehicles Page Locate and Track the Vehicle s last position Page Find Closest Vehicle to your Location Page View Complete Vehicle Log Page Chapter 5: Conclusion Important features of this project Practical Implementations Future Development References Appendix Codes Google Maps codes to Locate and Track Vehicle Functions for Updating the Main Database Akila Wajirakumara Page 2

3 List of Figures Figure 1 - IntelliTrac X1 08 Figure 2 - Q24 08 Figure 3 - Table containing all the information of the drivers in the database 14 Figure 4 - Vehicle log of all the drivers in the database 15 Figure 5 - Configuring SMS Engine 16 Figure 6 - Starting SMS Engine 17 Figure 7 - SMS Engine Database 18 Figure 8 - ODBC Create Data Source 19 Figure 9 - ODBC Microsoft Access Setup 19 Figure 10 - ODBC Data Source Administrator 20 Figure 11 - Installing the IntelliTrac X1 21 Figure 12 - Setting parameters for Port Settings in Hyper Terminal 22 Figure 13 - Test Output for X1 on Hyper Terminal 23 Figure 14 - COM Port Setting in X1 Wizard 23 Figure 15 - Enter Unit Password to Reboot in X1 Wizard 24 Figure 16 - Reboot Complete in X1 Wizard 24 Figure 17 - Communications Setting in X1 Wizard 24 Figure 18 - Configuring the X1 to Track using X1 Wizard. 25 Figure 19 - Uploading data into the X1 using X1 Wizard 25 Figure 20 Signing up for the Google Maps API Key 26 Figure 21 Google Maps API Key 26 Figure 22 GPS Modem Table Web Page 28 Figure 23 Vehicle Query page prompts Vehicle number 29 Figure 24 Vehicle Query page showing the Vehicle s log 29 Figure 25 Vehicle Query page showing the map 30 Figure 26 Find closest Vehicle Page prompting user to enter location 31 Figure 27 Find closest Vehicle Page Map 32 Figure 28 Vehicle Log Page 32 Akila Wajirakumara Page 3

4 Acknowledgements I would like to thank my supervisor, Dr Lim Wee Gin for his undying support, attention and his abundance of guidance which helped me throughout this project. He was most understanding and patient with his supervision over my project. Mr. Ng Kong Leng, the marketing director of MOBITEK System Sdn Bhd for supplying me with all the relevant equipments to fulfill my project. Also for the training which gave me a good head start on my project, thank you. And finally to my family and friends who always believed in my abilities and potential. My parents, for all your support and love, thank you all. Akila Wajirakumara Page 4

5 Abstract This project deals with an SMS (Short Message Service) enabled vehicle tracking system. The heart of this project lies with the use of a GPS + GSM modem which is installed in the vehicle and is in charge of tracking the vehicle and sending the coordinates to the GSM (Global System for Mobile communication) modem. The GSM modem in the control center receives the coordinates via SMS and updates the main database which contains all the whereabouts of all the vehicles at specified times. The information is uploaded in a website where the vehicle s position can be located in a map with the aid of the Google Maps application. This thesis explores the foundation of GPS, GSM, and all the software related in the project; and the use of their concepts to produce a vehicle tracking system which is cheaper and more effective than most commercial car tracking features in the market today. Akila Wajirakumara Page 5

6 Chapter 1: Introduction 1.1 General Introduction GSM (Global System for Mobile communication) is a cellular network that mobile phones use to acquire connectivity in their immediate vicinity. These networks operate in different frequency ranges, mainly between 900 MHz and 1800 MHz. It uses a narrowband variation of Time Division Multiple Access (TDMA), which allows eight simultaneous calls on the same radio frequency. SMS (Short Message Service) is a protocol for sending and receiving text messages over GSM networks. The text can comprise of words, numbers or an alphanumeric combination. A message can go up to 160 characters of text in length using GSM coding. GPS (Global Positioning System) is a satellite based navigation system made up of a network of 24 satellites placed into the orbit. These satellites transmit coded information which allows us to identify locations on earth precisely by measuring the distance from the satellites. The Vehicle Tracking System (VTS) also uses GPS to take the location, speed, direction and time data via satellite from the Global Positioning System to the GPS + GSM receiver in a vehicle and also transmits it to a central computer connected to a private network or the internet. It is an electronic device installed in a vehicle to enable the owner or a third party to track the vehicle s location. Most of these systems combine with mobile phones through SMS to communicate the vehicle s location to a remote user. The market for GPS vehicle tracking systems is considered as one of the fastest growing markets for GPS applications. There are many levels of sophistication, but what all systems have in common is a GPS receiver and software to put the tracking results on a map. The Vehicle Tracking System has several applications such as stolen vehicle recovery, fleet management, asset tracking, field service management, field sales and trailer tracking. PHP (Hypertext Pre-processor) is a server-side; HTML embedded scripting programming language used to create web pages with dynamic features. In this project it is used for designing an online Vehicle Tracking Report. Akila Wajirakumara Page 6

7 1.2 Aims and Objectives The aim of this project is to produce an SMS (Short Message Service) enabled vehicle tracking system using GPS and SMS. This project is divided into three main parts namely the GPS + GSM modem, the GSM modem and the website with the Google Maps application. My objectives for this project are 1. Install the GPS + GSM modem in a vehicle a developing a remote configuration tool. 2. Connecting the GSM modem to the control center and ensure it receives the information sent from the GPS + GSM modem. 3. Design an online Vehicle Tracking Report which includes a map. Akila Wajirakumara Page 7

8 1.3 The GPS + GSM modem The GPS + GSM modem used in this project is the IntelliTrac X1. The modem can function as a standalone system once programmed using the IntelliTrac X1 Wizard software. The GPS + GSM modem will be the core of this project as it will be used to SMS the coordinates of the vehicle s location at specified time or distance intervals to the GSM modem in the control center. There is a SIM card connected to this device. 1.4 GSM modem Figure 1 - IntelliTrac X1 The GSM modem used in this project is the Q24. This modem is connected to the control center where it receives SMS from the GPS + GSM modem and is stored in a Microsoft Access Database with the aid of the SMS Engine software. There is a SIM card connected to this device as well. Figure 2 - Q24 Akila Wajirakumara Page 8

9 1.5 System Architecture diagram IntelliTrac X1 (GPS Terminal) Automatically sends out GPS data through SMS Q24 (GSM Modem) Receive the incoming SMS and insert a new record to SMS Engine SMS Engine Updates the database and uses Google Maps to locate the vehicle [1] Google Maps Web Application Locate the vehicle Track the vehicle Show GPS report Akila Wajirakumara Page 9

10 Chapter 2: Literature Review This thesis covers the basis of a Vehicle Tracking System using GPS and SMS.This chapter introduces all the theories and information related to this project to aid understanding of the other chapters in this thesis. 2.1 Programming Languages Required There are two programming languages, PHP and Java Script which are required to develop the Vehicle Tracking System. These programming languages are highly essential for this project in order to interact with the Microsoft Access Databases via ODBC to read the information and to add the Google Maps API Application PHP PHP (Hypertext Pre-Processor) is a widely used general purpose scripting language that is especially suited for Web development and can be embedded into HTML. PHP Scripts are enclosed within tags (starts with <?php and ends with?>) and because of that, the programmer has the flexibility to jump between HTML and PHP instead of having to rely on heavy amounts of code to output HTML. Since PHP is executed on the server, the codes cannot be viewed by clients [11]. In addition, PHP can send HTTP headers, set cookies, manage authentication and redirect users. It offers excellent connectivity to many databases such as Microsoft Access through ODBC and integration with various external libraries that let you do everything from generating PDF documents to parsing XML [12] Java Script Java Script is a scripting language developed by Netscape to enable Web designers to create interactive websites. Despite the name, Java Script is unrelated to the Java programming language even though the two of them have superficial similarities; Java Script was developed independently. Both these languages use syntaxes influenced by that of C syntax, and Java Script copies many Java names and naming conventions. It can interact with HTML enabling Web designers to make their websites more interactive with dynamic content [13]. Akila Wajirakumara Page 10

11 2.2 XAMPP XAMPP is an easy to install Apache distribution that contains MySQL, PHP and Pearl [4]. Apache is a freely available web server that is distributed under an open source license and XAMPP is a free open source cross-platform web server package. It is used as a web development tool to allow web designers and programmers to test their work on their own computers without any access to the Internet [5]. In this project, we use XAMPP to test our website in PHP before it is hosted on the World Wide Web. 2.3 Adobe Dreamweaver Adobe Dreamweaver is an industry standard website authoring program created by Macromedia and now developed by Adobe Systems. It enables users to create fullyfunctional websites using both programming code and design view where the user is able to see the layout of the page. In this project I used Adobe Dreamweaver to do my PHP coding. 2.4 ODBC Open Database Connectivity (ODBC) refers to a software API (Application Programming Interface) for using Database Management Systems (DBMS). ODBC is created to be independent of programming languages or operating systems and offers access to different database systems [6] via SQL queries. It can be used as an access tool to various databases such as Microsoft Access, Microsoft Excel, Text and dbase. Through these Call Level Interface (CLI) specifications of the SQL Access group, ODBC allows a neutral way if accessing the data stored in personal computers and various databases [7]. ODBC allows us to grab information from our Microsoft Access Databases and insert them into our PHP codes to be viewed in our website. 2.5 SMS Engine SMS Engine is a part of the SMS Gateway Development Kit (SMS GDK) which is given free when the GSM modem was purchased. With SMS Engine, the System Integrator and Software Developer (SI/SD) does not need to write any code to write an SMS Gateway. It will read and send SMS, with the use of a Microsoft Access database it will store the incoming SMS and also check if there is any pending SMS to be sent. The SI/SD only needs to insert record into the database to send the SMS and receive record from the database to read the SMS. The SMS Engine takes care of all the SMS transactions in this project. Akila Wajirakumara Page 11

12 2.6 IntelliTrac X1 Wizard The IntelliTrac X1 Wizard is the software used to program the X1 to send SMS of the coordinates of the vehicle s location at specified intervals to the GSM modem (Q24). It records the latitude, longitude, satellite strength, timestamp, heading, altitude, ReportID, input and output at the specific location, coverts and compresses into an SMS and sends it. The IntelliTrac X1 Wizard enables you to program the X1 to send SMS at different time or distance intervals depending on the user s needs. 2.7 No-IP No-IP is a Dynamic DNS (Domain Name Service) provider for free services. Dynamic DNS is a technology that allows the user to update the IP address of a domain in real time. It is capable of notifying a domain name server to change for networked devices such as routers or computer systems using the Internet Protocol Suite. The active DNS configuration of its configured hostnames, addresses or other information are stored in DNS in real time. A popular Dynamic DNS application is that it provides a residential user s Internet gateway that has a variable often changing IP address with a well known hostname resolvable by network applications through standard DNS queries [8]. No-IP s Dynamic DNS applications allow the user to remotely connect to their computer from work and also run a personal website. Once signed up to the No-IP free service at it allows the user to create a domain to use instead of a hard to remember IP address or URL. Additionally it also uses a dynamic update client to keep track of the user s dynamic IP address. Hence the user will always be able to get to their computer even if the user s IP address is dynamically assigned [9]. In this project No-IP is used to host the PHP pages and the real time updating Microsoft Access databases in the control center into the World Wide Web. 2.8 Google Maps API Google Maps is a free web mapping service application and technology provided by Google that powers many map-based Google Maps website, Google Ride Finder and embedded maps on third party websites via Google Maps API (Application Programming Interface). An API (Application Programming Interface) is a set of routines and/or protocols provided by libraries and/or operating system services in order to support the building of the applications. Google Maps offers street maps, a route planner, and an urban business locator for numerous countries worldwide. Google Earth is a stand-alone program for Microsoft Windows and other Operating Systems which is more sophisticated and offers more globe-viewing features. Google created the Google Maps API to facilitate web developers to integrate Google Maps into their websites with their own data points. It embeds Google Maps into your website with Java Script and is currently free of charge. The Google Maps API provides a vast number of utilities for manipulating maps, just like in the Google Maps website and adds content to the map through a variety of services. In order to use the Google Maps API, you first need to sign up for an API key on which will then allow you to develop the map application on your website [1][10]. Akila Wajirakumara Page 12

13 Chapter 3: Getting Started This chapter covers all the important steps that have to be carried out in order to start designing the PHP website. The steps are as follows. Step 1: Create a Microsoft Access Database Step 2: Configure and Test the SMS Engine Software Step 3: Configure the ODBC Step 4: Install, Test and Configure the IntelliTrac X1 Step 5: Adding the Google Maps API Akila Wajirakumara Page 13

14 3.1 Step 1: Create a Microsoft Access Database A main Microsoft Access database is created which contains all the information of all the drivers and also a log that contains all the coordinates sent by the IntelliTrac X1 at different times. The database has two tables, namely the GPS_modem table which contains information of all the vehicles that has the X1 device, and the vehicle_log table that contains a log of all the coordinates sent by the X1. We shall start off by entering fake details before connecting the GPS + GSM modem and the GSM modem. The fields in the GPS_modem table are modem_id, vehicle_no, date_created, vehicle_type, vehicle_desc and #number. Figure 3 - Table containing all the information of the drivers in the database Akila Wajirakumara Page 14

15 The fields in the vehicle_log table are modem_id, longitude, latitude, satellite_strength, timestamp, speed, Heading, Altitude, ReportID, Input an Output. Figure 4 - Vehicle log of all the drivers in the database Akila Wajirakumara Page 15

16 3.2 Step 2: Configure and Test the SMS Engine Software The Q24 GSM modem is now connected to the control center and the SMS Engine software is installed. Firstly it is configured to our requirements and the SIM card number is entered. SIM Setting SIM Card no: also known as MSISDN PIN: to unlock SIM operator depending on the number Modem COM: Enter the port number which the GSM Modem is connected to the PC Poll: Set how frequent the SMS Engine should access the database. If you set it to 3 seconds, then the SMS Engine will read incoming SMS, store into Inbox and query the Outbox to send out SMS in every 3 seconds. Delivery Status Report: If checked, SMS Engine will check for the report for each outgoing SMS. Routing: Check All to instruct SMS Engine to send SMS to all mobile numbers or checked the appropriate box to instruct SMS Engine to send out SMS selective numbers only. If you set to Maxis (012), then the SMS Engine will only send SMS to mobile numbers starting with 012 only. [1] Figure 5 - Configuring SMS Engine Direction: Set the GSM modem to 2 way, 1 way read only, or 1 way send only. If you set it to 1 way read, the SMS Engine will only read incoming SMS and will not send out. Akila Wajirakumara Page 16

17 The settings are then saved and then the connection is established by clicking the Start button. Incoming Message will increase one if the SMS Engine receive a message Sent Message will increase one if the SMS Engine sent out a message Figure 6 - Starting SMS Engine Fail Message will increase one if the SMS Engine fail to sent out a message [1] Akila Wajirakumara Page 17

18 All the received SMS is automatically saved in a Microsoft Access Database in the same folder as the SMS Engine software is installed in the hard disk. Figure 7 - SMS Engine Database The SMS Engine can be tested by sending it an SMS from a mobile phone. The SMS should be displayed in the SMS Engine window as well as in the Inbox table in the database. Akila Wajirakumara Page 18

19 3.3 Step 3: Configure the ODBC The ODBC has to be configured in order to connect both our databases to our PHP code. Setting up an ODBC connection is very simple; the steps are as follows. Go to Control Panel, click on Administrative Tools and then click on the Data Sources (ODBC) icon. Open the System DSN tab and click the Add button. The following window will open. Figure 8 - ODBC Create Data Source Select Microsoft Access Driver (*.mdb,*.accdb) and click the Finish button. Figure 9 - ODBC Microsoft Access Setup Akila Wajirakumara Page 19

20 For the main database type X1 under Data Source Name, then click the Select button and browse to the location of the database and click OK. Repeat the same procedure for the SMS Engine database; name it SMS Engine. After completed, click the OK button. [1] Figure 10 - ODBC Data Source Administrator Akila Wajirakumara Page 20

21 3.4 Step 4: Install, Test and Configure the IntelliTrac X Installing the IntelliTrac X1 GSM Antenna Input/Output Cable RS 232 Cable GPS Receiver Figure 11 - Installing the IntelliTrac X1 Akila Wajirakumara Page 21

22 3.4.2 Testing the IntelliTrac X1 In order to test and configure the IntelliTrac X1, the Hyper Terminal program is setup to which the appropriate COM Port is selected which connects the X1 by the RS-232 cable; in my case it is COM6. The parameters of the Port Settings are then setup as follows Bits per second: 57600bps Data bits: 8 Parity: None Stop bits: 1 Flow control: None Figure 12 - Setting parameters for Port Settings in Hyper Terminal Next, click on Properties on the toolbar menu, select the Settings tab and click the ASCII Setup button. Check on the boxes Send line ends with line feeds and Echo typed characters locally and then click OK. Akila Wajirakumara Page 22

23 Back to the main screen, please type the $ST then press [Enter], if the communication has established correctly, the unit should return the message $ER: =0 as follows. Figure 13 - Test Output for X1 on Hyper Terminal If there is no response from the IntelliTrac X1, please check with the serial port connection. [2] Configuring the IntelliTrac X1 Wizard Open the IntelliTrac X1 wizard; select the appropriate COM Port and the default Baud Rate to 57600bps. The incorrect will lead to unavailable communication between the X1 device and the X1 Wizard. Figure 14 - COM Port Setting in X1 Wizard Turn ON the power in the IntelliTrac X1 and in order to make the connection between the device and the X1 wizard, select Tool in the menu bar and click on Reboot. It then prompts a password, enter the default password 0000 and click OK. Akila Wajirakumara Page 23

24 Figure 15 - Enter Unit Password to Reboot in X1 Wizard Figure 16 - Reboot Complete in X1 Wizard Once it has completed rebooting, next click on the Communication icon on the left and enter the following settings. Primary communication type: SMS SMS base phone number: Enter the phone number of the GSM modem (Q24) CSD base phone number: Enter the phone number of the GPS + GSM modem (X1) Figure 17 - Communications Setting in X1 Wizard Go to File and save it so that this procedure does not have to be carried out the next the X1 wizard is opened. Akila Wajirakumara Page 24

25 Next go to Track, select the Start Function button configure the X1 to send SMS to any specified interval according to your personal requirements. Figure 18 - Configuring the X1 to Track using X1 Wizard. Click on Backup Battery on the left and select Turn ON backup battery. This procedure can be skipped if there is an alternate method of supplying power to the IntelliTrac X1. Once all this is done it is now ready to upload all this information to the device. Select Tool from the menu bar and click on Upload. Figure 19 - Uploading data into the X1 using X1 Wizard Remove the Serial cable and the power cable; and the X1 is ready to be taken for a drive. [3] 3.5 Step 5: Adding the Google Maps API Akila Wajirakumara Page 25

26 In Order to use the Google Maps API, we need to sign up for the API Key which is found in the website Figure 20 Signing up for the Google Maps API Key After accepting the terms and conditions and entering the URL, the Key will be automatically generated in the next page. Google Maps API Key Figure 21 Google Maps API Key We are now ready to add the Google Maps API into our website. Akila Wajirakumara Page 26

27 Chapter 4: Creating the Online Vehicle Tracking System Before the web pages are designed, there is a function that has to be included in the beginning of every page. This is the function that updates the main database. Whenever the X1 sends and SMS to the Q24, the message is automatically saved into the SMS Engine database as a string. Using PHP, this message is broken down into ten different fields namely longitude, latitude, timestamp, speed, satellite strength, heading, altitude, ReportID, input and output. The database is updated with the use of the timestamp. The timestamp the GPS modem gets from the satellite is 8 hours behind. This problem is rectified using PHP coding and the new timestamp is being updated. In order to update the main database, this new timestamp is converted to seconds. This is done my using a simple algorithm where the timestamp is in the format yyyy-mm-dd H:m:s. Timestamp in seconds = s + (m*60) + (H*60*60) + (dd*24*60*60) + (mm*30*24*60*60) + (yyyy*365*24*60*60) This calculation is also done using PHP. Next the latest timestamp in the vehicle_log table in the main database is found and is also converted to seconds. The maximum timestamp in seconds in the main database is then compared with the timestamps in seconds in the SMS Engine. A PHP function is created to update the main database if the received phone number in the SMS Engine database matches with the phone numbers in the main database and only if the timestamps in seconds in the SMS Engine database are greater than the maximum timestamp in seconds in the main database. This function is included in every page in the website. The Online Vehicle Tracking System website consists of four pages excluding the index page. 1. View Information of all the Vehicles Page 2. Locate and Track Vehicle's last position Page 3. Find Closest Vehicle to your location Page 4. View Complete Vehicle Log Page Akila Wajirakumara Page 27

28 4.1 View Information of all the Vehicles Page This page contains a table of the information of all the drivers that has the IntelliTrac X1. This is taken from the GPS_modem table in the main database through ODBC. Figure 22 GPS Modem Table Web Page In this page it not only shows the table, it also has links on the Vehicle Number to connect to the page that shows the particular vehicle s complete log and also tracks down its five latest position on the map. Akila Wajirakumara Page 28

29 4.2 Locate and Track the Vehicle s last position Page In this page, the user is prompted to enter their Vehicle Number. Once the Vehicle Number is submitted, it will display a table containing the log of the particular and also a map with markers added to the five latest positions. Figure 23 Vehicle Query page prompts Vehicle number Figure 24 Vehicle Query page showing the Vehicle s log Akila Wajirakumara Page 29

30 Figure 25 Vehicle Query page showing the map The balloon shaped marker is the vehicle s latest position and the crossed markers are the next four positions. The blue lines connecting the markers are called polylines which allows the user to understand the vehicle s route more clearly. Akila Wajirakumara Page 30

31 4.3 Find Closest Vehicle to your Location Page This page allows the user to key in their desired latitude and longitude and the time period in hours. Once this information is submitted, it will automatically calculate that distance of the closest vehicle to the location entered along with its timestamp. It also shows the position of the vehicle in the map. Figure 26 Find closest Vehicle Page prompting user to enter location Figure 27 Find closest Vehicle Page Map Akila Wajirakumara Page 31

32 When the submit button is clicked after the data is entered, it first creates a table of each car s latest timestamp using an SQL statement in the PHP code and calculates the distance between the coordinates and that on the table for each car. These timestamps in the table are converted to seconds in the same manner explained earlier in the thesis. The current timestamp is created and it is also converted to seconds. The number of hours entered by the users is then converted to seconds and is then deducted from the current timestamp in seconds. A while loop is created which will then eliminate the information of the vehicles in the table whose timestamp is less than the value calculated earlier. From the vehicles that are left in the table, the one with the least distance is chosen and displayed on the map. 4.4 View Complete Vehicle Log Page This page contains a table of all the GPS data received from all the vehicles that has the IntelliTrac X1. This is taken from the vehicle_log table in the main database through ODBC. Figure 28 Vehicle Log Page Akila Wajirakumara Page 32

33 Chapter 5: Conclusion All the deliverables and objectives were completed. The GPS + GSM modem was configured, tested and implemented to track the vehicle s location and displayed on a map with the aid of Google Maps API in the online Vehicle Tacking Report. The IntelliTrac X1 can function as a standalone system once the embedded application is transferred into it. The Q24 can successfully receive all the GPS data sent by the IntelliTrac through without any delay provided there is GSM connectivity in the location of the two parties, the GPS + GSM modem and the GSM modem. The control center can automatically update the main database each time GPS data is received. The online Vehicle Tracking System is able to locate, track and calculate the distance of the closest vehicle available to a desired location at any period of time. These equipments and data can only help to a certain extent because practical comprehension is more challenging and requires greater analysis with comparison to hypothetical understandings. This project has vastly broadened my knowledge about the theory of GPS and also improved my programming skills in PHP. During the course of completing the project, there were many expediency issues which were added to ensure that the product realization is complete, robust and usable for commercialization of this system. 5.1 Important features of this project 1. GPS + GSM modem can send GPS data to the GSM modem via SMS at user desired intervals of time and/or distance. 2. Ability to track a vehicle s last five positions and displayed on a map with different markers clearly distinguishing their time and location. 3. Polylines on the map when tracking a vehicle. Polylines are imaginary lines connecting the five latest positions in order of time giving a higher approximation of the vehicle s route. 4. Finding and calculating the distance of the nearest vehicle to a specific location entered by the user at given period of time. Akila Wajirakumara Page 33

DiskPulse DISK CHANGE MONITOR

DiskPulse DISK CHANGE MONITOR DiskPulse DISK CHANGE MONITOR User Manual Version 7.9 Oct 2015 www.diskpulse.com info@flexense.com 1 1 DiskPulse Overview...3 2 DiskPulse Product Versions...5 3 Using Desktop Product Version...6 3.1 Product

More information

Transferring Your Hosting Account

Transferring Your Hosting Account Transferring Your Hosting Account Setting up your Web site on our secure hosting servers So you want to host your Web site on our secure servers, but you want to avoid costly mistakes and excessive site

More information

Metasys System Direct Connection and Dial-Up Connection Application Note

Metasys System Direct Connection and Dial-Up Connection Application Note Metasys System Direct Connection and Dial-Up Connection Application Note Code No. LIT-1201639 Software Release 5.1 Issued August 27, 2013 Supersedes October 4 2010 Refer to the QuickLIT website for the

More information

End User Guide The guide for email/ftp account owner

End User Guide The guide for email/ftp account owner End User Guide The guide for email/ftp account owner ServerDirector Version 3.7 Table Of Contents Introduction...1 Logging In...1 Logging Out...3 Installing SSL License...3 System Requirements...4 Navigating...4

More information

Kaseya 2. User Guide. Version 1.0

Kaseya 2. User Guide. Version 1.0 Kaseya 2 Mobile Device Management User Guide Version 1.0 March 12, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

Palomar College Dial-up Remote Access

Palomar College Dial-up Remote Access Palomar College Dial-up Remote Access Instructions for Windows 95/98 and Windows 2000 Following are instructions to implement dialup access to the Palomar College network, email and Internet. The minimum

More information

File Management Utility User Guide

File Management Utility User Guide File Management Utility User Guide Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held

More information

SIP Proxy Server. Administrator Installation and Configuration Guide. V2.31b. 09SIPXM.SY2.31b.EN3

SIP Proxy Server. Administrator Installation and Configuration Guide. V2.31b. 09SIPXM.SY2.31b.EN3 SIP Proxy Server Administrator Installation and Configuration Guide V2.31b 09SIPXM.SY2.31b.EN3 DSG, DSG logo, InterPBX, InterServer, Blaze Series, VG5000, VG7000, IP590, IP580, IP500, IP510, InterConsole,

More information

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15

Table of Contents. CHAPTER 1 About This Guide... 9. CHAPTER 2 Introduction... 11. CHAPTER 3 Database Backup and Restoration... 15 Table of Contents CHAPTER 1 About This Guide......................... 9 The Installation Guides....................................... 10 CHAPTER 2 Introduction............................ 11 Required

More information

Iridium Extreme TM Satellite Phone. Data Services Manual

Iridium Extreme TM Satellite Phone. Data Services Manual Iridium Extreme TM Satellite Phone Data Services Manual Table of Contents 1 OVERVIEW... 1 2 HOW IT WORKS... 1 3 BEFORE INSTALLING... 2 4 USB DRIVER INSTALLATION... 3 5 MODEM INSTALLATION AND CONFIGURATION...

More information

RFID, GPS & GSM Based Vehicle Tracing & Employee Security System

RFID, GPS & GSM Based Vehicle Tracing & Employee Security System RFID, GPS & GSM Based Vehicle Tracing & Employee Security System Ms.S.S.Pethakar, Prof. N. Srivastava, Ms.S.D.Suryawanshi Abstract A RFID, GPS & GSM Based Vehicle Tracking and Employee Security System

More information

TSM Studio Server User Guide 2.9.0.0

TSM Studio Server User Guide 2.9.0.0 TSM Studio Server User Guide 2.9.0.0 1 Table of Contents Disclaimer... 4 What is TSM Studio Server?... 5 System Requirements... 6 Database Requirements... 6 Installing TSM Studio Server... 7 TSM Studio

More information

Voice Over Internet Protocol (VoIP) Configuration

Voice Over Internet Protocol (VoIP) Configuration (VoIP) Configuration ENGINEERING REPORT No: 02-003 Introduction This report describes interfacing the IPCS VoIP Gateway Model EGW-902 to an ESTeem Model 192E Wireless Ethernet radio modem in a demonstration

More information

The following items are trademarks or registered trademarks of Kaba Mas in the United States and/or other countries. GITCON

The following items are trademarks or registered trademarks of Kaba Mas in the United States and/or other countries. GITCON The Gitcon Access Management Software Installation Guide is a publication of Kaba Mas LLC (hereinafter Kaba Mas). No part of this book may be reproduced or transmitted in any form or by any means, electronic

More information

SMS Database System Quick Start. [Version 1.0.3]

SMS Database System Quick Start. [Version 1.0.3] SMS Database System Quick Start [Version 1.0.3] Warning ICP DAS Inc., LTD. assumes no liability for damages consequent to the use of this product. ICP DAS Inc., LTD. reserves the right to change this manual

More information

Ethernet. Customer Provided Equipment Configuring the Ethernet port.

Ethernet. Customer Provided Equipment Configuring the Ethernet port. Installing the RDSP-3000A-NIST Master Clock. Ethernet Connect the RJ-45 connector to a TCP/IP network. Equipment The following equipment comes with the clock system: RDSP-3000A-NIST Master Clock Module.

More information

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R-

3.1 RS-232/422/485 Pinout:PORT1-4(RJ-45) RJ-45 RS-232 RS-422 RS-485 PIN1 TXD PIN2 RXD PIN3 GND PIN4 PIN5 T+ 485+ PIN6 T- 485- PIN7 R+ PIN8 R- MODEL ATC-2004 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2004 is a 4 Port RS232/RS485 to TCP/IP converter integrated with a robust system and network management features

More information

Kaseya 2. Quick Start Guide. for Network Monitor 4.1

Kaseya 2. Quick Start Guide. for Network Monitor 4.1 Kaseya 2 VMware Performance Monitor Quick Start Guide for Network Monitor 4.1 June 7, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private

More information

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide

National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide National Fire Incident Reporting System (NFIRS 5.0) Configuration Tool User's Guide NFIRS 5.0 Software Version 5.6 1/7/2009 Department of Homeland Security Federal Emergency Management Agency United States

More information

Quick Start Guide: Iridium GO! Advanced Portal

Quick Start Guide: Iridium GO! Advanced Portal Quick Start Guide: Iridium GO! Advanced Portal Contents Set-Up... 3 Overview... 4 Main Tab 1: General... 5 Status.... 5 Settings... 8 Audio.... 8 GPS.... 9 Tab 2: Communication... 9 Wi-Fi... 9 Satellite...

More information

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation

9236245 Issue 2EN. Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation 9236245 Issue 2EN Nokia and Nokia Connecting People are registered trademarks of Nokia Corporation Nokia 9300 Configuring connection settings Legal Notice Copyright Nokia 2005. All rights reserved. Reproduction,

More information

Kaseya 2. User Guide. for Network Monitor 4.1

Kaseya 2. User Guide. for Network Monitor 4.1 Kaseya 2 Ping Monitor User Guide for Network Monitor 4.1 June 5, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector IT organizations.

More information

WhatsUp Gold v16.3 Installation and Configuration Guide

WhatsUp Gold v16.3 Installation and Configuration Guide WhatsUp Gold v16.3 Installation and Configuration Guide Contents Installing and Configuring WhatsUp Gold using WhatsUp Setup Installation Overview... 1 Overview... 1 Security considerations... 2 Standard

More information

FileMaker Pro and Microsoft Office Integration

FileMaker Pro and Microsoft Office Integration FileMaker Pro and Microsoft Office Integration page Table of Contents Executive Summary...3 Introduction...3 Top Reasons to Read This Guide...3 Before You Get Started...4 Downloading the FileMaker Trial

More information

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents

Centran Version 4 Getting Started Guide KABA MAS. Table Of Contents Page 1 Centran Version 4 Getting Started Guide KABA MAS Kaba Mas Welcome Kaba Mas, part of the world-wide Kaba group, is the world's leading manufacturer and supplier of high security, electronic safe

More information

User Manual. Version 1.0.0.0. Yeastar Technology Co., Ltd.

User Manual. Version 1.0.0.0. Yeastar Technology Co., Ltd. User Manual Version 1.0.0.0 Yeastar Technology Co., Ltd. Table of Contents 1 Introduction 3 2 Installing MySMS Software 4 3 Managing MySMS 9 3.1 Accessing MySMS 9 3.2 Multi-User Accounts 10 3.3 Managing

More information

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip

How To Test Your Web Site On Wapt On A Pc Or Mac Or Mac (Or Mac) On A Mac Or Ipad Or Ipa (Or Ipa) On Pc Or Ipam (Or Pc Or Pc) On An Ip Load testing with WAPT: Quick Start Guide This document describes step by step how to create a simple typical test for a web application, execute it and interpret the results. A brief insight is provided

More information

RHINO TRACKS STANDARD GPS VEHICLE TRACKER

RHINO TRACKS STANDARD GPS VEHICLE TRACKER RHINO TRACKS STANDARD GPS VEHICLE TRACKER Product Code: RHINO TRACKS STS ABOUT YOUR RHINO TRACKS STS This user guide covers the installation and operation of your RHINO TRACKS STS. The latest version of

More information

Technical Notes TN 1 - ETG 3000. FactoryCast Gateway TSX ETG 3021 / 3022 modules. How to Setup a GPRS Connection?

Technical Notes TN 1 - ETG 3000. FactoryCast Gateway TSX ETG 3021 / 3022 modules. How to Setup a GPRS Connection? FactoryCast Gateway TSX ETG 3021 / 3022 modules How to Setup a GPRS Connection? 1 2 Table of Contents 1- GPRS Overview... 4 Introduction... 4 GPRS overview... 4 GPRS communications... 4 GPRS connections...

More information

Migrating helpdesk to a new server

Migrating helpdesk to a new server Migrating helpdesk to a new server Table of Contents 1. Helpdesk Migration... 2 Configure Virtual Web on IIS 6 Windows 2003 Server:... 2 Role Services required on IIS 7 Windows 2008 / 2012 Server:... 2

More information

User's Guide. Using RFDBManager. For 433 MHz / 2.4 GHz RF. Version 1.23.01

User's Guide. Using RFDBManager. For 433 MHz / 2.4 GHz RF. Version 1.23.01 User's Guide Using RFDBManager For 433 MHz / 2.4 GHz RF Version 1.23.01 Copyright Notice Copyright 2005 Syntech Information Company Limited. All rights reserved The software contains proprietary information

More information

Programming and Using the Courier V.Everything Modem for Remote Operation of DDF6000

Programming and Using the Courier V.Everything Modem for Remote Operation of DDF6000 Programming and Using the Courier V.Everything Modem for Remote Operation of DDF6000 1.0 Introduction A Technical Application Note from Doppler System July 5, 1999 Version 3.x of the DDF6000, running version

More information

Legal Notes. Regarding Trademarks. 2011 KYOCERA MITA Corporation

Legal Notes. Regarding Trademarks. 2011 KYOCERA MITA Corporation Legal Notes Unauthorized reproduction of all or part of this guide is prohibited. The information in this guide is subject to change without notice. We cannot be held liable for any problems arising from

More information

Fax and SMS Quickguide

Fax and SMS Quickguide INTRODUCTION U2 Fax and SMS allow faxes and SMS to be sent directly from a user s workstation via the Internet using U2 Webservices. This improves staff efficiency by removing the need to physically fax

More information

Installation Guide For ChoiceMail Enterprise Edition

Installation Guide For ChoiceMail Enterprise Edition Installation Guide For ChoiceMail Enterprise Edition How to Install ChoiceMail Enterprise On A Server In Front Of Your Company Mail Server August, 2004 Version 2.6x Copyright DigiPortal Software, 2002-2004

More information

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED.

Portions of this product were created using LEADTOOLS 1991-2009 LEAD Technologies, Inc. ALL RIGHTS RESERVED. Installation Guide Lenel OnGuard 2009 Installation Guide, product version 6.3. This guide is item number DOC-110, revision 1.038, May 2009 Copyright 1992-2009 Lenel Systems International, Inc. Information

More information

Configuring the Switch with the CLI Setup Program

Configuring the Switch with the CLI Setup Program APPENDIXC Configuring the Switch with the CLI Setup Program This appendix provides a command-line interface (CLI) setup procedure for a standalone switch. To set up the switch by using Express Setup, see

More information

FileMaker Server 15. Getting Started Guide

FileMaker Server 15. Getting Started Guide FileMaker Server 15 Getting Started Guide 2007 2016 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and FileMaker Go are trademarks

More information

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual

Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2. Instruction Manual Firmware version: 1.10 Issue: 7 AUTODIALER GD30.2 Instruction Manual Firmware version: 2.0.1 Issue: 0.6 Version of the GPRS transmitters configurator: 1.3.6.3 Date of issue: 07.03.2012 TABLE OF CONTENTS

More information

User s Manual TCP/IP TO RS-232/422/485 CONVERTER. 1.1 Introduction. 1.2 Main features. Dynamic DNS

User s Manual TCP/IP TO RS-232/422/485 CONVERTER. 1.1 Introduction. 1.2 Main features. Dynamic DNS MODEL ATC-2000 TCP/IP TO RS-232/422/485 CONVERTER User s Manual 1.1 Introduction The ATC-2000 is a RS232/RS485 to TCP/IP converter integrated with a robust system and network management features designed

More information

MCOM VEHICLE TRACKING SYSTEM MANUAL

MCOM VEHICLE TRACKING SYSTEM MANUAL 2012 MCOM VEHICLE TRACKING SYSTEM MANUAL Vehicle Tracking System allows the Department to track, trace and monitor their vehicles in real time using GSM / GPRS technology. It sends the location address,

More information

Installation Instruction STATISTICA Enterprise Server

Installation Instruction STATISTICA Enterprise Server Installation Instruction STATISTICA Enterprise Server Notes: ❶ The installation of STATISTICA Enterprise Server entails two parts: a) a server installation, and b) workstation installations on each of

More information

Load Balancing. Outlook Web Access. Web Mail Using Equalizer

Load Balancing. Outlook Web Access. Web Mail Using Equalizer Load Balancing Outlook Web Access Web Mail Using Equalizer Copyright 2009 Coyote Point Systems, Inc. Printed in the USA. Publication Date: January 2009 Equalizer is a trademark of Coyote Point Systems

More information

Chapter 2 Connecting the FVX538 to the Internet

Chapter 2 Connecting the FVX538 to the Internet Chapter 2 Connecting the FVX538 to the Internet Typically, six steps are required to complete the basic connection of your firewall. Setting up VPN tunnels are covered in Chapter 5, Virtual Private Networking.

More information

A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile

A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile A Cost Effective GPS-GPRS Based Women Tracking System and Women Safety Application using Android Mobile Devendra Thorat, Kalpesh Dhumal, Aniket Sadaphule, Vikas Arade B.E Computer Engineering, Navsahyadri

More information

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification:

To perform Ethernet setup and communication verification, first perform RS232 setup and communication verification: PURPOSE Verify that communication is established for the following products programming option (488.2 compliant, SCPI only): DCS - M9C & DCS M130, DLM M9E & DLM-M9G & DLM M130, DHP - M9D, P series, SG,

More information

Connecting the DG-102S VoIP Gateway to your network

Connecting the DG-102S VoIP Gateway to your network Contents of Package: DG-102S VoIP Station Gateway Power adapter CD-ROM, including User s Manual Quick Install Guide Requirements: RS-232 Console Cable Two RJ-45 CAT-5 Straight-Through Cables For more information

More information

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts...

Table of Contents. Welcome... 2. Login... 3. Password Assistance... 4. Self Registration... 5. Secure Mail... 7. Compose... 8. Drafts... Table of Contents Welcome... 2 Login... 3 Password Assistance... 4 Self Registration... 5 Secure Mail... 7 Compose... 8 Drafts... 10 Outbox... 11 Sent Items... 12 View Package Details... 12 File Manager...

More information

BillQuick Agent 2010 Getting Started Guide

BillQuick Agent 2010 Getting Started Guide Time Billing and Project Management Software Built With Your Industry Knowledge BillQuick Agent 2010 Getting Started Guide BQE Software, Inc. 2601 Airport Drive Suite 380 Torrance CA 90505 Support: (310)

More information

BSDI Advanced Fitness & Wellness Software

BSDI Advanced Fitness & Wellness Software BSDI Advanced Fitness & Wellness Software 6 Kellie Ct. Califon, NJ 07830 http://www.bsdi.cc SOFTWARE BACKUP/RESTORE INSTRUCTION SHEET This document will outline the steps necessary to take configure the

More information

BASIC CLASSWEB.LINK INSTALLATION MANUAL

BASIC CLASSWEB.LINK INSTALLATION MANUAL LINKS MODULAR SOLUTIONS BASIC CLASSWEB.LINK INSTALLATION MANUAL classweb.link installation Links Modular Solutions Pty Ltd Table of Contents 1. SYSTEM REQUIREMENTS 3 2. DATABASES 3 Standalone Links Database

More information

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS

FLEET MANAGEMENT & CAR SECURITY SYSTEM GPRS/GPS FLEET MANAGEMENT & CAR SECURITY SYSTEM FOR PROVIDERS AND CUSTOMERS The Tracker Server Communication Program for data collection The Tracker Client Map Program intended for dispatching desks The GSM/GPRS

More information

Maintaining the Content Server

Maintaining the Content Server CHAPTER 7 This chapter includes the following Content Server maintenance procedures: Backing Up the Content Server, page 7-1 Restoring Files, page 7-3 Upgrading the Content Server, page 7-5 Shutting Down

More information

DIRECT INTERNET DATA. User s Guide

DIRECT INTERNET DATA. User s Guide DIRECT INTERNET DATA User s Guide Iridium Satellite LLC Rev. 2; June 15, 2001 DIRECT INTERNET DATA ------------------------------------------------------------------------------------- TABLE OF CONTENTS

More information

FileMaker 12. ODBC and JDBC Guide

FileMaker 12. ODBC and JDBC Guide FileMaker 12 ODBC and JDBC Guide 2004 2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

InventoryControl for use with QuoteWerks Quick Start Guide

InventoryControl for use with QuoteWerks Quick Start Guide InventoryControl for use with QuoteWerks Quick Start Guide Copyright 2013 Wasp Barcode Technologies 1400 10 th St. Plano, TX 75074 All Rights Reserved STATEMENTS IN THIS DOCUMENT REGARDING THIRD PARTY

More information

Mobius Manual (3.55)

Mobius Manual (3.55) Mobius Manual (3.55) Page 1 Datalink Systems, Inc. TECHNICAL DOCUMENTATION Mobius Manual (3.55) (Last updated: Monday, 16 April 2007) Mobius Manual (3.55) Page 2 Contents 1.0 Mobius Overview...3 2.0 Installation...4

More information

Vehicle Tracking System,

Vehicle Tracking System, Vehicle Tracking System, The Complete Solution What is GPS? Product Review. Complete system. Contact Us. What is GPS? GPS, which stands for Global Positioning System, is the only system today able to show

More information

Administrator Operations Guide

Administrator Operations Guide Administrator Operations Guide 1 What You Can Do with Remote Communication Gate S 2 Login and Logout 3 Settings 4 Printer Management 5 Log Management 6 Firmware Management 7 Installation Support 8 Maintenance

More information

ivms-4200 Client Software Quick Start Guide V1.02

ivms-4200 Client Software Quick Start Guide V1.02 ivms-4200 Client Software Quick Start Guide V1.02 Contents 1 Description... 2 1.1 Running Environment... 2 1.2 Surveillance System Architecture with an Performance of ivms-4200... 3 2 Starting ivms-4200...

More information

FileMaker Server 12. FileMaker Server Help

FileMaker Server 12. FileMaker Server Help FileMaker Server 12 FileMaker Server Help 2010-2012 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc.

More information

Installation Instruction STATISTICA Enterprise Small Business

Installation Instruction STATISTICA Enterprise Small Business Installation Instruction STATISTICA Enterprise Small Business Notes: ❶ The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b) workstation installations

More information

DDNS Management System User Manual V1.0

DDNS Management System User Manual V1.0 DDNS Management System User Manual V1.0 1 03/01/2012 Table of Contents 1. Introduction.3 2. Network Configuration 3 2.1. Configuring DDNS locally through DVR Menu..3 2.2. Configuring DDNS through Internet

More information

Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011

Omgeo OASYS Workstation Installation Guide. Version 6.4 December 13, 2011 Omgeo OASYS Workstation Installation Guide Version 6.4 December 13, 2011 Copyright 2011 Omgeo LLC. All rights reserved. This publication (including, without limitation, any text, image, logo, compilation,

More information

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server.

SourceAnywhere Service Configurator can be launched from Start -> All Programs -> Dynamsoft SourceAnywhere Server. Contents For Administrators... 3 Set up SourceAnywhere... 3 SourceAnywhere Service Configurator... 3 Start Service... 3 IP & Port... 3 SQL Connection... 4 SourceAnywhere Server Manager... 4 Add User...

More information

THE CHALLENGE OF ADMINISTERING WEBSITES OR APPLICATIONS THAT REQUIRE 24/7 ACCESSIBILITY

THE CHALLENGE OF ADMINISTERING WEBSITES OR APPLICATIONS THAT REQUIRE 24/7 ACCESSIBILITY THE CHALLENGE OF ADMINISTERING WEBSITES OR APPLICATIONS THAT REQUIRE 24/7 ACCESSIBILITY As the constantly growing demands of businesses and organizations operating in a global economy cause an increased

More information

Hylas 2 - freedomsat Installation Guide

Hylas 2 - freedomsat Installation Guide Hylas 2 - freedomsat Installation Guide www.wafa.ae Contents 1. Equipment Preparation 2. Modem Configuration 3. Registration Details 4. Verifying Modem Operation 5. Troubleshooting 6. Status LED s Appendix

More information

ODBC Client Driver Help. 2015 Kepware, Inc.

ODBC Client Driver Help. 2015 Kepware, Inc. 2015 Kepware, Inc. 2 Table of Contents Table of Contents 2 4 Overview 4 External Dependencies 4 Driver Setup 5 Data Source Settings 5 Data Source Setup 6 Data Source Access Methods 13 Fixed Table 14 Table

More information

FileMaker 13. ODBC and JDBC Guide

FileMaker 13. ODBC and JDBC Guide FileMaker 13 ODBC and JDBC Guide 2004 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker, Inc.

More information

MGC WebCommander Web Server Manager

MGC WebCommander Web Server Manager MGC WebCommander Web Server Manager Installation and Configuration Guide Version 8.0 Copyright 2006 Polycom, Inc. All Rights Reserved Catalog No. DOC2138B Version 8.0 Proprietary and Confidential The information

More information

999GPS Tracking Platform Operation Guide

999GPS Tracking Platform Operation Guide 999GPS Tracking Platform Operation Guide Welcome to use this Real Time GPS tracking platform, This software is web based system, it is not necessary to download any software or any plug-in software, just

More information

Remote Console Installation & Setup Guide. November 2009

Remote Console Installation & Setup Guide. November 2009 Remote Console Installation & Setup Guide November 2009 Legal Information All rights reserved. No part of this document shall be reproduced or transmitted by any means or otherwise, without written permission

More information

Net 2. NetApp Electronic Library. User Guide for Net 2 Client Version 6.0a

Net 2. NetApp Electronic Library. User Guide for Net 2 Client Version 6.0a Net 2 NetApp Electronic Library User Guide for Net 2 Client Version 6.0a Table of Contents 1 INTRODUCTION AND KEY FEATURES... 3 SOME OF THE KEY FEATURES INCLUDE:... 3 INSTALLATION PREREQUISITES:... 3 2

More information

EMG Ethernet Modbus Gateway User Manual

EMG Ethernet Modbus Gateway User Manual EMG Ethernet Modbus Gateway User Manual Rev 2.2 07/2010 CONTENTS 1. Introduction 1.1. General Features 1.2 Installing the Drivers 2. Configuration 2.1 Main Device Parameters 2.1.1 RS485 Serial Communication

More information

D-RATS Training. D-RATS Lesson schedule

D-RATS Training. D-RATS Lesson schedule D-RATS Training D-RATS Lesson schedule 1. Introduction (need for dedicated email address and a WINLINK address) 2. SFARES Toolkit a. Situation (EOC, SAR, DOH, Skywarn, Public Service) b. Systems (Internet,

More information

Application & Quick-Start Guide

Application & Quick-Start Guide Model: CRMWIC Web Intelligent Controller 1 This document will illustrate various ways to connect and use a CRM-WIC as well as programming examples. When connecting CRM-WIC, the installer has several interface

More information

Important. Please read this User s Manual carefully to familiarize yourself with safe and effective usage.

Important. Please read this User s Manual carefully to familiarize yourself with safe and effective usage. Important Please read this User s Manual carefully to familiarize yourself with safe and effective usage. About This Manual This manual describes how to install and configure RadiNET Pro Gateway and RadiCS

More information

International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 ISSN 2229-5518

International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 ISSN 2229-5518 International Journal of Scientific & Engineering Research, Volume 6, Issue 5, May-2015 Vehicle Tracking System with Smartphone Integration S Om Prakash, R Karthikaeyan 7 Abstract Need for reliable management

More information

RFID Tracking System Installation

RFID Tracking System Installation RFID Tracking System Installation Installation Guide Version 3.x 3M Track and Trace Solutions 3M Center, Building 225-4N-14 St. Paul, Minnesota 55144-1000 78-8123-9919-0, Rev. E 2003-2009, 3M. All rights

More information

FileMaker Server 11. FileMaker Server Help

FileMaker Server 11. FileMaker Server Help FileMaker Server 11 FileMaker Server Help 2010 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker is a trademark of FileMaker, Inc. registered

More information

Kaseya 2. Quick Start Guide. for Network Monitor 4.1

Kaseya 2. Quick Start Guide. for Network Monitor 4.1 Kaseya 2 Syslog Monitor Quick Start Guide for Network Monitor 4.1 June 5, 2012 About Kaseya Kaseya is a global provider of IT automation software for IT Solution Providers and Public and Private Sector

More information

F-Secure Messaging Security Gateway. Deployment Guide

F-Secure Messaging Security Gateway. Deployment Guide F-Secure Messaging Security Gateway Deployment Guide TOC F-Secure Messaging Security Gateway Contents Chapter 1: Deploying F-Secure Messaging Security Gateway...3 1.1 The typical product deployment model...4

More information

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012.

Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Bosch ReadykeyPRO Unlimited Installation Guide, product version 6.5. This guide is item number DOC-110-2-029, revision 2.029, May 2012. Copyright 1995-2012 Lenel Systems International, Inc. Information

More information

GPS/SMS/GPRS TRACKER TK103A VEHICLE CAR REALTIME TRACKING DEVICE SYSTEM

GPS/SMS/GPRS TRACKER TK103A VEHICLE CAR REALTIME TRACKING DEVICE SYSTEM GPS/SMS/GPRS TRACKER TK103A VEHICLE CAR REALTIME TRACKING DEVICE SYSTEM This GPS Tracker was specially made for vehicles. It's a new product based on the GSM/GPRS (850, 900, 1800, 1900MHz) network and

More information

TASKE Call Center Management Tools

TASKE Call Center Management Tools TASKE Call Center Management Tools Version 7 Integrating and Configuring Blue Pumpkin PrimeTime and PrimeTime Skills TASKE Technology Inc. Copyright 2000, TASKE Technology Inc. All rights reserved. Printed

More information

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS

STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS STATISTICA VERSION 12 STATISTICA ENTERPRISE SMALL BUSINESS INSTALLATION INSTRUCTIONS Notes 1. The installation of STATISTICA Enterprise Small Business entails two parts: a) a server installation, and b)

More information

Installation & Maintenance Guide

Installation & Maintenance Guide The instruction booklet is also included on the CD in Word and Acrobat formats, which may be easier to print. (If you want to install Acrobat Reader run d:\acroread\setup.exe (where d:\ is the identifier

More information

Information Server Documentation SIMATIC. Information Server V8.0 Update 1 Information Server Documentation. Introduction 1. Web application basics 2

Information Server Documentation SIMATIC. Information Server V8.0 Update 1 Information Server Documentation. Introduction 1. Web application basics 2 Introduction 1 Web application basics 2 SIMATIC Information Server V8.0 Update 1 System Manual Office add-ins basics 3 Time specifications 4 Report templates 5 Working with the Web application 6 Working

More information

Emails sent to the FaxFinder fax server must meet the following criteria to be processed for sending as a fax:

Emails sent to the FaxFinder fax server must meet the following criteria to be processed for sending as a fax: FaxFinder FFx30 T.37 Store & Forward Fax (T.37) Introduction The FaxFinder implements T.37 Store and Forward Fax (RFC2304) to convert emails into facsimile transmissions. The FaxFinder fax server accepts

More information

DIAL-UP DATA. User s Guide

DIAL-UP DATA. User s Guide DIAL-UP DATA User s Guide Iridium Satellite LLC Rev. 2; June 15, 2001 DIAL-UP DATA SERVICE--------------------------------------------------------------------------------------- TABLE OF CONTENTS 1 Dial-Up

More information

FINS Gateway For OMRON PLCs

FINS Gateway For OMRON PLCs 1 Purpose This Technical Note describes how to set up a remote collaboration. A remote collaboration consists in configuring, programming or monitoring a PLC from a remote location, without the need of

More information

While every effort was made to verify the following information, no warranty of accuracy or usability is expressed or implied.

While every effort was made to verify the following information, no warranty of accuracy or usability is expressed or implied. AG082411 Objective: How to set up a 3G connection using Static and Dynamic IP addressing Equipment: SITRANS RD500 Multitech rcell MTCBAH4EN2 modem PC with Ethernet card Internet explorer 6.0 or higher

More information

FileMaker Server 13. Getting Started Guide

FileMaker Server 13. Getting Started Guide FileMaker Server 13 Getting Started Guide 2007 2013 FileMaker, Inc. All Rights Reserved. FileMaker, Inc. 5201 Patrick Henry Drive Santa Clara, California 95054 FileMaker and Bento are trademarks of FileMaker,

More information

Online shopping store

Online shopping store Online shopping store 1. Research projects: A physical shop can only serves the people locally. An online shopping store can resolve the geometrical boundary faced by the physical shop. It has other advantages,

More information

email-lead Grabber Business 2010 User Guide

email-lead Grabber Business 2010 User Guide email-lead Grabber Business 2010 User Guide Copyright and Trademark Information in this documentation is subject to change without notice. The software described in this manual is furnished under a license

More information

Soft Solutions, Inc. 4-Sight FAX 7.5. Getting Started. Soft Solutions, Inc. http://www.4sightfax.com/

Soft Solutions, Inc. 4-Sight FAX 7.5. Getting Started. Soft Solutions, Inc. http://www.4sightfax.com/ 4-Sight FAX 7.5 Getting Started Soft Solutions, Inc. http://www.4sightfax.com/ Introduction Thank you for your interest in 4-Sight FAX version 7.5. This guide documents the general configuration for using

More information

Producing Listings and Reports Using SAS and Crystal Reports Krishna (Balakrishna) Dandamudi, PharmaNet - SPS, Kennett Square, PA

Producing Listings and Reports Using SAS and Crystal Reports Krishna (Balakrishna) Dandamudi, PharmaNet - SPS, Kennett Square, PA Producing Listings and Reports Using SAS and Crystal Reports Krishna (Balakrishna) Dandamudi, PharmaNet - SPS, Kennett Square, PA ABSTRACT The SAS Institute has a long history of commitment to openness

More information

Linking Access to SQL Server

Linking Access to SQL Server Linking Access to SQL Server Why Link to SQL Server? Whilst Microsoft Access is a powerful database program it has its limitations and is best suited to creating desktop applications for individual users

More information

IDD-213T User Manual. (Rev. 1.0) China Aerospace Telecommunications Limited

IDD-213T User Manual. (Rev. 1.0) China Aerospace Telecommunications Limited (Rev. 1.0) China Aerospace Telecommunications Limited Contents 1. Introduction......3 2. Specifications...4 2.1 External Interface... 4 2.2 Status Indicator...... 5 2.3 Technical Parameters... 6 3. Device

More information

DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010

DEPLOYMENT GUIDE Version 2.1. Deploying F5 with Microsoft SharePoint 2010 DEPLOYMENT GUIDE Version 2.1 Deploying F5 with Microsoft SharePoint 2010 Table of Contents Table of Contents Introducing the F5 Deployment Guide for Microsoft SharePoint 2010 Prerequisites and configuration

More information