05-27-2016 09:50 AM
Hello,
I am having two issues with my Labview code that I'm hoping someone can help me with. (VI has been attached)
1) I want to be able to take my continuous waveform data and write it to an array so that the user can have a visual of the values that are being read. I have multiple DAQs operating at different sampling rates, therefore I want to read every sample, resample it, then write all the data to a TDMS with a common timestamp. The only way I am able to get the data to write to an array is if I set a value for '# of samples to read" on my Read function. The problem is, I need to read every sample in order for it to be resampled and written with a common timestamp, therefore setting a '# of samples to read' isn't an option. Any advice on how to get the data to write to an array is greatly appreciated.
2) I want to give all my channels a set name, which can be adjusted later if the user wishes. The problem is that if I type out names for all my channels into a string, then save and close the program, once I reopen the VI all the channel names I wrote out are once again blank. How can I make it so that the channel names/string I type out are not deleted when closing the program, yet still editable?
Thank you
05-27-2016 03:53 PM