<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>PXI topics</title>
    <link>http://forums.ni.com/t5/PXI/bd-p/270</link>
    <description>PXI topics</description>
    <pubDate>Tue, 21 May 2013 10:49:18 GMT</pubDate>
    <dc:creator>270</dc:creator>
    <dc:date>2013-05-21T10:49:18Z</dc:date>
    <item>
      <title>Frequency modulation in FPGA</title>
      <link>http://forums.ni.com/t5/PXI/Frequency-modulation-in-FPGA/m-p/2431768#M12167</link>
      <description>&lt;p&gt;I wanted to generate a trigonometric signal with frequency as function of time in the code that will run on LabView FPGA PXIe 5641R. Can someone help me in this regard?&lt;/p&gt;</description>
      <pubDate>Tue, 21 May 2013 05:02:17 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/Frequency-modulation-in-FPGA/m-p/2431768#M12167</guid>
      <dc:creator>Ashu.iitj</dc:creator>
      <dc:date>2013-05-21T05:02:17Z</dc:date>
    </item>
    <item>
      <title>pxi 1031 error when using PXI 4132</title>
      <link>http://forums.ni.com/t5/PXI/pxi-1031-error-when-using-PXI-4132/m-p/2431700#M12166</link>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'm trying to use my old PXI-1031 as chassis for my PXI- 4132 SMU but i have problem on +12v supply from chassis.&lt;/p&gt;
&lt;p&gt;Is PXI-4132 compatible with PXI- 1031? Additional to that I'm using PXI- 8196 controller and PXI- 7811R I/O.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have attached the error message for reference.&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;eddy&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Tue, 21 May 2013 02:52:25 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/pxi-1031-error-when-using-PXI-4132/m-p/2431700#M12166</guid>
      <dc:creator>edakoto</dc:creator>
      <dc:date>2013-05-21T02:52:25Z</dc:date>
    </item>
    <item>
      <title>RTSI signals in back plan</title>
      <link>http://forums.ni.com/t5/PXI/RTSI-signals-in-back-plan/m-p/2425822#M12150</link>
      <description>&lt;p&gt;Hi all&lt;/p&gt;
&lt;p&gt;I want to know about the hardware details of RTSI singals in PXI backplane.&amp;nbsp;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Basically PXI specs specifies PXI Trigger lines. I am little bit confused between PXI trigger lines and RTSI lines. Are these two lines are different or same?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Wed, 15 May 2013 13:08:07 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/RTSI-signals-in-back-plan/m-p/2425822#M12150</guid>
      <dc:creator>Vkumar</dc:creator>
      <dc:date>2013-05-15T13:08:07Z</dc:date>
    </item>
    <item>
      <title>"Waiting for real-time target (RT PXI target)  to respond" error when the program waits interrupts</title>
      <link>http://forums.ni.com/t5/PXI/quot-Waiting-for-real-time-target-RT-PXI-target-to-respond-quot/m-p/2425780#M12149</link>
      <description>&lt;p&gt;Hi there,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have developed an application to detect interrupts generated by a electronic card and act in consequence. The program has been developed in labview but it calls a dll; that was created with labwindows. The dll is programmed to open the visa communication, enable events and install the interrupt handler and when an interrupt is detected, it reads the value of the different registers of the card and returns it to labview to visualize them.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The problem is that when the program waits for an interrupt, a prompt appears with the message "Waiting for real-time target (RT PXI target) to respond" and the only option I have is to click on the button to disconnect from the pxi or just wait. If I wait and I generate an interrupt, the prompt disappears and the application visualize the data like it was expected.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;To wait for the interrupt the following code has been programmed in the function:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; while (flag == 0)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; {&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sleep (1000);&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; }&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;When an interrupt occurs, the value of flag changes to 1 and the function continue without any problem. I am not really sure, but probably&amp;nbsp;here is the problem and&amp;nbsp;probably&amp;nbsp;this is not the best way to wait for an interrupt because the sleep function suspends the thread for the configured time, but at least the computing load in the PXI&amp;nbsp;is between 0% and 1%. I was wondering if somebody knows how to wait for an interrupt without "lost" the communication with the PXI and if there is a better way to do it.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any answer will be welcome and thanks for them,&lt;/p&gt;
