<?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 Information (CRI) in Components</title>
    <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/866343#M121</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;JoeC wrote: &lt;BR /&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; Please allow me to post an theoretical example to see if I understand what you are saying.&amp;nbsp; &lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Exactly correct.&lt;/P&gt;</description>
    <pubDate>Fri, 06 Mar 2009 19:28:02 GMT</pubDate>
    <dc:creator>Christian_L</dc:creator>
    <dc:date>2009-03-06T19:28:02Z</dc:date>
    <item>
      <title>cRIO System Configuration Information (CRI) Library</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/731827#M35</link>
      <description>&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Post your questions or feedback on the&amp;nbsp;&lt;A href="https://forums.ni.com/t5/Reference-Design-Content/CompactRIO-System-Configuration-Information-CRI-Library/ta-p/3504725" target="_blank" rel="noopener"&gt;cRIO Information (CRI)&lt;/A&gt;&amp;nbsp;library&amp;nbsp;here.&lt;/DIV&gt;</description>
      <pubDate>Mon, 16 Jun 2025 21:51:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/731827#M35</guid>
      <dc:creator>Christian_L</dc:creator>
      <dc:date>2025-06-16T21:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/732599#M36</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Thanks Christian... I look forward to trying it out.</description>
      <pubDate>Thu, 26 Jun 2008 16:38:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/732599#M36</guid>
      <dc:creator>StevenA</dc:creator>
      <dc:date>2008-06-26T16:38:58Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/859666#M117</link>
      <description>&lt;P&gt;In the Dynamic FPGA Code Selection section of the document, the paragraph states, "&lt;SPAN style="color: #000000; font-size: 12px" class="Apple-style-span"&gt;Using the CRI component you can detect the current configuration of modules in the backplane and can then select the proper FPGA bitstream to download and run. This detection and selection of the FPGA bitstream will be part of LabVIEW Real-Time application running on the cRIO controller."&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How do you programmatically pick an PFGA bitstream to download? &amp;nbsp;Is there a function in the CRI library that does this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;BR /&gt;Joe&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2009 02:05:40 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/859666#M117</guid>
      <dc:creator>JoeC</dc:creator>
      <dc:date>2009-02-25T02:05:40Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/860389#M118</link>
      <description>&lt;P&gt;No. Currently you need to include a separate Open FPGA VI Reference node for each FPGA VI/bitstream that you want to run&amp;nbsp;and then select the appropriate node using normal LV programming such as a Case structure.&lt;/P&gt;</description>
      <pubDate>Wed, 25 Feb 2009 20:43:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/860389#M118</guid>
      <dc:creator>Christian_L</dc:creator>
      <dc:date>2009-02-25T20:43:25Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/861194#M119</link>
      <description>&lt;P&gt;Thanks for the reply.&amp;nbsp; Please allow me to post an theoretical example to see if I understand what you are saying.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let's say I have a 9205 cRIO module in a 4 slot 9013 backplane.&amp;nbsp; If I wanted to have an application that detected which slot the 9205 is plugged in, I would create 4 different FPGA VIs that were configured for each to have the 9205 in each slot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would then use the CRI tools to detect which slot the module is located in.&amp;nbsp; I would then have in my controller application, a case statement with 4 different "Open FPGA VI Reference Function" that will call each of the slot configured FPGA VIs.&amp;nbsp; I assume it is at this time that when an Open FPGA VI Reference Function is called that the bitstream is loaded? &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again for your clarifications...&lt;/P&gt;&lt;P&gt;Joe &lt;/P&gt;</description>
      <pubDate>Thu, 26 Feb 2009 18:16:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/861194#M119</guid>
      <dc:creator>JoeC</dc:creator>
      <dc:date>2009-02-26T18:16:15Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/866343#M121</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;JoeC wrote: &lt;BR /&gt;&lt;P&gt;Thanks for the reply.&amp;nbsp; Please allow me to post an theoretical example to see if I understand what you are saying.&amp;nbsp; &lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Exactly correct.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Mar 2009 19:28:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/866343#M121</guid>
      <dc:creator>Christian_L</dc:creator>
      <dc:date>2009-03-06T19:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1031007#M310</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does this tool work for R-Series (78xx) cards? Or do you have a separate tool / VIs for the R-series?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;-Ray&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2009 06:40:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1031007#M310</guid>
      <dc:creator>RayKF</dc:creator>
      <dc:date>2009-11-30T06:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1041162#M323</link>
      <description>&lt;P&gt;This tool should work for any PCI/PXI-based R series devices&amp;nbsp;as well, but you will need to add the R series cards as additional backplanes in&amp;nbsp;cri_cRIO Vendor and Components Library.vi which is a VI used to define all of the device IDs that the CRI tool knows about.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This tool will not work for PCIe/PXIe-based boards and devices such as the PCIe-785xR&amp;nbsp;cards.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Device IDs for some R series devices:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;PCI-7811R: 0x702F&lt;/P&gt;&lt;P&gt;PXI-7811R: 0x702E&lt;/P&gt;&lt;P&gt;PCI-7813R: 0x7194&lt;/P&gt;&lt;P&gt;PXI-7813R: 0x7193&amp;nbsp;&lt;/P&gt;&lt;P&gt;PCI-7830R: 0x7056&lt;/P&gt;&lt;P&gt;PXI-7830R: 0x7055&lt;/P&gt;&lt;P&gt;PCI-7831R: 0x702D&lt;/P&gt;&lt;P&gt;PXI-7831R: 0x702C&lt;/P&gt;&lt;P&gt;PCI-7833R: 0x7083&lt;/P&gt;&lt;P&gt;PXI-7833R: 0x7074&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PCI-7841R: 0x7393&lt;/P&gt;&lt;P&gt;PXI-7841R: 0x7390&lt;/P&gt;&lt;P&gt;PCI-7842R: 0x7394&lt;/P&gt;&lt;P&gt;PXI-7842R: 0x7391&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;PCI-7851R: 0x7386&lt;/P&gt;&lt;P&gt;PXI-7851R: 0x7384&lt;/P&gt;&lt;P&gt;PCI-7852R: 0x7387&lt;/P&gt;&lt;P&gt;PXI-7852R: 0x7385&lt;/P&gt;&lt;P&gt;PCI-7853R: 0x7395&lt;/P&gt;&lt;P&gt;PXI-7853R: 0x7392&lt;/P&gt;&lt;P&gt;PXI-7854R: 0x73E1&lt;/P&gt;</description>
      <pubDate>Wed, 16 Dec 2009 17:58:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1041162#M323</guid>
      <dc:creator>Christian_L</dc:creator>
      <dc:date>2009-12-16T17:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1268788#M501</link>
      <description>&lt;P&gt;Hey,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;very great set of VIs. We are using these features in a component on our cRIOs. These VIs work with LV8.6.1 and LV2009SP1 very good, but on LV2010 the VI cri_RT Ping Controllers.vi is broken and the VI itself is password-protected. Is there an update for the CRI component or how can we fix this to support our applications with LabVIEW 2010.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for your replies.&lt;/P&gt;
