<?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: According to an input quantity, generate the corresponding quantity of the waveform chart in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253387#M1237772</link>
    <description>&lt;P&gt;If your users were all expert LabVIEW Programmers, you could give them the code and say "OK, make the Plots that you want/need in the style that you would like to see them".&amp;nbsp; But that is rarely the case!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So some decisions need to be made.&amp;nbsp; Here are some of them:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What do you want to show?&amp;nbsp; Is it a slowly-evolving time series (like the temperature measurement, or perhaps weight), something that is "fast" (a recording of a neural signal lasting milliseconds), an "on-off" indication (contact-closure, generally "slow")?&lt;/LI&gt;
&lt;LI&gt;How many signals can a single chart support?&amp;nbsp; Is there likely to be a problem with "overlap"?&lt;/LI&gt;
&lt;LI&gt;How much "screen space" can you devote to the Charts?&lt;/LI&gt;
&lt;LI&gt;What is the relative "speed" of the data you are plotting relative to human visual processing?&amp;nbsp; It gets difficult to see changes that update faster than 20-50 Hz, for example.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Let's say you have 6 signals of moderate frequencies.&amp;nbsp; Just for the sake of illustration, I'm going to assume you sample at 100 Hz and want to see the most recent 6 seconds of results, meaning you need a chart of 600 points (it might look "nicer" if you make it 601).&amp;nbsp; You can:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Plot all 6 signals on the same Chart.&amp;nbsp; Color them differently so the User knows which is which.&lt;/LI&gt;
&lt;LI&gt;Create 6 Charts, one per signal.&amp;nbsp; This avoids plot overlap, at the cost of more "vertical" space requirements.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can also "mix and match".&amp;nbsp; If you have a 6-signal Chart, you can add a Boolean control to each signal to turn plotting On or Off, so the User can choose to look at only Channel 3, or Channels 1 and 5, or all Channels.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you can write six sub-VIs, one for each Channel, and pass each sub-VI one channel's worth of data.&amp;nbsp; If you don't actually&amp;nbsp;&lt;U&gt;view&lt;/U&gt; the data, this is not a big strain on the processor.&amp;nbsp; Now what you do is create a sub-Panel on your main VI, and, at Run Time, decide which of the six Channel's "Show Me the Chart" VIs you want to display.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More "customization", of course, means more skill required by you, the LabVIEW Developer.&amp;nbsp; The tools are largely there, you just need to learn how to use them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bob Schor&lt;/P&gt;</description>
    <pubDate>Sat, 03 Sep 2022 16:08:15 GMT</pubDate>
    <dc:creator>Bob_Schor</dc:creator>
    <dc:date>2022-09-03T16:08:15Z</dc:date>
    <item>
      <title>According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253376#M1237766</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Hi, &lt;SPAN class="tgt highlight" data-section="0" data-sentence="0" data-group="0-0"&gt;I am using the waveform chart of LabVIEW, but I have a problem. Is there a way to generate the corresponding number of waveform charts at run time based on the input value of an input control?&lt;/SPAN&gt;&lt;SPAN class="tgt" data-section="0" data-sentence="1" data-group="0-1"&gt; Or to put it another way, can you configure the variables displayed in the waveform chart at run time?&lt;/SPAN&gt;&lt;SPAN class="tgt" data-section="0" data-sentence="2" data-group="0-2"&gt; Thank you very much for providing me with some ideas.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2022 04:05:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253376#M1237766</guid>
      <dc:creator>SliverAsh</dc:creator>
      <dc:date>2022-09-03T04:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253379#M1237767</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/705043"&gt;@SliverAsh&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;Hi, &lt;SPAN class="tgt highlight" data-section="0" data-sentence="0" data-group="0-0"&gt;I am using the waveform chart of LabVIEW, but I have a problem. Is there a way to generate the corresponding number of waveform charts at run time based on the input value of an input control?&lt;/SPAN&gt;&lt;SPAN class="tgt" data-section="0" data-sentence="1" data-group="0-1"&gt; Or to put it another way, can you configure the variables displayed in the waveform chart at run time?&lt;/SPAN&gt;&lt;SPAN class="tgt" data-section="0" data-sentence="2" data-group="0-2"&gt; Thank you very much for providing me with some ideas.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Your description was a bit vague, but you can configure individual plots on the chart.&amp;nbsp; Do you need each plot in its own chart, or can you have them all in one?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2022 09:37:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253379#M1237767</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2022-09-03T09:37:44Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253382#M1237769</link>
      <description>&lt;P&gt;I'm sorry if my description is not clear. A detailed description of the problem is as follows:&lt;BR /&gt;I have placed several waveform charts on the interface, &lt;SPAN&gt;and I hope that my users can control the variables displayed in these waveform charts by inputting variable names in the front panel,&lt;/SPAN&gt;instead of going to the block diagram interface every time to make the waveform chart show the waveform of corresponding variables by programming. &lt;SPAN class="tgt color_text_0" data-section="1" data-sentence="1" data-group="1-1"&gt; For example, my hardware has obtained six variables A, B, C, D, E and F through sampling. I hope my user can input A in one input control on the front panel, let waveform chart 1 show the waveform of variable A, and input C, E in another input control.&lt;/SPAN&gt;&lt;SPAN class="tgt color_text_0" data-section="1" data-sentence="2" data-group="1-2"&gt; Let the waveform chart show the values of two variables C and E&amp;nbsp;&lt;SPAN&gt;(or any number of other variables).&amp;nbsp;I considered using clusters to package all variables and connect them to the waveform chart and then select variables by legend, but this method is too CPU intensive and not convenient for my users. Could you give me some other ideas?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2022 11:22:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253382#M1237769</guid>
      <dc:creator>SliverAsh</dc:creator>
      <dc:date>2022-09-03T11:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253387#M1237772</link>
      <description>&lt;P&gt;If your users were all expert LabVIEW Programmers, you could give them the code and say "OK, make the Plots that you want/need in the style that you would like to see them".&amp;nbsp; But that is rarely the case!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So some decisions need to be made.&amp;nbsp; Here are some of them:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;What do you want to show?&amp;nbsp; Is it a slowly-evolving time series (like the temperature measurement, or perhaps weight), something that is "fast" (a recording of a neural signal lasting milliseconds), an "on-off" indication (contact-closure, generally "slow")?&lt;/LI&gt;
