LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Getting Error 5 : File is open

Solved!
Go to solution
Solution
Accepted by topic author adamharden25

As for a buffer, I would do something like this.  The queue actually implements a really efficient circular buffer.  So let's use that to store a buffer of the last 60 seconds.  If something goes back, you save the data from the last 60 seconds.


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 11 of 12
(698 Views)

Cross, thanks for the help. I see now how this is a lot better than creating a new file every time and deleting it, making it a memory intensive setup. I appreciate the help.

0 Kudos
Message 12 of 12
(675 Views)