LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing the Server (PC) in LabVIEW and fetch files

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 ...

                                    Folder Access.png  

0 Kudos
Message 1 of 3
(2,864 Views)

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.


LabVIEW Champion, CLA, CLED, CTD
(blog)
0 Kudos
Message 2 of 3
(2,848 Views)

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.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 3 of 3
(2,842 Views)