<?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: cRIO Waveform Reference Application: Potential Frimware Bug with External USB Drives in Components</title>
    <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/2360044#M943</link>
    <description>&lt;P&gt;Hey Keenan -&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'd recommend posting this info to the LabVIEW RT discussion forum as this doesn't sound like an issue unique to the cRIO Waveform Reference Design.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-Jack&lt;/P&gt;</description>
    <pubDate>Thu, 21 Mar 2013 19:32:01 GMT</pubDate>
    <dc:creator>Jack_A.</dc:creator>
    <dc:date>2013-03-21T19:32:01Z</dc:date>
    <item>
      <title>CompactRIO Waveform Library</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/950976#M235</link>
      <description>&lt;P&gt;Please provide feedback, comments and questions on the &lt;A href="http://www.ni.com/example/31206/en/" target="_self"&gt;NI CompactRIO Waveform Library&lt;/A&gt;&amp;nbsp;in this thread.&lt;/P&gt;
&lt;DIV class="message-edit-history"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Fri, 05 Aug 2016 19:10:10 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/950976#M235</guid>
      <dc:creator>ninjaphil</dc:creator>
      <dc:date>2016-08-05T19:10:10Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/951601#M236</link>
      <description>&lt;P&gt;Hello everyone!&amp;nbsp; I am very excited about this component and would love to hear about your experiences, ideas, pain points, etc.&amp;nbsp; I will be monitoring this forum regularly; any feedback is both welcome and appreciated.&amp;nbsp; I have already gotten some good ideas from customers and I plan to release a new version sometime in the fall of 2009. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/2148i1646293C43BE583C/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="rwm_read.gif" title="rwm_read.gif" align="center" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jeff Tipps&lt;/P&gt;&lt;P&gt;Systems Engineer - Sound and Vibration &lt;/P&gt;</description>
      <pubDate>Fri, 24 Jul 2009 14:59:03 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/951601#M236</guid>
      <dc:creator>Jeff_T.</dc:creator>
      <dc:date>2009-07-24T14:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1034367#M317</link>
      <description>&lt;P&gt;This may not be specific to your reference app, but I'd like to see an example of multiplexing the data into the dma from multiple modules running at different rates. This example shows how to extend the code to handle multiple modules, but not when they are running at different rates. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nice example btw,&lt;/P&gt;&lt;P&gt;Chris &lt;/P&gt;</description>
      <pubDate>Thu, 03 Dec 2009 22:10:58 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1034367#M317</guid>
      <dc:creator>minnellac</dc:creator>
      <dc:date>2009-12-03T22:10:58Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1035020#M318</link>
      <description>&lt;P&gt;Thanks Chris,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For multirate acquisitions the simplest approach is to allocate one DMA channel per rate and to make a duplicate copy of each rwfm VI for each FPGA acquisition loop.&amp;nbsp; Certainly this approach is limited by the number of DMA channels you have available.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've heard an R&amp;amp;D team here is researching a technology that would provide a multiplexing abstraction layer around one DMA channel that is scalable on the FPGA side.&amp;nbsp; This would remove the DMA channel limitation but it wouldn't be available in the short term. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jeff&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Fri, 04 Dec 2009 22:18:01 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1035020#M318</guid>
      <dc:creator>Jeff_T.</dc:creator>
      <dc:date>2009-12-04T22:18:01Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1035722#M319</link>
      <description>&lt;P&gt;Yes, one DMA per rate is convenient when there are enough DMAs. I've worked an a number of applications where there aren't enough though. Right now, I'm working on one where I'm using a 9870, and the reference example I found to work with that card uses two DMAs right off the bat. I believe that a hybrid scan engine approach also ties up two DMAs. &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I'll look forward to that multiplexing abstraction layer material. I had posted a while ago with a proposed architecture for solving this issue, but it turned out that I had overhead issues when actually implementing it. I'm still looking for a good solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chris &lt;/P&gt;</description>
      <pubDate>Mon, 07 Dec 2009 16:51:07 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1035722#M319</guid>
      <dc:creator>minnellac</dc:creator>
      <dc:date>2009-12-07T16:51:07Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1081177#M378</link>
      <description>&lt;P&gt;Maybe just an idea for the next release....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But wouldn't e useful to have this as an installer or a procedure to include those VI's inside the standard LabVIEW palette?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could be nice... &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Julien from NI Belgium&lt;/P&gt;</description>
      <pubDate>Mon, 01 Mar 2010 16:56:46 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1081177#M378</guid>
      <dc:creator>J.R.</dc:creator>
      <dc:date>2010-03-01T16:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1123612#M431</link>
      <description>&lt;P&gt;&lt;SPAN style="font-size: small" class="Apple-style-span"&gt;&lt;FONT face="arial, helvetica, sans-serif" class="Apple-style-span"&gt;Hi Jeff.&amp;nbsp;Do you know if research on the multiplexing&amp;nbsp;abstraction layer&amp;nbsp;produced any results? I'm working on a project and this approach would be useful. I need to make the acquisition of several modules (1 to &lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt; at different rates. Thanks in advance.&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small" class="Apple-style-span"&gt;&lt;FONT face="arial, helvetica, sans-serif" class="Apple-style-span"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small" class="Apple-style-span"&gt;&lt;FONT face="arial, helvetica, sans-serif" class="Apple-style-span"&gt;My best regards,&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: small" class="Apple-style-span"&gt;&lt;FONT face="arial, helvetica, sans-serif" class="Apple-style-span"&gt;Vinicius&lt;/FONT&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2010 14:14:55 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1123612#M431</guid>
      <dc:creator>falseth</dc:creator>
      <dc:date>2010-05-04T14:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1123829#M432</link>
      <description>&lt;P&gt;Vincius,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My understanding is that technology is still in the resesarch phase so I wouldn't expect it in the near future.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jeff Tipps&lt;/P&gt;&lt;P&gt;S&amp;amp;V Systems Engineer&lt;/P&gt;</description>
      <pubDate>Tue, 04 May 2010 18:28:48 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1123829#M432</guid>
      <dc:creator>Jeff_T.</dc:creator>
      <dc:date>2010-05-04T18:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1137709#M450</link>
      <description>&lt;P&gt;I am getting a "specified number of bytes could not be allocated" error in the rwfm_BufferCfg VI. &amp;nbsp;I am not experienced enough to know what is the limit of bytes and how many I am exceeding it by.&lt;BR /&gt;&lt;BR /&gt;I have closely mirrored the example for continuous acquisition. &amp;nbsp;The samples per block is 40,000 and I see the buffer size is set at 400,000 (10x the read size). &amp;nbsp;Is there a method available to determine amount of available memory?&lt;BR /&gt;&lt;BR /&gt;thanks!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;-erik&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2010 20:10:44 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1137709#M450</guid>
      <dc:creator>esjensen</dc:creator>
      <dc:date>2010-05-27T20:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1137719#M451</link>
      <description>&lt;P&gt;I have typically started getting those errors around 30MB or so; I&amp;nbsp;didn't investigate enough to&amp;nbsp;know if&amp;nbsp;it was a hard limit or if it&amp;nbsp;was controller/application dependent.&amp;nbsp; Also remember the total memory is 400,000 samples times the number of channels.&amp;nbsp; Each sample in&amp;nbsp;this implementation is 4 bytes so you are only allocating 1.6 MB per channel.&amp;nbsp; You can use the RT Utility VI "RT Get Memory Usage.vi" to see how much your application is consuming before the DMA buffer VI is called.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forums.ni.com/t5/image/serverpage/image-id/15769iD72710FD80EDA8C2/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="RTMemory.png" title="RTMemory.png" align="center" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My recommendation is to&amp;nbsp;lower your factor from 10 to 5.&amp;nbsp; If you have a healthy acquisition then 5&amp;nbsp;sill gives you plenty of margin to protect against overflows.&amp;nbsp; Just watch the&amp;nbsp;"Used Buffer %" indicator to see&amp;nbsp;if your controller is keeping up or not.&amp;nbsp; If it can't keep up then it really doesn't matter what the number is anyway.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If that doesn't help then let me know.&amp;nbsp; Depending on your application there may be other options besides continuous acquisition.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jeff Tipps&lt;/P&gt;&lt;P&gt;S&amp;amp;V Systems Engineer&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 May 2010 20:28:19 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1137719#M451</guid>
      <dc:creator>Jeff_T.</dc:creator>
      <dc:date>2010-05-27T20:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1138184#M452</link>
      <description>&lt;P&gt;I adjusted the factor down to 5 and now get past the previous error. &amp;nbsp;I only have a single channel and am sampling at 40kHz.&lt;BR /&gt;&lt;BR /&gt;Now I get a -5002 error:&lt;BR /&gt;&lt;BR /&gt;Error -5002 occurred at rwfm_AcqRead(1D_EncodedRaw).vi&lt;BR /&gt;&lt;BR /&gt;Possible reason(s):&lt;BR /&gt;&lt;BR /&gt;FPGA DMA Overflow&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;How can I determine what is the cause?&lt;/P&gt;</description>
      <pubDate>Fri, 28 May 2010 14:13:34 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1138184#M452</guid>
      <dc:creator>esjensen</dc:creator>
      <dc:date>2010-05-28T14:13:34Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1403500#M561</link>
      <description>&lt;P&gt;The software requirements vs.. download filename in the "introduction"&amp;nbsp;seem to contradict the "requirements" section at the bottom of the article.&amp;nbsp; What file should I download for LV 8.6?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A class="jive" href="http://zone.ni.com/devzone/cda/epd/p/id/6206" target="_blank" rel="nofollow"&gt;http://zone.ni.com/devzone/cda/epd/p/id/6206&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Am I missing something?&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2011 01:41:33 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1403500#M561</guid>
      <dc:creator>DNgineer87</dc:creator>
      <dc:date>2011-01-05T01:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1404002#M562</link>
      <description>&lt;P&gt;This is an issue with the publishing software that we use here to make these web pages.&amp;nbsp; Version 305 is for LabVIEW 2010 and version 271 is for 8.6.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeff Tipps&lt;/P&gt;
