LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

need to align string values while writing on a text file

Solved!
Go to solution

Why do you think you need to convert to an array? Just wire a single multiply function up to the waveform data type. The multiply is polymorphic. You did not even need to index out the separate 1D arrays. You could also apply a custom scale with DAQmx and skip the multiply function all together.

0 Kudos
Message 11 of 14
(533 Views)

well i tried using Export waveform to spreadsheed vi. it works but the time stamp seems to be not correct. only gives me minutes and seconds not the date and hours

Download All
0 Kudos
Message 12 of 14
(527 Views)
Solution
Accepted by topic author Hussain01

I really don't care what you are showing in Excel. Open the file as .txt (i.e. with Notepad) and look at the date/time column there. Do NOT open it first in Excel and save it. In fact, don't even give it an xls extension.

Message 13 of 14
(518 Views)

Thanks dennis 

0 Kudos
Message 14 of 14
(494 Views)