LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Network Drive

Hello everyone (sorry for my english)..

I have this problem:

1 - I connected a network disk drive (x:)

2 - copy file from local to x: (with labview)

3 - All ok

 

but if the machine is restarted:

the copy not success

 

or better the copy success if I before I click on of unit X from windows.

 

Thanks in advance

 

0 Kudos
Message 1 of 2
(2,424 Views)

Not sure I understand the problem.  Also, not sure what you did.

 

The following should work:

  1. Open file on host machine for reading.
  2. Open file on network drive (X:) for writing.
  3. Read all of the data from Host file and close input file.
  4. Write all of the data to the Network Drive and close output file.
  5. Exit the LabVIEW program.

At this point, the file copy on X: should exist, and should be persistent after you reboot.  If this is NOT the case, then something might be seriously wrong with your Network Drive's hardware.  Or your LabVIEW code is not doing the simple steps I outlined above.  If so, post your code so we can see what you are trying.

0 Kudos
Message 2 of 2
(2,368 Views)