11-04-2013 06:17 PM
Hi,
I'm new to LabVIEW really needs help here. So, I have problem on saving data continuesly from the read buffer (string) untill I push the stop boolean. What I get is the data was saved only a single line and not all the data start from I run the program until I click the stop boolean. Can anyone helps me with this, I already attached .vi and txt files which txt files shows what the outcome that what I want.
Thank you T_T
Solved! Go to Solution.
11-04-2013 06:47 PM
What you need to do is open the file before the loop starts, repeatedly write to the file inside of the loop, and then close the file after the loop.
11-04-2013 06:55 PM
Thanks a lot!