LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

File turns out to be blank

Solved!
Go to solution

Oh, by the way, the files not empty now. It just shows the recent value. Hence, I fiddled it with refnum.  And that is when I started getting this. Again, one reading gets stored in the file.

0 Kudos
Message 11 of 13
(1,049 Views)
Solution
Accepted by topic author reek_l

Threre's only one reading in the file because you close the reference to the file inside the loop.

This also causes the error. Close that referece after the loop has finished.

 

Best regards

Florian

Message 12 of 13
(1,022 Views)

Thanks a lot Florian !
It worked !

0 Kudos
Message 13 of 13
(991 Views)