&lt;LI&gt;How many signals can a single chart support?&amp;nbsp; Is there likely to be a problem with "overlap"?&lt;/LI&gt;
&lt;LI&gt;How much "screen space" can you devote to the Charts?&lt;/LI&gt;
&lt;LI&gt;What is the relative "speed" of the data you are plotting relative to human visual processing?&amp;nbsp; It gets difficult to see changes that update faster than 20-50 Hz, for example.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Let's say you have 6 signals of moderate frequencies.&amp;nbsp; Just for the sake of illustration, I'm going to assume you sample at 100 Hz and want to see the most recent 6 seconds of results, meaning you need a chart of 600 points (it might look "nicer" if you make it 601).&amp;nbsp; You can:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Plot all 6 signals on the same Chart.&amp;nbsp; Color them differently so the User knows which is which.&lt;/LI&gt;
&lt;LI&gt;Create 6 Charts, one per signal.&amp;nbsp; This avoids plot overlap, at the cost of more "vertical" space requirements.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;You can also "mix and match".&amp;nbsp; If you have a 6-signal Chart, you can add a Boolean control to each signal to turn plotting On or Off, so the User can choose to look at only Channel 3, or Channels 1 and 5, or all Channels.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Alternatively, you can write six sub-VIs, one for each Channel, and pass each sub-VI one channel's worth of data.&amp;nbsp; If you don't actually&amp;nbsp;&lt;U&gt;view&lt;/U&gt; the data, this is not a big strain on the processor.&amp;nbsp; Now what you do is create a sub-Panel on your main VI, and, at Run Time, decide which of the six Channel's "Show Me the Chart" VIs you want to display.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More "customization", of course, means more skill required by you, the LabVIEW Developer.&amp;nbsp; The tools are largely there, you just need to learn how to use them.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bob Schor&lt;/P&gt;</description>
      <pubDate>Sat, 03 Sep 2022 16:08:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253387#M1237772</guid>
      <dc:creator>Bob_Schor</dc:creator>
      <dc:date>2022-09-03T16:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253394#M1237779</link>
      <description>&lt;P&gt;The number of plots on a waveform chart is determined by the data wired to it. A chart accepts a large variety of datatypes, and most support a variable number of plots that can change at runtime. (The only exception is a cluster, which is of fixed size).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;charts accept:&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;dynamic data (Whatever is in there will be graphed. too opaque for me!)&lt;/LI&gt;
