<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169104</link>
    <title>MATLAB Central Newsreader - real time plotting data from GPIB device</title>
    <description>Feed for thread: real time plotting data from GPIB device</description>
    <language>en-us</language>
    <copyright>&amp;copy;1994-2008 by The MathWorks, Inc.</copyright>
    <webmaster>webmaster@mathworks.com</webmaster>
    <generator>MATLAB Central Newsreader</generator>
    <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    <ttl>60</ttl>
    <image>
      <title>The MathWorks</title>
      <url>http://www.mathworks.com/images/membrane_icon.gif</url>
    </image>
    <item>
      <pubDate>Mon, 12 May 2008 13:13:03 -0400</pubDate>
      <title>real time plotting data from GPIB device</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169104#431549</link>
      <author>Prashant Patil</author>
      <description>I have a model 6487 picoammeter (Keithley ) connected to my&lt;br&gt;
PC through GPIB interface . I have to find V-I&lt;br&gt;
characteristic of a sample and real time data plotting of&lt;br&gt;
the data taken from the device .I am new to matlab and need&lt;br&gt;
serious help. &lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Mon, 12 May 2008 15:26:04 -0400</pubDate>
      <title>real time plotting data from GPIB device</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169104#431578</link>
      <author>Ankit Desai</author>
      <description>"Prashant Patil" &amp;lt;prashantpatil002@gmail.com&amp;gt; wrote in&lt;br&gt;
message &amp;lt;g09fov$lp8$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; I have a model 6487 picoammeter (Keithley ) connected to my&lt;br&gt;
&amp;gt; PC through GPIB interface . I have to find V-I&lt;br&gt;
&amp;gt; characteristic of a sample and real time data plotting of&lt;br&gt;
&amp;gt; the data taken from the device .I am new to matlab and need&lt;br&gt;
&amp;gt; serious help. &lt;br&gt;
&lt;br&gt;
Hi Prashant,&lt;br&gt;
&lt;br&gt;
Assuming that you are getting data regularly from your GPIB&lt;br&gt;
device (probably using a loop)you can plot it in real time&lt;br&gt;
by plot once before the loop. If you provide an output&lt;br&gt;
argument to plot command, it returns you a handle to the&lt;br&gt;
plot window.&lt;br&gt;
&lt;br&gt;
Using this handle you can now update the XData and YData&lt;br&gt;
properties inside your loop. You will have to however call&lt;br&gt;
'drawnow' command to refresh your plot window to reflect the&lt;br&gt;
changes made to XData and YData.&lt;br&gt;
&lt;br&gt;
The following link might be useful:&lt;br&gt;
&lt;a href="http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/creating_plots/f10-1460.html&amp;http://www.google.com/reader/view/"&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/creating_plots/f10-1460.html&amp;http://www.google.com/reader/view/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
-Ankit&lt;br&gt;
&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Fri, 16 May 2008 11:50:03 -0400</pubDate>
      <title>real time plotting data from GPIB device</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169104#432473</link>
      <author>Prashant Patil</author>
      <description>"Ankit Desai" &amp;lt;adesai.nospam@mathworks.com&amp;gt; wrote in message&lt;br&gt;
