キャンセル
次の結果を表示 
次の代わりに検索 
もしかして: 

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.

すべてをダウンロード
0 件の賞賛
メッセージ1/2
2,826件の閲覧回数
  • 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.

 

メッセージ2/2
2,802件の閲覧回数