You can now connect a GPS device to your computer and plot your location in RadarLab HD. You can display your current location using one of four different symbols and display the GPS track of where you have been. You can also change the color of GPS overlay to any color you wish.
Your GPS device must be able to output data in the NMEA standard format. All GPS devices that support this format will work with RadarLab HD. Specifically, there are three NMEA sentences that RadarLab HD is looking for. These are the GGA, RMC and GSA sentences. When your GPS device is connected to your computer either through a USB or serial port, you will be able to see your current location relative to the storm data.
In order to use the GPS capability you need to launch RadarLab HD from the new RadarLab HD GPS page. You can also get to the RadarLab HD GPS page from the regular RadarLab page. When RadarLab HD is launched from this page, you will be prompted with a security warning that you must accept. The warning is being prompted because Java needs to have access to the serial port on your computer in order to read the GPS data from it. Once RadarLab HD is running you can click on the Help button to read more information about the GPS tracking. If you want to have the GPS enabled version of RadarLab HD to be launch from your desktop, you need to delete your Java cache and re-launch RadarLab HD from the GPS page. Directions on how to delete your Java cache are here.
Mac OS X Users
To allow the GPS to work on a Mac you must check the following:
1. You must have the folder "uucp" in the directory "/var/spool". To check this, bring up the Terminal and type in the following command:
ls /var/spool
Now see if the "uucp" folder is listed. If not, you must create it by running the following command:
sudo mkdir /var/spool/uucp
You now need to set the proper permissions on this directory. Do this by running the following command:
sudo chmod 777 /var/spool/uucp
2. You should be a member of the "uucp" group. To do this run the following commands (it would be best to copy and paste these commands):
sudo niutil -destroyval / /groups/uucp users `whoami` (The ` in this line is the symbol listed to the left of the number "1" key)
sudo niutil -appendprop / /groups/uucp users `whoami`
3. The Last step is that you should have the folder "lock" in the directory "/var". To check this, in the Terminal type in the following command:
ls /var
Now see if the "lock" folder is listed. If it is not listed, then you must create it by running the following command:
sudo mkdir /var/lock
You now need to set the proper permissions on this folder by running the command:
sudo chmod 777 /var/lock
You should now be able to use the GPS functionality of RadarLab HD on your Mac OS X system.
Comments (3)
I am utilizing the Garmin GPS18 antenna. it connects to the usb port. I dont see a usb port listed when your programs as to connect to the GPS. Any suggestions?
Posted by Perry Warner | September 28, 2007 1:30 PM
Posted on September 28, 2007 13:30
Perry,
The Garmin GPS 18 USB antenna will not work with RadarLab HD. This antenna does not output data in the NMEA standard format. The other two version of this antenna, the GPS 18 PC and GPS 18 LVC can output data in the NMEA standard. For whatever reason Garmin decided to not allow the GPS 18 USB to output data in the NMEA standard. This is the only "puck" style GPS device that I'm aware of that does not output data in the NMEA standard format.
Posted by Stacey Simmons | September 28, 2007 1:47 PM
Posted on September 28, 2007 13:47
wow. this sounds pretty sweet. you guys seem to always go above and beyond on this service.
Posted by chris | February 11, 2008 10:12 PM
Posted on February 11, 2008 22:12