&lt;P&gt;S&amp;amp;V Systems Engineer&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2011 14:01:59 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1404002#M562</guid>
      <dc:creator>Jeff_T.</dc:creator>
      <dc:date>2011-01-05T14:01:59Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1404220#M563</link>
      <description>&lt;P&gt;Thanks, &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;That's what I had assumed since the 2010&amp;nbsp;filename contained "305" and the real-time version was 3.5.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jan 2011 16:08:15 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1404220#M563</guid>
      <dc:creator>DNgineer87</dc:creator>
      <dc:date>2011-01-05T16:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1664566#M700</link>
      <description>&lt;P&gt;I have some questions about this library:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. I have installed this library by using VIPM, and it is supposed to appear under the &lt;STRONG&gt;User Libraries&lt;/STRONG&gt; palette. but I cant find it there. see the 2 attached pics. Where can I find it?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2. I am using NI 9264﻿ and&amp;nbsp;NI 9205﻿ modules, are they&amp;nbsp;Delta-Sigma-Based C Series Modules﻿ or&amp;nbsp;successive approximation (SAR)﻿ Modules? I dont really understand the difference of these two kinds of ADC methods.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jinghang﻿&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2011 17:02:52 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1664566#M700</guid>
      <dc:creator>Jinghang</dc:creator>
      <dc:date>2011-08-09T17:02:52Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1664570#M701</link>
      <description>&lt;P&gt;the labview I am using is 2009 sp1&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2011 17:04:53 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1664570#M701</guid>
      <dc:creator>Jinghang</dc:creator>
      <dc:date>2011-08-09T17:04:53Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1664726#M702</link>
      <description>&lt;P&gt;Hello jinghang,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1.&amp;nbsp; The library should show up under user.lib.&amp;nbsp; Do you have any other versions of LabVIEW that it might have installed to?&amp;nbsp; Could you look in ../Program Files/National Instruments and see how many LabVIEW directories you have?&amp;nbsp; Each LabVIEW directory fi you have more than one version of LabVIEW installed will have a user.lib sub folder.&amp;nbsp; Try to find where those VI's went.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; The 9205 is a "SAR" based analog input module.&amp;nbsp; The 9264 is an analog output module which doesn't have support in the cRIO Waveform Library.&amp;nbsp; I have been thinking about adding it but there just hasn't been that much demand for it.&amp;nbsp; Typically analog output modules in cRIO are being used for single point control applications which is not the intended use case of this toolset.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The only difference between SAR modules and Delta Sigma modules is the way the sample rates are set on the FPGA.&amp;nbsp; With SAR modules the sample rate is set with a "Loop Timer" VI and with Delta Sigma modules the sample rate is set with a property node.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jeff Tipps&lt;/P&gt;
