02-28-2007 03:57 PM
03-01-2007 03:01 PM
When you say your are using the copy and paste functions, is that in LabVIEW? Are you using vi's to do this? Or are you simply trying to copy and paste the file you just created?
Also, what version of LV are you using?
11-22-2011 03:54 PM
I am also having the same problem. This pops up randomly on my software. This software is running on a procustion machine in a solar plant. It happens randomly. I am writing my log file to a text file and I also write data to MSMQ. I am not trying to open any files????? PLEASE HELP CUSTOMER IS NOT HAPPY.
11-22-2011 05:44 PM
Can't say without looking at some code...
11-23-2011 10:46 AM
Hi HughQuinn! You mention that you are trying to write data to text files and MSMQ. In LabVIEW, in order to write to a file, a certain sequence has to occur. If you tunnel down into the "Write to Spreadsheet.vi" you will see that there is an "Open/Create/Replace File" function. For LabVIEW to be able to write anything to a file, the file must first exist and be open.
Can you provide more information about how you are writing to this text file and MSMQ? It's possible that by using one of the high level vi's that the program is trying to creat multiple instances of the same filename in the same directory. If you can provide some more information, it may be very helpful!