<?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: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791970#M1069779</link>
    <description>&lt;P&gt;For making this easier, here's the VI that the screen shot is of.&amp;nbsp; It's in LabVIEW 2009 format.&amp;nbsp; Again, same behavior in LV 2009, 2015, and 2017.&lt;/P&gt;</description>
    <pubDate>Fri, 11 May 2018 15:37:39 GMT</pubDate>
    <dc:creator>Jim_Cavera</dc:creator>
    <dc:date>2018-05-11T15:37:39Z</dc:date>
    <item>
      <title>VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791707#M1069662</link>
      <description>&lt;P&gt;This is a strange one.&amp;nbsp; I have an instrument (B&amp;amp;K Precision 2563 MSO) that I am trying to send messages to/from via its Ethernet connection.&amp;nbsp; In MAX, I can add the instrument and use the test panel to send an *IDN? query.&amp;nbsp; Everything works as expected.&amp;nbsp; I can also do the same thing when I use the Instrument I/O Assistant, but that ONLY works so long as the panel is open, meaning that when I hit the "Run" button on the assistant, it works properly and I can parse the information when it is returned.&lt;BR /&gt;&lt;BR /&gt;When I do the smallest possible VI, or when I close the I/O Assistant and attach wires to it, I always get a -1073807343 error (0xBFFF0011) on the write.&amp;nbsp; I have tried this out on LabVIEW 2009, 2015, and 2017 with the same results.&amp;nbsp; The primary machine (LabVIEW 2015) is a Windows 10 machine and is new, out of the box, with nothing on it but LabVIEW, the drivers for the instrument from the company, and Wireshark (which was added after the problem surfaced in order to do the following debugging).&lt;BR /&gt;&lt;BR /&gt;I threw on a copy of Wireshark so that I could see the messages to and from the instrument.&amp;nbsp; When I used NI MAX, the VXI-11 messages looked good.&amp;nbsp; When I used the smallest possible open-write-read-close VI's in LabVIEW, the messages looked... ummm... smaller?&amp;nbsp; I'm no expert on VXI-11 protocol, so no idea on this one.&lt;BR /&gt;&lt;BR /&gt;SO... I coded up some TCP/IP VI's and copied the important parts of the good VXI-11 messages that NI MAX generated when running the IDN query.&amp;nbsp; And they ran with no issue and I got the data back that I expected.&amp;nbsp; I'm enclosing a screen shot of the VI with both parts -- VISA read/write and TCP/IP read/write.&lt;BR /&gt;&lt;BR /&gt;Though I know that I could re-code all of the drivers to use TCP/IP VI's, that would be a monstrous time-sink.&amp;nbsp; I would like to get the VISA code working.&amp;nbsp; Please advise.&lt;/P&gt;</description>
      <pubDate>Thu, 10 May 2018 22:26:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791707#M1069662</guid>
      <dc:creator>Jim_Cavera</dc:creator>
      <dc:date>2018-05-10T22:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791728#M1069669</link>
      <description>&lt;P&gt;Well, it would have been easier to find the "flaw" (or "Why did you do it that way?" feature) in your code if you had attached it.&amp;nbsp; But you didn't -- shall we guess?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have several balances that talks serially, with the traffic going through a port concentrator that uses TCP/IP for the transmission medium.&amp;nbsp; This might not be exactly analogous to your situation, but here is my "Open Balance" routine, after which I write and read VISA commands:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Open Balance.png" style="width: 594px;"&gt;&lt;img src="https://ip1.i.lithium.com/6e0904fa626c93aee4801ef4c0489542c1d5e49d/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f32323738393569313643424643443742383334413745432f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="Open Balance.png" alt="Open Balance.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;The sub-VI "Get Balance IP" uses the Station ID (here 1) and returns a VISA Port string (shown here as a comment, starting with TCPIP0::&amp;lt;IP&amp;gt;::&amp;lt;Port, 1&amp;gt;::SOCKET).&amp;nbsp; This works for me ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bob Schor&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 00:13:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791728#M1069669</guid>
      <dc:creator>Bob_Schor</dc:creator>
      <dc:date>2018-05-11T00:13:05Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791896#M1069741</link>
      <description>&lt;P&gt;There's no problem finding the instrument.&amp;nbsp; I know the address, NI MAX gives me the proper string, it works fine when sending the IDN query inside of I/O Assistant, etc.&amp;nbsp; The error occurs at the VISA Write VI (in the disabled portion of the original picture).&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 13:59:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791896#M1069741</guid>
      <dc:creator>Jim_Cavera</dc:creator>
      <dc:date>2018-05-11T13:59:25Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791914#M1069748</link>
      <description>&lt;P&gt;Turn on the display style for the string constant in the disabled part of your original picture.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If that is normal display, then the constant is wrong because you'd be sending a backslash and "n".&lt;/P&gt;
