I am using a GPS unit to receive latitude and
longitude. This indicates my current position. This data is then saved into a text file. When the GPS signal is not present, the text file would not be able to receive latitude or longitude values, and would consist of incorrect values. As I plot out the graphs
using the information in the text file, the plot would be wrong as the incorrect data corrupts the plot.
Thus, I was wondering whether it is possible to IGNORE these incorrect data in the text file. I have tried using "empty string" and an empty "String Constant" to ignore specific incorrect lines of my text file, but to no avail, as the LabVIEW program seems to plot (0,0) when I use these two aforesaid
functions. Effectively, what
I intend to achieve is to blank out the lines for which there are no GPS signals. The data then would be perfect, and I would not have to manually delete the corrupted lines of text to get a perfect graph, which I'm currently doing now.
Thanking you in advance,
Choy