Error 6 File Open

2004-03-11 Thread Sly
Hi,

I am using this write to spreadsheet file.vi.  I am continuously
writing to a file every 3 minutes.   I am using this VI 30 or more
times in my application to log temperatures from my ovens.  What I
wanted to ask is, does the array in the write to spreedsheet file.vi
get bigger?  I looked at it and it doesn't seem that it's keeping the
old values. The reason why I am asking is, I am getting an error 6
open file.  My path has no \r,\t or \n at the end, I looked into that.
The only thing that I can think of his this array could get too big
and it's causing my application to crash.  I've been getting this
error for the past 2 days and it always seems to happen after 11 to 13
hours after I started my application.  If the array is getting bigger,
how can I prevent this from happening.  Also, my total memory keeps
going up while my application is running.  In aprox. 8 hours my memory
goes up by 150 000.  I have the limit set to 4G, but why is my memory
keep growing.

Thanks in advance



Re: Error Thread.cpp Line 1938

2004-03-05 Thread Sly
Hi Robert,

I do have a Dell PC, but it's a Dimension 2400.  I do not have a GPIB
card on my system.  The only card that I have is a network card.  I
got the same error today, but it also included a bunch of Open File VI
errors with it.  Don't know if that will help.  Also, something that I
forgot to mention is that I am opening Microsoft Access with Labview.
I got this VI from your website that allows Labview to open
application with the press of a button.  I am not sure if that's the
problem.  I don't think it is because it always happen overnight when
no activity is present.  I was going to included the source code but I
kept getting this error that I couldn't.  I was wondering if I could
email it to you.  You can reach me at [EMAIL PROTECTED] to
let me know if I can email you my source code.

Thanks!



Error Thread.cpp Line 1938

2004-03-04 Thread Sly
Hi,

I keep getting this error when I run my executable.  I am using
Labview 6.1 on Windows XP.  I followed the troubleshooting guide from
NI website to disable the run in multithread and I am not calling any
library(that I know of). My application does use the Database
connectivity toolkit which communicates with a Microsoft Access
Database and I am using Kepware OPC server to communicate with an
HC900.  The error doesn't show up right away.  It seems to happen
after it runs for 12 hours or more.  I disabled the hibernation on my
PC, the screen saver, I also disable a whole lot of services that
loads when windows opens and I still keep getting the error.  Another
thing that my application does is it stores temperature values into
files.  I am using multiple open, write and read file VI.  I was
thinking that maybe this is the problem, but I have created other
application in the past that uses multiple of the same VI with no
problem.  Another thing that comes into mind is that the files that
are being created are being open also into graph/chart.  Could this
error happen when I try to open and write to the same file at the same
time.  Any help at this time would be much appreciated.

Thanks in advance