<?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 Multiple plots to xy graph in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Multiple-plots-to-xy-graph/m-p/322305#M166340</link>
    <description>&lt;DIV&gt;I am using an x-y graph with multiple plots. Plot 0 is my data, and plots 1,2,3,4 are created by two cursors each&amp;nbsp;(0,1; 2,3; ...) with a plot line drawn between them. I tried to set the size and color of the plot lines using references and property nodes but I got an error in the property node. How can I do this programaticaly? I want to set up all the plots and cursors at the start of the program. I will be saving&amp;nbsp;this setup information&amp;nbsp;in USR's and .ini files&amp;nbsp;unless there is an easier way.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;PaulG.&lt;/DIV&gt;
&lt;DIV&gt;7.1&lt;/DIV&gt;</description>
    <pubDate>Wed, 08 Feb 2006 20:10:18 GMT</pubDate>
    <dc:creator>PaulG.</dc:creator>
    <dc:date>2006-02-08T20:10:18Z</dc:date>
    <item>
      <title>Multiple plots to xy graph</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Multiple-plots-to-xy-graph/m-p/322305#M166340</link>
      <description>&lt;DIV&gt;I am using an x-y graph with multiple plots. Plot 0 is my data, and plots 1,2,3,4 are created by two cursors each&amp;nbsp;(0,1; 2,3; ...) with a plot line drawn between them. I tried to set the size and color of the plot lines using references and property nodes but I got an error in the property node. How can I do this programaticaly? I want to set up all the plots and cursors at the start of the program. I will be saving&amp;nbsp;this setup information&amp;nbsp;in USR's and .ini files&amp;nbsp;unless there is an easier way.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;Thanks.&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;PaulG.&lt;/DIV&gt;
&lt;DIV&gt;7.1&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Feb 2006 20:10:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Multiple-plots-to-xy-graph/m-p/322305#M166340</guid>
      <dc:creator>PaulG.</dc:creator>
      <dc:date>2006-02-08T20:10:18Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple plots to xy graph</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Multiple-plots-to-xy-graph/m-p/322377#M166379</link>
      <description>&lt;DIV&gt;What kind of error do you get? Can you attach your code?&lt;/DIV&gt;</description>
      <pubDate>Wed, 08 Feb 2006 21:56:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Multiple-plots-to-xy-graph/m-p/322377#M166379</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2006-02-08T21:56:03Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple plots to xy graph</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Multiple-plots-to-xy-graph/m-p/322383#M166382</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;1077 errors.</description>
      <pubDate>Wed, 08 Feb 2006 22:17:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Multiple-plots-to-xy-graph/m-p/322383#M166382</guid>
      <dc:creator>PaulG.</dc:creator>
      <dc:date>2006-02-08T22:17:39Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple plots to xy graph</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Multiple-plots-to-xy-graph/m-p/322446#M166416</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;BLOCKQUOTE&gt;
&lt;HR /&gt;
PaulG. wrote: 
&lt;DIV&gt;...&amp;nbsp;I tried to set the size and color of the plot lines using references and property nodes but I got an error &lt;FONT color="#333366"&gt;[1077] &lt;/FONT&gt;in the property node.&amp;nbsp;.... I want to set up all the plots and cursors at the start of the program.&amp;nbsp; ... 
&lt;HR /&gt;
&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;
&lt;DIV&gt;&lt;/DIV&gt;This is a guess, but one source of Error 1077 is trying to set properties of plots that don’t exist ... or of cursors that don’t yet exist.&amp;nbsp; It’s been discussed a few times in this forum (e.g. &lt;A href="http://forums.ni.com/ni/board/message?board.id=170&amp;amp;message.id=117402&amp;amp;requireLogin=False" target="_blank"&gt;here&lt;/A&gt;).</description>
      <pubDate>Thu, 09 Feb 2006 01:01:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Multiple-plots-to-xy-graph/m-p/322446#M166416</guid>
      <dc:creator>Donald</dc:creator>
      <dc:date>2006-02-09T01:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple plots to xy graph</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Multiple-plots-to-xy-graph/m-p/322687#M166512</link>
      <description>&lt;DIV&gt;Thanks. I followed the thread you provided and it looks like the resolution to my problem.&lt;/DIV&gt;</description>
      <pubDate>Thu, 09 Feb 2006 14:56:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Multiple-plots-to-xy-graph/m-p/322687#M166512</guid>
      <dc:creator>PaulG.</dc:creator>
      <dc:date>2006-02-09T14:56:20Z</dc:date>
    </item>
  </channel>
</rss>

