LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Allocate memory

Solved!
Go to solution
Hi all, I am new to programming and I am studying LabVIEW myself. I wrote a Mathscript code on the block diagram, it runs properly and I saved it. But after I reopened the same code, and it can not run and it says "LabVIEW: Memory is full......" I checked the solution but I don't know how to allocate memory in LabVIEW. It's weird because I only saved few files.
I will really appreciate your help. Have a good day!
0 Kudos
Message 1 of 9
(4,511 Views)

here is the picture.1.pic.jpg

0 Kudos
Message 2 of 9
(4,499 Views)

How large of an array are you trying to make?  If you try more than 2GB (or whatever Windows decides to limit you to), you get that error.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 3 of 9
(4,489 Views)

Thanks for the reply

Could you take I look at my code attached. Is it too large. I feel not.

0 Kudos
Message 4 of 9
(4,447 Views)

here is my code in Mathscript version.

0 Kudos
Message 5 of 9
(4,438 Views)
You need to learn how to do some computer basics and take a screen shot and make a snippet (look it up!) or attach the actual VI. No one can debug a fuzzy image taken by your phone.
Message 6 of 9
(4,417 Views)

My bad,  Here is my file. Thank you for  the help.

0 Kudos
Message 7 of 9
(4,394 Views)
Solution
Accepted by topic author zhan2854umn

What are typical input values ofr all the controls?

 

(For example if your "sample frequency" is zero, you'll run out of memory, of course.)

Message 8 of 9
(4,362 Views)
Oh I did not even notice😅. Thank you!
0 Kudos
Message 9 of 9
(4,349 Views)