<?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: Read number of readings taken in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086394#M1176216</link>
    <description>&lt;P&gt;Ho ani,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;are you talking about a FP control?&lt;/P&gt;
&lt;P&gt;Use an event structure to count the value change events for this control...&lt;/P&gt;</description>
    <pubDate>Sat, 26 Sep 2020 08:58:49 GMT</pubDate>
    <dc:creator>GerdW</dc:creator>
    <dc:date>2020-09-26T08:58:49Z</dc:date>
    <item>
      <title>Visible button after two readings</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086305#M1176154</link>
      <description>&lt;P&gt;Hi...&lt;/P&gt;
&lt;P&gt;I am student and new to labview. I need help in exploring labview.&lt;/P&gt;
&lt;P&gt;I need small program&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have one button "done" and i have one numerical controller in vi. Now i want to show "done" button after taking two values in controller...means after taking two values in controller "done" button should be visible...can anyone help me this. I am glad if you give .vi for example. Thank you in advance&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 19:07:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086305#M1176154</guid>
      <dc:creator>Aniketgawande</dc:creator>
      <dc:date>2020-09-25T19:07:00Z</dc:date>
    </item>
    <item>
      <title>Re: Visible button after two readings</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086309#M1176158</link>
      <description>&lt;P&gt;Hi ani,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;from your description I guess you need a loop, a case structure and a property node of the button...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;All the rest is explained in those Training resources, offered in the header of the LabVIEW board!&lt;/P&gt;
&lt;P&gt;(In general this forum is not providing homework solutions for free.)&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 19:24:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086309#M1176158</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2020-09-25T19:24:15Z</dc:date>
    </item>
    <item>
      <title>Re: Visible button after two readings</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086321#M1176164</link>
      <description>&lt;P&gt;Looks like your program is complete, except for the visibility function. How do you count the number of values entered? Turn that into a boolean that turns true once the count is &amp;gt;1 and wire it to a "visible" property of the button.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you would attach your VI, we could give you further useful advice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;(It is typically not a good idea to micromanage what the user can do at any given point in time. What if he decides that on reading is sufficient and wants to proceed?)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Sep 2020 19:58:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086321#M1176164</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2020-09-25T19:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Visible button after two readings</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086368#M1176182</link>
      <description>&lt;P&gt;Thank you for both replays.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Basically, i am thinking to store numeric control readings in array and from that find size of array. And then give if condition to it means if array size becomes more that one visible button node becomes true otherwise it is false. True and false by creating constants to visible button node.&lt;/P&gt;
&lt;P&gt;But again how to give that more than one condition? is big question&lt;/P&gt;
&lt;P&gt;What ever i said above is in the word form i dont know how to program it in LabView.&lt;/P&gt;
&lt;P&gt;It would be great if you help me in this.&lt;/P&gt;
&lt;P&gt;Again thank you in advanced&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 02:45:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086368#M1176182</guid>
      <dc:creator>Aniketgawande</dc:creator>
      <dc:date>2020-09-26T02:45:00Z</dc:date>
    </item>
    <item>
      <title>Re: Visible button after two readings</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086369#M1176183</link>
      <description>&lt;P&gt;Look in the comparison palette.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at the training resources at the top of the forum if you want to do this in LabVIEW. Who forces you?&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 02:47:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086369#M1176183</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2020-09-26T02:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: Visible button after two readings</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086371#M1176184</link>
      <description>&lt;P&gt;No one forcing me. But this is something which is not letting me to sleep.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for your help.&lt;/P&gt;
