LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Combining data and table display

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

0 Kudos
Message 11 of 12
(357 Views)

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…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 12 of 12
(351 Views)