&lt;P&gt;If it is \code display, then the constant would be correct because "\n" in \code display represents the line feed character.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 14:20:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791914#M1069748</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2018-05-11T14:20:21Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791916#M1069749</link>
      <description>&lt;P&gt;I ran into a similar thing, but that was several years ago so I can't remember the exact details but...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think when using VISA for TCPIP connections it seemed to work better if I got it all setup and working in NI-MAX.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then created a VISA Alias and used that VISA Alias as the VISA resource in my LabVIEW program. (instead of TCPIP::bla.bla.bla.bla::)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I know it should not make any difference, but it did...&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 14:34:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791916#M1069749</guid>
      <dc:creator>RTSLVU</dc:creator>
      <dc:date>2018-05-11T14:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791940#M1069763</link>
      <description>&lt;P&gt;With regards to the display style in the disabled image... yep, it's in "show \ codes" format.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With regards to the setting an alias in NI MAX... yeah, I tried that.&amp;nbsp; No change in the behavior.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 15:01:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791940#M1069763</guid>
      <dc:creator>Jim_Cavera</dc:creator>
      <dc:date>2018-05-11T15:01:17Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791948#M1069767</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/27458"&gt;@Jim_Cavera&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;With regards to the display style in the disabled image... yep, it's in "show \ codes" format.&lt;/P&gt;
