06-15-2015 06:39 AM
Hi Guys,
I am working on project,which log all the data acquired to centralized server..
In later,once test has been completed,we need to fetch the files from the Centralized server for doing some anlaysis.
Ex:As we do in windows.Going to Run, enter shared path \\sampleserver\..explorer will display all the folders or files in that path.
Similary I am trying to achive this in LabVIEW.
Please provide your sugesstions to do this
Attached the sample flow below ...
06-15-2015 07:04 AM
Have you tried using a 'File Path' control? If you click the browse button you can navigate to a network folder or enter the server name as you would in the 'run' dialogue (e.g. \\servername\). Then use the 'list directory' VI under file I/O to get a list of files in the folder.
06-15-2015 07:08 AM - edited 06-15-2015 07:08 AM
Something like this? BTW, you can just use the network folder address in a path just as if it was the C drive. That is all Windows' doing.