08-28-2008 01:17 AM
Hi
i want to save the graphs which are generated by a Vi into a file programically
how this can be done
thanks in advance
augustin
Solved! Go to Solution.
08-28-2008 01:22 AM
Hi augustin,
you can use the "Write Waveforms to File.vi". If you have no waveforms, which format do you have?
Mike
08-28-2008 01:31 AM
thanks for your reply .
I am saving it in .txt format
08-28-2008 01:37 AM
Hi augustin,
you can use the write to spreadsheet file function. See the attached picture please.
Hope it helps.
Mike
08-28-2008 02:53 AM
Hi Augustin,
Get the array data form the XY graph using property node and convert that into spreadsheet string and then write in a text file.
The attached image might be useful to you.
Regards,
Raja
08-28-2008 03:07 AM
Rajaa,
Obviously the XY graph has been constructed using X and Y data. It should be better (faster and memory saving) to use directly these data than to use a property node to retrieve them... 😉