&lt;P&gt;Tyler&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2010 06:36:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1268788#M501</guid>
      <dc:creator>TylerDurden</dc:creator>
      <dc:date>2010-10-05T06:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1269536#M502</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;
&lt;BLOCKQUOTE&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/79309"&gt;@TylerDurden&lt;/a&gt; wrote:&lt;/BLOCKQUOTE&gt;
&lt;BLOCKQUOTE&gt;In LV2010 the VI cri_RT Ping Controllers.vi is broken and the VI itself is password-protected. Is there an update for the CRI component or how can we fix this to support our applications with LabVIEW 2010.&lt;/BLOCKQUOTE&gt;
&lt;HR /&gt;
&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Attached is an updated copy of this VI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2010 18:56:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1269536#M502</guid>
      <dc:creator>Christian_L</dc:creator>
      <dc:date>2010-10-05T18:56:33Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1405442#M564</link>
      <description>&lt;P&gt;These are greater VI and I use them a lot.&lt;/P&gt;
&lt;P&gt;Now I have a cRIO with a 9111 backplane which does not seem to be
supported by these Vis.&lt;/P&gt;
&lt;P&gt;Will they be updated?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Terje&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jan 2011 14:20:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1405442#M564</guid>
      <dc:creator>Terje</dc:creator>
      <dc:date>2011-01-06T14:20:45Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1407112#M565</link>
      <description>&lt;P&gt;I have attached updated versions of two files which contain all of the model codes for the controllers, backplanes and modules. Please copy these files to your harddrive, replacing the files that are currently there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;cri_cRIO Vendor and Components Library.vi &amp;gt;&amp;gt; ..\LabVIEW xxxx\user.lib\CRI\_subVIs&lt;/P&gt;
&lt;P&gt;cri_cRIO Backplanes.ctl &amp;gt;&amp;gt; ..\LabVIEW xxxx\user.lib\CRI\_subVIs\TypeDefs&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;These files are used to lookup and convert the model code read from the HW to the corresponding controller, backplane or module name. If you have a newer piece of HW which is not listed, you can update these files yourself. By looking at the outputs of the CRI subVIs you will be able to see the model code for your new hardware.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[2/10/2011] Update: The files on the DevZone docment have been updated to the latest version.&lt;/P&gt;</description>
      <pubDate>Thu, 10 Feb 2011 15:17:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1407112#M565</guid>
      <dc:creator>Christian_L</dc:creator>
      <dc:date>2011-02-10T15:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1407396#M566</link>
      <description>&lt;P&gt;Thanks Christian&lt;/P&gt;
