04-07-2006 12:56 AM
04-07-2006 01:07 AM
04-07-2006 10:38 AM
04-07-2006 10:53 AM
Use the Create Histogram Express VI in Mathematics -> Probability and Statistics. Not a big fan of the express VI but this one works very nice!
Matt
04-08-2006 09:59 AM
04-08-2006 09:59 AM
04-08-2006 11:19 AM
04-08-2006 11:47 AM - edited 04-08-2006 11:47 AM
Message Edited by altenbach on 04-08-2006 09:48 AM
04-08-2006 12:22 PM
03-26-2009 03:25 AM
Since I am trying to work out how to extract one column from a spreadsheet I thought I would use this thread rather than starting a new one - although I think I will have a .
One part of my programming in labview at the moment is to write a data acquisition set up (which I have talked about in another thread). In my data acquisition the plan is to collect 100000 data points with a time spicing of 5 milliseconds. So with my DAQ vi the plan is toto getdata that has header info and then two columns of data, one column will have the time information (at the moment I want to keep the time information there for future reference in the raw data) and the second column will have the count dat. The count data is what I want to use in my histogram (I think I will probably need to ask some histogram vi related questions at another time), but I can't seem to work out exactly how to do this. I use an array subset to remove the header data and then I have used delete from array (although I also tried to use the arrary subset again) to try and remove the time data, but it doesn't work.
So basically want I want to get is just the count data point by themselves which I can then put into the histogram vi.
Any help in working this out would be appreaciated.
I have attached the vi I have put together (you can ignore the histgram parts for the moment as entirely worked out what is happening with that) - this vi is called histogram binning.avi
I have also attached the data file I am testing this on (the count data is currently sourced from one of the random number generators) - this file is called uniform random with xmin - 1 and xmax - 4000 with header info.txt
I am using LV 8.6.1