<?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>Instrument Control (GPIB, Serial, VISA, IVI) topics</title>
    <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/bd-p/140</link>
    <description>Instrument Control (GPIB, Serial, VISA, IVI) topics</description>
    <pubDate>Sat, 25 May 2013 22:14:47 GMT</pubDate>
    <dc:creator>140</dc:creator>
    <dc:date>2013-05-25T22:14:47Z</dc:date>
    <item>
      <title>ibrd() takes too long</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/ibrd-takes-too-long/m-p/2438386#M59494</link>
      <description>&lt;p&gt;Also posted, in much greater detail (no word limit) at StackOverflow -&amp;nbsp;&lt;a href="http://stackoverflow.com/questions/16749913/programming-agilent-counter-gpib-ibrd-takes-too-long" target="_blank"&gt;http://stackoverflow.com/questions/16749913/programming-agilent-counter-gpib-ibrd-takes-too-long&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I'm programming an Agilent "Universal Counter" (53132A 225Mhz model) over GPIB using the National Instruments driver and C interface.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I want to measure the Time Interval between two clock signals (1 PPS - pulse per second). I am definitely getting one edge per second. But, my app makes a measurement every 2 seconds and the reason is that fetching the result takes about 1.9 seconds.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;My thread loop is to start a measurement (SCPI cmd&amp;nbsp;&lt;code&gt;INIT&lt;/code&gt;) and read the result (SCPI cmd&lt;code&gt;FETCH:TINT?&lt;/code&gt;). Do this in a tight loop as quickly as possible. Which would easily handle I measurement per second, except reading back the result takes forever (well, 1.9-ish seconds)...&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Debug output shows:&lt;/p&gt;
