LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What version of http does Labview 6.1 use.

HTTP Version Not SupportedHelllo, I am trying to send commands to a Tektronix TDS 3054B oscilloscope over ethernet, and I am getting the following message from TCP Read after using TCP Write to send an identity command to the scope.

HTTP/1.1 505 HTTP version not supported. Expected HTTP/1.1, received
îîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîHTTP
version not supported. Expected HTTP/1.1, received
îîîîîîîîîîîîîî
Pragma: no-cache
MIME-Version: 1.0
Connection: close
Content-Type: text/html

<HTML><HEAD><TITLE>HTTP Version Not Supported</TITLE></HEAD><BODY
BGCOLOR="#ffffff">
<H2>505 - HTTP Version Not Supported</H2><P>HTTP version not supported.
Expected HTTP/1.1, received
îîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîîHTTP
version not supported. Expected HTTP/1.1, received
îîîîîîîîîîîîîî
</BODY></HTML>

Help on finding out what version of http mt version of Labview is using would be appreciative.

0 Kudos
Message 1 of 4
(2,861 Views)
I have no idea why you would be getting that message but why don't you use the driver for that scope? You can pick either the IVI or native LabVIEW driver at http://www.ni.com/devzone/idnet/default.htm. Just do a search and pick the one you want. Both drivers use VISA for Ethernet communication to the scope.
0 Kudos
Message 2 of 4
(2,849 Views)
Here is a link to the driver:

<a href="http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=E3B19B3E942C659CE034080020E74861">Tektronix TDS 3054 Driver</a>
0 Kudos
Message 3 of 4
(2,824 Views)
Thank you both very much.  The drivers allow me to do exactly what I need.  Thanks again.
0 Kudos
Message 4 of 4
(2,816 Views)