&lt;p&gt;Jaime&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>Wed, 15 May 2013 12:51:57 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/quot-Waiting-for-real-time-target-RT-PXI-target-to-respond-quot/m-p/2425780#M12149</guid>
      <dc:creator>JPolo</dc:creator>
      <dc:date>2013-05-15T12:51:57Z</dc:date>
    </item>
    <item>
      <title>Bad level on NI RFSA front panel with 5663</title>
      <link>http://forums.ni.com/t5/PXI/Bad-level-on-NI-RFSA-front-panel-with-5663/m-p/2424030#M12142</link>
      <description>&lt;p&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:WordDocument&gt;
  &lt;w:View&gt;Normal&lt;/w:View&gt;
  &lt;w:Zoom&gt;0&lt;/w:Zoom&gt;
  &lt;w:HyphenationZone&gt;21&lt;/w:HyphenationZone&gt;
  &lt;w:PunctuationKerning/&gt;
  &lt;w:ValidateAgainstSchemas/&gt;
  &lt;w:SaveIfXMLInvalid&gt;false&lt;/w:SaveIfXMLInvalid&gt;
  &lt;w:IgnoreMixedContent&gt;false&lt;/w:IgnoreMixedContent&gt;
  &lt;w:AlwaysShowPlaceholderText&gt;false&lt;/w:AlwaysShowPlaceholderText&gt;
  &lt;w:Compatibility&gt;
   &lt;w:BreakWrappedTables/&gt;
   &lt;w:SnapToGridInCell/&gt;
   &lt;w:WrapTextWithPunct/&gt;
   &lt;w:UseAsianBreakRules/&gt;
   &lt;w:DontGrowAutofit/&gt;
  &lt;/w:Compatibility&gt;
  &lt;w:BrowserLevel&gt;MicrosoftInternetExplorer4&lt;/w:BrowserLevel&gt;
 &lt;/w:WordDocument&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;/p&gt;
&lt;p&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;w:LatentStyles DefLockedState="false" LatentStyleCount="156"&gt;
 &lt;/w:LatentStyles&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 10]&gt;
