LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

save data

I have a waveform and string data , and I want to save both of them . It's not likely that I can save them using write to spreadsheet . And the most  important, I must be able to read and display them back to their original places . What can you recommend ?
0 Kudos
Message 1 of 4
(2,973 Views)

hi,

Just bundle them both and make acluster, then write to a file with this cluster as the datalog type

While reading, define the data log type again as the same cluster and read it back.

After reading, u can unbundle them and display them as you want

regards

Dev

 

0 Kudos
Message 2 of 4
(2,961 Views)
I've attached some VIs that demonstrate datalogging. 
 
Regards,
Sam R.
Applications Engineer
National Instruments
jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 3 of 4
(2,944 Views)
Thank you very much , that did get me a lot closer to my goal

Regards,

Herman
0 Kudos
Message 4 of 4
(2,918 Views)