<?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: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1937153#M645989</link>
    <description>&lt;P&gt;Hi Mick,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which version did you install? Also, does it show up in MAX (Measurement and Automation Explorer)?&lt;/P&gt;</description>
    <pubDate>Tue, 03 Apr 2012 00:50:11 GMT</pubDate>
    <dc:creator>JoshY</dc:creator>
    <dc:date>2012-04-03T00:50:11Z</dc:date>
    <item>
      <title>Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935099#M645542</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;What hw driver to install?&amp;nbsp;&amp;nbsp; 488.2,&amp;nbsp; VISA or both for LabView to start with GPIB .&amp;nbsp;each driver is 300MB !!?&lt;/P&gt;
&lt;P&gt;1.) Does&amp;nbsp;VISA installation include 488.2 ?&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;2.)&amp;nbsp; What application will&amp;nbsp;need for&amp;nbsp; deployment ?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;3.) How to assert deassert GPIB&amp;nbsp;REN with GOTOLOCAL&amp;nbsp;using VISA in LV ?&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2012 17:54:22 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935099#M645542</guid>
      <dc:creator>Mick_R</dc:creator>
      <dc:date>2012-03-31T17:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935115#M645548</link>
      <description>Install both. Do your development with the VISA functions. You'll be better off in the long run.&lt;BR /&gt;&lt;BR /&gt;First, look for an already written driver. Use Help&amp;gt; Find Instrument Drivers.&lt;BR /&gt;&lt;BR /&gt;Use VISA GPIB Control Ren of course.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Sat, 31 Mar 2012 18:52:28 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935115#M645548</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2012-03-31T18:52:28Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935201#M645580</link>
      <description>&lt;P&gt;Thanks for quick response. I'm new to this place and LV.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;It would be OK for me to install both for development but what about application deployment?&amp;nbsp;I&amp;nbsp;don't feel good about&amp;nbsp; two additional installations&amp;nbsp;of 300MB each ??!!&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Is there any&amp;nbsp; list of files to include in app setup, just ?...sorry.&lt;/P&gt;
&lt;P&gt;I can't find viParseRsrc&amp;nbsp; function. Is there one?&amp;nbsp;How to parse that stuff&amp;nbsp; FindRsrc function returns ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 31 Mar 2012 23:58:54 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935201#M645580</guid>
      <dc:creator>Mick_R</dc:creator>
      <dc:date>2012-03-31T23:58:54Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935219#M645588</link>
      <description>The VISA runtime is much smaller. If and when the instrument connection changes to USB or ethernet, you won't have to rewrite any code. What you are referring to are C functions.&lt;BR /&gt;&lt;BR /&gt;The VISA Find Resource function returns an array of strings.&lt;BR /&gt;&lt;BR /&gt;Did you search for an existing driver?</description>
      <pubDate>Sun, 01 Apr 2012 01:09:22 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935219#M645588</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2012-04-01T01:09:22Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935267#M645606</link>
      <description>&lt;P&gt;I expect&amp;nbsp; VISA concept&amp;nbsp; shouldn't&amp;nbsp;depend on&amp;nbsp;IDE&amp;nbsp;whatever it is&amp;nbsp;C or LV ?&amp;nbsp; How does your test system&amp;nbsp;check available resources and aliasing insruments&amp;nbsp;? &amp;nbsp;&lt;/P&gt;
&lt;P&gt;So far what&amp;nbsp;I find&amp;nbsp;&amp;nbsp;is&amp;nbsp; like in my C# code I&amp;nbsp;can&amp;nbsp; OpenSession defaultRM than FindRsrs next it needs to know what my system has, so it needs to ParseRsrs&amp;nbsp;from FindRsrs returns or to use FindRsrsNext .....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 01 Apr 2012 04:19:04 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935267#M645606</guid>
      <dc:creator>Mick_R</dc:creator>
      <dc:date>2012-04-01T04:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935269#M645607</link>
      <description>As I said, the LabVIEW function returns a string array. You are on the wrong board to be asking about C#.</description>
      <pubDate>Sun, 01 Apr 2012 04:28:01 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935269#M645607</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2012-04-01T04:28:01Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935285#M645614</link>
      <description>&lt;P&gt;Sorry, I was not asking about C#&amp;nbsp;&amp;nbsp; I am asking about LV concept .&amp;nbsp;&amp;nbsp;I&amp;nbsp;want to buit application in LV using my knowledge of VISA&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; I installed both VISA and 488 and get this&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I installed both VISA and 488 .... however I get this :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error -1073807202 occurred at VISA Open in GPIB-VISA.vi&lt;/P&gt;
