07-15-2009 09:12 AM
Hey,
I was wondering if it is possible to write Labview measurements from two loops (Stacked Sequence Structure) into one file. Currently, it is writing the charging data in one file and discharging data in one file. I have to combine the data everytime to graph the charge and discharge cycles and sometimes there's about 50 cycles and copying and pasting does take up lot of time.
I'll try to upload my vi in a bit
Solved! Go to Solution.
07-15-2009 09:19 AM
Hi basketball,
you can use a third loop which writes your data. Use a queue to transfer your data from the two loops to the third.
Mike
07-15-2009
09:38 AM
- last edited on
07-15-2009
11:27 AM
by
Support
Hey Mike,
I'm very new to Labview, could you please show an example.
btw, I attached my vi and I didn't build it
07-15-2009 09:46 AM
Hi basketball,
i thought you loops run in parallel. In your case you can just use the same file path for your files. Change the option to "apend to file". After these changes both loops should write into the same file.
Mike
07-15-2009 09:54 AM
Thanks a lot, it worked!