&lt;pre class="lang-c prettyprint prettyprinted"&gt;&lt;code&gt;&lt;span class="typ"&gt;SendSCPICmd&lt;/span&gt;&lt;span class="pln"&gt; at &lt;/span&gt;&lt;span class="lit"&gt;1369486341s&lt;br /&gt;&lt;span class="typ" style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;SendSCPIQuery&lt;/span&gt;&lt;span class="pln" style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt; at &lt;/span&gt;&lt;span class="lit" style="font-family: Verdana, Arial, Helvetica, sans-serif;"&gt;1369486341s&lt;br /&gt;&lt;span class="typ"&gt;SendSCPIQuery&lt;/span&gt;&lt;span class="pun"&gt;:&lt;/span&gt;&lt;span class="pln"&gt; ibwrt&lt;/span&gt;&lt;span class="pun"&gt;()&lt;/span&gt;&lt;span class="pln"&gt; at &lt;/span&gt;&lt;span class="lit"&gt;1369486341s&lt;br /&gt;&lt;span class="typ"&gt;SendSCPIQuery&lt;/span&gt;&lt;span class="pun"&gt;:&lt;/span&gt;&lt;span class="pln"&gt; ibrd&lt;/span&gt;&lt;span class="pun"&gt;()&lt;/span&gt;&lt;span class="pln"&gt; at &lt;/span&gt;&lt;span class="lit"&gt;1369486341s&lt;br /&gt;&lt;span class="pun"&gt;***&lt;/span&gt;&lt;span class="typ"&gt;SendSCPIQuery&lt;/span&gt;&lt;span class="pun"&gt;:&lt;/span&gt;&lt;span class="pln"&gt; ibrd&lt;/span&gt;&lt;span class="pun"&gt;()&lt;/span&gt;&lt;span class="pln"&gt; took &lt;/span&gt;&lt;span class="lit"&gt;1994ms&lt;/span&gt;&lt;span class="pun"&gt;***&lt;br /&gt;&lt;span class="typ"&gt;Result&lt;/span&gt;&lt;span class="pln"&gt; at &lt;/span&gt;&lt;span class="lit"&gt;1369486343s&lt;/span&gt;&lt;span class="typ"&gt;Posted&lt;/span&gt;&lt;span class="pln"&gt; to &lt;/span&gt;&lt;span class="typ"&gt;queue&lt;/span&gt;&lt;span class="pln"&gt;  at &lt;/span&gt;&lt;span class="lit"&gt;1369486343s&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;So, now I know I'm throwing a lot of code down next, but if you have the time an inclination to look, I'd very much appreciate ideas as to why&amp;nbsp;&lt;code&gt;ibrd()&lt;/code&gt;&amp;nbsp;in the function&amp;nbsp;&lt;code&gt;SendSCPIQuery()&lt;/code&gt;&amp;nbsp;takes such a long time to complete after the&amp;nbsp;&lt;code&gt;FETCH&lt;/code&gt;&amp;nbsp;command has been sent? Any ideas appreciated :)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;lt;For code samples please view the stack overflow post (link at top of post, thank you)&lt;/p&gt;</description>
      <pubDate>Sat, 25 May 2013 13:43:07 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/ibrd-takes-too-long/m-p/2438386#M59494</guid>
      <dc:creator>James_Hume</dc:creator>
      <dc:date>2013-05-25T13:43:07Z</dc:date>
    </item>
    <item>
      <title>Sincronización señal escalon</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Sincronizaci%C3%B3n-se%C3%B1al-escalon/m-p/2437516#M59488</link>
      <description>&lt;p&gt;Hola,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Soy nuevo en el uso de LABView y quisiera pedir ayuda respecto a una modificación que debo hacerle al código adjunto. El problema consiste en que debo enviar una corriente AC de alta frecuencia con un valor determinado durante un tiempo corto (0.1 segundos), posteriormente debo tener un tiempo de ralajación (3 segundos), y así sucesivamente durante un tiempo determinado (del orden de 24h). Es indispensable que se inicie en cero, es decir, 0, Señal, &lt;span&gt;0, Señal,&amp;nbsp;&lt;/span&gt;&lt;span&gt;0, Señal, etc., para evitar ruido al empezar las medidas. Es indispensable que la señal y el almacenamiento de datos esten sincronizados, así como está el programa ya guarda y grafica los datos, pero no se como implementar esta parte nueva. Si me pueden ayudar les quedo profúndamente agradecido.&amp;nbsp;&lt;/span&gt;&amp;nbsp;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Fri, 24 May 2013 14:10:41 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Sincronizaci%C3%B3n-se%C3%B1al-escalon/m-p/2437516#M59488</guid>
      <dc:creator>GuillermoLP</dc:creator>
      <dc:date>2013-05-24T14:10:41Z</dc:date>
    </item>
    <item>
      <title>GBIP interface</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/GBIP-interface/m-p/2437130#M59481</link>
      <description>&lt;p&gt;Hai..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;This is Rajavel from Finland. We have Keithley 236 and GBIP cable and also labview 2012 vrsion software. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I first installed Lab view then i installed NI max (&lt;strong&gt;ni4882_302&lt;/strong&gt;) verson. Then i download the Keithly 236 drivers. &lt;/p&gt;
&lt;p&gt;After installing NII max i go &lt;strong&gt;device and system&lt;/strong&gt; then i double click &lt;strong&gt;GPIB+HS 'GPIB0'&lt;/strong&gt; and the press scan for the instruments and i got &lt;strong&gt;GPIB0::14::INSTR&lt;/strong&gt;. In that i got the IP address (14) and select &lt;strong&gt;Labview 2012&lt;/strong&gt; version then i click button &lt;strong&gt;go&lt;/strong&gt;. &lt;/p&gt;
&lt;p&gt;It go to the labview program now is shows instrument driver finder configure search in that i select the conected instrument and i will show the code of my connected instrument which i got it &lt;strong&gt;NI max&lt;/strong&gt;.if i go that way means i didnt get results in that . &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;After that i go the installed drivers in that it showed agilent, Keithly 2000, Keithly 24xx and Keithly 27xx after that if i select any one from keithly it shows some simple VI programs but i doestn communicate with my instrument. &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So can you solve this issues for me..&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Regards&lt;/p&gt;</description>
      <pubDate>Fri, 24 May 2013 09:16:37 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/GBIP-interface/m-p/2437130#M59481</guid>
      <dc:creator>rajavle</dc:creator>
      <dc:date>2013-05-24T09:16:37Z</dc:date>
    </item>
    <item>
      <title>compactRIO + interbus + servo</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/compactRIO-interbus-servo/m-p/2436192#M59469</link>
      <description>&lt;p&gt;I have a servo drive i am attempting to interface with using a compactRIO-9082. However, the drive uses the interbus protocol an an ethernet RJ-45 cable. What would be the best solution to acquire communication?&lt;/p&gt;