&lt;P&gt;S&amp;amp;V Systems Engineer&lt;/P&gt;</description>
      <pubDate>Tue, 09 Aug 2011 18:10:46 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1664726#M702</guid>
      <dc:creator>Jeff_T.</dc:creator>
      <dc:date>2011-08-09T18:10:46Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1666168#M705</link>
      <description>&lt;P&gt;I am trying to implement this application into my system, but encourtered a problem in the first step----Open FPGA reference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I noticed you bind the function with a ctl document (attached). if I dont bind this function with proper ctl document, I would get a breaken wire (attached). Could you please expalin how to &lt;STRONG&gt;build the Type Definition&lt;/STRONG&gt;﻿ in this application. in which VI you built the&amp;nbsp;rwfm_Acq FPGA Ref.ctl﻿?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Jinghang&lt;/P&gt;
&lt;P&gt;﻿﻿﻿﻿&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2011 15:48:41 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1666168#M705</guid>
      <dc:creator>Jinghang</dc:creator>
      <dc:date>2011-08-10T15:48:41Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1666214#M706</link>
      <description>&lt;P&gt;I opened the rwfm_CreatChan subVI and created the ctl document in its front panle. problem solved, I guess, sorry for the trouble.&lt;/P&gt;</description>
      <pubDate>Wed, 10 Aug 2011 16:05:23 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1666214#M706</guid>
      <dc:creator>Jinghang</dc:creator>
      <dc:date>2011-08-10T16:05:23Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Waveform Reference Application</title>
      <link>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1680362#M713</link>
      <description>&lt;P&gt;Hi There,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;First let me just say that this application is excellent!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have several cRIO-9022 units with NI-9215 modules. I have been attempting to use this application to stream 4-16 channels of analog data to a USB HDD. To date I have been able to acheive the following using .tdms files:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;100kS/s/ch on 4 Channels&lt;/P&gt;