&lt;LI&gt;waveform data (one plot)&lt;/LI&gt;
&lt;LI&gt;arrays of waveforms (several plots and array size can change)&lt;/LI&gt;
&lt;LI&gt;scalars&lt;/LI&gt;
&lt;LI&gt;cluster of N scalars (N plots, fixed number)&lt;/LI&gt;
&lt;LI&gt;1D arrays (a plot getting multiple points per update)&lt;/LI&gt;
&lt;LI&gt;2D arrays (N plots getting M points per update). Make it a single row or column to get eiather one plot with x new points or several plots with one point each. Just play around and transpose if needed.&lt;/LI&gt;
&lt;LI&gt;etc. etc.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;If this does not get you started, &lt;U&gt;you need to attach your VI&lt;/U&gt; so we can see what you have (simplify it to the essentials and substitute simulated data if necessary). Too many possibilities to give a generic solution that fits all scenarios.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To let the user choose at runtime what to plot and where, "herding cats" comes to mind. Do all charts update at the same frequency? What should happen to the history data if the users swaps plots between different charts at runtime? etc. etc. If all charts update synchronously, the simplest would be to keep a 2D array of data in a shift register and, for all possible inputs, replace the oldest with the newest with each iteration. create a switch matrix to reassemble the various rows to the various &lt;U&gt;graphs&lt;/U&gt;&amp;nbsp;for display (i.e. no longer use a chart because you keep an explicit history!). Whenever the selection changes, you can update all legends and axes using property nodes. The x-axis is shared by all graphs and you should decide what to show.&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2022 06:08:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253394#M1237779</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2022-09-04T06:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253408#M1237789</link>
      <description>Thank you very much for your patient answers. I will make further attempts first~</description>
      <pubDate>Sun, 04 Sep 2022 03:18:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253408#M1237789</guid>
      <dc:creator>SliverAsh</dc:creator>
      <dc:date>2022-09-04T03:18:17Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253409#M1237790</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Thank you very much for your patience&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 04 Sep 2022 03:20:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253409#M1237790</guid>
      <dc:creator>SliverAsh</dc:creator>
      <dc:date>2022-09-04T03:20:06Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253476#M1237814</link>
      <description>&lt;P&gt;Hi,altenbach.&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;I tried to do an experiment, I have my VI and application screenshots packaged upload share&lt;/SPAN&gt;&lt;BR /&gt;The general idea of the program is as follows: my lower computer would arrange the collected variable parameters and send them to the upper computer through Ethernet. In the simplified VI I uploaded, I used a for loop and output the number of loops to form an increasing array to replace the collected variable data. I tell the waveform chart which variables I want to observe by typing a comma delimited string before the program runs. Note that I set the cluster size to 5, as it is not common to display more than 5 variables on a single waveform chart. Considering that when the number of variables displayed is less than 5, the curve with a value of 0 will be displayed in the waveform chart, I added a Boolean array to remove the excess curve.&lt;BR /&gt;&lt;SPAN&gt;welcome to make some valuable changes to my program~&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 11:30:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253476#M1237814</guid>
      <dc:creator>SliverAsh</dc:creator>
      <dc:date>2022-09-05T11:30:03Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253500#M1237823</link>
      <description>&lt;P&gt;Sorry, I don't have access to LabVIEW 2021 at the moment. Can you "&lt;U&gt;save for previous&lt;/U&gt;" and attach it once more. Make sure the string control contains typical default data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;(Just looking at your code, it is pure Rube Goldberg. You should not need any downhill sequence structure, and all these local variables. Way too many loops! Way too little autoindexing. You definitely need to spend a little more time on tutorials)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 13:26:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253500#M1237823</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2022-09-05T13:26:22Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253520#M1237833</link>
      <description>&lt;P&gt;Don't use a cluster if the number of plots can change!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See if this can give you some ideas. We simulate 10 data traces and pick the ones based on the selection string entered before the run.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="altenbach_0-1662386512025.png" style="width: 999px;"&gt;&lt;img src="https://ip1.i.lithium.com/3ce1168fc1f648f50396e8d517be3b4d2ae7683f/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303736363769323831324237353842303435343046422f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="altenbach_0-1662386512025.png" alt="altenbach_0-1662386512025.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 14:05:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253520#M1237833</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2022-09-05T14:05:10Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253523#M1237835</link>
      <description>&lt;P class="tgt color_text_0 un-step-trans" data-section="0"&gt;&lt;SPAN class="tgt color_text_0 highlight" data-section="0" data-sentence="0" data-group="0-0"&gt;&lt;SPAN&gt;I try to reduced the version of VI to 11.0&lt;/SPAN&gt;(here I want to ask LabVIEW will generate the old version of VI in the folder?)&lt;/SPAN&gt;&lt;SPAN class="tgt color_text_0" data-section="0" data-sentence="1" data-group="0-1"&gt; . &lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="tgt color_text_0 un-step-trans" data-section="1"&gt;&lt;SPAN class="tgt color_text_0" data-section="1" data-sentence="0" data-group="1-0"&gt;As you said, I also think my code is too complicated in the implementation algorithm. would you mind providing me some links of relevant LabVIEW tutorials? Thank you very much for your patient guidance ~&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 14:16:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253523#M1237835</guid>
      <dc:creator>SliverAsh</dc:creator>
      <dc:date>2022-09-05T14:16:56Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253535#M1237842</link>
      <description>&lt;P&gt;&lt;EM&gt;While you probably saved for previous, you still attached the 2021 version. The previous version will be in a subfolder. Saving for a previous version will generate a new hierarchy. It won't overwrite the original of course. That would be very bad!&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have you studied my example above?&lt;/P&gt;