&lt;p&gt;thanks!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description>
      <pubDate>Thu, 23 May 2013 15:53:40 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/compactRIO-interbus-servo/m-p/2436192#M59469</guid>
      <dc:creator>Alex@GT</dc:creator>
      <dc:date>2013-05-23T15:53:40Z</dc:date>
    </item>
    <item>
      <title>NI License not available online</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/NI-License-not-available-online/m-p/2435942#M59465</link>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The license file for all the NI software is not available online. When we go to download &lt;a href="http://joule.ni.com/nidu/cds/view/p/id/3337/lang/en" target="_self"&gt;NI-VISA&lt;/a&gt; we can see the license.rtf but none of the other downloads like &lt;a href="http://joule.ni.com/nidu/cds/view/p/id/2589/lang/en" target="_self"&gt;IVI Compliance Package&lt;/a&gt;, &lt;a href="http://joule.ni.com/nidu/cds/view/p/id/3373/lang/en" target="_self"&gt;NI-Scope&lt;/a&gt;, &lt;a href="http://joule.ni.com/nidu/cds/view/p/id/3192/lang/en" target="_self"&gt;NI-Fgen&lt;/a&gt; or &lt;a href="http://joule.ni.com/nidu/cds/view/p/id/3193/lang/en" target="_self"&gt;NI-DMM&lt;/a&gt; do not show any license file. Is it possible to host all these license files just like NI-VISA?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Also are all the NI downloads governed by the same license agreement?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;br /&gt;Shreenath.R&lt;/p&gt;</description>
      <pubDate>Thu, 23 May 2013 14:19:01 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/NI-License-not-available-online/m-p/2435942#M59465</guid>
      <dc:creator>Shreenath</dc:creator>
      <dc:date>2013-05-23T14:19:01Z</dc:date>
    </item>
    <item>
      <title>Could a long delay (~30 mins) between the opening of a VISA port and the first Visa Read called on it cause an error?</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Could-a-long-delay-30-mins-between-the-opening-of-a-VISA-port/m-p/2435288#M59452</link>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In my application, I am reading data from a VISA device that is communicating with my unit under test. Here is the sequence of events:&lt;/p&gt;
&lt;p&gt;-unit under test powered on&lt;/p&gt;
&lt;p&gt;-VISA port opened&lt;/p&gt;
&lt;p&gt;-wait for trigger&lt;/p&gt;
&lt;p&gt;-unit under test powered off&lt;/p&gt;
&lt;p&gt;-wait thirty minutes&lt;/p&gt;
&lt;p&gt;-unit under test powered on&lt;/p&gt;
&lt;p&gt;-continuously read from device with VISA read&lt;/p&gt;
&lt;p&gt;-when test ends, VISA port is closed and unit under test is powered off&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Sporadically (and usually at the worst possible moment), the first VISA read performed returns an error that ruins the rest of the test. Sometimes it is buffer overrun (error code&amp;nbsp;-1073807252) and today it was I/O error (error code -1073807298). Does anyone know if that thirty minute wait could be causing any problems? They seem to happen more frequently when I run this particular test.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Carlo&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2 class="summary searchable"&gt;&amp;nbsp;&lt;/h2&gt;</description>
      <pubDate>Thu, 23 May 2013 05:53:08 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Could-a-long-delay-30-mins-between-the-opening-of-a-VISA-port/m-p/2435288#M59452</guid>
      <dc:creator>cgiustini1</dc:creator>
      <dc:date>2013-05-23T05:53:08Z</dc:date>
    </item>
    <item>
      <title>scope waveform read error</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/scope-waveform-read-error/m-p/2435252#M59451</link>
      <description>&lt;p&gt;hello all, &lt;/p&gt;