&lt;P&gt;50kS/s/ch on 8 Channels&lt;/P&gt;
&lt;P&gt;30kS/s/ch on 16 Channels.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to be able to increase the sample rate to 100kS/s/ch on 8 channels and 50kS/s/ch on 16 channels. To try an accomplish this I have attempted to write the data in 1D Scaled U32 per the poly vi and using the write binary vi. However, I can't seem to find a good Samples per Read value that keeps the RT Buffer Backlog [%] from increasing over time and then ultimatly overflowing the FPGA DMA.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Are the metrics for streaming to disk based on the internal memory of the cRIO or and extrenal USB HDD?&lt;/P&gt;
&lt;P&gt;2. What is the best selection of Samples per Read for a given sample rate such that the FPGA buffer does not overflow?&lt;/P&gt;
&lt;P&gt;3. What is the best method to extract the indivual channel information when using the 1D Scaled U32 method?&lt;/P&gt;
&lt;P&gt;4. Along the same lines as 3 how do you extract the data once it has been written to a binary file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I certainly appreciate your help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Keenan Ball&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 23 Aug 2011 14:14:26 GMT</pubDate>
      <guid>https://forums.ni.com/t5/Components/CompactRIO-Waveform-Library/m-p/1680362#M713</guid>
      <dc:creator>keenanball</dc:creator>
      <dc:date>2011-08-23T14:14:26Z</dc:date>
    </item>
  </channel>
</rss>