&lt;P&gt;LabVIEW:&amp;nbsp; (Hex 0xBFFF009E) VISA or a code library required by VISA could not be located or loaded.&amp;nbsp; This is usually due to a required driver not being installed on the system. ========================= VISA:&amp;nbsp; (Hex 0xBFFF009E) A code library required by VISA could not be located or loaded.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Apr 2012 05:01:58 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935285#M645614</guid>
      <dc:creator>Mick_R</dc:creator>
      <dc:date>2012-04-01T05:01:58Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935291#M645617</link>
      <description>That usually indicates VISA is not installed. What version did you install and on what os? Does Measurement &amp;amp; Automation Explorer list it?</description>
      <pubDate>Sun, 01 Apr 2012 05:15:02 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935291#M645617</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2012-04-01T05:15:02Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935421#M645649</link>
      <description>&lt;P&gt;I have Windows7. It looks like there was a conflict with Agilent drivers.&amp;nbsp; I uninstalled everything first&amp;nbsp;and reinstalled NI 488 and VISA. Now I have this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Error -1073807195 occurred at VISA Open in GPIB-VISA.vi&amp;nbsp; VISA:&amp;nbsp; (Hex 0xBFFF00A5) The interface type is valid, but the specified interface number is not configured.&lt;/P&gt;</description>
      <pubDate>Sun, 01 Apr 2012 16:08:41 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1935421#M645649</guid>
      <dc:creator>Mick_R</dc:creator>
      <dc:date>2012-04-01T16:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1937153#M645989</link>
      <description>&lt;P&gt;Hi Mick,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Which version did you install? Also, does it show up in MAX (Measurement and Automation Explorer)?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Apr 2012 00:50:11 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1937153#M645989</guid>
      <dc:creator>JoshY</dc:creator>
      <dc:date>2012-04-03T00:50:11Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1938947#M646344</link>
      <description>&lt;P&gt;Thanks.&amp;nbsp; That problem has been solved.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to reproduce my test fixture to control it using USB-GPIB ( Prologix ) adapter and LabView . I have no experience with this.&lt;/P&gt;
&lt;P&gt;So far, I've read many posts and have got some ideas. though . still have&amp;nbsp; questions such as&lt;/P&gt;
&lt;P&gt;1. How to do aliasing in VISA serial&amp;nbsp; and VISA gpib&amp;nbsp; in LV&lt;/P&gt;
&lt;P&gt;2. How to parse resources found with FindRsrc ? and where is FindRsrcNext ? in LavView ?&lt;/P&gt;
&lt;P&gt;Could you give any links to tutorials and examples?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 01:07:48 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1938947#M646344</guid>
      <dc:creator>Mick_R</dc:creator>
      <dc:date>2012-04-04T01:07:48Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1938977#M646353</link>
      <description>Aliases will show up in the pull down menu of the VISA Resource Name Control. You merely select the one you want. I already told you that the VISA Find Resources returns a string array. You need to take a LabVIEW basic tutorial if you do not understand. A string can be used as a resource name.&lt;BR /&gt;&lt;BR /&gt;If you are stuck with the prologix, all you will be using is serial communication and you can not use already written drivers. Personally, I think it's for hobbyists.</description>
      <pubDate>Wed, 04 Apr 2012 01:56:52 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1938977#M646353</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2012-04-04T01:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1939881#M646558</link>
      <description>&lt;P&gt;Could you recommend any good tutorial ?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 15:41:47 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1939881#M646558</guid>
      <dc:creator>Mick_R</dc:creator>
      <dc:date>2012-04-04T15:41:47Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1939987#M646589</link>
      <description>&lt;P&gt;&lt;A href="http://www.ni.com/academic/students/learnlabview/" target="_self"&gt;Here&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 16:46:05 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1939987#M646589</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2012-04-04T16:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1940607#M646721</link>
      <description>&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2012 23:31:20 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1940607#M646721</guid>
      <dc:creator>Mick_R</dc:creator>
      <dc:date>2012-04-04T23:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1943291#M647244</link>
      <description>&lt;P&gt;According to &amp;nbsp;LabView help&amp;nbsp; VisaOpen function can&amp;nbsp;provide interaction with serial port by using ASRL::INSTR resource.&lt;/P&gt;
