10-06-2008 06:34 AM
10-06-2008 06:50 AM
Hi Serdj,
you don't get a GPIB error, the error number has just 2 different explanations...
Well, you have two programs accessing the same file. One program just wants to make a copy, the other (LabView) is trying to write to the file. When copying a file that is written to you get inconsistent results! That's why one of both programs is complaining an error...
You can't have write and read access at the same time! (But you can have more than one read access at the same time...)
10-06-2008 07:26 AM - edited 10-06-2008 07:31 AM
Thanks for the reply. And I also wrote another program with another software called TestPoint which is only reading from this one file, while LabVIEW is writing, and I have no problem with that.
Edit to my first thread: I was rapidly pressing ctrl+v in the windows explorer trying to copy that file as fast as possible while LabVIEW was writing into it, and after a while a got an windows error saying that this file is being used by another program and canot be copied.
10-08-2008 07:04 AM
Hi Serdj,
I don't think "rapidly pressing ctrl-v" will speed up winexplorer (or windows)...![]()
Still true: you can't have read and write access at the same time (under usual circumstances like random access and standard file systems)!