&amp;lt;g09nic$h3h$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; "Prashant Patil" &amp;lt;prashantpatil002@gmail.com&amp;gt; wrote in&lt;br&gt;
&amp;gt; message &amp;lt;g09fov$lp8$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; I have a model 6487 picoammeter (Keithley ) connected to my&lt;br&gt;
&amp;gt; &amp;gt; PC through GPIB interface . I have to find V-I&lt;br&gt;
&amp;gt; &amp;gt; characteristic of a sample and real time data plotting of&lt;br&gt;
&amp;gt; &amp;gt; the data taken from the device .I am new to matlab and need&lt;br&gt;
&amp;gt; &amp;gt; serious help. &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Hi Prashant,&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Assuming that you are getting data regularly from your GPIB&lt;br&gt;
&amp;gt; device (probably using a loop)you can plot it in real time&lt;br&gt;
&amp;gt; by plot once before the loop. If you provide an output&lt;br&gt;
&amp;gt; argument to plot command, it returns you a handle to the&lt;br&gt;
&amp;gt; plot window.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Using this handle you can now update the XData and YData&lt;br&gt;
&amp;gt; properties inside your loop. You will have to however call&lt;br&gt;
&amp;gt; 'drawnow' command to refresh your plot window to reflect the&lt;br&gt;
&amp;gt; changes made to XData and YData.&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; The following link might be useful:&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;a href="http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/creating_plots/f10-1460.html&amp;http://www.google.com/reader/view/"&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/creating_plots/f10-1460.html&amp;http://www.google.com/reader/view/&lt;/a&gt;&lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; -Ankit&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
Thank you very much , It really helped .&lt;br&gt;
&lt;br&gt;
</description>
    </item>
    <item>
      <pubDate>Fri, 16 May 2008 13:18:01 -0400</pubDate>
      <title>real time plotting data from GPIB device</title>
      <link>http://www.mathworks.com/matlabcentral/newsreader/view_thread/169104#432488</link>
      <author>Prashant Patil</author>
      <description>"Prashant Patil" &amp;lt;prashantpatil002@gmail.com&amp;gt; wrote in&lt;br&gt;
message &amp;lt;g0jsdb$327$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; "Ankit Desai" &amp;lt;adesai.nospam@mathworks.com&amp;gt; wrote in message&lt;br&gt;
&amp;gt; &amp;lt;g09nic$h3h$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; "Prashant Patil" &amp;lt;prashantpatil002@gmail.com&amp;gt; wrote in&lt;br&gt;
&amp;gt; &amp;gt; message &amp;lt;g09fov$lp8$1@fred.mathworks.com&amp;gt;...&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; I have a model 6487 picoammeter (Keithley ) connected&lt;br&gt;
to my&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; PC through GPIB interface . I have to find V-I&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; characteristic of a sample and real time data plotting of&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; the data taken from the device .I am new to matlab and&lt;br&gt;
need&lt;br&gt;
&amp;gt; &amp;gt; &amp;gt; serious help. &lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Hi Prashant,&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Assuming that you are getting data regularly from your GPIB&lt;br&gt;
&amp;gt; &amp;gt; device (probably using a loop)you can plot it in real time&lt;br&gt;
&amp;gt; &amp;gt; by plot once before the loop. If you provide an output&lt;br&gt;
&amp;gt; &amp;gt; argument to plot command, it returns you a handle to the&lt;br&gt;
&amp;gt; &amp;gt; plot window.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; Using this handle you can now update the XData and YData&lt;br&gt;
&amp;gt; &amp;gt; properties inside your loop. You will have to however call&lt;br&gt;
&amp;gt; &amp;gt; 'drawnow' command to refresh your plot window to reflect the&lt;br&gt;
&amp;gt; &amp;gt; changes made to XData and YData.&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; The following link might be useful:&lt;br&gt;
&amp;gt; &amp;gt;&lt;br&gt;
&amp;gt;&lt;br&gt;
&lt;a href="http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/creating_plots/f10-1460.html&amp;http://www.google.com/reader/view/"&gt;http://www.mathworks.com/access/helpdesk/help/techdoc/index.html?/access/helpdesk/help/techdoc/creating_plots/f10-1460.html&amp;http://www.google.com/reader/view/&lt;/a&gt;&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &amp;gt; -Ankit&lt;br&gt;
&amp;gt; &amp;gt; &lt;br&gt;
&amp;gt; &lt;br&gt;
&amp;gt; Thank you very much , It really helped .&lt;br&gt;
&amp;gt; &lt;br&gt;
&lt;br&gt;
Hi Ankit,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;Can you give me sample code for real time&lt;br&gt;
plotting which use rand (random number generator ) inside&lt;br&gt;
for loop .It will be very helpful for me .Thanks again  &lt;br&gt;
&lt;br&gt;
</description>
    </item>
  </channel>
</rss>
