LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

extract data from text file to plot graph

Hi, I am trying to plot temperature over time but my group's file system isn't working well in excel and seems to be scrambled or something? Can someone help me figure out how to plot my data points? I can't attach the data file it is too big.

0 Kudos
Message 1 of 5
(98 Views)

maybe use a crystal ball, given the info you provided.

is it a .csv, then you can extract a column

 

0 Kudos
Message 2 of 5
(70 Views)

Can you attach the data file and tell us what data you are interested in?

========================
=== Engineer Ambiguously ===
========================
0 Kudos
Message 3 of 5
(46 Views)

if the file  is to big, send at least the first 100 points. 

 

 

 

0 Kudos
Message 4 of 5
(34 Views)

maybe OP opened the Excel file in a txt editor and now it looks like this? Judging from the word scrambled. Its exams time, now there are all these questions like how can I make 2 buttons look nice.

Steffen01_0-1733342842698.png

There are lots of possibilities, just guessing.

If its a text file and there is some thing common and unique around the temperature. Say 123,45 K. Then search for K and use the 7 values in front of it. Turn from string to number.

 

0 Kudos
Message 5 of 5
(18 Views)