LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Help with Datalogging.....How to edit my datalog fle?

I have a FFT Program that creates a datalog file.  Once the file is created, I have another program to recall that info for viewing only.  I need to recall the datalog file and then Edit the file, and save or save as to it.  I have included 3 programs, the FFT analyzer(creates the file), the Read FFT Data program(original reader, cant edit here), and my best shot at getting this done(EDITED porgram).  I appreciate any help, Thank you,  I basically just need to edit the datalog file.
 
Jeff
0 Kudos
Message 1 of 2
(2,466 Views)

Hi Jmc006,

 

I am not exactly sure what you want to do, but I will give it a stab.

 

It seems that you are pretty much reading a file and writing certain information from it to another data log file, with additional edits.

If this is so, all you need to do is put it into a sequence structure like the original read and place the write in a while loop, like the example "Write Datalog File Example.vi"

 

It seems like you're almost there. Hopefully this helps!!

Aashish M
CEO
TransferFi
www.transferfi.com
0 Kudos
Message 2 of 2
(2,438 Views)