LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

"Save measurement to file"-VI doesn't obey the "Use next avaible file name" setting

Hi ReBoot,

if it not work with an empty path you can connect a path constant like shown in the attached picture.

Mike



Message Edited by MikeS81 on 04-04-2008 02:13 PM
0 Kudos
Message 11 of 16
(862 Views)
The path itself is not a problem. The problem is only that the VI doesn't take the next file name.
0 Kudos
Message 12 of 16
(856 Views)

Hi ReBoot,

on my Windows system it works fine, could be that there are differences to Linux.

Mike

0 Kudos
Message 13 of 16
(854 Views)

Hi ReBoot.

I managed to recreate the Problem You're seeing.

I tried to put a For loop with 10 iterations around the Example i posted and then run it. Suddenly the express VI only creates one file but with ten times the data.

It seems that the Express VI doesn't manage to finish writing the file before the next iteration.

So try wiring the Error out to the Outer While loop..... that should do the trick

/BCL

 

Don't forget to rate a good Answer....
---------------------------------------------------------
Here should be some cool signature

But there's NOT

LabVIEW 2012-2017
---------------------------------------------------------
0 Kudos
Message 14 of 16
(852 Views)
Hi ReBoot,
i think i got it. Set the "reset" or "zurücksetzen" input to true.
This should help you.
Mike
0 Kudos
Message 15 of 16
(846 Views)

Hi again.

Tried something new.......Its not rocket science but it actually works......

I wired the filename output, back to the filename input.....and tadaa.......Its creates a whole lot of LVM files.... 😉

/BCL

Don't forget to rate a good Answer....
---------------------------------------------------------
Here should be some cool signature

But there's NOT

LabVIEW 2012-2017
---------------------------------------------------------
0 Kudos
Message 16 of 16
(842 Views)