Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

Saving Data from Read Buffer

Solved!
Go to solution

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

Download All
0 Kudos
Message 1 of 3
(4,394 Views)
Solution
Accepted by topic author zulfaris

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 2 of 3
(4,382 Views)

Thanks a lot! Smiley Happy

0 Kudos
Message 3 of 3
(4,381 Views)