LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how large may fiels be

Hello,

just a quick question because my labview keeps on crashing:
what is a large file in Labview? I have a file of about 980kB. Could it be possible that this file is to large for Labview to open? What is the maximum size where it is guaranteed to keep on working?

I have 256MB Ram om my computer, and a 933MHz processor, running NT4 SP6 Labview 6.0.2.

Thank you.
0 Kudos
Message 1 of 2
(2,169 Views)
There should be no problem just doing a file open of this size. It's more likely that your problem is what you are doing after you open the file. Are you reading the entire file in at once and then doing some processing? What is the contents of the file? I think a little more information about what you are doing or a sample VI would be helpful.
0 Kudos
Message 2 of 2
(2,169 Views)