&lt;style&gt;
 /* Style Definitions */
 table.MsoNormalTable
	{mso-style-name:"Tableau Normal";
	mso-tstyle-rowband-size:0;
	mso-tstyle-colband-size:0;
	mso-style-noshow:yes;
	mso-style-parent:"";
	mso-padding-alt:0cm 5.4pt 0cm 5.4pt;
	mso-para-margin:0cm;
	mso-para-margin-bottom:.0001pt;
	mso-pagination:widow-orphan;
	font-size:10.0pt;
	font-family:"Times New Roman";
	mso-ansi-language:#0400;
	mso-fareast-language:#0400;
	mso-bidi-language:#0400;}
&lt;/style&gt;
&lt;![endif]--&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;Hello,&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&amp;nbsp;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;We own a PXIe-1075 chassis equiped like this&amp;nbsp;:&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 1: PXIe-8108 “embedded controller”&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 2: empty&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 3: empty&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 4: empty&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 5: PXI-5650 RF Generator&lt;span style="mso-tab-count: 2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 6: PXIe-5601 RF Down converter&lt;span style="mso-tab-count: 1;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt; &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 7: PXIe-5622 16bits digitizer &lt;span style="mso-tab-count: 2;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 8: PXIe-5622 16bits digitizer&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 9: &lt;a name="OLE_LINK2" target=_blank&gt;&lt;/a&gt;&lt;a name="OLE_LINK1" target=_blank&gt;&lt;/a&gt;&lt;span style="mso-bookmark: OLE_LINK2;"&gt;PXIe-5622 16bits digitizer&lt;/span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 10: empty&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 11: PXIe-5622 16bits digitizer &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 12: PXIe-5622 16bits digitizer&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 13 to 18: empty&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Slot 5 – Slot 6 – Slot 7 are coupled to form a Vector Signal Analyzer NI-PXIe-5663&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;If I want to use rapidly the NI-PXIe-5663, I open NI RFSA front panel, I use an external RF generator that give me CW waveform (500MHz for example) at 0dBm.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;So I get this CW waveform on NI RFSA at 500MHz front panel but &lt;strong style="mso-bidi-font-weight: normal;"&gt;&lt;u&gt;the level is -40dBm&lt;/u&gt;&lt;/strong&gt;. So I don’t understand why?&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;So before this, I have test each board separately except the Down converter .I mean PXI-5650 RF Generator and PXIe-5622 16bits digitizer.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Spectral analyze of PXI-5650 RF Generator (tested with NI RFSG front panel) give me the right frequency and the right level, PXIe-5622 16bits digitizer (tested with NI SCOPE front panel displays the right frequency and the right level of an external RG generator.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;But I don’t known how to test PXIe-5601 RF Down converter only.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;On MAX each board test is right.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Depending on our applications we coupled or uncoupled boards of 5663.&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;We use LABVIEW 2011 with all update done&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Would someone help me to understand this difference of level on NI RFSA front panel?&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Best Regard &lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p class="MsoNormal"&gt;&lt;span style="mso-ansi-language: EN-GB;"&gt;Choubahulk&lt;/span&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 14 May 2013 12:04:48 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/Bad-level-on-NI-RFSA-front-panel-with-5663/m-p/2424030#M12142</guid>
      <dc:creator>Choubahulk</dc:creator>
      <dc:date>2013-05-14T12:04:48Z</dc:date>
    </item>
    <item>
      <title>Flashed PXIe-8105 with wrong BIOS?</title>
      <link>http://forums.ni.com/t5/PXI/Flashed-PXIe-8105-with-wrong-BIOS/m-p/2423250#M12138</link>
      <description>&lt;p&gt;I suspect I have flashed the wrong BIOS to a PXIe-8105, using a PXI-8105 1.4 BIOS (did not note the difference...) and now&amp;nbsp;the PXIe-8105&amp;nbsp;does not boot.&amp;nbsp;:smileymad: Autch. Are they compatible or is it a NoNo? Anything I can do to save the situation?&lt;/p&gt;</description>
      <pubDate>Mon, 13 May 2013 20:04:13 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/Flashed-PXIe-8105-with-wrong-BIOS/m-p/2423250#M12138</guid>
      <dc:creator>janaf</dc:creator>
      <dc:date>2013-05-13T20:04:13Z</dc:date>
    </item>
    <item>
      <title>Driver problems with PXIe 8105</title>
      <link>http://forums.ni.com/t5/PXI/Driver-problems-with-PXIe-8105/m-p/2422858#M12136</link>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I have problems with three&amp;nbsp;unidentified devices on a PXIe 8105 in a PXIe 1062Q&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;- Fresh install of Win7 Pro -32 on freshly formatted disk. Patched.&lt;/p&gt;
&lt;p&gt;- No Nidaq / MAX installed&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Three device errors are displayed in the controll panel / devices:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1)"&amp;nbsp;PCI Simple Communications Controller" PCI bus 23, device 6, function 0&lt;/p&gt;
&lt;p&gt;"The drivers for this device are not installed" and I fail to find / install any&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2) "Unknown device" on Intel(R) 82801GHM (ICH7-M/U DH) LPC Interface Controller - 27BD&lt;/p&gt;
&lt;p&gt;"The drivers for this device are not installed" and I fail to find / install any driver&lt;/p&gt;
&lt;p&gt;Hardware ID: ACPI\NIC7019&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;3) "Unknown device" on Intel(R) 82801GHM (ICH7-M/U DH) LPC Interface Controller - 27BD (same as previous...)&lt;/p&gt;
&lt;p&gt;"The drivers for this device are not installed" and I fail to find / install any driver&lt;/p&gt;
&lt;p&gt;Hardware ID: ACPI\NIC7019&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is there a driver package for W7 for the PXIe-8105 I should install?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Any clues?&lt;/p&gt;</description>
      <pubDate>Mon, 13 May 2013 16:03:15 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/Driver-problems-with-PXIe-8105/m-p/2422858#M12136</guid>
      <dc:creator>janaf</dc:creator>
      <dc:date>2013-05-13T16:03:15Z</dc:date>
    </item>
    <item>
      <title>PXI: Host and Target Application very basic example doesn't work</title>
      <link>http://forums.ni.com/t5/PXI/PXI-Host-and-Target-Application-very-basic-example-doesn-t-work/m-p/2422228#M12130</link>
      <description>&lt;p&gt;Hello Everyone,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I wanted to create a very basic Host And Target Application in LV2010 but &lt;strong&gt;i couldn't make it work&lt;/strong&gt;. I created my application following an example from:&amp;nbsp;&lt;a href="https://decibel.ni.com/content/docs/DOC-14699" target="_blank"&gt;https://decibel.ni.com/content/docs/DOC-14699&lt;/a&gt;. I&lt;br /&gt;&lt;br /&gt;It seems like this example was created for a Compact RIO, but it shouldn't be difficult to adapt it for a PXI. Here are the steps i followed to do this task:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1.- I added a new device (a PXI) in the project by clicking on the Project Tree, New&amp;gt;Target And Devices&amp;gt; Specify a Target and Device by IP Address&lt;/p&gt;
