Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Read GPS Time, Position, Velocity.vi - Error -1073807360 occurred at Property Node (arg 1) in VISA Configure Serial Port (Instr).vi

Solved!
Go to solution

We are trying to receive information such as Latitude and Longitude from a Garmin GPS18xLVC receiver via a serial port on our PC using LabView 7.1.  I have successfully connected the GPS unit to the serial port and tested it with HyperTerminal.  I have tried the Read GPS Time, Position, Velocity.vi multiple times and continue to receive the following error: Error -1073807360 occurred at Property Node (arg 1) in VISA Configure Serial Port (Instr).vi.  I think that it has something to do with the configuration of the VISA Serial sub vi.  Any suggestions would be greatly appreciated.

 

Thanks

0 Kudos
Message 1 of 13
(5,907 Views)
Solution
Accepted by topic author GrantD

I have figured out the issue I had with the Read GPS Time, Position, Velocity.vi.  The vi. does not "open" the com port automatically and therefore I had to modify the Read NMEA GPS SubVI to first open the port (VISA Open command) and then continue with the other operations.  Once I done that it started working fine.  I don't understand why that function was left out as it won't work without it.  I have tested the code with a Garmin 18xlvc reciever and it seems to work fine.

0 Kudos
Message 2 of 13
(5,889 Views)
What version of NI-VISA are you using? For quite a few years, the VISA Open has been optional since the resource is automatically opened.
0 Kudos
Message 3 of 13
(5,881 Views)

Dennis,

 

I believe that it is NI-VISA 3.1, according to my install CD's.  I am using LabView 7.1.

 

Grant

0 Kudos
Message 4 of 13
(5,878 Views)
That's old and you could upgrade but I used that version for years with 7.1 and never had to use the VISA Open, at least with a normal serial port. I don't understand why it would start to work by adding a VISA Open.
0 Kudos
Message 5 of 13
(5,875 Views)

This is my first project with LabView and it has been somewhat of a steep learning curve.  My background is in industrial SCADA software such as Wonderware and WinCC.  I am starting to get the hang of it now and am impressed with the functionality.  I don't know what to tell you about the VISA Open function.  I do know that it will not work with out it.  I have been fighting it for a couple of days now.  I knew it had to be something "simple". 

0 Kudos
Message 6 of 13
(5,871 Views)

i'm using LabVIEW 7.1. can any one tell me where i do find Read GPS Time, Position, Velocity.vi

0 Kudos
Message 7 of 13
(4,831 Views)
This thread is over 3 years old, and OP hasn't visited since then.

If you're reading NMEA strings from a GPS receiver, use VISA to read the sentences from the receiver, find the word in the sentence and parse the value(s) to the appropriate format.
0 Kudos
Message 8 of 13
(4,827 Views)

Thanks for replying.... actually i want to calculate longitude & latitude using GPS... this GPS system will be situated on a road roller. Can u plz tell me how to do it...?

0 Kudos
Message 9 of 13
(4,823 Views)

Hi,

 

What GPS receiver are you working with? Please elaborate on what you are trying to do and where you are having trouble.

Rohama K.
0 Kudos
Message 10 of 13
(4,798 Views)