LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Write/Read Delimited Spreadsheet Issue

Hi,

 

I am having a problem displaying the results from my Project file on my Project (Read File) File. Basically, I had a temperature generator which after going through various functions, would output the time for the loop to execute, the temperature value, the led color, and the message displayed. The program is supposed to collect all the data at the conclusion of the while loop and write them to a file. However, when I open the file that does the reading, I get an array of various letters, numbers, and symbols. I have attached the files for help. My main goal is to read the data from the previous file and then plot just the temperature as a function of time. Any help would be appreciated, as I am new to Labview and am stuck on this part. Thank you.

Download All
0 Kudos
Message 1 of 2
(2,370 Views)
  • Your while loop outputs only the values from the very last iteration (last value tunnels). To write each iteration, you could append data to the file inside the loop.
  • "tick count" does not output any useful time.
  • You write the data as 1D array, but read it as 2D array.
  • Most of the rest of your code make very little sense.

I recommend to start first with a few more basic LabVIEW tutorials.

 

Message 2 of 2
(2,346 Views)