<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Error 2 File Open Labview Memory Full in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566802#M998317</link>
    <description>&lt;P&gt;Hi Patel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there are debugging options for EXEcutables as well.&lt;/P&gt;
&lt;P&gt;And there is the DETT (Desktop Execution Trace Toolkit)…&lt;/P&gt;</description>
    <pubDate>Mon, 09 Jan 2017 09:29:26 GMT</pubDate>
    <dc:creator>GerdW</dc:creator>
    <dc:date>2017-01-09T09:29:26Z</dc:date>
    <item>
      <title>Error 2 File Open Labview Memory Full</title>
      <link>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3565513#M997859</link>
      <description>&lt;P&gt;Hello all&lt;/P&gt;
&lt;P&gt;I am having some truble with saving data. I am getting Error 2 File Open+.vi, LabVIEW Memory Full. Please check attached image.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can some one guide me why I am getting such errror,&lt;/P&gt;
&lt;P&gt;System Info&lt;/P&gt;
&lt;P&gt;Windows 7 64bit&lt;/P&gt;
&lt;P&gt;8GB Ram&lt;/P&gt;
&lt;P&gt;i5 Processor.&lt;/P&gt;
&lt;P&gt;Labview 32 Bit&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks AND LOOKING FORWARD TO YOUR VALUABLE REPLY:&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 09:30:37 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3565513#M997859</guid>
      <dc:creator>TejaskumarPatel</dc:creator>
      <dc:date>2017-01-05T09:30:37Z</dc:date>
    </item>
    <item>
      <title>Re: Error 2 File Open Labview Memory Full</title>
      <link>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3565521#M997864</link>
      <description>&lt;P&gt;Hi Tejaskumar,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;all I can say from the information you provided is: LabVIEW complains about lack of memory!&lt;/P&gt;
&lt;P&gt;Did you check the memory consumption of your LabVIEW task?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to have more detailed analysis of the problem you should attach your VI(s) and maybe also the needed external data files!&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 10:04:03 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3565521#M997864</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2017-01-05T10:04:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error 2 File Open Labview Memory Full</title>
      <link>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3565526#M997866</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;Hi&amp;nbsp;TejaskumarPatel,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;I think you have a very big operation going on in your vi. May be due to large number of elements in the array or anything else.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;If you can post your code then may be we can provide you better solution.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class=""&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/193942iC97793010B8BE04F/image-size/small?v=v2&amp;amp;px=-1" border="0" alt="Certified-LabVIEW-Developer_rgb.jpg" title="Certified-LabVIEW-Developer_rgb.jpg" /&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2017 10:08:25 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3565526#M997866</guid>
      <dc:creator>Prince17</dc:creator>
      <dc:date>2017-01-05T10:08:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error 2 File Open Labview Memory Full</title>
      <link>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566782#M998305</link>
      <description>&lt;P&gt;Thank you all for your reply.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes we are having relatively large data processing going on. What we do is, we are opening a txt file write data and close. Reason to do that is, if user want to analyse data in between he can open file and check if measurement going well.&lt;/P&gt;
&lt;P&gt;Today only we got that error after running 16 hours experiment. Normally when .Exe runs it takes up to 500 MB on RAM but when we go error at that time it was 860 MB on RAM. Do you think that might be an issue.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Tejas&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 08:44:59 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566782#M998305</guid>
      <dc:creator>TejaskumarPatel</dc:creator>
      <dc:date>2017-01-09T08:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: Error 2 File Open Labview Memory Full</title>
      <link>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566790#M998309</link>
      <description>&lt;P&gt;Hi Patel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT color="#FF0000"&gt; Normally when .Exe runs it takes up to 500 MB on RAM but when we go error at that time it was 860 MB on RAM. Do you think that might be an issue.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Atleast it's a symptom: using a lot of memory might lead to other problems like being unable to open/edit files…&lt;/P&gt;