&lt;p&gt;2.- I right-clicked on the new device and pressed Connect, and that worked fine.&lt;/p&gt;
&lt;p&gt;3.- I copied the 'Target Vi.vi' file on the RT PXI Target tree&lt;/p&gt;
&lt;p&gt;4.- I created a Source Distribution Buid Specification &amp;nbsp;and added the 'Target VI.vi' to "the always included category". After that i pressed Build.&lt;/p&gt;
&lt;p&gt;5.-&amp;nbsp;&lt;span&gt;2.- I right-clicked on the PXI device and pressed Deploy all.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;6.- I opened the 'Host.VI- Control Target VI', changed the IP address, and run the file.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When i pressed Start Remote VI, the program stops and one error is shown :&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Error 63 occurred at Open Application Reference in Host VI - Control Target VI.vi&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Possible reason(s):&lt;/p&gt;
&lt;p&gt;LabVIEW: Serial port receive buffer overflow.&lt;br /&gt;=========================&lt;br /&gt;LabVIEW: The network connection was refused by the server.&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;
&lt;p class="c0"&gt;&lt;span&gt;I would greatly appreciate any help you might be able to give me.&amp;nbsp;&lt;/span&gt;&lt;span style="font-size: 13px; line-height: 15px;"&gt;Attached please find the project files i tried.&lt;/span&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p class="c0 c1"&gt;&amp;nbsp;&lt;span style="font-size: 13px;"&gt;Sincerely,&lt;/span&gt;&lt;/p&gt;
&lt;p class="c0 c1"&gt;&lt;span style="font-size: 13px;"&gt;Juan Carlos Cambera&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 13 May 2013 10:07:08 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/PXI-Host-and-Target-Application-very-basic-example-doesn-t-work/m-p/2422228#M12130</guid>
      <dc:creator>JuanCarlosCambera</dc:creator>
      <dc:date>2013-05-13T10:07:08Z</dc:date>
    </item>
    <item>
      <title>How to connect my laptop to PXIe-8100?</title>
      <link>http://forums.ni.com/t5/PXI/How-to-connect-my-laptop-to-PXIe-8100/m-p/2419736#M12117</link>
      <description>&lt;p&gt;I have a PXIe-8100 controller that is in a PXIe-1071 chassis. I would like to use my laptop to control it instead of another set of monitor/keyboard/mouse. My computer runs Windows 7 Home Premium.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What are the cables I need and how do I connect the two so that my laptop will recognize the controller?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;</description>
      <pubDate>Thu, 09 May 2013 19:31:20 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/How-to-connect-my-laptop-to-PXIe-8100/m-p/2419736#M12117</guid>
      <dc:creator>DPT</dc:creator>
      <dc:date>2013-05-09T19:31:20Z</dc:date>
    </item>
    <item>
      <title>PXI 6682 characterization</title>
      <link>http://forums.ni.com/t5/PXI/PXI-6682-characterization/m-p/2419672#M12115</link>
      <description>&lt;p&gt;I am trying to characterize the time delay of the GPS signal on a PXI 6682.&amp;nbsp; I have been able to do this with a calibrated source, and my two GPS devices (I get about 100ns delay), and I need to do this for the PXI 6682.&amp;nbsp; I need to get the PXI 6682 to output a PPS signal that is synced to the GPS.&amp;nbsp; Currently I have is set to 1588, but I don't think that is right.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I set up in MAX pfI2 to output a PPS signal, but what clock is it using to generate this?&amp;nbsp; I want it to use a GPS signal to accurately see the synce.&amp;nbsp; Thanks for the help, and I hope it wasn't too confusing.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Donald&lt;/p&gt;</description>
      <pubDate>Thu, 09 May 2013 18:45:36 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/PXI-6682-characterization/m-p/2419672#M12115</guid>
      <dc:creator>dkennedy2010</dc:creator>
      <dc:date>2013-05-09T18:45:36Z</dc:date>
    </item>
    <item>
      <title>Assembly part number for individual PXI chassis slot blockers?</title>
      <link>http://forums.ni.com/t5/PXI/Assembly-part-number-for-individual-PXI-chassis-slot-blockers/m-p/2419338#M12114</link>
      <description>&lt;p&gt;I need the individual assembly part numbers (not the catalog or packeaged kit&amp;nbsp;number) for the standard 3U PXI chassis slot blockers.&amp;nbsp; The ones we have accumulated are stamped with the part numbers below but I need to know if this is the part number for the "assembly" with fasteners, or just aluminum plate.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1&amp;nbsp;slot&amp;nbsp;&amp;nbsp;&amp;nbsp;185365C-01&lt;/p&gt;
