12-03-2023 09:37 PM
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.
12-04-2023 01:10 AM - edited 12-04-2023 01:11 AM
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?