Labview與GPS的應用

哈摟~~我是Labview的初學者,請問一下要使用何種平台設計"PDA"的GPS取得座標??並且與labview作結合!?

謝謝^^

一定要用PDA嗎?


PC接「USB-GPS」,就可以從PC用LabVIEW擷取GPS座標資訊了…

<span =“apple-style-span” style="font-family: arial; font-size: x-large; color: rgb(112, 25, 209); -webkit-border-horizontal-spacing: 2px; -webkit-border-vertical-spacing: 2px; ">環天BU-353 USB GPS

PC端可以使用這個程式:
  1. gpsscreenshots.zip
  2. readgpstimepositionvelocity.llb

<span =“apple-style-span” style=“font-size: medium;”>==============================================
<span =“apple-style-span” style="font-family: arial, helvetica, sans-serif; "><span =“apple-style-span” style=“font-size: medium;”>This example application decodes the most common NMEA-0183 sentence transmitted by GPS receivers, the $GPRMC sentence. The course track is plotted on the screen, while the ground speed and course heading are also displayed. 

The “Read NMEA GPS SubVI.vi” returns time, position, ground speed, and magnetic variation. This subVI initializes the serial port on first call. On subsequent calls, the initialization is skipped. Always use the Stop input when stopping the subVI so that the serial port connection is closed. This subVI is suitable for use in LabVIEW Real-Time applications (normal priority loop), and uses the VISA serial API. 

In your GPS interface configuration, use the “NMEA OUT” setting and set the baud rate to the standard 4800 bps setting. Connect your GPS unit to the computer or LabVIEW Real-Time target serial port using a PC Interface Cable, available from the GPS vendor. 

This example should work with any NMEA 0183 compatible GPS unit. The example was developed and tested using a Garmin eTrex GPS unit. 

LabVIEW front panel and block diagram screenshots are also attached. 

Note: ConsumeBefore.vi is part of the Instrument I/O Assistant (installed via the Device Driver CD with the GPIB drivers).

[QUOTE=Benjamin]一定要用PDA嗎?

恩恩,是的...因為專題需要!!
忘記說了,我的labview版本是8.5的!
謝謝
 
PC接「USB-GPS」,就可以從PC用LabVIEW擷取GPS座標資訊了...

環天BU-353 USB GPS
![](upload://zZ6UQtYhfh9Pd1UONqxkElYaJF1.jpeg)

PC端可以使用這個程式:
  1. gpsscreenshots.zip
  2. readgpstimepositionvelocity.llb

==============================================
This example application decodes the most common NMEA-0183 sentence transmitted by GPS receivers, the $GPRMC sentence. The course track is plotted on the screen, while the ground speed and course heading are also displayed. 

The "Read NMEA GPS SubVI.vi" returns time, position, ground speed, and magnetic variation. This subVI initializes the serial port on first call. On subsequent calls, the initialization is skipped. Always use the Stop input when stopping the subVI so that the serial port connection is closed. This subVI is suitable for use in LabVIEW Real-Time applications (normal priority loop), and uses the VISA serial API. 

In your GPS interface configuration, use the "NMEA OUT" setting and set the baud rate to the standard 4800 bps setting. Connect your GPS unit to the computer or LabVIEW Real-Time target serial port using a PC Interface Cable, available from the GPS vendor. 

This example should work with any NMEA 0183 compatible GPS unit. The example was developed and tested using a Garmin eTrex GPS unit. 

LabVIEW front panel and block diagram screenshots are also attached. 

Note: ConsumeBefore.vi is part of the Instrument I/O Assistant (installed via the Device Driver CD with the GPIB drivers).
[/QUOTE]