&lt;p&gt;2&amp;nbsp;slot&amp;nbsp;&amp;nbsp;&amp;nbsp;185365C-02&lt;/p&gt;
&lt;p&gt;4&amp;nbsp;slot&amp;nbsp;&amp;nbsp; 185365C-04&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;also is there a&amp;nbsp;there 3 slot available&amp;nbsp;(perhaps a&amp;nbsp;-03)?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Darrow&lt;/p&gt;</description>
      <pubDate>Thu, 09 May 2013 15:23:17 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/Assembly-part-number-for-individual-PXI-chassis-slot-blockers/m-p/2419338#M12114</guid>
      <dc:creator>Darrow</dc:creator>
      <dc:date>2013-05-09T15:23:17Z</dc:date>
    </item>
    <item>
      <title>fpga</title>
      <link>http://forums.ni.com/t5/PXI/fpga/m-p/2418920#M12113</link>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;I am using PXIe 7966R with 5761 adapter module. The range of frequency for the sample clock in 5761 is specified as 175MHz-250MHz.&lt;/p&gt;
&lt;p&gt;I want the sampling rate to be 1MHz. How to do this?&lt;/p&gt;
&lt;p&gt;Also in FPGA derived clock option, the lowest frequency which we can generate is 2.5 MHz. I want 1 MHz clock for my operations.&lt;/p&gt;
&lt;p&gt;How to generate clock for the frequencies lower than 2.5 MHz?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Waiting for the reply.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards,&lt;/p&gt;
&lt;p&gt;&lt;span style="line-height: 15px;"&gt;Aalhad &amp;nbsp;&lt;/span&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 09 May 2013 06:00:11 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/fpga/m-p/2418920#M12113</guid>
      <dc:creator>Aalhad1</dc:creator>
      <dc:date>2013-05-09T06:00:11Z</dc:date>
    </item>
    <item>
      <title>1_WIRE_LO_REF in NI PXI-2503</title>
      <link>http://forums.ni.com/t5/PXI/1-WIRE-LO-REF-in-NI-PXI-2503/m-p/2418658#M12112</link>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I've used NI PXI-2503 (serial ports) to read current output signals from a circuit, and 1_WIRE_LO_REF has been used for reference (voltage input to the circuit?). To switch over to parallel communication, I will use SCB-68. In this box, I have no idea which port is equivalent to 1_WIRE_LO_REF. Which port should I use in SCB-68?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Mihye&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Wed, 08 May 2013 22:16:27 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/1-WIRE-LO-REF-in-NI-PXI-2503/m-p/2418658#M12112</guid>
      <dc:creator>Mihye</dc:creator>
      <dc:date>2013-05-08T22:16:27Z</dc:date>
    </item>
    <item>
      <title>Problem reading PXI-2503 channels above 23 in 1-Wire 48x1 Mux mode  in Linux</title>
      <link>http://forums.ni.com/t5/PXI/Problem-reading-PXI-2503-channels-above-23-in-1-Wire-48x1-Mux/m-p/2418360#M12111</link>
      <description>&lt;p&gt;I'm having trouble getting relay positions above 23 in the 1-wire 48x1 mode&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;% nilsdev | grep 2503&lt;br /&gt;NI PXI-2503: "Dev1" &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The topology is set to "2503/1-Wire 48x1 Mux" via the following API, using device "Dev1"&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; DAQmxSwitchSetTopologyAndReset(device,topology)&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;In theory that means there are 48 inidividual relays than can be read, however, the following fails:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;switchname = "/Dev1/ch47"&lt;/p&gt;
