<?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: data acquisition in Multifunction DAQ</title>
    <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/768397#M42657</link>
    <description>It works! Many thanks! However, there is one issue. Each time when I
restart a new data collection, the old data from previous collection
were still displayed there. How to remove the old data and restart with
an empty graph only showing all the data in current loop of collection?&lt;BR /&gt;</description>
    <pubDate>Wed, 27 Aug 2008 20:58:14 GMT</pubDate>
    <dc:creator>kg_yan</dc:creator>
    <dc:date>2008-08-27T20:58:14Z</dc:date>
    <item>
      <title>data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/763135#M42394</link>
      <description>&lt;P&gt;I have USB6289. 'm trying to use DAQ assistant to do data acquisition in labview. (the DAQ assistance is directly linked with Write Labview Measurement File&amp;nbsp; to save to a outside exl. file). For the acquisition mode, I want continuous recording until stop. I select acquisition mode to be continuous samples, but how to set the "samples to read"&amp;nbsp; and rate? It seems it won't accept large numbers, e.g. 1G. In fact, I may collect data for long time(more than half an hour). What's the best way for setting? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In singal experess, I have similar problem for setting the Timing settings, so that I can collect all the data until physically stopped. How should the setting be in signal express?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Aug 2008 20:12:56 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/763135#M42394</guid>
      <dc:creator>kgy</dc:creator>
      <dc:date>2008-08-15T20:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/763454#M42416</link>
      <description>&lt;P&gt;Hi kgy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Heres an example code that should work. I am not aware of any issues with 1G samples to read, unless the DAQmx read timesout or you cant buffer enough data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know how you get on,&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2008 13:53:54 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/763454#M42416</guid>
      <dc:creator>Hillman</dc:creator>
      <dc:date>2008-08-18T13:53:54Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/763556#M42425</link>
      <description>&lt;P&gt;Hi Kgy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The reason samples to read cannot be set to 1G is mostly likely because you cannot allocate enough memory to handle that much data.&amp;nbsp; If you set the samples to read to 1G, your computer has to be able to hold all of those samples in memory at one time.&amp;nbsp; If you need to collect a large amount of data, I would recommend acquiring it continuously in smaller sets of data and just controlling how long it runs.&amp;nbsp; For example, if you need 1G of samples at 1KHz.&amp;nbsp; Then you can read a 1000 samples at a time and transfer those to hard disk each iteration of a for loop.&amp;nbsp;&amp;nbsp; From there you can control the number of iteration to just acquire the 1G samples.&amp;nbsp; For my above example, it would need to iterate 1M times.&amp;nbsp; Below is some code that demonstrates the behavior I'm talking about.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forums.ni.com/ni/attachments/ni/250/42425/1/1Gex.JPG" border="0" /&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In LabVIEW SignalExpress, you can do the same thing by placing your DAQmx acquire and write to file steps inside a conditional repeat for the number of iterations you want.&amp;nbsp; This will again acquire smaller number of samples each time.&amp;nbsp; It is important also to understand that in both examples the task is not stopping.&amp;nbsp; It is acquiring data continuously and just fetching data from the buffer in smaller chunks that your memory can handle.  &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Note: Make sure you run once and not continuously in SignalExpress.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;&lt;P&gt;Paul C.&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by Paul C. on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 08-18-2008&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 11:04 AM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 18 Aug 2008 16:04:48 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/763556#M42425</guid>
      <dc:creator>Paul_C.</dc:creator>
      <dc:date>2008-08-18T16:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/763699#M42437</link>
      <description>&lt;P&gt;Many thanks, Hilman and Paul. Unfortunately, I can't open the file sent by Hilman due to version problem. I'm using version 7.1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Paul,&lt;/P&gt;&lt;P&gt;I've made the same program as you gave. Unfortunately, the while loop does not seem work.It stoped after collecting the number of sample I specified. please refer to attachment for my setting.&amp;nbsp; Is there anything wrong?&amp;nbsp;&amp;nbsp; Or&amp;nbsp; did I miss any settings in the&amp;nbsp; DAQ assistant?&lt;SPAN style="font-size: 12pt; font-family: 'Times New Roman'"&gt;&lt;!--[if gte vml 1]&gt;&lt;v:shapetype id="_x0000_t75"
 coordsize="21600,21600" o:spt="75" o:preferrelative="t" path="m@4@5l@4@11@9@11@9@5xe"
 filled="f" stroked="f"&gt;
 &lt;v:stroke joinstyle="miter"/&gt;
 &lt;v:formulas&gt;
  &lt;v:f eqn="if lineDrawn pixelLineWidth 0"/&gt;
  &lt;v:f eqn="sum @0 1 0"/&gt;
  &lt;v:f eqn="sum 0 0 @1"/&gt;
  &lt;v:f eqn="prod @2 1 2"/&gt;
  &lt;v:f eqn="prod @3 21600 pixelWidth"/&gt;
  &lt;v:f eqn="prod @3 21600 pixelHeight"/&gt;
  &lt;v:f eqn="sum @0 0 1"/&gt;
  &lt;v:f eqn="prod @6 1 2"/&gt;
  &lt;v:f eqn="prod @7 21600 pixelWidth"/&gt;
  &lt;v:f eqn="sum @8 21600 0"/&gt;
  &lt;v:f eqn="prod @7 21600 pixelHeight"/&gt;
  &lt;v:f eqn="sum @10 21600 0"/&gt;
 &lt;/v:formulas&gt;
 &lt;v:path o:extrusionok="f" gradientshapeok="t" o:connecttype="rect"/&gt;
 &lt;o:lock v:ext="edit" aspectratio="t"/&gt;
