08-20-2016 02:46 AM
Hello,
But you want to have data or graph (the graphical representation of data)? If you want to have data follow the instructions:
http://digital.ni.com/public.nsf/allkb/1678E94CB6FC508C86256C2200771468
You can use for example invoke node Export data to excel and create an Excel macro to generate graph automatically.
If you want to have 'just an image' use property node for Export Image. See the attachement to get screen shot how to do it.
Hope this helps.
Marcin
08-20-2016 09:13 AM
Did you check the inbuilt example?
-The problem is i'm guessing with the file type.
-Try to make use of LabVIEW documentation and examples.
-Refer to the Waveform - Write Waveforms to File VI in the labview\examples\Waveform directory for an example of using the Export Waveforms to Spreadsheet File VI.
-When I checked example it showed read and write files type as .dat and Export Waveform VI file type as .txt.
-Can you try with these types of files and see if still error persists?
08-20-2016 12:10 PM
Sometimes it helps to "Write the Documentation First", or, in this case, think clearly about what you want to do, what data you have, and how you want to save the data. Here are some suggestions:
Note -- if you are a Student, I don't expect you to really "Write the Documentation First" (however, if you are hoping to do professional programming, this is not a bad ideal to set for yourself, even if you rarely attain it). But you should think through the Big Steps (and maybe even "write them down") and not simply jump in laying down functions and wires all over the place.
Bob Schor