&lt;p&gt;&amp;nbsp;DAQmxSwitchGetSingleRelayPos(switchName, &amp;amp;pos)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The error returned is: &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p style="padding-left: 30px;"&gt;DAQmx Error: Relay name is invalid.&lt;br /&gt;Relay Name: ch47&lt;br /&gt;&lt;br /&gt;Status Code: -200202&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;which is&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; #define DAQmxErrorInvalidRelayName&amp;nbsp;&amp;nbsp; (-200202)&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;I am unable to get the relay position for anything above relay 23&amp;nbsp; ( /Dev1/ch23 )&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Is that the expected behaviour, or is there a driver or hardware issue ?&lt;/p&gt;</description>
      <pubDate>Wed, 08 May 2013 19:07:13 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/Problem-reading-PXI-2503-channels-above-23-in-1-Wire-48x1-Mux/m-p/2418360#M12111</guid>
      <dc:creator>kenstern</dc:creator>
      <dc:date>2013-05-08T19:07:13Z</dc:date>
    </item>
    <item>
      <title>PXIe-8133 serial port driver</title>
      <link>http://forums.ni.com/t5/PXI/PXIe-8133-serial-port-driver/m-p/2418072#M12109</link>
      <description>&lt;p&gt;Hi Guys&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am trying to use PXIe 8133 embedded Controller and the serial port appears as Unknow Device. The hardware ID is&amp;nbsp;&lt;/p&gt;
&lt;p&gt;ACPI\NIC7019. Can Someone suggest where i can download the driver for the serial port. &amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The Windows 7 32 bit is installed in tne embedded controller. &amp;nbsp;&amp;nbsp;&lt;br /&gt;The Ni PXie-8133 Peripheral Driver 1.0, already download and installed&lt;/p&gt;
&lt;h3 class="r"&gt;&lt;u&gt;&lt;a href="http://www.google.ie/url?sa=t&amp;amp;rct=j&amp;amp;q=pxie%208133%20driver&amp;amp;source=web&amp;amp;cd=1&amp;amp;ved=0CCsQFjAA&amp;amp;url=http%3A%2F%2Fjoule.ni.com%2Fnidu%2Fcds%2Fview%2Fp%2Fid%2F2030%2Flang%2Fen&amp;amp;ei=1HaKUbCvEMy1hAfm2YGwBg&amp;amp;usg=AFQjCNFqK6t5G8bRGxtrDWGSWmVqAJDGXA&amp;amp;bvm=bv.46226182,d.ZG4" target=_blank&gt;&amp;nbsp;&lt;/a&gt;&lt;/u&gt;&lt;/h3&gt;
&lt;p&gt;&amp;nbsp;&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;Gary&lt;/p&gt;</description>
      <pubDate>Wed, 08 May 2013 16:03:42 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/PXIe-8133-serial-port-driver/m-p/2418072#M12109</guid>
      <dc:creator>Gary1wang</dc:creator>
      <dc:date>2013-05-08T16:03:42Z</dc:date>
    </item>
    <item>
      <title>RealTime target software for PXIe-8135RT</title>
      <link>http://forums.ni.com/t5/PXI/RealTime-target-software-for-PXIe-8135RT/m-p/2416920#M12102</link>
      <description>&lt;p&gt;Hi, all&lt;/p&gt;
