LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to import a spreadsheet file into a histogram

Built labview program which is excepted the read data from spreadsheet (two different rows ) .Could someone please tell me if this correctly built. Haven't included that excepted convert this data into histogram 

0 Kudos
Message 1 of 2
(1,965 Views)

Hi Ripper,

 

Did you know that LabVIEW comes with a boatload of examples to help you learn new features? Go to Help >> Find Examples... and search for histogram, you will find a bunch of examples. I think "Running Histogram.vi" will be useful to you.

 

  • Since you have all your data available to you at once, do not use the pt by pt version, that is for one data point at a time.
  • Once you have your text data, you need to convert it into the appropriate numeric data type, using for instance "fract/exp string to number".
0 Kudos
Message 2 of 2
(1,936 Views)