<?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: Labview Driver for TPS 2014 in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1241776#M524924</link>
    <description>&lt;P&gt;There is a "getting started" Vi in application examples sub-palette under the instrument driver&amp;nbsp; sub-palette TKTDS 1K2K. How do I test the connection between the installed driver and the oscilloscope. I am trying to run the getting started Vi. Is this the way to test and should I alter the default values in the VI or just run it?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Sep 2010 19:49:31 GMT</pubDate>
    <dc:creator>poo123</dc:creator>
    <dc:date>2010-09-08T19:49:31Z</dc:date>
    <item>
      <title>Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1241664#M524888</link>
      <description>&lt;P&gt;I am using Labview to control Oscilloscope TDS 2014. I downloaded the plug in and play driver from&amp;nbsp; &lt;A href="http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=540" rel="nofollow" target="_blank"&gt;http://sine.ni.com/apps/utf8/niid_web_display.model_page?p_model_id=540&lt;/A&gt;. I want to test the connection between the driver and the instrument. For this, do I just run the getting started VI? Do I also need to alter the default values in the VIs or change anything?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2010 18:40:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1241664#M524888</guid>
      <dc:creator>poo123</dc:creator>
      <dc:date>2010-09-08T18:40:03Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1241694#M524895</link>
      <description>&lt;P&gt;What "getting started" vi are you referring to? I don't see one in the driver that you downloaded. If you downloaded it and installed it as the driver page explained then you should find under your instrument i/o palette on the diagram page an instrument drivers sub-palette. Or if you go to the directory that you have LabVIEW installed you should see an "instr.lib" directory, where your driver for the TDS should be installed. Within it there should be a file "Tektronix TDS 200 1000 2000 Series.lvproj" which is a LabVIEW project. Launch that and you should see a folder "Examples"&lt;/P&gt;
&lt;P&gt;-&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2010 18:52:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1241694#M524895</guid>
      <dc:creator>LV_Pro</dc:creator>
      <dc:date>2010-09-08T18:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1241776#M524924</link>
      <description>&lt;P&gt;There is a "getting started" Vi in application examples sub-palette under the instrument driver&amp;nbsp; sub-palette TKTDS 1K2K. How do I test the connection between the installed driver and the oscilloscope. I am trying to run the getting started Vi. Is this the way to test and should I alter the default values in the VI or just run it?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2010 19:49:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1241776#M524924</guid>
      <dc:creator>poo123</dc:creator>
      <dc:date>2010-09-08T19:49:31Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1241856#M524937</link>
      <description>&lt;P&gt;what interface are you using, GPIB, USB, serial? Do you have MAX (Measurement and Automation eXplorer) installed? If yes, see if you can see the scope in that under "Devices and Interfaces" (you will need to have it installed for LabVIEW to talk to most instruments, etc.). If you can see the instrument then you should be able to use the test panel that should be available when you select your instrument ("Open VISA Test panel") to try and communicate with the scope, if only a *IDN?\n which sends a pretty standard query over the interface asking the instrument to respond with its indentification info (frequently model type and serial number). If you have that then you should be able, selecting the instrument in the visa pull down on the LabVIEW demo software in the the driver you installed, to "play" with the scope. MAX provides a way to test the hardware connection before spending anytime trying to figure why LabVIEW code does/doesn't work.&lt;/P&gt;</description>
      <pubDate>Wed, 08 Sep 2010 21:04:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1241856#M524937</guid>
      <dc:creator>LV_Pro</dc:creator>
      <dc:date>2010-09-08T21:04:37Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1248512#M526346</link>
      <description>&lt;P&gt;I am using a serial RS-232 interface. The MAX shows the list of ports&amp;nbsp; and I configured the port as well but I dont see the oscilloscope.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2010 01:45:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1248512#M526346</guid>
      <dc:creator>poo123</dc:creator>
      <dc:date>2010-09-15T01:45:21Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1248562#M526353</link>
      <description>&lt;P&gt;You aren't supposed to see the scope listed. All that you will ever see is the com port. What was the result of the *IDN? query?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you get a timeout error, you might want to try \r\n as a terminator. Also verify you have the correct cable. I think you need a null-modem cable.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2010 03:30:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1248562#M526353</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2010-09-15T03:30:50Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1251634#M526991</link>
      <description>&lt;P&gt;The cable I am using is null modem. The result&amp;nbsp;I get for&amp;nbsp; *IDN?\n&amp;nbsp; and&amp;nbsp;after executing&amp;nbsp;viread&amp;nbsp;&amp;nbsp;is TEKTRONIX,TPS 2014,0,CF:91.1CT FV:v10.20 TPS2PWR1:v1.00\n&lt;/P&gt;
