Instrument Control (GPIB, Serial, VISA, IVI)

cancel
Showing results for 
Search instead for 
Did you mean: 

how do i create a new folder and then save files in it

Based on certain inputs from the front panel, i want to come up with a folder name programatically and then save files in this folder, without the user having to create the folder. Is this possible in labview ?
0 Kudos
Message 1 of 5
(3,898 Views)
Easily done. To create a folder, use the New Directory function. It's on the File I/O>Advanced File functions palette. Create the path with the Build Path function or create a string that represents the complete path and use the String to Path function.
Message 2 of 5
(3,895 Views)

If I am reading data from network analyzer using GPIB and there are hundreds of data I need to save (due to the hundreds of different input patterns), how can I save these hundreds data automatically? Thanks!!!

 

0 Kudos
Message 3 of 5
(3,639 Views)
Write all of them to a file
greetings from the Netherlands
Message 4 of 5
(3,623 Views)
Smiley Very Happy
0 Kudos
Message 5 of 5
(3,617 Views)