&lt;p&gt;i am connecting Tektronix DPO 7104 scope via RS 232 USB UART connector in LABVIEW.&lt;/p&gt;
&lt;p&gt;the labview code runs well upto "initialize" VI without error. &lt;/p&gt;
&lt;p&gt;whenever it enters into "fetch wavweform measurement" VI, runs upto "VISA write" block successfully but creates error out after passing from "VISA read" block...the error code is 1073807339,"the error occured at unidentified location". plz give me possible solution..... thanks....&lt;/p&gt;</description>
      <pubDate>Thu, 23 May 2013 04:39:53 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/scope-waveform-read-error/m-p/2435252#M59451</guid>
      <dc:creator>dhaval.isro</dc:creator>
      <dc:date>2013-05-23T04:39:53Z</dc:date>
    </item>
    <item>
      <title>Prologix GPIB LabVIEW error 1073676294</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Prologix-GPIB-LabVIEW-error-1073676294/m-p/2435210#M59450</link>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am getting an error code 1073676294 on one of my GPIB read steps. It is a Prologix GPIB. The LabVIEW program is supposed to plot Lock-in voltage in one graph and o-scope voltage in another graph. The setup is for taking piezoelectric measurements using a homodyne laser set up. I have attached the vi in hopes that it may useful to anyone who can help me. &lt;/p&gt;</description>
      <pubDate>Thu, 23 May 2013 03:00:46 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Prologix-GPIB-LabVIEW-error-1073676294/m-p/2435210#M59450</guid>
      <dc:creator>AM33</dc:creator>
      <dc:date>2013-05-23T03:00:46Z</dc:date>
    </item>
    <item>
      <title>Computer doesn't detect GPIB-RS232</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Computer-doesn-t-detect-GPIB-RS232/m-p/2434860#M59444</link>
      <description>&lt;p&gt;&amp;nbsp; I have a GPIB-RS232 that's part of a stage controller system.&amp;nbsp; 6 months ago, there were no problems detecting and sending commands to the stage through GPIB,&amp;nbsp;however another coworker of mine has been using the system since then and now when I've tried to use it, the computer cannot communicate with the stage controller.&amp;nbsp; I've looked up help on the GPIB-RS232 and noticed that only the power light is on on my&amp;nbsp;GPIB-RS232 - the RDY light is off.&amp;nbsp; I'm not sure if the problem is the set-up of the computer or something wrong with the GPIB-RS232 unit.&amp;nbsp; Does anyone have any ideas what the problem could be?&lt;/p&gt;</description>
      <pubDate>Wed, 22 May 2013 20:36:56 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Computer-doesn-t-detect-GPIB-RS232/m-p/2434860#M59444</guid>
      <dc:creator>rudrumline</dc:creator>
      <dc:date>2013-05-22T20:36:56Z</dc:date>
    </item>
    <item>
      <title>Error-1073807253 quick question</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Error-1073807253-quick-question/m-p/2434796#M59443</link>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I am running a monochromator through labview, and when I run it, it starts working fine, but then after a random ammount of time it says: "ERROR-1073807253 at Visa Read. A framing error occurred". What can I do? &lt;br /&gt;Any help is appreciated&lt;/p&gt;</description>
      <pubDate>Wed, 22 May 2013 20:06:32 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Error-1073807253-quick-question/m-p/2434796#M59443</guid>
      <dc:creator>mrmani</dc:creator>
      <dc:date>2013-05-22T20:06:32Z</dc:date>
    </item>
    <item>
      <title>How to separate the serial data corresponding to their ID</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/How-to-separate-the-serial-data-corresponding-to-their-ID/m-p/2434546#M59437</link>
      <description>&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have recently started using labview for school and for personal projects. I have couple accelerometers connected to arduino board and I am reading the data serial port using labview. Since I have couple sensor of same kind I have assigned ID to each sensor, so when I read data from each sensor I can recognize which data is from which sensor. Now when I read in serial I am reading the message as shown below (using Labview VISA)&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;29X:\s12\sY:\s24\sZ:\s-10&lt;/p&gt;
