06-20-2018 01:09 AM
Hi All,
I am nearing the code that I want!
I think I now have array of waveforms as you've all suggested.
Attached is what I have so far. Again, I'm having problems with the date and time. What it is outputting just now is three columns: time elapsed[s]; voltage; and temperature. This is fine for the task I need to run but I would prefer in the first column 24hr time e.g. 14:01.55334 and so on. Can someone show me an example of how to get this from the DAQ assistant?
Thank you for all your help so far.
Euan
06-20-2018 01:35 AM - edited 06-20-2018 01:36 AM
Hi Euan,
This is fine for the task I need to run but I would prefer in the first column 24hr time e.g. 14:01.55334 and so on. Can someone show me an example of how to get this from the DAQ assistant?
It's not the DAQAssistent who is responsible for the format of your data file! It's the WriteMeasurementFile ExpressVI which does the formatting…
Using this expressVI you will NOT get your required timestamp format, it will always save the elapsed time in the time column - you get the start time in the header of your datafile…
(When you need a very special data format of your own you need to get rid of the expressVI and do some "real" programming on your own!)
24hr time e.g. 14:01.55334
This is no "24hr time": I would read this as 14min 01.55sec…