LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Application Memory Full - how do I stop this?

Running LabView 3.1 on a 386 machine. After several minutes of running get the following: "Application Memory Full: Saving and closing VIs can free memory. You may need to increase the Total Memory allocated to LabView from the Preferences Dialog." I gave it the entire 32 meg and still the same. What to look into? remeber it's an ancient 386!

tks
Randy Bates
0 Kudos
Message 1 of 3
(2,678 Views)
Shift registers accumulating data with Build Array or Append String functions inside!

Bad calculation of For loop count with autoindexing output on foor loop boundery.

Or simply an autoindexing output on a while loop. The CPU may be slow but 32 MB is fast depleted in a loop when you create an array of double precision values.

PS: You should have also a math coprocessor 387 installed or things get a little difficult in LabVIEW.

Rolf K
Rolf Kalbermatter  My Blog
DEMO, Electronic and Mechanical Support department, room 36.LB00.390
0 Kudos
Message 2 of 3
(2,678 Views)
Rolf:
Thanks for your input.
I'll look into the loops.

randy
0 Kudos
Message 3 of 3
(2,678 Views)