<?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: Im creating a simple PID controller, however i cannot graph the output in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3200219#M927770</link>
    <description>&lt;P&gt;Hi Gerd&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the contrext help tells me the following&lt;/P&gt;
&lt;P&gt;" You have connected two terminals of different types. The type of the source is double[64-bit real(~15digit precision)]. the type of sink is waveform (DBL)."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As i asked earlier will the chart be time dependant?&lt;/P&gt;</description>
    <pubDate>Tue, 06 Oct 2015 11:01:09 GMT</pubDate>
    <dc:creator>Pritz1</dc:creator>
    <dc:date>2015-10-06T11:01:09Z</dc:date>
    <item>
      <title>Im creating a simple PID controller, however i cannot graph the output</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3199028#M927307</link>
      <description>&lt;P&gt;I have created a simple PID controller but the output cannot be drawn&amp;nbsp;on a graph as&amp;nbsp;i have connected two different types. I have my file attached, Is any one able to assist me&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="https://ip1.i.lithium.com/0d28f49e4730f03dc9154aaa906092beb849aefe/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f31373239393169333635464333464342353546324146422f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="trial.png" title="trial.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 12:38:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3199028#M927307</guid>
      <dc:creator>Pritz1</dc:creator>
      <dc:date>2015-10-02T12:38:21Z</dc:date>
    </item>
    <item>
      <title>Re: Im creating a simple PID controller, however i cannot graph the output</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3199032#M927309</link>
      <description>&lt;P&gt;I'm using 2014 so I can't open your VI. &amp;nbsp;It looks like it's a simple data type mismatch. &amp;nbsp;Change the graph to be a double datatype.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are you using an array of data from the PID? I thought it was a single scalar value. &amp;nbsp;In that case, you'd want a chart instead to keep updating your history as you go. &amp;nbsp;The graph won't maintain a history for you.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2015 12:47:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3199032#M927309</guid>
      <dc:creator>natasftw</dc:creator>
      <dc:date>2015-10-02T12:47:05Z</dc:date>
    </item>
    <item>
      <title>Re: Im creating a simple PID controller, however i cannot graph the output</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3199585#M927545</link>
      <description>&lt;P&gt;Well i am acquiring data from a data aquisition card, i will give that a try and see if it works, thank you&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 07:21:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3199585#M927545</guid>
      <dc:creator>Pritz1</dc:creator>
      <dc:date>2015-10-05T07:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Im creating a simple PID controller, however i cannot graph the output</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3199601#M927550</link>
      <description>&lt;P&gt;Hi Fritz,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what does the context help tell you when you move the mouse over this broken wire?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Your PID probably outputs a scalar value. Graphs don't accept scalar values - as you can see in the context help!&lt;/P&gt;
&lt;P&gt;Either create an array from your scalar PID outputs or use a chart instead…&lt;/P&gt;</description>
      <pubDate>Mon, 05 Oct 2015 08:18:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3199601#M927550</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2015-10-05T08:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Im creating a simple PID controller, however i cannot graph the output</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3200218#M927769</link>
      <description>&lt;P&gt;How do i change the graph to double datatype? i cannot seem to figuyre this out. I have tried using the chart is the chart time dependant? i need my PID display a signal opposit to the input of the PID, and i am not that much concerned about the history.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 10:55:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3200218#M927769</guid>
      <dc:creator>Pritz1</dc:creator>
      <dc:date>2015-10-06T10:55:22Z</dc:date>
    </item>
    <item>
      <title>Re: Im creating a simple PID controller, however i cannot graph the output</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3200219#M927770</link>
      <description>&lt;P&gt;Hi Gerd&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;the contrext help tells me the following&lt;/P&gt;
&lt;P&gt;" You have connected two terminals of different types. The type of the source is double[64-bit real(~15digit precision)]. the type of sink is waveform (DBL)."&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As i asked earlier will the chart be time dependant?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 11:01:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3200219#M927770</guid>
      <dc:creator>Pritz1</dc:creator>
      <dc:date>2015-10-06T11:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: Im creating a simple PID controller, however i cannot graph the output</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3200228#M927773</link>
      <description>&lt;P&gt;Hi Fritz,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="padding-left: 30px;"&gt;&lt;FONT color="#FF0000"&gt;will the chart be time dependant?&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;A sarcastic answer: yes, it is time dependent as it plots new data &lt;U&gt;&lt;STRONG&gt;when&lt;/STRONG&gt;&lt;/U&gt; you supply new data…&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;LabVIEW comes with a lot of example VIs. And I know there are examples explaining how to use charts and graphs!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2015 11:19:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Im-creating-a-simple-PID-controller-however-i-cannot-graph-the/m-p/3200228#M927773</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2015-10-06T11:19:51Z</dc:date>
    </item>
  </channel>
</rss>