&lt;BR /&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Be sure to make the display style visible on that constant so it is obvious that it is \codes.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 15:10:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791948#M1069767</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2018-05-11T15:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791949#M1069768</link>
      <description>&lt;P&gt;@rtslvu:&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;We were looking at 24 VISA instruments being read.&amp;nbsp; Eight years ago when a colleague developed this code, we "hand-coded" all of the Aliases in MAX, as you suggested, and it worked fine.&amp;nbsp; It did tend to clutter up MAX a bit, but so what?&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;A year ago, I did a complete re-write/re-development of this Project, and in the meantime, we'd updated the OS, updated LabVIEW, etc. so the old MAX settings were long gone.&amp;nbsp; That's what prompted me to come up with an algorithm/sub-VI to make the long wordy string "on the fly" (since we only need to do it once when starting the up-to-24 Stations with VISA devices).&amp;nbsp; Haven't seen any problems (other than every once in a while, one of the ports will "freeze", probably because of a VISA "hiccup").&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bob Schor&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 15:11:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791949#M1069768</guid>
      <dc:creator>Bob_Schor</dc:creator>
      <dc:date>2018-05-11T15:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791970#M1069779</link>
      <description>&lt;P&gt;For making this easier, here's the VI that the screen shot is of.&amp;nbsp; It's in LabVIEW 2009 format.&amp;nbsp; Again, same behavior in LV 2009, 2015, and 2017.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 15:37:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3791970#M1069779</guid>
      <dc:creator>Jim_Cavera</dc:creator>
      <dc:date>2018-05-11T15:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3792113#M1069834</link>
      <description>&lt;P&gt;Some additional information -- two wireshark captures.&amp;nbsp; The first (from_instr_assist.pcapng) is from hitting the "Run" button on the panel of the Instrument I/O Assistant.&amp;nbsp; Recall that, once the panel is closed, the configured assistant no longer works and gives the same error as all of the other, low-level VI's.&amp;nbsp; The second (from_bk_00.pcapng) is from the bare-minimum, open-write-read-close VI.&lt;BR /&gt;&lt;BR /&gt;Both send the VXI-11 messages for opening and closing a connection, but only the first one actually sends out the *IDN? write and subsequent read request.&amp;nbsp; The bare-minimum VI doesn't send either of those.&amp;nbsp; So apparently, it's getting hung up before it even executes the viRead and viWrite commands.&lt;BR /&gt;&lt;BR /&gt;Anyways, more food for thought.&lt;/P&gt;</description>
      <pubDate>Fri, 11 May 2018 20:45:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3792113#M1069834</guid>
      <dc:creator>Jim_Cavera</dc:creator>
      <dc:date>2018-05-11T20:45:35Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3792193#M1069859</link>
      <description>&lt;P&gt;Do you have multiple Ethernet ports on your computer?&amp;nbsp; My thought is you are using the wrong port.&amp;nbsp; At the start of the VISA resource name is "TCPIP0".&amp;nbsp; That "0" indicates which Ethernet port to use.&amp;nbsp; You might have to increment that to another number.&amp;nbsp; Or you can go into the Network Connections and go to Advanced-&amp;gt;Advanced Settings and reorder the adapters so that the one you are trying to use is on the top of the list.&lt;/P&gt;</description>
      <pubDate>Sat, 12 May 2018 12:13:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3792193#M1069859</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2018-05-12T12:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3795242#M1070942</link>
      <description>&lt;P&gt;I figured it out, with a lot of wiresharking.&amp;nbsp; When using the Instrument Assistant or NI MAX, the EOF flag in the VXI-11 messages is NOT set during a read request.&amp;nbsp; When using the individual VISA VI's, it IS set on a read request.&amp;nbsp; So some clever programming overcame that issue and my scope is now happy.&lt;BR /&gt;&lt;BR /&gt;Issue resolved.&lt;/P&gt;</description>
      <pubDate>Mon, 21 May 2018 22:05:35 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3795242#M1070942</guid>
      <dc:creator>Jim_Cavera</dc:creator>
      <dc:date>2018-05-21T22:05:35Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3806567#M1074657</link>
      <description>&lt;P&gt;Running into what appears to be the same issue, but with a B&amp;amp;K Precision Programmable Load (MDL001) rather than a scope.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I can create a TCP/IP socket connection for it in MAX and communicate fine as long as I un-check the Suppress End on Reads checkbox in the Termination Methods part of the I/O settings tab.&amp;nbsp; If that setting is checked, it times out on every read operation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I started off with the canned MDL001 driver library and it basically times out on every read to the instrument, just like MAX if Suppress End is checked.&amp;nbsp; So I inserted a Property Node on the I/O Resource and set all of the properties to exactly match what MAX was showing and it still doesn't work.&amp;nbsp; When using NI IO Trace to try to monitor the traffic, I only see down to the VISA Open, VISA Read, etc. level in LabVIEW, but see the viOpen, viRead, etc. level in MAX.&amp;nbsp; Is there any good way to dig deeper in LabVIEW to see exactly how VISA Read and Write are mapping down to viRead and viWrite?&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jun 2018 16:22:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3806567#M1074657</guid>
      <dc:creator>ChuckHowell</dc:creator>
      <dc:date>2018-06-18T16:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3807172#M1074867</link>
      <description>&lt;P&gt;Just to clarify, did you set the Suppress End En property in your VI to replicate the MAX setup as outlined in the document below?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Termination Characters in NI-VISA":&amp;nbsp;&lt;A href="http://www.ni.com/tutorial/4256/en/" target="_blank"&gt;http://www.ni.com/tutorial/4256/en/&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you also double-check the I/O Trace set up via the instructions below and attach the results as well as the VI you have written?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;"Performing a Good NI I/O Trace":&amp;nbsp;&lt;A href="https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000PAr6SAG" target="_blank"&gt;https://knowledge.ni.com/KnowledgeArticleDetails?id=kA00Z000000PAr6SAG&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 19 Jun 2018 18:48:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/3807172#M1074867</guid>
      <dc:creator>Dafrizzy</dc:creator>
      <dc:date>2018-06-19T18:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/4213539#M1221373</link>
      <description>&lt;P&gt;Can you help for following problem,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.ni.com/t5/Instrument-Control-GPIB-Serial/remote-monitoring-data-read-write-through-TCP-IP-mode/m-p/4212862#M83958" target="_blank"&gt;Re: remote monitoring data read/write through TCP/IP mode - NI Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Mon, 28 Feb 2022 10:26:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/4213539#M1221373</guid>
      <dc:creator>meharda_92</dc:creator>
      <dc:date>2022-02-28T10:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: VISA TCP/IP error when using LabVIEW but NOT when using NI MAX</title>
      <link>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/4255466#M1238591</link>
      <description>&lt;P&gt;I am sorry, but HOW did you solve the issue?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What EOF (= End of File) flag are you talking about?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Peter&lt;/P&gt;</description>
      <pubDate>Thu, 15 Sep 2022 15:04:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/VISA-TCP-IP-error-when-using-LabVIEW-but-NOT-when-using-NI-MAX/m-p/4255466#M1238591</guid>
      <dc:creator>HPeterK</dc:creator>
      <dc:date>2022-09-15T15:04:53Z</dc:date>
    </item>
  </channel>
</rss>

