02-27-2013 12:01 PM
Hi, i'm currently working on my final year project. Basically, the main idea of my project is to collect 3 data (EEG,ECG and EMG) simultaneously and save into spreadsheet after filtered. Spreadsheet is later view in excel. The block diagram I designed manage to collect and save the 3 data but I need another column for "time". I've try " Get time/ date string.vi" and "Format time/date string.vi", but I don't know how to combine with my 3 data and show the time value at the first column in spreadsheet. Can someone help me get through this difficulty? Sorry for my poor English, please do let me know if you do not understand my question. Thank you.
02-27-2013 12:06 PM
Since you are using Express VIs that generate dynamic data (evil that it is), you might as well use the Express Write to Measurement File. In your VI, when you convert the dynamic data to a 2D DBL array, you have stripped all timing information from the data.
02-27-2013 09:37 PM
im actually using DAQ to obtain dynamic data, i used the signal generator is because i do not have DAQ in hostel. haha. by the way, the write measurement file can write 1 data with the respective time right? i need 3 data simultaneously. For instance, 1st column is time, 2nd column is ECG, 3rd column is EMG and last column is EEG. Can "write to measurement file" be in this way? Thanks~~~^^
02-27-2013 09:56 PM
02-27-2013 10:14 PM
well...i'll play with it ~~Thanks for ur help~~^^