01-06-2006 08:38 PM
01-12-2006 09:39 PM
01-13-2006 07:38 AM
I'm not familiar with the Novatel unit, but there may be some settings that you can change. My Ashtech had different modes that you could set(static, walking, boat, car, plane) that helped with that. How big are the distances that you are seeing? I did a study with my Garmin GPS 18 that tracked the position data over several hours. Even though the unit was fixed, I saw excursions as big as 200 feet. Garmin said that this was probably due to multipath problems where I had the unit. It was next to my house. What environment is your antenna in?
You could write a filter in Labview. If the movement that the unit sees doesn't exceed a preset value, then you can assume that it is not truly moving. Even with the best conditions and the best hardware, the values will always change somewhat.
01-13-2006 07:53 AM
01-14-2006 03:32 AM
I tried to ask the maker and hopefully i can get answer nextweek.
The excursions are not that big but the data is fluctuating rapidly. For instance, i placed the end of the boom near the limit line i created. Its not yet touching the limit line but because of the fluctuations, sometimes it will trigger an alarm and sometimes it will not even the antenna is not moving. My environment is fine, on a clear sky area. I tried to reduce the digits of precision to 2 (from 4) but I am still getting the same problem.
"You could write a filter in Labview."- Can you please teach me which filter function I can try to use. Thank you very much.
01-14-2006 04:19 AM
01-14-2006 03:49 PM
01-14-2006 11:27 PM
01-15-2006 08:11 AM
Bong-
I'm not sure why you are having problems at 9600, but if it works at the other speed, that is OK.
By polling your unit, I mean you serially write "get custom message x", then you read what the result is.
01-15-2006 06:31 PM
"By polling your unit, I mean you serially write "get custom message x", then you read what the result is."
No. I write custom log commands in the GPS receiver and SAVE IT. So everytime I turn ON the GPS receiver and run my application, via serial link, it will read the log data that i requested. As long as I made the "saveconfig" command in the GPS receiver, it will always output the requested log data that i need.
Do you have any idea on what kind of filter function I can use? I understand that the fluctuations on GPS data is caused by a lot of reasons especially NOISE (electrical noise, environmental noise, multipath, etc.)