&lt;p&gt;I'm new with NI equipment&lt;/p&gt;
&lt;p&gt;I have PXI system with&amp;nbsp;PXIe-8135 RT and LabVIEW 2012 with Real Time 2012 Module. So, I know i have to install some target software for 8135RT from my host computer.&amp;nbsp;&lt;a href="http://joule.ni.com/nidu/cds/view/p/id/3889" target="_blank"&gt;This&lt;/a&gt;&amp;nbsp;&lt;span&gt;looks like I need.&amp;nbsp;&lt;/span&gt;But this target software is compatible only with LabVIEW Real-Time Module 2011. When i tried to install it, i got error message/ How can i solve this problem?&lt;/p&gt;
&lt;p&gt;Downgrade just Realtime Module to 2011? Or downgrade every labview installations i've made? Maybe, is there another target software for 8135RT?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Tue, 07 May 2013 20:41:28 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/RealTime-target-software-for-PXIe-8135RT/m-p/2416920#M12102</guid>
      <dc:creator>kostyuk.a</dc:creator>
      <dc:date>2013-05-07T20:41:28Z</dc:date>
    </item>
    <item>
      <title>to high measurement time for NI PXI 4132</title>
      <link>http://forums.ni.com/t5/PXI/to-high-measurement-time-for-NI-PXI-4132/m-p/2415636#M12099</link>
      <description>&lt;p&gt;&lt;span style="line-height: 15px;"&gt;Hi,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="line-height: 15px;"&gt;&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="line-height: 15px;"&gt;I'm using 4132 to measure very small current of photo transistor device. with 25v source to the DUT it takes me more than 100ms to get an stable current reading.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;How will i reduce measurement time?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;tnx!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Tue, 07 May 2013 07:11:54 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/to-high-measurement-time-for-NI-PXI-4132/m-p/2415636#M12099</guid>
      <dc:creator>edakoto</dc:creator>
      <dc:date>2013-05-07T07:11:54Z</dc:date>
    </item>
    <item>
      <title>Data width in HSDIO</title>
      <link>http://forums.ni.com/t5/PXI/Data-width-in-HSDIO/m-p/2413570#M12096</link>
      <description>&lt;p&gt;Hi All,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am a new user of PXI . I have a doubt regarding data width in HSDIO ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;What exactly is the data width ?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Vishal&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Sat, 04 May 2013 11:24:02 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/Data-width-in-HSDIO/m-p/2413570#M12096</guid>
      <dc:creator>lahsiv</dc:creator>
      <dc:date>2013-05-04T11:24:02Z</dc:date>
    </item>
    <item>
      <title>overstressing 2569 relay switches</title>
      <link>http://forums.ni.com/t5/PXI/overstressing-2569-relay-switches/m-p/2411732#M12094</link>
      <description>&lt;p&gt;Can someone please&amp;nbsp;tell me if passing 1A current through the PXI 2569 relay&amp;nbsp;switches overstress these switches? Spec say that 1A is the maximum carry current, but does it mean that this value of the current cause any&amp;nbsp;overstress?&amp;nbsp;Also, if we have these&amp;nbsp;switches in a circuit that&amp;nbsp;is powered by a&amp;nbsp;power supply, supplying 84V and 1A.&amp;nbsp;In this scenario, will the switches be overstressed?&amp;nbsp;I will really apperciate the help!&lt;/p&gt;</description>
      <pubDate>Thu, 02 May 2013 16:01:05 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/overstressing-2569-relay-switches/m-p/2411732#M12094</guid>
      <dc:creator>FaizNaq</dc:creator>
      <dc:date>2013-05-02T16:01:05Z</dc:date>
    </item>
    <item>
      <title>FPGA card 7811R/7813R with optical link 8375</title>
      <link>http://forums.ni.com/t5/PXI/FPGA-card-7811R-7813R-with-optical-link-8375/m-p/2403496#M12087</link>
      <description>&lt;p&gt;Hello, I have a PXI package with FPGA card 7811R/7813R. This PXI package is connected to a pc via the optical link 8375.&lt;/p&gt;
&lt;p&gt;I would like to know if it is possible to drive some FPGA output with the PC. The other output are driven by the software build with FPGA module LabVIEW.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Thu, 25 Apr 2013 11:31:55 GMT</pubDate>
      <guid>http://forums.ni.com/t5/PXI/FPGA-card-7811R-7813R-with-optical-link-8375/m-p/2403496#M12087</guid>
      <dc:creator>sfla</dc:creator>
      <dc:date>2013-04-25T11:31:55Z</dc:date>
    </item>
  </channel>
</rss>

