LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to make the time column by using "Write to Measurement File"

Hi, I'm trying to use the "Write to Measurement File" to record my data.

It did save in .lvm file and I import this file into excel. Picture 13 is show how it looks in the excel.

however, how can I add the time column into the .lvm file? 

 

0 Kudos
Message 1 of 2
(2,363 Views)

Hi DMMbeginner,

 

the time scale is given by "X0" and "Delta_X". You can easily calc your own time scale from these values (x[i]=x0+i*Delta_X)...

Best regards,
GerdW


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