LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

write to measurement file multiple file option not working?

Just droppping by to say thanks.
0 Kudos
Message 11 of 15
(1,643 Views)

If you are going to get around the LabVIEW 2009 issue 'the hard way' check out my little unique file name VI. It auto-increments the file name based on availability the way the windows operating system does.

 

http://decibel.ni.com/content/docs/DOC-6592

---------------------------------
[will work for kudos]
0 Kudos
Message 12 of 15
(1,639 Views)

Hi. I have the same problem, but using the fix doesn't seem to work either. It's exactly the same thing. I set the save to new file input to true and save, but when i re-open the subvi (it's a subvi since i converted it from an express vi as the fix says) it's still set to false.

 

Did this work for anyone else? 

0 Kudos
Message 13 of 15
(1,604 Views)

After you changed the control to True, did you set that control "Make Current Value to Default" before saving the subVI?

Message Edited by Ravens Fan on 11-19-2009 11:32 AM
Message 14 of 15
(1,594 Views)
To be honest the best way to work around the issue I found was to set the path string to change the file name with each iteration (filename_001, filename_002, etc) and that forces the subvi to write a new file each time.
0 Kudos
Message 15 of 15
(1,585 Views)