&lt;p&gt;83X:\s12\sY:\s24\sZ:\s-10&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;where 29 and 83 is the decimal value of hex adress 0x1D and 0x53. X:, Y:, Z: are the data from my accelerometer. I would like to look to separate the data corresponding to their device address. Can any one please tell me how I can separate the data corresponding to their device ID please.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thank you!&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 22 May 2013 17:17:10 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/How-to-separate-the-serial-data-corresponding-to-their-ID/m-p/2434546#M59437</guid>
      <dc:creator>srajasek</dc:creator>
      <dc:date>2013-05-22T17:17:10Z</dc:date>
    </item>
    <item>
      <title>ni4882 on openSUSE 12.1-3.1.10-1.19-desktop problem</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/ni4882-on-openSUSE-12-1-3-1-10-1-19-desktop-problem/m-p/2434518#M59436</link>
      <description>&lt;p&gt;After installing the kernel-source and kernel-syms packages and following the steps in the README.txt for preparing openSUSE for the NI4882 install, the install hangs at the post installation steps. gpibtsw indicates the sodtware is not correctly installed and gpibexplorer suggests running updateNIDrivers. updateNIDrivers stops output and hangs at "pte_offset funtion:"&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The niSystemReport output follows:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;/usr/local/bin/niSystemReport version 2.3.1f0&lt;br /&gt; &lt;br /&gt;********************************************************************************&lt;br /&gt;/bin/uname -a:&lt;br /&gt;Linux vtvax_linux 3.1.10-1.19-desktop #1 SMP PREEMPT Mon Feb 25 10:32:50 UTC 2013 (f0b13a3) x86_64 x86_64 x86_64 GNU/Linux&lt;br /&gt;********************************************************************************&lt;br /&gt; &lt;br /&gt;********************************************************************************&lt;br /&gt;/etc/SuSE-release:&lt;br /&gt;openSUSE 12.1 (x86_64)&lt;br /&gt;VERSION = 12.1&lt;br /&gt;CODENAME = Asparagus&lt;br /&gt;********************************************************************************&lt;br /&gt; &lt;br /&gt;********************************************************************************&lt;br /&gt;/etc/os-release:&lt;br /&gt;NAME=openSUSE&lt;br /&gt;VERSION = 12.1 (Asparagus)&lt;br /&gt;VERSION_ID="12.1"&lt;br /&gt;PRETTY_NAME="openSUSE 12.1 (Asparagus) (x86_64)"&lt;br /&gt;ID=opensuse&lt;br /&gt;********************************************************************************&lt;br /&gt; &lt;br /&gt;Configuring for linux kernel version 3.1.10-1.19-desktop.&lt;br /&gt; &lt;br /&gt;********************************* NOTE *********************************&lt;br /&gt;Using kernel headers found in /lib/modules/3.1.10-1.19-desktop/build.&lt;br /&gt;If this does not correspond to the location of the 3.1.10-1.19-desktop headers,&lt;br /&gt;then define KERNELHEADERS in your environment to point to the location&lt;br /&gt;of the kernel headers, define KERNELTARGET as the version of the&lt;br /&gt;kernel for which to compile, and then rerun ./configure.&lt;br /&gt;********************************* NOTE *********************************&lt;br /&gt; &lt;br /&gt;Kernel has reparent_to_init(): no&lt;br /&gt;Number of arguments for do_munmap(): 3&lt;br /&gt;pte_offset function: ^C&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Help anyone?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks,&lt;/p&gt;