&lt;/v:shapetype&gt;&lt;v:shape id="_x0000_i1025" type="#_x0000_t75" style='width:6in;
 height:270.75pt' o:ole=""&gt;
 &lt;v:imagedata src="file:///C:/DOCUME~1/EUCLID~1/LOCALS~1/Temp/msoclip1/01/clip_image001.png"
  o:title=""/&gt;
&lt;/v:shape&gt;&lt;![endif]--&gt;&lt;!--[if !vml]--&gt;&lt;!--[endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:OLEObject Type="Embed" ProgID="Paint.Picture" ShapeID="_x0000_i1025"
  DrawAspect="Content" ObjectID="_1280580487"&gt;
 &lt;/o:OLEObject&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 18 Aug 2008 20:13:44 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/763699#M42437</guid>
      <dc:creator>kgy</dc:creator>
      <dc:date>2008-08-18T20:13:44Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/764206#M42463</link>
      <description>&lt;P&gt;Hi Kgy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You have to set the DAQ Assistant to acquire data continuously.&amp;nbsp; Here is a picture of how I had mine configured. &amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forums.ni.com/ni/attachments/ni/250/42463/1/DAQassist.JPG" border="0" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In addition, you may want to consider wiring the error clusters so it will stop the loop if there are errors.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Paul C.&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by Paul C. on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 08-19-2008&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 10:38 AM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 19 Aug 2008 15:38:29 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/764206#M42463</guid>
      <dc:creator>Paul_C.</dc:creator>
      <dc:date>2008-08-19T15:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/764843#M42496</link>
      <description>&lt;P&gt;Thanks a lot. I found the error. It's in the write to measurement file. I set enable at "i==1"; then it only write to the file once. Now it works fine. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Aug 2008 18:30:06 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/764843#M42496</guid>
      <dc:creator>kgy</dc:creator>
      <dc:date>2008-08-20T18:30:06Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/767000#M42579</link>
      <description>&lt;P&gt;Paul:&lt;/P&gt;&lt;P&gt;&amp;nbsp;What is the best way to real-time display all the acquired data into a graph?
Now the waveform graph is placed into the loop, so each time only part
of the acquired data is shown in the graph. How to real-time display
all the data? &lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2008 21:44:11 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/767000#M42579</guid>
      <dc:creator>kg_yan</dc:creator>
      <dc:date>2008-08-25T21:44:11Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/767511#M42602</link>
      <description>&lt;P&gt;Hi kg_yan,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Unfortunately, there is no real means of&amp;nbsp;of viewing absolute real-time data on a non real-time target. However, by placing the waveform graph in the while loop as you did and by carefully selecting the number of samples to read, you should be able to get fast updates on your graph. For example, for large read samples, your DAQmx read will wait until the required amount of sample points are acquired in the buffer before returning the data to be displayed on your graph. So depending how long it takes to acquire this data, the graph might update slowly. On the other hand, if you set this number too low, you may not be emptying your buffer fast enough and therefore you might run into buffer overflow problems. If you simply want to empty all contents in the buffer at every read, which I recommend, you could wire a -1 constant in your number of samples&amp;nbsp;per channel. Like this, the graph will update as fast as it can with whatever data in your buffer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I hope this helps,&lt;/P&gt;</description>
      <pubDate>Tue, 26 Aug 2008 16:04:22 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/767511#M42602</guid>
      <dc:creator>S_Hong</dc:creator>
      <dc:date>2008-08-26T16:04:22Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/767523#M42603</link>
      <description>Hi kg_yan,

I believe I have perhaps misread your question.

I believe you can simply use a waveform chart instead of a waveform graph. You will then be able to view all your past data on one graph. You may also enable the X-scrollbar by right-clicking on your chart in the front panel and going to Visible Items » X-Scrollbar.

Sorry for the confusion.</description>
      <pubDate>Tue, 26 Aug 2008 16:19:46 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/767523#M42603</guid>
      <dc:creator>S_Hong</dc:creator>
      <dc:date>2008-08-26T16:19:46Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/768397#M42657</link>
      <description>It works! Many thanks! However, there is one issue. Each time when I
restart a new data collection, the old data from previous collection
were still displayed there. How to remove the old data and restart with
an empty graph only showing all the data in current loop of collection?&lt;BR /&gt;</description>
      <pubDate>Wed, 27 Aug 2008 20:58:14 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/768397#M42657</guid>
      <dc:creator>kg_yan</dc:creator>
      <dc:date>2008-08-27T20:58:14Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/768545#M42666</link>
      <description>&lt;P&gt;Either at the end of the iteration or at the beginning of the iteration,&amp;nbsp;put a property of for the Waveform chart, Set its property as&amp;gt;&amp;gt;Histroy data and wire an empty array to it&lt;/P&gt;&lt;P&gt;See attached VI&lt;/P&gt;</description>
      <pubDate>Thu, 28 Aug 2008 05:24:42 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/768545#M42666</guid>
      <dc:creator>devchander</dc:creator>
      <dc:date>2008-08-28T05:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/768808#M42674</link>
      <description>Thank you so much.! But would you please give me an image instead of vi file? I can't open it because of version problem. Thanks!</description>
      <pubDate>Thu, 28 Aug 2008 13:33:18 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/768808#M42674</guid>
      <dc:creator>kgy</dc:creator>
      <dc:date>2008-08-28T13:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/769126#M42697</link>
      <description>&lt;P&gt;Hi kgy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I figured I just open the VI and give you&amp;nbsp;a snapshot of the block diagram.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forums.ni.com/ni/attachments/ni/250/42697/1/History%20Clear.JPG" border="0" /&gt;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by S_Hong on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 08-28-2008&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 04:05 PM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 28 Aug 2008 21:05:29 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/769126#M42697</guid>
      <dc:creator>S_Hong</dc:creator>
      <dc:date>2008-08-28T21:05:29Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/769271#M42702</link>
      <description>Thanks S_Hong &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.ni.com/i/smilies/16x16_smiley-happy.gif" alt="Smiley Happy" title="Smiley Happy" /&gt;</description>
      <pubDate>Fri, 29 Aug 2008 07:10:30 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/769271#M42702</guid>
      <dc:creator>devchander</dc:creator>
      <dc:date>2008-08-29T07:10:30Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/769402#M42709</link>
      <description>Thanks a lot,&amp;nbsp;S-Hong!</description>
      <pubDate>Fri, 29 Aug 2008 13:04:47 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/769402#M42709</guid>
      <dc:creator>kgy</dc:creator>
      <dc:date>2008-08-29T13:04:47Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/769625#M42723</link>
      <description>oh, I still have problem wiring the array with the history properties. Please see attachment. How should I modify?</description>
      <pubDate>Fri, 29 Aug 2008 18:58:43 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/769625#M42723</guid>
      <dc:creator>kgy</dc:creator>
      <dc:date>2008-08-29T18:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/770316#M42744</link>
      <description>&lt;P&gt;kgy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do not connect a dbl array&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Instead, right click on the property node&amp;gt;&amp;gt; pop down menu&amp;gt;&amp;gt;create&amp;gt;&amp;gt; constant&lt;/P&gt;&lt;P&gt;Now, you&amp;nbsp;would have wired&amp;nbsp;a blank 1D array of Dynamic data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Look at attached pic&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2008 06:20:01 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/770316#M42744</guid>
      <dc:creator>devchander</dc:creator>
      <dc:date>2008-09-02T06:20:01Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/770819#M42756</link>
      <description>&lt;P&gt;I think something is wrong here. I can't select creating a constant here because it is greyed out. Please check :

right-click on the waveform chart to create a property node - click to select "history data"- right-click "change to write",-right-click, create-"constant"(but unfortunately it is greyed out).

&lt;/P&gt;&lt;P&gt;For wiring it with the loop, I create another history data element, and then change it to read before wiring it with the  while loop. In this case, will the waveform chart be refreshed at the beginning of the loop or at the end? What I am trying to do is to have an empty chart when starting the data collection. Then the chart displays all the data collected until stop.

Please advice. Many thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2008 19:29:37 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/770819#M42756</guid>
      <dc:creator>kgy</dc:creator>
      <dc:date>2008-09-02T19:29:37Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/770927#M42760</link>
      <description>&lt;P&gt;Hi kgy,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am not exactly sure why you are unable to create a constant for your History Data. Could you try creating a control instead and see what kind of data type you get?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As for wiring the property node to the while loop, the reason we do this is to ensure that this property gets executed before entering the loop.&amp;nbsp;As with any structure&amp;nbsp;in LabVIEW, the loop structure will only start once all&amp;nbsp;its inputs&amp;nbsp;have been acquired, in this case, the error handle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Sep 2008 23:02:12 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/770927#M42760</guid>
      <dc:creator>S_Hong</dc:creator>
      <dc:date>2008-09-02T23:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: data acquisition</title>
      <link>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/771313#M42773</link>
      <description>&lt;P&gt;It works now! Thanks a lot!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Sep 2008 15:15:46 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Multifunction-DAQ/data-acquisition/m-p/771313#M42773</guid>
      <dc:creator>kgy</dc:creator>
      <dc:date>2008-09-03T15:15:46Z</dc:date>
    </item>
  </channel>
</rss>