&lt;P&gt;I now get the correct information about the backplane, but I don’t get the information about the connected modules which is what I really need. It seems that I need a bitfile for that specific backplane in the CRI Get cRIO Modules Info.vi. If it is possible to get an updated version of these VIs as well, I would really appreciate it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Terje&lt;/P&gt;</description>
      <pubDate>Fri, 07 Jan 2011 18:23:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1407396#M566</guid>
      <dc:creator>Terje</dc:creator>
      <dc:date>2011-01-07T18:23:29Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1417152#M567</link>
      <description>&lt;P&gt;I have added two new attachments to the &lt;A rel="nofollow" href="http://zone.ni.com/devzone/cda/epd/p/id/1717" target="_self"&gt;original document&lt;/A&gt; on DevZone containing the complete updated version of CRI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2011 21:11:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1417152#M567</guid>
      <dc:creator>Christian_L</dc:creator>
      <dc:date>2011-02-09T21:11:57Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1443514#M577</link>
      <description>&lt;P&gt;Thanks for the update Christian.&lt;/P&gt;
&lt;P&gt;However, I still don’t get any information about the modules when using a 9111 backplane&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Terje&lt;/P&gt;</description>
      <pubDate>Tue, 08 Feb 2011 14:45:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1443514#M577</guid>
      <dc:creator>Terje</dc:creator>
      <dc:date>2011-02-08T14:45:56Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1446660#M580</link>
      <description>&lt;P&gt;I updated the attachments on the document one more time. Previously I had only updated the CRI Get Remote cRIO Modules Info.vi and forgot to update the local version of the same function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I also created separate installers for LabVIEW 2009 and LabVIEW 2010 to account for the difference in the RT Ping function.&lt;/P&gt;</description>
      <pubDate>Wed, 09 Feb 2011 21:13:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1446660#M580</guid>
      <dc:creator>Christian_L</dc:creator>
      <dc:date>2011-02-09T21:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1650142#M691</link>
      <description>&lt;P&gt;FYI: Even though you have fixed the subVIs to support the additional backplanes and have the bit files in the installer package. The text on the website still state that only the 9101, 9102, 9103, 9104, 9072, and 9074 backplanes are supported.&amp;nbsp; I installed the CRI package from the LV2010 VIP file and noticed that it does not have the change you made within the “CRI Get &lt;STRONG&gt;Remote&lt;/STRONG&gt; cRIO Modules Info” file. Not supporting the additional backplanes. Therefore I downloaded the zip file and overwrote the VI which the VIP installed with the one from the zip file.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2011 17:59:02 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1650142#M691</guid>
      <dc:creator>Fro2</dc:creator>
      <dc:date>2011-07-27T17:59:02Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1864061#M784</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I want to use function CRI Get cRIO Modules Info.vi. In control on Front panel of this VI I can choose for example sbRIO-9602,&lt;/P&gt;
&lt;P&gt;but in block diagram I see that there is not case which will call proper subVI (e.g bit file). So, &amp;nbsp;is it possible to get support for sbRIO components for reading information about modules?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(I am interested for sbRIO 9602 most)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S. Kudos for library&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Sofija&lt;/P&gt;</description>
      <pubDate>Sun, 05 Feb 2012 13:07:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1864061#M784</guid>
      <dc:creator>Kokosinela</dc:creator>
      <dc:date>2012-02-05T13:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1868729#M787</link>
      <description>&lt;P&gt;Sofija,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm working on an update of the CRI to include support for recent cRIO and sbRIO additions. I should be able to post a 'beta' version in a couple of days. Can you describe your application in a little bit and how you use CRI in a sbRIO-based application. In the past we have not planned on adding sbRIO support to CRI as we see sbRIO to be used in static applications in regards to HW - we don't expect users to change the HW configuration of sbRIO systems at run-time.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Feb 2012 17:17:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1868729#M787</guid>
      <dc:creator>Christian_L</dc:creator>
      <dc:date>2012-02-08T17:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: cRIO Information (CRI)</title>
      <link>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1871753#M790</link>
      <description>&lt;P&gt;Hello Christian.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for update.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am supporting one customer, who si using sbRIO, and idea of his application is&amp;nbsp;to one of the three slots on 9602 to cover several HW/SW options by&lt;BR /&gt;inserting various modules. They wish that the RT recognizes the module and&amp;nbsp;selects the appropriate FPGA bit file. So, acquisition of different type of signals&lt;BR /&gt;and processing of those based on module which is required is main idea.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sofija Poledica&lt;BR /&gt;AE Eastern Europe&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 10 Feb 2012 08:32:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/Components/cRIO-System-Configuration-Information-CRI-Library/m-p/1871753#M790</guid>
      <dc:creator>Kokosinela</dc:creator>
      <dc:date>2012-02-10T08:32:50Z</dc:date>
    </item>
  </channel>
</rss>