&lt;P&gt;You can add if you get something related to this&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 02:56:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086371#M1176184</guid>
      <dc:creator>Aniketgawande</dc:creator>
      <dc:date>2020-09-26T02:56:24Z</dc:date>
    </item>
    <item>
      <title>Re: Visible button after two readings</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086378#M1176189</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/660272"&gt;@Aniketgawande&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;But this is something which is not letting me to sleep.&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;A good way to keep busy while awake would be to go through the mentioned tutorials. Have you tried?&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 03:34:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086378#M1176189</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2020-09-26T03:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: Visible button after two readings</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086385#M1176195</link>
      <description>&lt;P&gt;Not tried yet....but i will go through that.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 04:17:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086385#M1176195</guid>
      <dc:creator>Aniketgawande</dc:creator>
      <dc:date>2020-09-26T04:17:17Z</dc:date>
    </item>
    <item>
      <title>Read number of readings taken</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086391#M1176218</link>
      <description>&lt;P&gt;Is there any way to find out how many readings taken by numeric controller?&lt;/P&gt;
&lt;P&gt;Means if i am taking 34,56,89 values in my numeric controller then way to indicate 3 values taken?&lt;/P&gt;
&lt;P&gt;Thank you in advanced&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 07:35:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086391#M1176218</guid>
      <dc:creator>Aniketgawande</dc:creator>
      <dc:date>2020-09-26T07:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: Read number of readings taken</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086394#M1176216</link>
      <description>&lt;P&gt;Ho ani,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;are you talking about a FP control?&lt;/P&gt;
&lt;P&gt;Use an event structure to count the value change events for this control...&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 08:58:49 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086394#M1176216</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2020-09-26T08:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Read number of readings taken</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086418#M1176217</link>
      <description>&lt;P&gt;This seems to be related to the topic of your original thread.&lt;/P&gt;
&lt;P&gt;I've moved your message there so anyone reading it has the benefit of the previous conversation.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 14:42:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086418#M1176217</guid>
      <dc:creator>RavensFan</dc:creator>
      <dc:date>2020-09-26T14:42:33Z</dc:date>
    </item>
    <item>
      <title>Re: Read number of readings taken</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086434#M1176225</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/660272"&gt;@Aniketgawande&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Is there any way to find out how many readings taken by numeric controller?&lt;/P&gt;
&lt;P&gt;Means if i am taking 34,56,89 values in my numeric controller then way to indicate 3 values taken?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I assume you are talking about a numeric "control" on the front panel. (A "&lt;A href="https://en.wikipedia.org/wiki/Controller" target="_blank" rel="noopener"&gt;controller&lt;/A&gt;" is typically something else).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;As a first step, you need to define the term "reading".&lt;/STRONG&gt; If this control is inside a loop that e.g. spins at 100Hz, the control will get read 100x per second, no matter if the value changes or not. You could count how many times the value changes, but sometimes successive valid reading could be the same by coincidence. You need to define a mechanism that exactly defines what a "new reading" means. One could add an OK button to define a new reading. (&lt;A href="https://forums.ni.com/t5/LabVIEW/Detect-user-input-and-increase-a-counter-Using-event-structure/m-p/4085750#M1175920" target="_blank" rel="noopener"&gt;start here&lt;/A&gt; and add a counter. If nothing else spins the loop, you can even derived the count from the iteration terminal (not recommended)). You could append each reading to an array and look at the size of the array.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Computer programs will do exactly what you want, but you need to exactly define what you actually want.&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 17:15:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086434#M1176225</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2020-09-26T17:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Read number of readings taken</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086441#M1176228</link>
      <description>&lt;P&gt;Thank you for your valuable suggestions.&lt;/P&gt;
&lt;P&gt;Yes i am using numeric controller of front panel inside a while loop. I used array method to find size but that didnt worked.&lt;/P&gt;
&lt;P&gt;But must say all suggestions helped me a lot&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 19:04:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086441#M1176228</guid>
      <dc:creator>Aniketgawande</dc:creator>
      <dc:date>2020-09-26T19:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Read number of readings taken</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086443#M1176229</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/660272"&gt;@Aniketgawande&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I used array method to find size but that didnt worked.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I am sure that if you show us what you tried, we can suggest how to fix it so it works. &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 26 Sep 2020 19:58:13 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Visible-button-after-two-readings/m-p/4086443#M1176229</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2020-09-26T19:58:13Z</dc:date>
    </item>
  </channel>
</rss>

