<?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 How can i use Numeric to plot gragh ? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1082533#M479260</link>
    <description>&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/e95536c976aaac7c1c4ad0b33123535bd529889e/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f313135303169423544323736363037323143334544322f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="scan vi.JPG" title="scan vi.JPG" align="CENTER" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;How can i display the numeric output from the string to plot onto the gragh ? As for now, once i run the VI, there won't be any output shown on the graph.&amp;nbsp; &lt;/P&gt;</description>
    <pubDate>Wed, 03 Mar 2010 04:57:07 GMT</pubDate>
    <dc:creator>falcoz</dc:creator>
    <dc:date>2010-03-03T04:57:07Z</dc:date>
    <item>
      <title>How can i use Numeric to plot gragh ?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1082533#M479260</link>
      <description>&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/e95536c976aaac7c1c4ad0b33123535bd529889e/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f313135303169423544323736363037323143334544322f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="scan vi.JPG" title="scan vi.JPG" align="CENTER" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;How can i display the numeric output from the string to plot onto the gragh ? As for now, once i run the VI, there won't be any output shown on the graph.&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2010 04:57:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1082533#M479260</guid>
      <dc:creator>falcoz</dc:creator>
      <dc:date>2010-03-03T04:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use Numeric to plot gragh ?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1082545#M479268</link>
      <description>&lt;P&gt;Hi falcoz,&lt;/P&gt;&lt;P&gt;currently its only one point. You can see this point if you change the plotstyle.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2010 05:34:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1082545#M479268</guid>
      <dc:creator>MikeS81</dc:creator>
      <dc:date>2010-03-03T05:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use Numeric to plot gragh ?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1082546#M479269</link>
      <description>&lt;P&gt;Right click on the Reset input and select "Create Constant". If it creates a True constant, change it to false.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since I don't see a while loop anywhere, you will only get a single point. Your point style is probably set to none so you would not see anything. Change that. &lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2010 05:39:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1082546#M479269</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2010-03-03T05:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use Numeric to plot gragh ?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1082566#M479276</link>
      <description>&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/f0f77a8d6f94d503bdf4889a192cb4ae51dac3ea/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f313135303369434135463945313735313836353033442f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="scan vi 1.JPG" title="scan vi 1.JPG" align="CENTER" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Thanks alot. I have change the plotstyle and awhile loop. I can manually draw a graph now but if i would like to simulate a voltage and current value into graph, how can i do it ? By inserting array or ? If is insert array, where do i place it ?&amp;nbsp; &lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2010 06:40:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1082566#M479276</guid>
      <dc:creator>falcoz</dc:creator>
      <dc:date>2010-03-03T06:40:12Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use Numeric to plot gragh ?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1083619#M479664</link>
      <description>&lt;P&gt;You can just build array&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://ip1.i.lithium.com/87e6ce1190a95a0e454cccb7e114a81094bf32ea/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f313135373169313544423239454436304636303237372f696d6167652d73697a652f6f726967696e616c3f763d6d70626c2d312670783d2d31" border="0" alt="curvsvol.JPG" title="curvsvol.JPG" align="center" /&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2010 10:40:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1083619#M479664</guid>
      <dc:creator>muks</dc:creator>
      <dc:date>2010-03-04T10:40:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use Numeric to plot gragh ?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1083674#M479684</link>
      <description>thanks muks, but how can i combine the array with my VI as my input is a string and the output is actually separated out into voltage and current.</description>
      <pubDate>Thu, 04 Mar 2010 12:44:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1083674#M479684</guid>
      <dc:creator>falcoz</dc:creator>
      <dc:date>2010-03-04T12:44:51Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use Numeric to plot gragh ?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1083682#M479688</link>
      <description>I am not getting it. Can you tell me what is your input and expected output?</description>
      <pubDate>Thu, 04 Mar 2010 12:54:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1083682#M479688</guid>
      <dc:creator>muks</dc:creator>
      <dc:date>2010-03-04T12:54:20Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use Numeric to plot gragh ?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1083698#M479691</link>
      <description>As you can see from my attached VI in the earlier post, in the string box (eg. 4.23 V 4193uA ), it is actually separated into Voltage box and Current box.&amp;nbsp; My idea is how can i create a string array to simulate onto the voltage and current graph.</description>
      <pubDate>Thu, 04 Mar 2010 13:17:59 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1083698#M479691</guid>
      <dc:creator>falcoz</dc:creator>
      <dc:date>2010-03-04T13:17:59Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use Numeric to plot gragh ?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1083715#M479698</link>
      <description>You mean to say you will be continously getting values like (4v3a5v2a etc)</description>
      <pubDate>Thu, 04 Mar 2010 13:41:57 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1083715#M479698</guid>
      <dc:creator>muks</dc:creator>
      <dc:date>2010-03-04T13:41:57Z</dc:date>
    </item>
    <item>
      <title>Re: How can i use Numeric to plot gragh ?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1083718#M479700</link>
      <description>Yes muks.</description>
      <pubDate>Thu, 04 Mar 2010 13:44:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-can-i-use-Numeric-to-plot-gragh/m-p/1083718#M479700</guid>
      <dc:creator>falcoz</dc:creator>
      <dc:date>2010-03-04T13:44:24Z</dc:date>
    </item>
  </channel>
</rss>

