03-18-2008 11:34 AM
03-20-2008 07:10 AM
03-25-2008 07:32 AM
Thank you very much and sorry for the delay in getting back to you. I have a couple more questions. Is there a way that I can strip the bundled data to just have the voltage because i don't need the timestamp as it uses too much memory for my low end DAQ. I keep getting an error that data has been overwritten and is no longer available. I would also like to slow the sampling rate down even more to 1 sample per second but still keep the waveform constant. Thanks again
Jordan
03-25-2008 07:56 AM
03-27-2008 07:16 AM
I tried to unbundle the data but it is the wrong type of data i guess. All I want to do is display the waveform and save the voltage in excel file at 1 sample per sec. Thanks
Jordan
03-27-2008 07:20 AM
Hi jordan,
at the moment you have an array of waveforms, so to get one channel you have to index the array. To get the single elements use the "Get Waveform Components" function.
Mike
03-30-2008 03:59 PM
Thanks for the help that worked perfectly. My only other issue is slowing down the rate that samples are written to the spreadsheet I only want to have them written once a second.
Thanks again, Jordan
03-31-2008 02:07 AM
Hi Jordan,
you could insert a case structure and only write every 10th value to the file. The advantage is that you anyhow see all value in your Waveform.
Hope this helps.
Mike
03-31-2008 08:37 PM
hello again, thanks for the help i really appreciate it. I couldn't seem to get the case structure to work properly, I've attatched a section of the program where i'm trying to do what you suggested. Maybe you could implement the case structure to make it work. Thanks again
Jordan
03-31-2008 11:15 PM - edited 03-31-2008 11:16 PM
