LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Read data from text file and write to Intensity Graph

I am attempting to take data from a text file made within the same VI. However, I am struggling to figure out how to read that data and represent it in an intensity graph. My text file contains 3 columns, and I would like to read the last 2 columns. I am trying to create a heat map of a griddle using two thermocouples, the thermocouple data is the last two columns in my text file. I have tried to read the delimited spreadsheet with a tab delimiter, but it doesn't seem to care.

Download All
0 Kudos
Message 1 of 4
(849 Views)

Hi John,

 


@johndoe17354 wrote:

I am trying to create a heat map of a griddle using two thermocouples, the thermocouple data is the last two columns in my text file. I have tried to read the delimited spreadsheet with a tab delimiter, but it doesn't seem to care.


That's how the data looks like in a waveform graph:

I didn't implement any filtering of those empty lines…

 

How should your heatmap/intensity graph look like?

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(821 Views)

Can you please share PNG of this VI

0 Kudos
Message 3 of 4
(33 Views)

I suggest to built a designated reader.vi besides your data-generating .vi

 

e.g. 

alexderjuengere_1-1776933291223.png

 

 

then you can focus on the main task, which is interpolation...

 

0 Kudos
Message 4 of 4
(20 Views)