<?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: Indicator for a waveform array? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273568#M719082</link>
    <description>&lt;P&gt;In the VI you posted, there is NO setting of anything to 25000. I did a search for the text '25000' and it was not found. If you have it in yours, then you posted a different VI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There is a simple arithmatic relationship to sample rate and number of samples. If you are setting a sample rate of 1000 Samples/sec and request 1000 samples, it will take 1 second to return all samples. If you change the number of samples to 2000, it will take 2 seconds to return them all. If you request 500 samples, then it will take .5 seconds to return. In the VI you actually posted, you have set the number of samples to 1000 - not 100 (Ulx Timing) so your statement about 100 samples does not make any sense either. So, I would suggest you set the samples/sec based on the signal frequency you wish to acquire (remember Nyquist) and then adjust the number of samples based on how fast you want the indicators to update.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jan 2013 17:49:16 GMT</pubDate>
    <dc:creator>Dennis_Knutson</dc:creator>
    <dc:date>2013-01-08T17:49:16Z</dc:date>
    <item>
      <title>Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2271828#M718679</link>
      <description>&lt;P&gt;I'm looking to put indicators for 4 waveforms graphs I have in an array. I have tried using the index array and have even tried wiring an indicator straight to the data wire of my source. When I do both, the update for the indicator seems to be intermittent. It's not updating properly. I have a time elapsed VI with a case structure that should update it every .3 seconds, so I can read the damn thing. Any suggestions?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 14:20:55 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2271828#M718679</guid>
      <dc:creator>glskinner</dc:creator>
      <dc:date>2013-01-07T14:20:55Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272236#M718760</link>
      <description>&lt;P&gt;I've looked at your code, but I can't understand what you are trying to do.&amp;nbsp; I see the graphs.&amp;nbsp; What do mean by indicators?&amp;nbsp; Did you want to display the data into an array?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 19:02:34 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272236#M718760</guid>
      <dc:creator>vt92</dc:creator>
      <dc:date>2013-01-07T19:02:34Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272254#M718766</link>
      <description>&lt;P&gt;I want to display the voltages for each channel on the indicator, so I know what voltage I'm starting my test at.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 19:15:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272254#M718766</guid>
      <dc:creator>glskinner</dc:creator>
      <dc:date>2013-01-07T19:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272346#M718779</link>
      <description>&lt;P&gt;How do I get the realtime voltage value from each channel, being that they're all in an array?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 20:37:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272346#M718779</guid>
      <dc:creator>glskinner</dc:creator>
      <dc:date>2013-01-07T20:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272352#M718780</link>
      <description>&lt;P&gt;So, you want to see the last value measured from each channel?&amp;nbsp; Just get the array size and index to the last element.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 20:42:38 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272352#M718780</guid>
      <dc:creator>vt92</dc:creator>
      <dc:date>2013-01-07T20:42:38Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272360#M718781</link>
      <description>&lt;P&gt;do I do this before or after I index each channel in a waveform array?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 20:52:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272360#M718781</guid>
      <dc:creator>glskinner</dc:creator>
      <dc:date>2013-01-07T20:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272394#M718790</link>
      <description>&lt;P&gt;That was the wrong question. I'm not completely sure how to use the size function. I'm not familar with arrays,&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 21:20:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272394#M718790</guid>
      <dc:creator>glskinner</dc:creator>
      <dc:date>2013-01-07T21:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272406#M718796</link>
      <description>&lt;P&gt;This is the last leg of my VI. It seems like a simple issue, but it's dealing with arrays, so I'm in a bind over it!&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 21:25:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272406#M718796</guid>
      <dc:creator>glskinner</dc:creator>
      <dc:date>2013-01-07T21:25:46Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272456#M718815</link>
      <description>&lt;P&gt;Index the waveform and then get the last element.&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://ni.lithium.com/ni/attachments/ni/170/718815/2/index%20waveform.png" border="0" alt="" title="" align="middle" /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 21:51:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272456#M718815</guid>
      <dc:creator>vt92</dc:creator>
      <dc:date>2013-01-07T21:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272466#M718819</link>
      <description>&lt;P&gt;why doesn't the indicator update at a regular interval?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 21:54:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272466#M718819</guid>
      <dc:creator>glskinner</dc:creator>
      <dc:date>2013-01-07T21:54:26Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272486#M718827</link>
      <description>&lt;P&gt;Your loop time will be 0.3 seconds plus the time to run the other code (ULx Read, etc)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You don't have the timeout wired to ULx read, so you don't know how long that subvi is running.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;From the ULx read help:&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P class="noTopMargin noBottomMargin"&gt;&lt;STRONG&gt;timeout&lt;/STRONG&gt; specifies the amount of time in seconds to wait for samples to become available. If the time elapses, the VI returns an error and any samples read before the timeout elapsed. The default timeout is 10 seconds. If you set &lt;STRONG&gt;timeout&lt;/STRONG&gt; to –1, the VI waits indefinitely. If you set &lt;STRONG&gt;timeout&lt;/STRONG&gt; to 0, the VI tries once to read the requested samples and returns an error if it is unable to.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 21:59:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272486#M718827</guid>
      <dc:creator>vt92</dc:creator>
      <dc:date>2013-01-07T21:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272566#M718845</link>
      <description>&lt;P&gt;So what exactly do I have to do for the indicator to show realtime values?&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 22:56:58 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272566#M718845</guid>
      <dc:creator>glskinner</dc:creator>
      <dc:date>2013-01-07T22:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272580#M718849</link>
      <description>&lt;P&gt;Show your latest updated code so we can see how you've incorporated it the changes.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 23:11:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272580#M718849</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2013-01-07T23:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272582#M718850</link>
      <description>&lt;P&gt;here ya go,&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jan 2013 23:16:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2272582#M718850</guid>
      <dc:creator>glskinner</dc:creator>
      <dc:date>2013-01-07T23:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273144#M718977</link>
      <description>&lt;P&gt;How fast will they update if you remove the elapsed timer?&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 13:43:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273144#M718977</guid>
      <dc:creator>vt92</dc:creator>
      <dc:date>2013-01-08T13:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273172#M718983</link>
      <description>&lt;P&gt;I tried that, there's so set time. Like I said before, the indicator values update intermittently, even when I remove the elapsed timer.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 13:59:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273172#M718983</guid>
      <dc:creator>glskinner</dc:creator>
      <dc:date>2013-01-08T13:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273202#M718989</link>
      <description>&lt;P&gt;How often is "Intermittently"?&amp;nbsp; If you remove the elapsed timer, then something else in the loop is controlling the update rate and the iteration speed of the entire loop.&amp;nbsp; It could be the acquisition settings you are using for the DAQ device.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 14:24:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273202#M718989</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2013-01-08T14:24:10Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273234#M718999</link>
      <description>&lt;P&gt;It seems to come through the indicator every 11 seconds or so. I'm using 25000 samples per channel, continuous samples, with onboard clock, as seen in the VI.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 14:47:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273234#M718999</guid>
      <dc:creator>glskinner</dc:creator>
      <dc:date>2013-01-08T14:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273236#M719000</link>
      <description>&lt;P&gt;I'm using a MCC usb-1608fs&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 14:49:09 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273236#M719000</guid>
      <dc:creator>glskinner</dc:creator>
      <dc:date>2013-01-08T14:49:09Z</dc:date>
    </item>
    <item>
      <title>Re: Indicator for a waveform array?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273344#M719023</link>
      <description>&lt;P&gt;Here's a cleaned up version without the file save option.&amp;nbsp; Run it and see if it is faster/better.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I don't understand your logic, so I'm not making any guarantees that the codes runs correctly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jan 2013 15:46:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Indicator-for-a-waveform-array/m-p/2273344#M719023</guid>
      <dc:creator>vt92</dc:creator>
      <dc:date>2013-01-08T15:46:53Z</dc:date>
    </item>
  </channel>
</rss>