&lt;P&gt;I can open visa session,&amp;nbsp;get&amp;nbsp;it'&amp;nbsp;handler&amp;nbsp;and OK . than viwrite sends commands and returns OK as well, but the&amp;nbsp;read buffer of that port&amp;nbsp;remains 0 ?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2012 22:48:09 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1943291#M647244</guid>
      <dc:creator>Mick_R</dc:creator>
      <dc:date>2012-04-06T22:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1943297#M647245</link>
      <description>&lt;P&gt;Well, since you are dealing with a serial port, there are numerous possibilities that there is nothing to read. If the Write is not correct, there will be no error generated but the instrument will not respond. You could have a mismatch in com settings, the wrong serial cable, the wrong command being sent, no termination character, incorrect termination character. Also, there is no need for calling the VISA Open function. All that you have to do is call the VISA Configure Serial Port - just like the examples do.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please provide your code and the actual instrument you are trying to talk to. Before sending the code, make sure your string controls have data and then go to Edit&amp;gt;Make Current Values Default. Save the VI and attach it.&lt;/P&gt;</description>
      <pubDate>Fri, 06 Apr 2012 22:53:40 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1943297#M647245</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2012-04-06T22:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide. GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1943485#M647277</link>
      <description>&lt;P&gt;It is supposed to be fully automated system which doesn't depend on hardware realization.&lt;/P&gt;
&lt;P&gt;So,&amp;nbsp;the program&amp;nbsp;has to use VisaOpen and ViFindRsrc to determine what branch of the program will work with that particular hardware. am I wrong?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Mismatch in com settings -&amp;nbsp;(checked) I use default settings working fine in my original program.&lt;/P&gt;
&lt;P&gt;2. Wrong serial cable - (no serial cable) it is Prologix USB-GPIB (I have no choice what hardware to use) though it works&amp;nbsp;well with original program.&lt;/P&gt;
&lt;P&gt;3. Wrong commands and termination characters&amp;nbsp;-&amp;nbsp;all of them&amp;nbsp;are from&amp;nbsp;my original program. I try different combinations for termination.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see that&amp;nbsp;all examples&amp;nbsp;for Prologix use VisaSerial function but it is&amp;nbsp;looks like&amp;nbsp;people don't&amp;nbsp; need to dig in Visa ASRL:: option, just.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I will provide the code on Mon.&amp;nbsp; Thanks for your support .&lt;/P&gt;</description>
      <pubDate>Sat, 07 Apr 2012 14:49:39 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1943485#M647277</guid>
      <dc:creator>Mick_R</dc:creator>
      <dc:date>2012-04-07T14:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1943517#M647290</link>
      <description>Keep in mind that unlike using a real GPIB controller, you will only get the com port listed when doing the find resource function.</description>
      <pubDate>Sat, 07 Apr 2012 15:52:00 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1943517#M647290</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2012-04-07T15:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Quick Start Guide.  GPIB in LabView . HW drivers. Application deployment</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1944851#M647532</link>
      <description>&lt;P&gt;It looks like LabView string is not an array of char !&amp;nbsp; so when VisaWrite function&amp;nbsp; parameter is "ID?\r\n"&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can see it&amp;nbsp; in NI Spy&amp;nbsp; -&amp;nbsp; VISA Write ("ASRL3::INSTR", "ID?\r\n" )&amp;nbsp; &lt;/P&gt;
&lt;P&gt;that would be OK for C language but it is wrong for LV . where the buffer doesn't have CR LF in this case.&lt;/P&gt;
&lt;P&gt;It needs to use string concatenation to add termination characters.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;How to use&amp;nbsp; FindList (array of string)&amp;nbsp; returned by VisaFindRsrc to open Visa ?&amp;nbsp;&amp;nbsp; visaSession type ?&lt;/P&gt;</description>
      <pubDate>Mon, 09 Apr 2012 20:05:54 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quick-Start-Guide-GPIB-in-LabView-HW-drivers-Application/m-p/1944851#M647532</guid>
      <dc:creator>Mick_R</dc:creator>
      <dc:date>2012-04-09T20:05:54Z</dc:date>
    </item>
  </channel>
</rss>