&lt;p&gt;Charles&lt;/p&gt;</description>
      <pubDate>Wed, 22 May 2013 17:07:32 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/ni4882-on-openSUSE-12-1-3-1-10-1-19-desktop-problem/m-p/2434518#M59436</guid>
      <dc:creator>cwsnyder2001</dc:creator>
      <dc:date>2013-05-22T17:07:32Z</dc:date>
    </item>
    <item>
      <title>LabView 8.5 and NI-488.2 error: I/O operation aborted (with MI Bridge 6010 and thermometer)</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/LabView-8-5-and-NI-488-2-error-I-O-operation-aborted-with-MI/m-p/2433682#M59430</link>
      <description>&lt;div id="messagebodydisplay" class="lia-message-body"&gt;
&lt;div class="lia-message-body-content"&gt;
&lt;p&gt;Hi ,&lt;/p&gt;
&lt;p&gt;i've got a new issue: using LabView 8.5 and a GPIB-USB-HS connection, NI 488.2 drivers are installed,&lt;/p&gt;
&lt;p&gt;I encounter an error such as : NI 488.2 I/O operation aborted (this error drop the running of LabView application found in the example application)&lt;/p&gt;
I'm trying to link a 6010 resistance bridge by the Measurements International, which is link to a resistor (known) and an unknown &lt;span class="short_text"&gt;&lt;span class="hps"&gt;thermometer.&lt;/span&gt;&lt;/span&gt; &lt;br /&gt;
&lt;p&gt;LabView detects MG2000 drivers, but by using the applications built upon it I get different errors such as : Error -1223 occurred at MG2000 Initialize&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can you help me?&lt;/p&gt;
&lt;p&gt;Thanks Davide&lt;/p&gt;
&lt;/div&gt;
&lt;/div&gt;</description>
      <pubDate>Wed, 22 May 2013 09:34:51 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/LabView-8-5-and-NI-488-2-error-I-O-operation-aborted-with-MI/m-p/2433682#M59430</guid>
      <dc:creator>dade145</dc:creator>
      <dc:date>2013-05-22T09:34:51Z</dc:date>
    </item>
    <item>
      <title>the differences between two ways to communicatet with rs232</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/the-differences-between-two-ways-to-communicatet-with-rs232/m-p/2433544#M59429</link>
      <description>&lt;p&gt;There are two different ways to communicate with serial port RS232. I will show as following pictures.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;1. The Basic Serial Write and Read. VI.&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/t5/image/serverpage/image-id/109350iD0314DEAF6E89769/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="2013-05-22_095221.png" title="2013-05-22_095221.png" align="middle" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;2. use VISA&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;img src="/t5/image/serverpage/image-id/109348i8B595F3C3C804B84/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="2013-05-22_095024.png" title="2013-05-22_095024.png" align="middle" /&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;So what the differences between these two ways?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Can I also use the method 1 to achieve the functions as shown in method 2?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks&lt;/p&gt;</description>
      <pubDate>Wed, 22 May 2013 07:52:59 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/the-differences-between-two-ways-to-communicatet-with-rs232/m-p/2433544#M59429</guid>
      <dc:creator>JinHaoren</dc:creator>
      <dc:date>2013-05-22T07:52:59Z</dc:date>
    </item>
    <item>
      <title>downconvert ivi driver</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/downconvert-ivi-driver/m-p/2433418#M59428</link>
      <description>&lt;p&gt;can u please downconvert ivi driver 9.0 to ivi driver 8.5&lt;/p&gt;</description>
      <pubDate>Wed, 22 May 2013 06:13:08 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/downconvert-ivi-driver/m-p/2433418#M59428</guid>
      <dc:creator>nisitha</dc:creator>
      <dc:date>2013-05-22T06:13:08Z</dc:date>
    </item>
    <item>
      <title>which string will write first?</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/which-string-will-write-first/m-p/2431688#M59413</link>
      <description>&lt;p&gt;I'm using serial commands to control motors, and the sequence&amp;nbsp;that the&amp;nbsp;commands are written to the motor controller&amp;nbsp;is important.&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;In the general structure shown in the attached vi, will "String" will be written 1000 ms before "75"?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Or, will the "75" be written before the&amp;nbsp;1000 ms WAIT function counts down?&amp;nbsp; Is this structure a good way to control the order that serial commands are written to a device?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;THANKS!!!&lt;/p&gt;</description>
      <pubDate>Tue, 21 May 2013 02:29:13 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/which-string-will-write-first/m-p/2431688#M59413</guid>
      <dc:creator>dav2010</dc:creator>
      <dc:date>2013-05-21T02:29:13Z</dc:date>
    </item>
    <item>
      <title>Can non-data lines in Parallel Port be accessed with VISA?</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Can-non-data-lines-in-Parallel-Port-be-accessed-with-VISA/m-p/2431558#M59410</link>
      <description>&lt;p&gt;Hello all,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Wondering if anyone can confirm or dis-confirm if VISA can access the lines of a parallel port besides D0-D7; if so, how would one go about this?&lt;/p&gt;</description>
      <pubDate>Mon, 20 May 2013 22:57:20 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/Can-non-data-lines-in-Parallel-Port-be-accessed-with-VISA/m-p/2431558#M59410</guid>
      <dc:creator>rocket_author</dc:creator>
      <dc:date>2013-05-20T22:57:20Z</dc:date>
    </item>
    <item>
      <title>switching mains operated equipment on and off with NI and Labview</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/switching-mains-operated-equipment-on-and-off-with-NI-and/m-p/2429938#M59395</link>
      <description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am looking to monitor and control a custom oven. &amp;nbsp;Is there an NI product can I get that will allow me switch a AC mains device around 5A on and off?&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;Richard&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 23:23:07 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/switching-mains-operated-equipment-on-and-off-with-NI-and/m-p/2429938#M59395</guid>
      <dc:creator>caleythistle</dc:creator>
      <dc:date>2013-05-17T23:23:07Z</dc:date>
    </item>
    <item>
      <title>How to trigger more GPIB devices via VISA Assert Trigger</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/How-to-trigger-more-GPIB-devices-via-VISA-Assert-Trigger/m-p/2429452#M59392</link>
      <description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;Im still beginner and Im looking for solution, which I couldn't find anywhere. &lt;/p&gt;