&lt;P&gt;Which part of your code does need this amount of memory? Why does memory consumption rise to 860MB when it usually only needs 500MB?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(You should always call a Close function when there is an Open operation.)&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 09:00:53 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566790#M998309</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2017-01-09T09:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error 2 File Open Labview Memory Full</title>
      <link>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566798#M998315</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As you can see in VI, we are closing file with file reference. Can you suggest me how can I perform memory performance function during running EXE.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;BR&lt;/P&gt;
&lt;P&gt;Tejas&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 09:23:38 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566798#M998315</guid>
      <dc:creator>TejaskumarPatel</dc:creator>
      <dc:date>2017-01-09T09:23:38Z</dc:date>
    </item>
    <item>
      <title>Re: Error 2 File Open Labview Memory Full</title>
      <link>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566802#M998317</link>
      <description>&lt;P&gt;Hi Patel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there are debugging options for EXEcutables as well.&lt;/P&gt;
&lt;P&gt;And there is the DETT (Desktop Execution Trace Toolkit)…&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 09:29:26 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566802#M998317</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2017-01-09T09:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Error 2 File Open Labview Memory Full</title>
      <link>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566831#M998321</link>
      <description>&lt;P style="margin: 0in; margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 13.5pt; font-family: 'Helvetica',sans-serif; color: #333333;"&gt;Hello All, Thanks for your input.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 13.5pt; font-family: 'Helvetica',sans-serif; color: #333333;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 13.5pt; font-family: 'Helvetica',sans-serif; color: #333333;"&gt;We have some LabVIEW class where we are using kernel32.dll to write data&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 13.5pt; font-family: 'Helvetica',sans-serif; color: #333333;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 13.5pt; font-family: 'Helvetica',sans-serif; color: #333333;"&gt;Open file Close file.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 13.5pt; font-family: 'Helvetica',sans-serif; color: #333333;"&gt;Interesting fact.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 13.5pt; font-family: 'Helvetica',sans-serif; color: #333333;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 13.5pt; font-family: 'Helvetica',sans-serif; color: #333333;"&gt;If I run test vi in development system, my memory is stable. that’s GOOD&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 13.5pt; font-family: 'Helvetica',sans-serif; color: #333333;"&gt;But when I create standalone application and run that .exe its gradually increasing memory.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 13.5pt; font-family: 'Helvetica',sans-serif; color: #333333;"&gt;To run this exe simply run exe stop it using FP clt. and selcet any file path and run again and check your memory&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&lt;SPAN style="font-size: 13.5pt; font-family: 'Helvetica',sans-serif; color: #333333;"&gt;BR&lt;/SPAN&gt;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; margin-bottom: .0001pt; box-sizing: border-box; font-variant-ligatures: normal; font-variant-caps: normal; orphans: 2; text-align: start; widows: 2; -webkit-text-stroke-width: 0px; word-spacing: 0px;"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 13:55:11 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566831#M998321</guid>
      <dc:creator>TejaskumarPatel</dc:creator>
      <dc:date>2017-11-03T13:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Error 2 File Open Labview Memory Full</title>
      <link>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566833#M998322</link>
      <description>&lt;P&gt;Hi Patel,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will not run an unknown executable. I believe other people will hesitate too…&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please attach (relevant parts) of the source code!&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2017 11:43:22 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3566833#M998322</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2017-01-09T11:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Error 2 File Open Labview Memory Full</title>
      <link>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3712150#M1044367</link>
      <description>&lt;P&gt;I have wrote message to moderator to remove my attachment. Anyway Memory full issue solved. it was due to VI is creating continuous new Refnum. Which leads to memory increate over time.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reagrds&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 03 Nov 2017 13:38:09 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Error-2-File-Open-Labview-Memory-Full/m-p/3712150#M1044367</guid>
      <dc:creator>TejaskumarPatel</dc:creator>
      <dc:date>2017-11-03T13:38:09Z</dc:date>
    </item>
  </channel>
</rss>

