LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Error code 611035002. Unable to allocate memory

Hi all members. I am in a need to solve a problem. The facing problem is : Error code 611035002. Unable to allocate memory. This error occurs after the program worked for a moment about 1 hour. I am developing a program for "touch panel windows CE 5.0" using Labview 12 version. Please thanks

 
 
LikeShow more reactions
Com
0 Kudos
Message 1 of 4
(2,717 Views)

Can you attach your vi?

How much memory is your vi using and how much is available? Have you tried using Tools->Profile->Performance and Memory?

0 Kudos
Message 2 of 4
(2,684 Views)

Hello perhult

Thanks for your reply. U25.exe is the exe that runs on touch screen and its size is 1.60mb. I attached the following files: Touch screen's hardware specification, Performance and memory screen"that runs on my PC", and my project. Actually I don't know clearly about memory usage. What should I do? 

thanks Dear perhult

0 Kudos
Message 3 of 4
(2,645 Views)

Hello bandiuka,

 

After looking at your VI it appears that the best starting point would be to break your Main VI into multiple SubVI's.  This will take some time but would allow you to more easily edit your program and analyze the CPU usage of each piece of your code. Doing this will also make it easier to add to your program in the future.

 

Below I have attached a tutorial on creating SubVI's. I also included a link to a document that further explains details about VI memory usage of you are interested.

 

Tutorial: SubVIs:  http://www.ni.com/white-paper/7593/en/

 

VI Memory Usage: https://zone.ni.com/reference/en-XX/help/371361J-01/lvconcepts/vi_memory_usage/

 

I hope this helps!

0 Kudos
Message 4 of 4
(2,597 Views)