01-02-2008 10:21 AM
I need to save 3 graphs. Each graph data consists of:
1) 1D array of clusters of 2 elements – XY graph curves info (acquired previously).
2) Clusters of 2 elements - XY graph curve info (acquired in real time)
3) 1D array of strings - names of XY graph curves (acquired previously).
4) string – name of XY graph curve (acquired in real time).
I thought that easiest way to save data would be as binary file…
I took the NI example and modified it to fit my requirements: to save and retrieve 1D array of clusters with 4 elements (please see description above). Also modified sub
The questions:
1) What is easiest way to save and retrieve the data? binary file? Or something else? Can you give me an example. Text file seems to me too complicated. I used already text file format, but only for saving one curve.
2) If binary file is most appropriate: what is wrong with my Sub VIs – I can save the file but when I was retrieving it I got the message file is corrupted.
01-03-2008 01:49 PM
01-04-2008 09:47 AM
Hi Devin:
Thanks a lot for reply especially thanks for examples: The example "array of clusters" works for me very well.
Thanks again,
Vassiliy