LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

time delay of gps receiver in labview

hello every1,
 
I have a superstar 2 GPS receiver..I am trying to get the gps signals into basic serial read .vi but the time delay i am using is not right..the data chunk that gets into labview is not always the entire set ....i am using time delay option in a while loop for that..is there any other way to do it....the time delay between 2 signals is 550 milliseconds as specified by the gps guyz....any help would be appreicated
 
-thanx
innovator81
0 Kudos
Message 1 of 8
(3,389 Views)
How many bytes make up a complete message?? You can use a VISA property node and wait until the bytes at port value is equal to or greater than a complete message. 
0 Kudos
Message 2 of 8
(3,383 Views)

85 bytes make up 1 messgae..and i am not quite clear about the visa property node..could u please clarify on this???

 

-innovator81

0 Kudos
Message 3 of 8
(3,379 Views)
Here is a rough example.
0 Kudos
Message 4 of 8
(3,371 Views)
i am not able to use this program in my code.....
0 Kudos
Message 5 of 8
(3,350 Views)
What version of labview are you using??
0 Kudos
Message 6 of 8
(3,341 Views)
version 8.0...
0 Kudos
Message 7 of 8
(3,325 Views)
Why are you unable to use the VISA Bytes at Serial Port?
0 Kudos
Message 8 of 8
(3,321 Views)