Error on running LV application-not enough memory to complete this operation

Hi,
Developed an application for multi plot graph.
The graph is having around 25 plots and and its fetching many records from the database for the pltting purpose.
This LV application is a module of a VB real time application which is running always on the PC.
Now when the user tries to plot the graph...some times he is getting an error message as the following
"not enough memory to complete this operation"
What are the reasons for such an error message and how do i eliminate this error?

LabVIEW cannot allocate the memory needed to complete the task at hand.
Prevent data copies of large datasets.
Reduce the amount of data in your graphs. (Not all point can be seen as individual points, if the scale is from 0-1000 you can plot 1000 points, but with the scale 0-1000000 you can also have 1000 point instead of 1000000 and see almost no difference.
Regards,
André
Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

Similar Messages

  • Cannot load large CSV files in SignalExpress("Not enough memory to complete this operation" error)

    Hi guys,
    I'm new here and just  have browsed
    some of the related topics here regarding my problem but could not seem
    to find anything to help me fix this problem so I decided to post this.
    I currently have a saved waveform from an oscilloscope that is quite
    big in size(around 700MB, CSV file format) and I want to view this on
    my PC using SignalExpress. Unfortunately when I try to load the file
    using "Load/Save Signals -> Load From ASCII", I always get the "Not
    enough memory to complete this operation" error. How can we view and
    analyze large waveform files in SignalExpress? Is there a workaround on
    this? 
    Thanks,
    Louie
    P.S.>I'm very new to Signal Express and haven't modified any settings on it. 

    Hi Louie,
    Are you encountering a read-only message when you tried to save the boot.ini file? If so, you can try this method: right-click on My Computer >> Select "Properties", and go to the "Advanced" tab. Select "Settings", and on the next screen, there is a button called Edit. If you click on Edit you should be able to modify the "/3GB" tag in boot.ini. Are you able to change it in this manner? After reboot, you can reload the file to see if it helps.
    To open a file in SignalExpress, a contiguous chunk of memory is required. If SignalExpress cannot find a contiguous memory chunk that is large enough to hold this file, then an error will be generated. This can happen when fragmentation occurs in memory, and fragmentation (memory management) is managed by Windows, so unfortunately this is a limitation that we have.
    As an alternative, have you looked at NI DIAdem before? It is a software tool that allows users to manage and analyze large volumes of data, and has some unique memory management method that lets it open and work on large amounts of data. There is an evaluation version which is available for download; you can try it out and see if it is suitable for your application. 
    Best regards,
    Victor
    NI ASEAN
    Attachments:
    Clipboard01.jpg ‏181 KB

  • "Not Enough Memory to Complete this Operation" Error using notifiers in LabVIEW

    I get the (windows?) error message "Not Enough Memory to Complete this Operation" when using notifiers to send a flattened byte string as a response from one VI back to my calling VI. I do get my data and everything works out perfectly between the two VIs, but I do get this annoying error message that requires a user interface action. Why?

    Well, I'm thinking you may have stumbled across a LV issue.  I can get it to crash a lot faster than that when I clear your plot history in the top chart.  It definitely seems as though LV has a huge memory leak on charts having their history cleared.  With your 500,000 data point history, I lose about 170MB of memory every time I clear the chart history.
    When I run your VI, the first time you plot data, I see a 170MB jump in memory, which I am assuming is the chart allocating its chart buffer.  But, then I continue to see more memory being used as more data is collected (if you don't use your default 1 sample a sec rate, you can see this happen much faster - I am using 5k sample rate and 5k samples).  Eventually, even without clearing the chart history, this will cause the system to crash.
    I did a quick test and dumped the waveform and just used doubles and plotted that.  Memory usage is drastically better, as I see no memory leak during standard acquisition (I still see the memory leak when the chart is cleared however).
    You may have to rewrite to not use the waveform and signal for your chart and just use DBLs.

  • PDF error - not enough memory to complete this operation.

    A friend with I think LION has this error when they hit print and then save as PDF on a single 1 page doc.
    PDF :  SORRY - not enough memory to complete this operation....
    Any ideas how to fix this?

    Hi,
    not sure - this is the default funtion in osx - when you hit cmd print - then lower left "SAVE AS PDF"
    hope that helps...
    Q is there a way to reset the default app?

  • Error "not enough memory to complete this operation"

    Hi, I  develop the device which reads the data on TCP(I use ftp://ftp.ni.com/pub/devzone/epd/stm_2.0_installer​.zip)
     from crio and then displays them on  7 waveform chart ( 5 chart with 150000 history length and 2 with 600 - 1 minute of  measurements) and 2 xy graph. After 10 minutes of work there is an error “not enough memory to complete this operation”. On the WIndows Task manger I have seen that there is a filling RAM approximately from 45 % up to 72 % then the mistake jumps out. But I do not know why. Help please.  Labview 8.6Windows Vista3 GB RAMP.S. Forgive for bad English.
    Attachments:
    Project fo 2 PC.zip ‏108 KB
    Project for crio.zip ‏114 KB
    Error.JPG ‏14 KB

    Hi Mike,
    Mike23 wrote:
    Hi, I  develop the device which reads the data on TCP(I use ftp://ftp.ni.com/pub/devzone/epd/stm_2.0_installer​.zip)
     from crio and then displays them on  7 waveform chart ( 5 chart with 150000 history length and 2 with 600 - 1 minute of  measurements) and 2 xy graph. After 10 minutes of work there is an error “not enough memory to complete this operation”. On the WIndows Task manger I have seen that there is a filling RAM approximately from 45 % up to 72 % then the mistake jumps out. But I do not know why. Help please.  Labview 8.6Windows Vista3 GB RAMP.S. Forgive for bad English.
    It's likely that instead of trying to plot 5 charts with 150000 data-points, you're trying to plot 150000charts with 5 data-points!  Try right-clicking on the chart - do you see "Transpose Array" property? If it's checked, UNcheck it (if UNchecked, check it!)
    Cheers!
    "Inside every large program is a small program struggling to get out." (attributed to Tony Hoare)

  • Not enough memory to complete this operation windows 8

    Hi All,
    I have a problem whith a built executable where at random intervals I get a windows dialogue saying "Not enough Memory to complete this operation"
    I have searched through the forums and although there are similar posts I have not been able to get rid of this message by trying several things.  My project is a cRIO which connects and disconnects using the STM messenger service.  The HOST computer is a Producer consumer design pattern, the crio is a producer consumer with the producer being incoming TCP IP messages essentially.  The windows 8 machine shows no signs of running out of memory.  There is plenty available (8GB) and during normal execution the program is only using roughly 200MB and is stable.
    Some of the things I have tried from reading similar threads but have had no luck.
    Put a delay in TCP Send function from the cRIO (1mS).
    Disabled all writing to files for polled data / results.
    Run in windows 7 and XP compatibility mode and as administrator.
    Move whole executable into my Documents after suspecting file permissions.
    Made whole of install directory full access permissions.
    Disabled firewall and uninstalled anti Virus as its not connected to T'internet.
    Monitored cached data and disk writes using perfmon.
    Monitored Threads and seem stable.
    This build was also tested on a windows 7 machine and has been run overnight with no problems.  the executable also runs on my development machine with no problems.  The windows 8 machine has no NI max installed (Just the RT engine), the windows 7 does along with VISA drivers etc.
    When the "Not Enough...." Dialogue appears the exe hangs untill the prompt is removed.  Once the dialogue is removed the TCP Queue then catches up with Queued data so I know that there are no queues increasing in size (It has happily stored all polled data from an overnight run and then dequeues all this information to the front panel no problem)..
    Build PC:
    Windows 7 (64 bit) - LabVIEW 2013 (32 bit) full development.
    Target PC (with error message)
    Windows 8 (64 bit) - LabVIEW 2013 RTE (Installed from an installer built on machine above using recommended settings)
    Other Test Target (With no problems)
    Windows 7 64 bit - LabVIEW 2013 RTE, MAX and VISA Installed.
    Is there any way to debug this some more??  Where might I find this information in the windows event logs / perfmon etc??
    Many Thanks in advance
    Craig
    10 years+ LabVIEW experience.
    LabVIEW 2012

    Hi craigc,
    Good job with the current troubleshooting status!
    A couple of things though:
    • Have you tried building the application on the same Windows 8 machine? Does it have the same issue then?
    • Did you try increasing the Virtual Memory usage? Even though this should not haveany  influence if you are using a 64bit machine, it might still be worth a try. There's a tutorial how to do it on Windows 7 here and it should not be very different from Windows 8.
    • You have mentioned that you used perfmon. What exactly did you measure and what results did you log? 
    • Do the pop-ups show up in complete random manner or is there a pattern?
    • What about increasing the delay in TCP Send? I assume you have followed the latter suggestion from this forum post?
    Thanks!
    Mark N
    Applications Engineer
    National Instruments UK & Ireland

  • Building an Executable - Not Enough Memory to complete this operation

    I am trying to build an executable from my project, it is quite a large program.  During the build, within the 'initializing build' phase, I get the error message 'not enough memory to complete this operation'.  I have a decent PC running XP and 4GB ram. LabVIEW is using about 1.2GB of ram when the problem occurs.
    This is an application that I've been working on for some time and I have experienced similiar problems before.  To get round it I have added the /3GB switch to the boot.ini file.  However that is no longer working, it complains of a problem loading a dll which seems to have only started happening since moving to LV2012.
    Does anybody have any experience with solving this problem please? It is a bit of a showstopper for me at the moment.
    Thank you,
    Martin

    Hi Martin,
    Adding the 3GB switch is a solution which should still work on your system. 
    I'm a little confused, is the system still complaining about not having enough memory? Or is it just the dll problem?
    And is the error message occuring during the build, or when trying to run the .exe?
    The dll in question is associated with DAQmx. 
    If it is a runtime problem rather than a build problem, it may be that you haven't included the DAQmx driver on the target machine, in which case the answer lies in this document: http://www.ni.com/white-paper/5406/en
    If I've misunderstood, please clarify the exact issue which is currently occuring, and we can continue to troubleshoot.
    Ian S
    Applications Engineer CLD
    National Instruments UK&Ireland

  • My TCP/IP connection return randomly a "Not enough memory to complete this operation"

    I have a program running a data acquisition loop on a PC. (PIII 700, 128 Meg RAM). This program send all the data reads from the system to a UI in another PC via a TCP/IP connection.
    Everything works fine.. but, sometime, I receive a message "not enough memory to complete this operation". This is ramdom and cannot always be reproduce. I run often days without this problem and he show up 2 or three times the next day.
    The memory usage in the system is constant and the number of handles used is also constant. I am using LV run-time version 5.1.1. I cannot upgrade to 6.X for many reasons.
    Can somebody has any idea of the cause of this message. I only see one message like thi
    s in the previous post and it doesn't looks like been solved.
    Thanks,
    Stephane

    Hi Dave,
    I cannot give you any source for the error message. My homemade error manager give me an error 2 after this message box in my TCP/IP command server in... pointing to a vi where I call only TCP write, TCP read and a encryption decoding (a loop appllying logical operation on all the bytes of the message to generate a magic number.)
    This error, has we discuss in a previous e-mail we exchange can be only a side effect. I don't know. I have not test my program on Win 9X. I don't have any license of the OS in the buiding. Even if than solve the problem, I can trust 9X OS. Probably the same for you if your application is critical.
    I wonder if you can provide the kind of instrumentation you are interacting with. My list is the following:
    VXI card HP 1413, (VISA layer and configuration DLL from HP)
    VXI card HP 1415, (VISA layer and configuration DLL from HP) [disable]
    GPIB/ENET100 (VISA) [diseable]
    PCI Ballard ARINC card (Ballard DLL) [disable]
    ENET connection with the TCP/IP layer... not the socket one.
    I am running from a VXIpc-872 from NI in a NI VXI chassis. I have try to different VXI controller (with different CPU speed) and also with an HP chassis. Same result. [Diseable] mean the code is not called. I run with the minimal system I can support 1 VXI Card and 1 SCP and still the same problem happen.
    Does you, Melissa G and Eric Dalaire (on the other thread) have the same type of hardware?
    If my assumption is good, the AI Continious Scan is probably using DMA? Do they? I also use DMA in my VXI access. Do you use DMA too Dave?
    Stephane

  • Not enough memory to complete this operation

    hi everybody
    i've seen a lot of posts under this heading but could not be able to find out regarding my problem
    when i am trying to open host vi from a project explorer window , after loading about 8500 dependencies (sorry if use wrong word), its starts giving error "not enough memory to complete this operation"
    plz tell me what type of memory is this message telling about?
    regards
    aqib

    How many VIs are in your entire project? Did this problem just start? Are you upgrading to a new version of LV? Can you open smaller pieces of the entire application?
    Mike...
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • 24 GB of RAM but still "not enough memory to complete this operation"

    Hello Everyone
    I have an application running on Windows 7, 24 GB RAM, 64 bit computer. I am using Labview 2011, 32 bit and trying to acquire images from a camera. Although I have 24 GB of RAM but while acquiring, the physical memory usage goes upto 8 GB and after that I receive the "not enough memory to complete this operation" message. Any help on how it can be corrected.
    Thanks
    Chauhan

    Hi,
    We are developing an application with Labview 2011, 32 bit, to accuire images at 100fps. Aplication will run in another computer with more than 8GB of RAM (probably 32GB), without having Labview installed, it will only run the exe file. So our questions are:
    we will found also the 8GB limitation?
    If so, the solution could be to buil the application with LV 2011 64bit?
    aditional information will be apreciated.
    Regards,
    Marc.

  • "Not enough memory to complete this operation" with Shared Variable

    I have a sizeable cluster (over a megabyte on disk) that I'd like to send over a shared variable.  When I try to set the data type of the shared variable as the cluster I get the message "Not enough memory to complete this operation" (see attached image) and the LabVIEW dialog goes into its edit-mode state.  Has anyone seen this before?
    Thanks,
    Robert C. Mortensen
    Certified LabVIEW Architect
    Certified LabVIEW Embedded Systems Developer
    Endigit
    Attachments:
    Not enough memory.PNG ‏22 KB

    Duplicate Post.

  • Aparición pop-up "Not enough memory to complete this operation" con mismo vi en un PC si y en otro no.

    Hola, tengo un problema durante la ejecución de un VI. Cuando ejecuto este VI en mi PC puedo tomar hasta 800.000 muestras sin ningún problema, pero cuando ejecuto el VI en el PC donde tiene que trabajar normalmente aparece el mensaje "Not enough memory to complete this operation". Este mensaje aparece indistintamente cuando por ejemplo ha tomado 14000 muestras como cuando ha tomado 30000. En principio los dos PC tienen similares características, por lo tanto no acabo de entender porque en uno de ellos aparece este problema. Por lo que he leído es por un problema de falta de memoria, pero nose si puede haber otra razón. El VI toma muestras de un adquisidor de datos Agilent y de un enfriador criostatico Haake, va guardando estos datos en varios ficheros y a su vez los grafica en varias gráficas.
    ¿Cuál puede ser la razón por la cual en dos ordenadores, en principio con las mismas caracteristicas, en uno aparece este problema y en otro no?
    ¿Puedo solucionar de alguna forma esto para que pueda trabajar en el PC que actualmente aparece el problema?
    Muchas gracias.

    Não importa quanto de memória o PC possui, mas o quanto ela está fragmentada. Quando você aloca um array na memória a área deve ser contígua e se não for possível ele irá avisar a falta de memória.
    Tente alocar toda a memória que necessita no começo da execução e não redimensionar o array no meio da execução.
    Tente utilizar buffers menores. Se estiver convertendo os dados para texto, como CSV, divida o array em pedaços menores, converta  e escreva em arquivo pedaço a pedaço.
    Espero ajudar.

  • "There is not enough memory to complete this operation. " So what do I do ?

    First try with new imac to replace the dead G4. G4 HD connected as an external HD so the files are available.
    Have found appleworks and want to change a data base entry and it won't let me, I get the 'not enough memory ' message. I know that extra memory can be allocated to applications but have forgotten 'how to'. What do I do please .
    Thanks
    4jbl7

    OS X allocate memory dynamically, so unless you have a lot of other applications also running, the message shouldn't show up there.
    In Mac OS 9.x.x and earlier, you must specify how much memory to allocate to an application. This is done in the application's Get Info window, with the application NOT running at the time.
    Locate the application's icon in the Applications folder, click it once, then press command-I to Get Info. You'll find either a set of boxes in which to enter the Minimum and Preferred memory allocations, or a pulldown menu bar which will probably read "General", from which you can select "Memory"
    Preferred is the amount of memory you want AppleWork to have if it is currently available when the program launches; Minimum is the smallest amount of memory you want AppleWorks to have. In the specified minimum is not available, the Mac OS will not launch the application, and will present an alert explaining why.
    Regards,
    Barry

  • Any idea what would suddenly cause seemingly random "Not enough memory to complete this operation." errors.

    Nothing has changed, the system is not on any network, and has run without issue about a year now.  About a week ago, these errors just started popping up.  About once an hour.  It doesn't seem to cause any problems, except you have to click the OK button to continue.
    I am a complete stranger to NI and labview systems, but I am am familiar with control system in general and this seems strange to me.  As far as I know, they are not doing any sort of logging or historical recording, so its not like they are running out of room.
    There is plenty of HDD space available.  The system has 1 GB of physical ram, with virtual mem settings of 1.5min - 3 max.
    I just don't understand what would cause this problem suddenly after almost a year with no issues??
    Any suggestions as to what I can try.  I've read through about a thousand forums here, but none seem to match this issue with the "all of a sudden" type of error.
    One said to try to delete labview.ini, which is the only thing that I would try at this point...
    Help??

    Hi All,
    Thanks for the replys.  I'll do my best to answer the questions.  The system is running Labview 8.5 (I think), or at least a current version.  The Labview program is controlling a NI 7350 Motion Controller for (2) Gemini 6 axis maching stations. 
    All I really know at this point, is that it has been running for about a year with no issues, then suddently last week, this error started to pop up.  At this point, nothing seems to be affected as far as functionality, you just have to click ok to close the error screen.
    I haven't tried anything yet.  I'll probably go there tomorrow or Monday to try to correct the problem, but I thought I would try to get a clue before I did.
    I don't have any of the code at this point, I'm hoping to have this later today.
    How can I find out which operation is actually running out of memory??  This would certainly help to figure out what is happening.
    I guess the only thing that has me baffled with regard to handling errors or a large array, or division error is why all of a sudden, if nothing has changed?
    I read one post that said a power failure caused major problems and Vis had to be reloaded.  I thought this had potential, but the fact that the system seems to run without any problems other than the nuisance error, makes me think this is not the case.
    Anyway, I realize this doesn't shed any new light on the subject, but I'll post more information as soon as I have it.
    Thanks to everyone and have a great day.

  • There is not enough memory to complete this operation

    A student has created a slide show in AppleWorks - version 6.2.9
    OSX is 10.4.x as well as 10.3.x - the slide show is 1.6MB and the computers we are attempting to open the document on have 256MB of memory.
    I have also attempted to open the slide show on an OS9.1 machine with 192MB of memory (AW 6.2.8, of course).
    I think we can cover the 1.6MB in the document, which indicates something else is wrong.
    Any suggestions on how, or if, this document can be recovered?
    We have already suggested the student attempt to recreate it AND save more often or use smaller pictures.
    Oh, yes, we are using Workgroup Manager on an XServe.
    Thanks!

    OS X allocate memory dynamically, so unless you have a lot of other applications also running, the message shouldn't show up there.
    In Mac OS 9.x.x and earlier, you must specify how much memory to allocate to an application. This is done in the application's Get Info window, with the application NOT running at the time.
    Locate the application's icon in the Applications folder, click it once, then press command-I to Get Info. You'll find either a set of boxes in which to enter the Minimum and Preferred memory allocations, or a pulldown menu bar which will probably read "General", from which you can select "Memory"
    Preferred is the amount of memory you want AppleWork to have if it is currently available when the program launches; Minimum is the smallest amount of memory you want AppleWorks to have. In the specified minimum is not available, the Mac OS will not launch the application, and will present an alert explaining why.
    Regards,
    Barry

Maybe you are looking for

  • Purchase Order Line items

    Hello Everybody, I just wanted to know, How many line Items will be the maximum number of entries for a particular Purchase Order & whether its for all the Po's or Po's of specific document type? Can we change if it is standard? Regards Chaitanya

  • Convert Large Binary File to Large ASCI File

    Hello, I need some suggestions on how to convert a large binary file > 200MB to an ASCI File. I have a program that streams data to disk in binary format and now I would like to either add to my application or create a new app if necessary. Here is w

  • Document Text Customization

    When you post an FI document you have an option from the menu to go to "Extras" ==> "Document Texts" to enter in a free text field for the FI document.  I believe this functionality is primarily used for AP but we wish to configure this for GL postin

  • Illustrator CS6 and Cut Studio problems

    When I cut with Cut Studio from Illustrator CS6, my stuff may or may not cut completely.  A lot of the time it stops midstream then i have to restart it cut again.  Very time consuming and not profitable either.  Anyone else with this problem and can

  • Will Final Cut allow for Time Lapse Photography for days?

    I have a new MacBook and am unable to use my old editing software from my powerbook so am needing to find a program that will allow me to hook up my video camera and let it record for possibly a full 24 hours, will FC let me do this? I used to use th