&lt;p&gt;I want to synchronize two devices via GPIB but I have agilent 82357B USB to GPIB so Im using only VISA palette (cos GPIB is not working). &lt;/p&gt;
&lt;p&gt;My question is if there is something like TriggerList in GPIB 488.2 ? Or could I trigger more than one device with VISA Assert Trigger?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks a lot for your help.&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 16:37:38 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/How-to-trigger-more-GPIB-devices-via-VISA-Assert-Trigger/m-p/2429452#M59392</guid>
      <dc:creator>pumadace</dc:creator>
      <dc:date>2013-05-17T16:37:38Z</dc:date>
    </item>
    <item>
      <title>TPC 2012 Which Touch screen controller chip?</title>
      <link>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/TPC-2012-Which-Touch-screen-controller-chip/m-p/2428516#M59383</link>
      <description>&lt;p&gt;Does anyone know which touch screen controller chip NI uses for the 8 wire resistive panel on the TPC-2012?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Thanks in advance&lt;/p&gt;</description>
      <pubDate>Fri, 17 May 2013 06:22:58 GMT</pubDate>
      <guid>http://forums.ni.com/t5/Instrument-Control-GPIB-Serial/TPC-2012-Which-Touch-screen-controller-chip/m-p/2428516#M59383</guid>
      <dc:creator>Daryl</dc:creator>
      <dc:date>2013-05-17T06:22:58Z</dc:date>
    </item>
  </channel>
</rss>