&lt;P&gt;&amp;nbsp;For query?\r\n , I get&amp;nbsp; return status error&amp;nbsp; as BFFF0015.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When I try to run example VIs in the instrument driver Vi, I get error as BFFF0072 or BFFF000E.&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2010 23:10:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1251634#M526991</guid>
      <dc:creator>poo123</dc:creator>
      <dc:date>2010-09-16T23:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1251644#M526993</link>
      <description>&lt;P&gt;OKI, getting that after the *IDN?\n is a very good sign, it means you are talking to the scope, have the com settings and cable setup correctly. Not sure what the query?\r\n is though. Can you attach an image of the error (in .png format, "paint" will save as .png). If you can attach either the example vi, or an image of its diagram that might also help.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Sep 2010 23:27:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1251644#M526993</guid>
      <dc:creator>LV_Pro</dc:creator>
      <dc:date>2010-09-16T23:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1252870#M527273</link>
      <description>&lt;P&gt;&amp;nbsp;I tried to run the example VI of instrument driver VI and also one simple VI, and &amp;nbsp;I got an error. I have attached&amp;nbsp; the example VI snapshot and the another VI file. The error seems to be in VISA read block&amp;nbsp; in both the cases but couldnt figure out how to get rid of this error.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2010 20:51:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1252870#M527273</guid>
      <dc:creator>poo123</dc:creator>
      <dc:date>2010-09-17T20:51:04Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1252936#M527285</link>
      <description>&lt;P&gt;The posted VI will not work because you are not sending a termination character. You are sending the strings '\' and 'n'. Right click on the string control and select '\' Codes display and reenter the command.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The example probably does not work because it is GPIB only. You would need to run the initialize function. You should also be using the &lt;A rel="nofollow" href="http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=047216EC20B66FABE0440003BA7CCD71" target="_self"&gt;newer project style driver.&lt;/A&gt; Those examples do have the initialize function and you probably would have been working by now.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2010 22:28:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1252936#M527285</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2010-09-17T22:28:25Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1254654#M527652</link>
      <description>&lt;P&gt;I installed the &lt;A rel="nofollow" href="http://sine.ni.com/apps/utf8/niid_web_display.download_page?p_id_guid=047216EC20B66FABE0440003BA7CCD71" target="_self"&gt;newer project style driver.&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran the initialize VI from the above driver VI. For some reason, it is still giving an error.It does return TEKTRONIX,TPS 2014,0,CF:91.1CT FV:v10.20 for&amp;nbsp; *IDN?/n but shows error as well. Does this mean its working correctly? I &amp;nbsp;have included a png file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where can I find the&amp;nbsp; examples and documentation&amp;nbsp; about the use of VIs&amp;nbsp;in this driver apart from context help?&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2010 02:19:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1254654#M527652</guid>
      <dc:creator>poo123</dc:creator>
      <dc:date>2010-09-21T02:19:45Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1254742#M527669</link>
      <description>&lt;P&gt;It gives an error where? That error code is passed out only if &lt;STRONG&gt;all&lt;/STRONG&gt; of the comparisons fail. One passes so the front panel will not show that error.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A project style driver will have at least one example in with the rest of the LabVIEW examples - Help&amp;gt;Find Examples.&lt;/P&gt;</description>
      <pubDate>Tue, 21 Sep 2010 05:25:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1254742#M527669</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2010-09-21T05:25:39Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1262602#M529201</link>
      <description>&lt;P&gt;I get an error in one of&amp;nbsp; the Read VIs. I have been trying to get rid of this but its not working.What could be the reason for this?&lt;/P&gt;</description>
      <pubDate>Tue, 28 Sep 2010 20:04:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1262602#M529201</guid>
      <dc:creator>poo123</dc:creator>
      <dc:date>2010-09-28T20:04:15Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1262880#M529252</link>
      <description>&lt;P&gt;That VI does not make any sense to me with all that serial stuff. You have to use the initialize function to set the comm parameters and termination character. Your previous post with the image shows that the *IDN? command was successful. You never explained why you thought it was generating an error.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2010 01:05:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1262880#M529252</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2010-09-29T01:05:36Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1264184#M529496</link>
      <description>&lt;P&gt;This is really surprising. The initialize&amp;nbsp; VI &amp;nbsp;doesnt work several times,gives series of errors and then it works fine. I encounter the same problem&amp;nbsp; each time I run this VI. The error starts from the&amp;nbsp; VISA read block in ID query portion.&amp;nbsp;When the error occurs, &amp;nbsp;I also see that the&amp;nbsp; greater or equal to block returns False for all the three different series oscilloscope.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Sep 2010 21:52:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1264184#M529496</guid>
      <dc:creator>poo123</dc:creator>
      <dc:date>2010-09-29T21:52:17Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1264348#M529523</link>
      <description>&lt;P&gt;It would be so much simpler to post the actual error code AT THE INDICATOR instead of some barely readable image as you keep doing. It looks kike you might be having a basic serial communication problem. Bad cable, bad settings, etc. The values you are looking at are irrelevant when the VISA Read itself returns an error.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Sep 2010 01:09:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1264348#M529523</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2010-09-30T01:09:33Z</dc:date>
    </item>
    <item>
      <title>Re: Labview Driver for TPS 2014</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1269800#M530598</link>
      <description>&lt;P&gt;The error code that I got is 1073807339 when I run the configure channel VI.&amp;nbsp;The read measurement VI&amp;nbsp;returns&amp;nbsp;measured values but &amp;nbsp;I also get 1073481728 error.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Oct 2010 22:43:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Labview-Driver-for-TPS-2014/m-p/1269800#M530598</guid>
      <dc:creator>poo123</dc:creator>
      <dc:date>2010-10-05T22:43:14Z</dc:date>
    </item>
  </channel>
</rss>

