04-30-2009 11:32 AM
I am a new user to Labview and having some problems. The main issue that seems to be occuring is that when I put multiple input channels (dev1/ai17,dev1/ai18... ) to be recorded to an excel file the number of samples per channel changes as per putting only one single input channel. If I have only one channel selected the program will record temperatures every 0.5seconds, if I put more than 1 the program takes samples every ~10ms. I am trying to have multiple input channels to take 1 sample of each channel every specified frequency (ranging from every .5 sec to 2 sec). I do relize that this code may not be nice to look at but could anyone suggest some ways to conquer the problem?
Labview 8 user.
Solved! Go to Solution.
04-30-2009 01:57 PM
04-30-2009 03:01 PM
Tino,
LV ships with many excellent example vi's. Take a look at LV example titled Cont Acq&Graph Voltage - Write Data to File (TDMS).vi.
04-30-2009 04:21 PM
Thanks for the reply Dennis and Wayne, I am not sure how an example of the code would look like to set how often to take the sample with multiple channels. The rate setting makes more sense after you have described it to me but when I take multiple samples I usually break the channels in a continous string with commas. I do relize that this is not muliple channels but does creating an 'append true/false string' for multiple channels do the same thing as what I have already? The main issue is that I am not sure what needs to be changed or added to get the simple effect and consistency I need. Thank you for the info.
04-30-2009 05:04 PM
05-01-2009 10:52 AM