&lt;P&gt;There are a lot of learning resources listed &lt;A href="https://forums.ni.com/t5/LabVIEW/bd-p/170" target="_blank" rel="noopener"&gt;at the top of the forum&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 14:42:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253535#M1237842</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2022-09-05T14:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253537#M1237844</link>
      <description>&lt;P&gt;thank you so much!&amp;nbsp;&lt;SPAN&gt;Your program let me benefit a lot!&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 14:45:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253537#M1237844</guid>
      <dc:creator>SliverAsh</dc:creator>
      <dc:date>2022-09-05T14:45:07Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253539#M1237845</link>
      <description>&lt;P&gt;I'm so sorry for my fault,&amp;nbsp;&lt;SPAN&gt;I just tried it again.This time I see that the new VI file has gone down from 29KB to 21KB, and I think I have succeeded.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 14:55:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253539#M1237845</guid>
      <dc:creator>SliverAsh</dc:creator>
      <dc:date>2022-09-05T14:55:32Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253545#M1237847</link>
      <description>&lt;P&gt;Some quick hints about your mistakes and unnecessary complications.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="altenbach_0-1662391194429.png" style="width: 999px;"&gt;&lt;img src="https://ip1.i.lithium.com/886d2a32909cf7c3e25728280f8cc4019fbb1717/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303736373069384235363030333242463242363745442f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="altenbach_0-1662391194429.png" alt="altenbach_0-1662391194429.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;(Of course you first need to ensure that N plots exists. You cannot set a property for nonexistent plots. Compare with my code)&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="altenbach_1-1662391873799.png" style="width: 999px;"&gt;&lt;img src="https://ip1.i.lithium.com/876d56c5dab35ca293dbf27c2bca51818a2aab17/68747470733a2f2f6e692e6c69746869756d2e636f6d2f74352f696d6167652f736572766572706167652f696d6167652d69642f33303736373169454430324136344130354246363843442f696d6167652d73697a652f6c617267653f763d76322670783d393939" role="button" title="altenbach_1-1662391873799.png" alt="altenbach_1-1662391873799.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 05 Sep 2022 15:33:48 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253545#M1237847</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2022-09-05T15:33:48Z</dc:date>
    </item>
    <item>
      <title>Re: According to an input quantity, generate the corresponding quantity of the waveform chart</title>
      <link>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253594#M1237866</link>
      <description>&lt;P&gt;Thanks a lot for your valuable modification opinions! I will modify my program according to your opinions and reference procedures.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2022 01:29:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/According-to-an-input-quantity-generate-the-corresponding/m-p/4253594#M1237866</guid>
      <dc:creator>SliverAsh</dc:creator>
      <dc:date>2022-09-06T01:29:51Z</dc:date>
    </item>
  </channel>
</rss>

