LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Writing waveform attributes to ASCII file

Hello,


I can't figure out how to write waveform attributes to an ASCII file in the header. Is this possible? What do people generally do when they want to save some extra information along with the waveform in an ASCII file header?

 

Thanks in advance!

-Jack

0 Kudos
Message 1 of 3
(2,644 Views)

hi Jaxankey,

  A waveform data will have four fields like to,dt,Y-array and attridbutes.Those attributes will be in a different data type like a variant..so what you are going to do is just convert them to a string data type and then try to write to any ascill file as header...

 

 

T hanks and regards,

srikrishnaNF

Regards,
Srikrishna


0 Kudos
Message 2 of 3
(2,629 Views)

Hi,

 

writing signals to LVM file will probably satisfy your needs.

 

Write To LVM.png

 

Regards.

0 Kudos
Message 3 of 3
(2,618 Views)