LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to write and 1D array of clusters to a text file?

I have an 1D array of clusters (consists of Text, double and booleans), which I would like to be written to a text file.
This will form the test.
What is the easiest way of doing this?
0 Kudos
Message 1 of 4
(5,864 Views)
Hi
Find the attached vi.
WriteFile_LV82.vi is designed using LabVIEW 8.2
WriteFile_LV80.vi is designed using LabVIEW 8.0
 
Thanks
Sowjanya
 
Download All
Message 2 of 4
(5,855 Views)
You should also check out the variant configuration VIs in the OpenG site.

___________________
Try to take over the world!
Message 3 of 4
(5,845 Views)

You should also check out the variant configuration VIs in the OpenG site.


Definitely would have been my first suggestion.

My second suggestion: You can wire the cluster directly to the "Flatten to XML" function in the string palette and then feed the output of that to a Write Text File function.
Message 4 of 4
(5,836 Views)