<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" version="2.0">

<channel>
	<title>ravtrack.com</title>
	
	<link>http://ravtrack.com/GPStracking</link>
	<description>Real-Time GPS Tracking BLOG</description>
	<lastBuildDate>Sat, 06 Mar 2010 22:29:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/fleet-tracking" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="fleet-tracking" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Identifying Digital Input States in a $PRAVE message</title>
		<link>http://ravtrack.com/GPStracking/identifying-digital-input-states-in-a-prave-message/331/</link>
		<comments>http://ravtrack.com/GPStracking/identifying-digital-input-states-in-a-prave-message/331/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 05:51:16 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[Message Formats]]></category>

		<guid isPermaLink="false">http://ravtrack.com/GPStracking/?p=331</guid>
		<description><![CDATA[The $PRAVE message has the status of each input as represented by a single digit  hexadecimal number in field 12. For example, the the $PRAVE message below, the last 3 represents the digital inputs from transponder 0001.
$PRAVE,0001,0001,3308.9051,-11713.1164,195348,1,10,168,31,13.3,3,-83,0,0,,*66
In this example field 12 has  value 3.  The field 12 value is the hexadecimal  binary [...]]]></description>
			<content:encoded><![CDATA[<p>The $PRAVE message has the status of each input as represented by a single digit  hexadecimal number in field 12. For example, the the $PRAVE message below, the last <span style="color: #ff0000;">3</span> represents the digital inputs from transponder 0001.</p>
<p>$PRAVE,0001,0001,3308.9051,-11713.1164,195348,1,10,168,31,13.3,<span style="color: #ff0000;"><strong>3</strong></span>,-83,0,0,,*66</p>
<p>In this example field 12 has  value 3.  The field 12 value is the hexadecimal  binary representation of the bits.  Refer to the following  table:</p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="57" valign="top">
<p align="center"><strong><em>IN  2<br />
</em></strong><strong><em>(TXD)</em></strong><strong><em> </em></strong></td>
<td width="63" valign="top">
<p align="center"><strong><em>IN  1<br />
</em></strong><strong><em>(RTS)</em></strong><strong><em> </em></strong></td>
<td width="60" valign="top">
<p align="center"><strong><em>IN  0<br />
</em></strong><strong><em>(DTR)</em></strong><strong><em> </em></strong></td>
<td width="156" valign="top">
<p align="center"><strong><em>Hexadecimal  Representation</em></strong><strong><em> </em></strong></p>
</td>
</tr>
<tr>
<td width="57" valign="top">
<p align="center">0</p>
</td>
<td width="63" valign="top">
<p align="center">0</p>
</td>
<td width="60" valign="top">
<p align="center">0</p>
</td>
<td width="156" valign="top">
<p align="center">0</p>
</td>
</tr>
<tr>
<td width="57" valign="top">
<p align="center">0</p>
</td>
<td width="63" valign="top">
<p align="center">0</p>
</td>
<td width="60" valign="top">
<p align="center">1</p>
</td>
<td width="156" valign="top">
<p align="center">1</p>
</td>
</tr>
<tr>
<td width="57" valign="top">
<p align="center">0</p>
</td>
<td width="63" valign="top">
<p align="center">1</p>
</td>
<td width="60" valign="top">
<p align="center">0</p>
</td>
<td width="156" valign="top">
<p align="center">2</p>
</td>
</tr>
<tr>
<td width="57" valign="top">
<p align="center">0</p>
</td>
<td width="63" valign="top">
<p align="center">1</p>
</td>
<td width="60" valign="top">
<p align="center">1</p>
</td>
<td width="156" valign="top">
<p align="center">3</p>
</td>
</tr>
<tr>
<td width="57" valign="top">
<p align="center">1</p>
</td>
<td width="63" valign="top">
<p align="center">0</p>
</td>
<td width="60" valign="top">
<p align="center">0</p>
</td>
<td width="156" valign="top">
<p align="center">4</p>
</td>
</tr>
<tr>
<td width="57" valign="top">
<p align="center">1</p>
</td>
<td width="63" valign="top">
<p align="center">0</p>
</td>
<td width="60" valign="top">
<p align="center">1</p>
</td>
<td width="156" valign="top">
<p align="center">5</p>
</td>
</tr>
<tr>
<td width="57" valign="top">
<p align="center">1</p>
</td>
<td width="63" valign="top">
<p align="center">1</p>
</td>
<td width="60" valign="top">
<p align="center">0</p>
</td>
<td width="156" valign="top">
<p align="center">6</p>
</td>
</tr>
<tr>
<td width="57" valign="top">
<p align="center">1</p>
</td>
<td width="63" valign="top">
<p align="center">1</p>
</td>
<td width="60" valign="top">
<p align="center">1</p>
</td>
<td width="156" valign="top">
<p align="center">7</p>
</td>
</tr>
</tbody>
</table>
<p>The stock <em>RV-M7 GX</em> has up to 3 digital inputs,  using the input pins of the RS-232 serial port.  An open circuit or ground is a  0, and if they are connected to a positive voltage greater than 3V, they are a  digital 1.<strong> </strong>If all 3 pins are allowed to float (nothing connected –  same as ground) the value should be 0.  If positive voltage is applied to a pin  the pin value will be 1.  The field 12 value will be 1 or 2 or 4, depending on  which pin had the voltage applied.<strong> </strong></p>
<p><strong> </strong></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="106" valign="top">
<p align="center"><strong>RS-232 Pin</strong><strong> </strong></p>
</td>
<td width="134" valign="top">
<p align="center"><strong>Function</strong><strong> </strong></p>
</td>
<td width="228" valign="top">
<p align="center"><strong> </strong></p>
</td>
</tr>
<tr>
<td width="106" valign="top">
<p align="center">4 &#8211; DTR</p>
</td>
<td width="134" valign="top">
<p align="center">Input 0</p>
</td>
<td width="228" valign="top">
<p align="center">
</td>
</tr>
<tr>
<td width="106" valign="top">
<p align="center">7 &#8211; RTS</p>
</td>
<td width="134" valign="top">
<p align="center">Input 1</p>
</td>
<td width="228" valign="top">
<p align="center">
</td>
</tr>
<tr>
<td width="106" valign="top">
<p align="center">3 &#8211; TXD</p>
</td>
<td width="134" valign="top">
<p align="center">Input 2</p>
</td>
<td width="228" valign="top">
<p align="center">
</td>
</tr>
<tr>
<td width="106" valign="top">
<p align="center">5 &#8211; Ground</p>
</td>
<td width="134" valign="top">
<p align="center">GND</p>
</td>
<td width="228" valign="top">
<p align="center">Connect to vehicle chassis or other ground point.</p>
</td>
</tr>
</tbody>
</table>
<p>Note that the weatherproofed  (-WX) model has less RS-232 pins and only 2 digital inputs.  Inputs 1 and 2 are  valid, but input 0 is indeterminate (state can float).</p>
<p>In the RavTrack PC  software it is easy to <span style="text-decoration: underline;">not monitor this missing pin</span>, so any change  of state or change of value of this pin would not matter to the  software.  Simply configure this input as unused.</p>
<p><img class="aligncenter size-full wp-image-334" title="1aa" src="http://ravtrack.com/GPStracking/wp-content/uploads/2010/02/1aa.jpg" alt="1aa" width="776" height="327" /></p>
<table border="1" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="106" valign="top">
<p align="center"><strong>RS-232 Pin</strong></p>
</td>
<td width="134" valign="top">
<p align="center"><strong>Function</strong></p>
</td>
<td width="228" valign="top">
<p align="center"><strong> </strong></p>
</td>
</tr>
<tr>
<td width="106" valign="top">
<p align="center">4 &#8211; RTS</p>
</td>
<td width="134" valign="top">
<p align="center">Input 1</p>
</td>
<td width="228" valign="top">
<p align="center">
</td>
</tr>
<tr>
<td width="106" valign="top">
<p align="center">3 &#8211; TXD</p>
</td>
<td width="134" valign="top">
<p align="center">Input 2</p>
</td>
<td width="228" valign="top">
<p align="center">
</td>
</tr>
<tr>
<td width="106" valign="top">
<p align="center">5 &#8211; Ground</p>
</td>
<td width="134" valign="top">
<p align="center">GND</p>
</td>
<td width="228" valign="top">
<p align="center">Connect to vehicle chassis or other ground point.</p>
</td>
</tr>
</tbody>
</table>
<p>On the M7 series of transponders, if an input is left floating/unconnected, the transponder will read it as a digital 0 (low), and report it this way.</p>
]]></content:encoded>
			<wfw:commentRss>http://ravtrack.com/GPStracking/identifying-digital-input-states-in-a-prave-message/331/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server User Logins</title>
		<link>http://ravtrack.com/GPStracking/microsoft-sql-server-user-logins/325/</link>
		<comments>http://ravtrack.com/GPStracking/microsoft-sql-server-user-logins/325/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 23:13:13 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[RavTrack PC GPS Tracking Software]]></category>

		<guid isPermaLink="false">http://ravtrack.com/GPStracking/?p=325</guid>
		<description><![CDATA[When you choose to use Microsoft SQL Server for your RavTrack PC database, all of the location information of the GPS tracked vehicles will be stored in the SQL database called &#8220;RavTrack&#8220;.   You must create this database manually using Micrtosoft&#8217;s Management Studio software program, and then assign the user login rights to the database.  RavTrack [...]]]></description>
			<content:encoded><![CDATA[<p>When you choose to use Microsoft SQL Server for your RavTrack PC database, all of the location information of the GPS tracked vehicles will be stored in the SQL database called &#8220;<strong>RavTrack</strong>&#8220;.   You must create this database manually using Micrtosoft&#8217;s Management Studio software program, and then assign the user login rights to the database. <em> RavTrack PC</em> will create the tables within the database. </p>
<p>The steps to take to setup the RavTrack SQL database in SQL Server 2005 or 2008 are as follows:</p>
<ol>
<li>Using the Management studio, create a database with the name “<strong>RavTrack</strong>”. You do not need to create any tables in the database, as <em>RavTrack PC</em> will create them the first time it connects to this database.</li>
<li>Using <em>Management Studio</em>, create security login accounts for the users that will be using <em>RavTrack PC</em> on the network.  Right click on Databases &gt; Security &gt; Logins &gt; New Login…  to create a new login account for each user. Set the Server Role to “serveradmin”. <br />
<img class="aligncenter size-full wp-image-328" title="S1" src="http://ravtrack.com/GPStracking/wp-content/uploads/2010/01/S1.jpg" alt="S1" width="277" height="320" /></li>
<li>Using <em>Management Studio</em>, assign the new user login to the RavTrack database.  Right click on Databases &gt; RavTrack &gt; Security &gt; Users . Add User…  to add the new user to the database.  Set the Role Members” to db_datawriter and db_datareader. <img class="aligncenter size-full wp-image-329" title="S2" src="http://ravtrack.com/GPStracking/wp-content/uploads/2010/01/S2.jpg" alt="S2" width="484" height="526" /></li>
</ol>
<p><em>Management Studio</em>is a very good tool to use not only for configuring SQL Server, but also to verify that connections to the RavTrack database are OK.   On any workstation that you feel there is a login problem with the database, login to that workstation with the user name and password, run <em>Management Studio</em>, and try to access the <strong>RavTrack</strong> database.  If you can access it and list the tables, then the user name and password has the proper rights configured on the server. </p>
<p>There is a verion of Microsoft SQL Management Studio for every version of their SQL Server program.</p>
]]></content:encoded>
			<wfw:commentRss>http://ravtrack.com/GPStracking/microsoft-sql-server-user-logins/325/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Crystal Reports Installation Issues</title>
		<link>http://ravtrack.com/GPStracking/crystal-reports-installation-issues/319/</link>
		<comments>http://ravtrack.com/GPStracking/crystal-reports-installation-issues/319/#comments</comments>
		<pubDate>Mon, 25 Jan 2010 23:59:42 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[RavTrack PC GPS Tracking Software]]></category>

		<guid isPermaLink="false">http://ravtrack.com/GPStracking/?p=319</guid>
		<description><![CDATA[Integrated into RavTrack PC GPS Tracking software is a powerful report generating software program called Crystal Reports.
As part of the RavTrack PC installation, a run-time redistribution module is installed on the computer along with RavTrack PC. The Crystal Reports run-time module allows crystal reports to be generated by RavTrack PC, and viewed by the user.  [...]]]></description>
			<content:encoded><![CDATA[<p>Integrated into <em>RavTrack PC</em> GPS Tracking software is a powerful report generating software program called <strong><em>Crystal Reports</em></strong>.</p>
<p>As part of the <em>RavTrack PC</em> installation, a run-time redistribution module is installed on the computer along with <em>RavTrack PC</em>. The Crystal Reports run-time module allows crystal reports to be generated by RavTrack PC, and viewed by the user.  But, it does not include the report editor.  To customize your own Crystal Reports, you will need to by a full-version of Crystal Reports 10.   The run-time module included with <em>RavTrack PC</em> will give you the ability to view the Crystal Reports you generate with <em>RavTrack PC&#8217;s</em> report generator.</p>
<h3>Installation Problems</h3>
<p>There is often an installation error with the Crystal Reports run-time on certain Windows Vista machines.   If during the installation of <em>RavTrack PC</em> you get an error message about Crystal Reports, you can ignore it because there is a simple solution that can be performed after the installation of <em>RavTrack PC</em> is complete.</p>
<p>If, after RavTrack PC is installed and operating, you get an error when trying to open the report generator in RavTrack PC  (View &gt; Reports), then you should manually install the Crystal Reports 10 run-time module.  To do this, perform the following steps:</p>
<ol>
<li>Close <em>RavTrack PC</em>.</li>
<li>Download the Crystal Report run-time module from Raveons server at: <a title="http://ravtrack.com/downloads/CRBasicVS2008_redist_x86" href="http://ravtrack.com/downloads/CRBasicVS2008_redist_x86.zip ">http://ravtrack.com/downloads/CRBasicVS2008_redist_x86.zip </a></li>
<li>Unzip the file to your local disk.</li>
<li>Open Explorer, and go to the directory where the .zip file was stored to.</li>
<li>Double click on the  <em>CRRedist2008_x86.msi</em> file to run the installation program.</li>
<li>Follow the instructions in the installer, and let it install.</li>
<li>Once the Crystal Reports installer has finished, start <em>RavTrack PC,</em> and verify the report features are working.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ravtrack.com/GPStracking/crystal-reports-installation-issues/319/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring a Microsoft SQL Server Installation</title>
		<link>http://ravtrack.com/GPStracking/configuring-a-microsoft-sql-server-installation/312/</link>
		<comments>http://ravtrack.com/GPStracking/configuring-a-microsoft-sql-server-installation/312/#comments</comments>
		<pubDate>Mon, 18 Jan 2010 17:49:32 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[RavTrack PC GPS Tracking Software]]></category>

		<guid isPermaLink="false">http://ravtrack.com/GPStracking/?p=312</guid>
		<description><![CDATA[With release of RavTrack PC vesion 3.1, RavTrack PC supports Microsoft&#8217;s SQL Server 2005 and 2008.  By default, RavTrack PC uses Microsoft Access databases and tables to store its inforamtion.  Access is a very good choice for a database when RavTrack PC software is ging to be run on a single workstation, in a vehicle, [...]]]></description>
			<content:encoded><![CDATA[<p>With release of RavTrack PC vesion 3.1, RavTrack PC supports Microsoft&#8217;s SQL Server 2005 and 2008.  By default, RavTrack PC uses Microsoft Access databases and tables to store its inforamtion.  Access is a very good choice for a database when RavTrack PC software is ging to be run on a single workstation, in a vehicle, or when the number of concurrent users is small. </p>
<p>But, when the number of users running RavTrack PC increases, or when the size of the Log table is large, Microsoft&#8217;s SQL Server is a superior product, albeit a bit more complex to install and manage. </p>
<p>You can download RavTrack PC evaluation copy free as well as the technical manual from Ravoen&#8217;s web site at: <a href="http://ravtrack.com/RavTrack-PC-Software.html">http://ravtrack.com/RavTrack-PC-Software.html</a> </p>
<p>If you are going to use a Microsoft SQL Server 2005 or SQL Server 2008 database with <em>RavTrack PC,</em> then you will need to prepare the SQL Server first, before running RavTrack PC.  Perform the following steps:</p>
<h3>SQL Server Installation</h3>
<ol>
<li>Install Microsoft SQL Server or SQL Server Express.  SQL Server Express is available from Microsoft at no charge. It may be downloaded at: <a href="http://www.microsoft.com/Sqlserver/2005/en/us/express.aspx">http://www.microsoft.com/Sqlserver/2005/en/us/express.aspx</a></li>
<li>Use the “<em>SQL Server Configuration Manager</em>” software program that is installed with MS SQL Server to configure the server.</li>
<li>Using the <em>SQL Server Configuration Manager, e</em>nable the TCP/IP Client Protocol (<em>SQL Server Configuration Manager &gt; SQL Natice Client Configuration &gt; Client Protocols &gt; TCP/IP</em>).</li>
<li>Also download and install the “<em>Management Studio</em>” for SQL Server.  The Express version may be downloaded at the same website as the SQL Server Express is downloaded from.</li>
<li>Set the default transaction time-out of <em>Management Studio</em> to 1000 seconds (Tools&gt; Options&gt; Designers&gt; Transaction Timeout)</li>
<li>Using the Management studio, create a database with the name “<span style="text-decoration: underline;">RavTrack</span>”. You do not need to create any tables in the database, as <em>RavTrack PC</em> will create them the first time it connects to this database.</li>
<li>Using Management Studio, create Login accouts for all users what will be accessing the SQL database using RavTrack PC. </li>
</ol>
<h3><strong>Troubleshooting:</strong></h3>
<p>If you are having trouble connecting <em>RavTrack PC</em> to your SQL server installation, check the following items:</p>
<ol>
<li>Shut down <em>RavTrack PC</em> using FIle &gt; Exit, and restart it.  Whenever the database type is changed in <em>RavTrack PC, </em>you should restart the application.</li>
<li>Install Microsoft&#8217;s <em>Management Studio</em><em> </em>applicationon the computer running <em>RavTrack PC</em>.  Use Management Studio to connect to the server to verify that the SQL Server is running properly and accessible from the workstation.</li>
<li>Make sure the the TCP/IP Client Protocol is enabled on the SQL Server.</li>
<li>Make sure you are logged into RavTrack PC as an administrator with the ADMIN account.</li>
<li>Make sure you have purchased and installed an &#8220;<em>Unlimited</em>&#8221; license on <em>RavTrack PC</em>. The &#8220;<em>Limited</em>&#8221; version will not connect to an SQL Server.</li>
<li>Make sure you created a database on the SQL server named &#8220;RavTrack&#8221;.  The RavTrack database needs to be on the server before running the <em>RavTrack PC</em> program.  Yse the Management Studio to create the &#8220;RavTrack&#8221; database on the server.</li>
<li>You should have an account on the SQL Server computer with the same name and password as the name/password that you used to log onto Windows on the <em>RavTrack PC</em> computer. If you have not done this, create a Windows user account and password on the SQL Server computer to match the Windows user/password on the <em>RavTrack PC</em> Windows login account.</li>
<li>Make sure the rights assigned to the login account are at least db_reader, db_writer, and db_admin. </li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://ravtrack.com/GPStracking/configuring-a-microsoft-sql-server-installation/312/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Verifying Communications with RavTrack PC</title>
		<link>http://ravtrack.com/GPStracking/verifying-communications-with-ravtrack-pc/307/</link>
		<comments>http://ravtrack.com/GPStracking/verifying-communications-with-ravtrack-pc/307/#comments</comments>
		<pubDate>Tue, 12 Jan 2010 18:42:07 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[Base Station Installation]]></category>

		<guid isPermaLink="false">http://ravtrack.com/GPStracking/?p=307</guid>
		<description><![CDATA[RavTrack PC receives $PRAVE messages from a Raveon GPS tracking transponder, and uses the information in the $PRAVE message to plot the position and display the status of tracked vehicles and personnel.
The $PRAVE messages come out of the M7 GX transponder, when it is configured in GPS mode 2.  The serial port of the M7 [...]]]></description>
			<content:encoded><![CDATA[<p><em>RavTrack PC</em> receives $PRAVE messages from a Raveon GPS tracking transponder, and uses the information in the $PRAVE message to plot the position and display the status of tracked vehicles and personnel.</p>
<p>The $PRAVE messages come out of the M7 GX transponder, when it is configured in GPS mode 2.  The serial port of the M7 GX transponder must be connected to the PC running RavTrack PC.   This connection may be a direct RS232 connection, or it may use a terminal server to convert the RS232 from the M7 GX transponder to Ethernet. The Ethernet connection is then made to a LAN or WAN so that RavTrack PC can receive the GPS positions via the nework connection.</p>
<p>To verify that RavTrack PC is receiving $PRAVE messages, you can look at the communications statistics window within RavTrack PC, and see if $PRAVE messages are comming out.</p>
<p><img class="aligncenter size-full wp-image-308" title="commstats" src="http://ravtrack.com/GPStracking/wp-content/uploads/2010/01/commstats.jpg" alt="commstats" width="707" height="398" /></p>
<p>In the &#8220;Messages In&#8221; column, there are two numbers (xxx/yyy)  The first number xxx is the total number of messages, and the second number, yyy, is the total number of $PRAVE messages that RavTrack PC has received.</p>
<p>If the communications with the M7 GX transponder is OK, the second number will increment each time a $PRAVE message is received, which is each time a transponder reports in. In the above example, RavTrack PC has received 311 position reports using its network connection.</p>
<p>If the second number is 0, but the first number is not zero (ie  123/0)  then the connection to the M7 GX is probably OK, because some messages are coming in.  These are usually the $GPGGA/RMC type messages output from the local GPS in the M7.  They are not over-the-air position reports.  Because the first number is incrementing, the connection to the M7 is OK. But, because the second number is 0, there are not $PRAVE messages coming in.  The most likely reasons that there are not $PRAVE messages are:</p>
<p>1.  All transponders are turned off.</p>
<p>2.  The UHF or VHF antenna to the M7 GX used with <em>RavTrack PC</em> is not connected.</p>
<p>3. The encryption keyphrase is not set corectly, and the My GX cannot receive the position reports.</p>
<p>4. All transponders are out of range of the M7 GX used with <em>RavTrack PC</em>.</p>
<p>5. The transponders are configured on a different RF frequency.</p>
<p>Hopefully you find this information helpfull.  Monitoring the communication statistics is an excellent way to verify the performance of your RavTrack GPS tracking system.  RavTrac PC automatically monitors the statistics, and will turn the communication status button on the bottom of the screen red if no messages are received for a long period of time, indicating that the communications with the transponder used to receive $PRAVE messages has failed.</p>
]]></content:encoded>
			<wfw:commentRss>http://ravtrack.com/GPStracking/verifying-communications-with-ravtrack-pc/307/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Who’s Tracking You?  GPS Tracking Security</title>
		<link>http://ravtrack.com/GPStracking/whos-tracking-you-gps-tracking-security/299/</link>
		<comments>http://ravtrack.com/GPStracking/whos-tracking-you-gps-tracking-security/299/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 00:22:13 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Industry information]]></category>

		<guid isPermaLink="false">http://ravtrack.com/GPStracking/?p=299</guid>
		<description><![CDATA[GPS vehicle tracking is a powerful technology that can speed emergency response, improve efficiency, and provide a safety link to support personnel.  Raveon Technologies sells real real-time tracking system so business, agencies, and commanders, can track their personnel, assets and vehicles.
Raven&#8217;s private tracking system uses a very secure AES encryption algorithm, so that only authorized [...]]]></description>
			<content:encoded><![CDATA[<p>GPS vehicle tracking is a powerful technology that can speed emergency response, improve efficiency, and provide a safety link to support personnel.  Raveon Technologies sells real real-time tracking system so business, agencies, and commanders, can track their personnel, assets and vehicles.</p>
<p>Raven&#8217;s private tracking system uses a very secure AES encryption algorithm, so that only authorized radios can track the GPS transponders.  It would be bad, and maybe even disastrous if GPS tracking were not secure.  Law enforcement, military, and security forces use GPS tracking to do their job and GPS tracking provides extra security for their operations.  And if the bad guys were able to track them, their operations and their lives could be in jeopardy.</p>
<p>This is why Raveon takes GPS tracking security very seriously, and tracking systems based upon less-secure communication methods should be carefully considered.  Most all other GPS tracking systems us cellular radio technology, such as GSM networks to send their data.  Anyone using a public GSM system must carefully assess all aspects of the system&#8217;s security.</p>
<p>In 2009, a German computer engineer announced that he&#8217;s deciphered the 21-year old 64-bit encryption algorithm that protects the GSM standard.  According to the <a href="http://www.nytimes.com/2009/12/29/technology/29hack.html">New York Times</a>, the German encryption expert &#8220;<em>aimed to question the effectiveness of the 21-year-old G.S.M. algorithm</em>&#8221; and its use to protect the world&#8217;s GSM based GPS Tracking communications.  Having the code itself isn&#8217;t enough to eavesdrop, but it certainly helps people along the path. The GSM Association responded by calling the publication &#8220;theoretically possible but practically unlikely.&#8221;</p>
<p><img class="aligncenter size-full wp-image-304" title="OpenLock" src="http://ravtrack.com/GPStracking/wp-content/uploads/2010/01/OpenLock.jpg" alt="OpenLock" width="173" height="198" /></p>
<p>It may be only a matter of time before the technology is readily available to eavesdrop on GSM communications.   Right now, it is believed that only the US military and certain foreign governments have the ability to eavesdrop on GSM communications.  Technology marches on, and the security of GPS tracking using GSM networks may be left behind.</p>
<p>See <a href="http://www.ravtrack.com">www.ravtrack.com</a> for mor information about secure, private GPS tracking.</p>
]]></content:encoded>
			<wfw:commentRss>http://ravtrack.com/GPStracking/whos-tracking-you-gps-tracking-security/299/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft SQL Server Version Comparison</title>
		<link>http://ravtrack.com/GPStracking/microsoft-sql-server-version-comparison/296/</link>
		<comments>http://ravtrack.com/GPStracking/microsoft-sql-server-version-comparison/296/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 22:15:13 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[Installation Information]]></category>

		<guid isPermaLink="false">http://ravtrack.com/GPStracking/?p=296</guid>
		<description><![CDATA[Microsoft SQL Server may be used as the database engine for the RavTrack PC AVL system.
A free version is available from Microsoft, called &#8220;Express&#8221;.  For small AVL systems where the number of tracked vehicles is small (&#60; 25) and the update rate is fairly slow (&#60; 30 seconds), then the EXPRESS version is probably a [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft SQL Server may be used as the database engine for the <em>RavTrack PC</em> AVL system.</p>
<p>A free version is available from Microsoft, called &#8220;Express&#8221;.  For small AVL systems where the number of tracked vehicles is small (&lt; 25) and the update rate is fairly slow (&lt; 30 seconds), then the EXPRESS version is probably a good choice. But, for systems requiring higher performance, Microsoft provides a number of high-performance options.</p>
<p>The following table describes the primary differences between the various SQL implementations.</p>
<h3>Scalability and Performance</h3>
<table border="0">
<tbody>
<tr>
<th>Feature</th>
<th>Express</th>
<th>Workgroup</th>
<th>Standard</th>
<th>Enterprise</th>
<th>Comments</th>
</tr>
<tr>
<td><strong>Number of CPUs</strong></td>
<td>1</td>
<td>2</td>
<td>4</td>
<td>Max OS supported</td>
<td>Includes support for multicore processors.</td>
</tr>
<tr>
<td><strong>RAM Used<br />
</strong></td>
<td>1 gig(GB)</td>
<td>3 GB</td>
<td>OS maximum</td>
<td>OS maximum</td>
<td>Memory limited by operating system.</td>
</tr>
<tr>
<td><strong>64-bit Support</strong></td>
<td>Windows on Windows (WOW)</td>
<td>WOW</td>
<td><img src="http://www.microsoft.com/global/sqlserver/2005/en/us/PublishingImages/icon-table-full.gif" border="0" alt="Available" width="13" height="13" align="center" /></td>
<td><img src="http://www.microsoft.com/global/sqlserver/2005/en/us/PublishingImages/icon-table-full.gif" border="0" alt="Available" width="13" height="13" align="center" /></td>
<td></td>
</tr>
<tr>
<td><strong>Database Size</strong></td>
<td>4 GB</td>
<td>No Limit</td>
<td>No Limit</td>
<td>No Limit</td>
<td></td>
</tr>
<tr>
<td><strong>Partitioning</strong></td>
<td></td>
<td></td>
<td></td>
<td><img src="http://www.microsoft.com/global/sqlserver/2005/en/us/PublishingImages/icon-table-full.gif" border="0" alt="Available" width="13" height="13" align="center" /></td>
<td>Support for large-scale databases</td>
</tr>
<tr>
<td><strong>Parallel Index Operations</strong></td>
<td></td>
<td></td>
<td></td>
<td><img src="http://www.microsoft.com/global/sqlserver/2005/en/us/PublishingImages/icon-table-full.gif" border="0" alt="Available" width="13" height="13" align="center" /></td>
<td>Parallel processing of indexing operations</td>
</tr>
<tr>
<td><strong>Indexed Views</strong></td>
<td></td>
<td></td>
<td></td>
<td><img src="http://www.microsoft.com/global/sqlserver/2005/en/us/PublishingImages/icon-table-full.gif" border="0" alt="Available" width="13" height="13" align="center" /></td>
<td>Indexed view creation is supported in all editions.</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://ravtrack.com/GPStracking/microsoft-sql-server-version-comparison/296/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GPS Position Accuracy</title>
		<link>http://ravtrack.com/GPStracking/gps-position-accuracy/291/</link>
		<comments>http://ravtrack.com/GPStracking/gps-position-accuracy/291/#comments</comments>
		<pubDate>Mon, 16 Nov 2009 18:45:51 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://ravtrack.com/GPStracking/?p=291</guid>
		<description><![CDATA[The accuracy of a position determined by using a GPS receiver is limited by the accuracy of the GPS signal itself.  The US government controls the precision of the GPS signals sent from the GPS satellite constellation.   It varies from day to day, and the following graph shows historically, how precise the GPS position information [...]]]></description>
			<content:encoded><![CDATA[<p>The accuracy of a position determined by using a GPS receiver is limited by the accuracy of the GPS signal itself.  The US government controls the precision of the GPS signals sent from the GPS satellite constellation.   It varies from day to day, and the following graph shows historically, how precise the GPS position information is.</p>
<p><img class="aligncenter size-full wp-image-292" title="gpsaccuracy" src="http://ravtrack.com/GPStracking/wp-content/uploads/2009/11/gpsaccuracy.jpg" alt="gpsaccuracy" width="558" height="434" />Raveon&#8217;s GPS transponders utilize the WAAS signal, so accuracies of 2-3 meters are possible.  Laboratory tests with the M7 series of GPS transponders confirm that this is possible, but typically, the accuracy is in the 3-5 meter range.</p>
<p>If the GPS transponder is located indoors, or if there are very tall buildings near the transponder, the accuracy will be degraded due to multipath of the GPS signal.</p>
]]></content:encoded>
			<wfw:commentRss>http://ravtrack.com/GPStracking/gps-position-accuracy/291/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AVL News: Newer, faster Google Earth 5.1 released</title>
		<link>http://ravtrack.com/GPStracking/newer-faster-google-earth-avl/272/</link>
		<comments>http://ravtrack.com/GPStracking/newer-faster-google-earth-avl/272/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 11:04:29 +0000</pubDate>
		<dc:creator>Ravtrack</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[avl]]></category>
		<category><![CDATA[gis]]></category>
		<category><![CDATA[google earth]]></category>
		<category><![CDATA[kml]]></category>

		<guid isPermaLink="false">http://ravtrack.com/GPStracking/?p=272</guid>
		<description><![CDATA[The team over at Google has released a speedier version of their popular Google Earth application. From our tests here, we did notice some welcome speed increases in rendering the map tiles when you zoom in and out and change views. Also, start up time did seem reduced compared to version 5.0. Additionally, Google has [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" style="padding: 0 10px 10px 0; float:left;" title="google earth 5.1" src="http://1.bp.blogspot.com/_zJrVQFqitUA/Sqf1wbJylPI/AAAAAAAAI7o/voaYfkz0gKM/s400/paris51.JPG" alt="" width="300" />The team over at Google has released a speedier version of their popular <a href="http://google-latlong.blogspot.com/2009/09/google-earth-51-think-fast.html">Google Earth application</a>. From our tests here, we did notice some welcome speed increases in rendering the map tiles when you zoom in and out and change views. Also, start up time did seem reduced compared to version 5.0. Additionally, Google has sped up the rendering of 3D models within Google Earth. Of course, since RavTrack&#8217;s AVL solutions support open formats such as KML, this means that Google Earth is now faster while rendering KML for display with a map overlay. For more information on using <a href="http://ravtrack.com/Google-Earth-Interface.html">RavTrack AVL with Google Earth</a> check out our recent announcement.</p>
<p>From the Google Lat Long blog:</p>
<blockquote><p>We&#8217;ve made a lot of adjustments under the hood, like improving memory utilization so we can show more buildings, layers, and user content. We improved our shaders (that&#8217;s graphics-speak for small programs that run inside your graphics processor) to make the atmosphere draw faster. We also worked to reduce stuttering (known as frame drops) to provide an even smoother experience as you fly around the globe. When we draw imagery, we now use compression technology to use less memory and graphics resources. We know that waiting for a program to start-up can be really frustrating, so we improved our start-up time by 25%. In our <a id="os2z" style="color: #551a8b;" title="Google Earth API" href="http://code.google.com/apis/earth/">Google Earth API</a> (which allows developers to include Google Earth right in their websites), we have made API calls significantly faster, which means that our developers can now do even more.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://ravtrack.com/GPStracking/newer-faster-google-earth-avl/272/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking Construction Equipment</title>
		<link>http://ravtrack.com/GPStracking/tracking-construction-equipment/265/</link>
		<comments>http://ravtrack.com/GPStracking/tracking-construction-equipment/265/#comments</comments>
		<pubDate>Tue, 22 Sep 2009 11:26:51 +0000</pubDate>
		<dc:creator>JS</dc:creator>
				<category><![CDATA[Industry News]]></category>
		<category><![CDATA[construction equipment tracking]]></category>
		<category><![CDATA[theft]]></category>
		<category><![CDATA[vehicle tracking]]></category>

		<guid isPermaLink="false">http://ravtrack.com/GPStracking/?p=265</guid>
		<description><![CDATA[
 photo credit: Michel Filion
Often, during large-scale construction projects heavy equipment such as bulldozers or front-end loaders are left on site overnight or after hours. It simply does not make sense to move them back and forth. Unfortunately, this can make your construction equipment a target for theft costing tens of thousands if not hundreds [...]]]></description>
			<content:encoded><![CDATA[<div style="float:right; padding: 0 0 10px 10px;"><a title="Big hand on dirt." href="http://www.flickr.com/photos/15734079@N00/479092117/" target="_blank"><img src="http://farm1.static.flickr.com/179/479092117_f3ae0eff7d_m.jpg" border="0" alt="Big hand on dirt." /></a><br />
<small><a title="Attribution License" href="http://creativecommons.org/licenses/by/2.0/" target="_blank"><img src="http://ravtrack.com/GPStracking/wp-content/plugins/photo-dropper/images/cc.png" border="0" alt="Creative Commons License" width="16" height="16" align="absmiddle" /></a> <a href="http://www.photodropper.com/photos/" target="_blank">photo</a> credit: <a title="Michel Filion" href="http://www.flickr.com/photos/15734079@N00/479092117/" target="_blank">Michel Filion</a></small></div>
<p>Often, during large-scale construction projects heavy equipment such as bulldozers or front-end loaders are left on site overnight or after hours. It simply does not make sense to move them back and forth. Unfortunately, this can make your construction equipment a <a href="http://www.gulflive.com/news/mississippipress/news.ssf?/base/news/1252577718265170.xml&amp;coll=5">target for theft</a> costing tens of thousands if not hundreds of thousands of dollars.</p>
<p>Luckily, any vehicle or piece of <a title="tracking construction equipment" href="http://ravtrack.com/Construction.html">construction equipment can be tracked and monitored</a> in real-time using the RavTrack <a href="http://ravtrack.com">AVL tracking solutions</a> from Raveon Technologies. With RavTrack, you know with certainty where all your work site assets and equipment are located; all in real-time and without the expensive recurring fees that accompany most other AVL systems. Using RavTrack AVL, you can monitor your job site and keep an eye on how your equipment is being used, even in remote areas where other products fail.</p>
]]></content:encoded>
			<wfw:commentRss>http://ravtrack.com/GPStracking/tracking-construction-equipment/265/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
