<?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: Problems creating archives in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Problems-creating-archives/m-p/6760#M5259</link>
    <description>I often save data in that same manner, and I haven't run into any&lt;BR /&gt;restrictions as to the number of files or archives that can be saved in&lt;BR /&gt;a directory.  I guess my first concern is that you get an "invalid path"&lt;BR /&gt;error.  Is it possible for you to see (through LabVIEW highlighting, or&lt;BR /&gt;an indicator on the front panel) what the path is when this error&lt;BR /&gt;occurs?&lt;BR /&gt;&lt;BR /&gt;When you delete the files, are you stopping the program and starting it&lt;BR /&gt;again?  I'm just wondering if something in the code creates the error,&lt;BR /&gt;and you clear it when you stop the program and start over.&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;In article &amp;lt;8tbs9r$et9$1@nrchh45.us.nortel.com&amp;gt;,&lt;BR /&gt;  "Paro, Paula [CMPS:2721:EXCH]" &lt;PPARO&gt; wrote:&lt;BR /&gt;&amp;gt; Hi,&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; I have a VI that create test reports. The name given to these test&lt;BR /&gt;report&lt;BR /&gt;s&lt;BR /&gt;&amp;gt; is created concatenating an identifier (that is the same for every&lt;BR /&gt;test) +&lt;BR /&gt;&amp;gt; date + test time. However this test is performed many times during the&lt;BR /&gt;day&lt;BR /&gt;&amp;gt; and about 50 archives are created with different names (different&lt;BR /&gt;times) in&lt;BR /&gt;&amp;gt; the same directory.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; So, I'm facing the follwing problem: when I have a determined number&lt;BR /&gt;of&lt;BR /&gt;&amp;gt; those archives the program indicates that the path is invalid and I&lt;BR /&gt;have to&lt;BR /&gt;&amp;gt; delete all the past archives and then the program works well again.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; I'm using LabVIEW 5.1 and a W95 system. Is there a limit of archives&lt;BR /&gt;that&lt;BR /&gt;&amp;gt; begin with the same characters ? The identifier field has  5&lt;BR /&gt;characters that&lt;BR /&gt;&amp;gt; are common to all the archive names.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; Does someone know something that could explain this problem ?&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; Thanks in advance for any help.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; Paula Paro&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sent via Deja.com http://www.deja.com/&lt;BR /&gt;Before you buy. &lt;BR /&gt;&lt;/PPARO&gt;</description>
    <pubDate>Fri, 27 Oct 2000 14:56:05 GMT</pubDate>
    <dc:creator>markwysong@my-deja.com</dc:creator>
    <dc:date>2000-10-27T14:56:05Z</dc:date>
    <item>
      <title>Problems creating archives</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problems-creating-archives/m-p/6757#M5256</link>
      <description>Hi,&lt;BR /&gt;&lt;BR /&gt;I have a VI that create test reports. The name given to these test reports&lt;BR /&gt;is created concatenating an identifier (that is the same for every test) +&lt;BR /&gt;date + test time. However this test is performed many times during the day&lt;BR /&gt;and about 50 archives are created with different names (different times) in&lt;BR /&gt;the same directory.&lt;BR /&gt;&lt;BR /&gt;So, I'm facing the follwing problem: when I have a determined number of&lt;BR /&gt;those archives the program indicates that the path is invalid and I have to&lt;BR /&gt;delete all the past archives and then the program works well again.&lt;BR /&gt;&lt;BR /&gt;I'm using LabVIEW 5.1 and a W95 system. Is there a limit of archives that&lt;BR /&gt;begin with the same characters ? The identifier field has  5 characters that&lt;BR /&gt;are common to all the archive names.&lt;BR /&gt;&lt;BR /&gt;Does &lt;BR /&gt;someone know something that could explain this problem ?&lt;BR /&gt;&lt;BR /&gt;Thanks in advance for any help.&lt;BR /&gt;&lt;BR /&gt;Paula Paro &lt;BR /&gt;</description>
      <pubDate>Fri, 27 Oct 2000 12:26:37 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problems-creating-archives/m-p/6757#M5256</guid>
      <dc:creator>Paro, Paula [CMPS:2721:EXCH]</dc:creator>
      <dc:date>2000-10-27T12:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems creating archives</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problems-creating-archives/m-p/6758#M5257</link>
      <description>The limit is win95 and FAT. I don't remember the exact number, but a folder&lt;BR /&gt;can only have so many files. The best thing to do is to upgrade to Win NT&lt;BR /&gt;and use NTFS but you should still periodically purge old files.&lt;BR /&gt;&lt;BR /&gt;"Paro, Paula [CMPS:2721:EXCH]" &lt;PPARO&gt; wrote:&lt;BR /&gt;&amp;gt;Hi,&amp;gt;&amp;gt;I have a VI that create test reports. The name given to these test&lt;BR /&gt;reports&amp;gt;is created concatenating an identifier (that is the same for every&lt;BR /&gt;test) +&amp;gt;date + test time. However this test is performed many times during&lt;BR /&gt;the day&amp;gt;and about 50 archives are created with different names (different&lt;BR /&gt;times) in&amp;gt;the same directory.&amp;gt;&amp;gt;So, I'm facing the follwing problem: when&lt;BR /&gt;I have a determined number of&amp;gt;those archives the program indicates that the&lt;BR /&gt;path is invalid and I have to&amp;gt;delete all the pas&lt;BR /&gt;t archives and then the program&lt;BR /&gt;works well again.&amp;gt;&amp;gt;I'm using LabVIEW 5.1 and a W95 system. Is there a limit&lt;BR /&gt;of archives that&amp;gt;begin with the same characters ? The identifier field has&lt;BR /&gt; 5 characters that&amp;gt;are common to all the archive names.&amp;gt;&amp;gt;Does someone know&lt;BR /&gt;something that could explain this problem ?&amp;gt;&amp;gt;Thanks in advance for any help.&amp;gt;&amp;gt;Paula&lt;BR /&gt;Paro&amp;gt;&amp;gt; &lt;BR /&gt;&lt;/PPARO&gt;</description>
      <pubDate>Fri, 27 Oct 2000 14:03:55 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problems-creating-archives/m-p/6758#M5257</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2000-10-27T14:03:55Z</dc:date>
    </item>
    <item>
      <title>Re: Problems creating archives</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problems-creating-archives/m-p/6759#M5258</link>
      <description>Dennis Knutson wrote:&lt;BR /&gt;&lt;BR /&gt;&amp;gt; The limit is win95 and FAT. I don't remember the exact number, but a folder&lt;BR /&gt;&amp;gt; can only have so many files. The best thing to do is to upgrade to Win NT&lt;BR /&gt;&amp;gt; and use NTFS but you should still periodically purge old files.&lt;BR /&gt;&lt;BR /&gt;The only limitation I am aware of is in the C:\ directory&lt;BR /&gt;you can only have like 128 files (subdirectories).&lt;BR /&gt;In a subdirectory Like C:\temp you can have as many files as the hard disk will hold.&lt;BR /&gt;&lt;BR /&gt;The FAT should be FAT32. &lt;BR /&gt;</description>
      <pubDate>Fri, 27 Oct 2000 20:57:37 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problems-creating-archives/m-p/6759#M5258</guid>
      <dc:creator>Kevin B. Kent</dc:creator>
      <dc:date>2000-10-27T20:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problems creating archives</title>
      <link>https://forums.ni.com/t5/LabVIEW/Problems-creating-archives/m-p/6760#M5259</link>
      <description>I often save data in that same manner, and I haven't run into any&lt;BR /&gt;restrictions as to the number of files or archives that can be saved in&lt;BR /&gt;a directory.  I guess my first concern is that you get an "invalid path"&lt;BR /&gt;error.  Is it possible for you to see (through LabVIEW highlighting, or&lt;BR /&gt;an indicator on the front panel) what the path is when this error&lt;BR /&gt;occurs?&lt;BR /&gt;&lt;BR /&gt;When you delete the files, are you stopping the program and starting it&lt;BR /&gt;again?  I'm just wondering if something in the code creates the error,&lt;BR /&gt;and you clear it when you stop the program and start over.&lt;BR /&gt;&lt;BR /&gt;Mark&lt;BR /&gt;&lt;BR /&gt;In article &amp;lt;8tbs9r$et9$1@nrchh45.us.nortel.com&amp;gt;,&lt;BR /&gt;  "Paro, Paula [CMPS:2721:EXCH]" &lt;PPARO&gt; wrote:&lt;BR /&gt;&amp;gt; Hi,&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; I have a VI that create test reports. The name given to these test&lt;BR /&gt;report&lt;BR /&gt;s&lt;BR /&gt;&amp;gt; is created concatenating an identifier (that is the same for every&lt;BR /&gt;test) +&lt;BR /&gt;&amp;gt; date + test time. However this test is performed many times during the&lt;BR /&gt;day&lt;BR /&gt;&amp;gt; and about 50 archives are created with different names (different&lt;BR /&gt;times) in&lt;BR /&gt;&amp;gt; the same directory.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; So, I'm facing the follwing problem: when I have a determined number&lt;BR /&gt;of&lt;BR /&gt;&amp;gt; those archives the program indicates that the path is invalid and I&lt;BR /&gt;have to&lt;BR /&gt;&amp;gt; delete all the past archives and then the program works well again.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; I'm using LabVIEW 5.1 and a W95 system. Is there a limit of archives&lt;BR /&gt;that&lt;BR /&gt;&amp;gt; begin with the same characters ? The identifier field has  5&lt;BR /&gt;characters that&lt;BR /&gt;&amp;gt; are common to all the archive names.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; Does someone know something that could explain this problem ?&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; Thanks in advance for any help.&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt; Paula Paro&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&amp;gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Sent via Deja.com http://www.deja.com/&lt;BR /&gt;Before you buy. &lt;BR /&gt;&lt;/PPARO&gt;</description>
      <pubDate>Fri, 27 Oct 2000 14:56:05 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Problems-creating-archives/m-p/6760#M5259</guid>
      <dc:creator>markwysong@my-deja.com</dc:creator>
      <dc:date>2000-10-27T14:56:05Z</dc:date>
    </item>
  </channel>
</rss>

