<?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: One Button Dialog Via Digital Input in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/One-Button-Dialog-Via-Digital-Input/m-p/896980#M404792</link>
    <description>&lt;P&gt;Yeah but, the people that will be operating this need some sort of instruction of what to do.&amp;nbsp; Somehow I have to tell them at each step to do something.&amp;nbsp; Our employees don't like to think of on their own or remember test procedures without having someone hold their hand.&amp;nbsp; Its not something I can get away from.&amp;nbsp; If there is a better way to tell them to do something though I can change it if its got more functionality built in. &lt;/P&gt;</description>
    <pubDate>Mon, 27 Apr 2009 16:52:06 GMT</pubDate>
    <dc:creator>DL84</dc:creator>
    <dc:date>2009-04-27T16:52:06Z</dc:date>
    <item>
      <title>One Button Dialog Via Digital Input</title>
      <link>https://ni.lithium.com/t5/LabVIEW/One-Button-Dialog-Via-Digital-Input/m-p/896883#M404757</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Had a question about the One Button Dialog Vi.&amp;nbsp; I have an application that I want to modify.&amp;nbsp; We have a physical pushbutton wired into a digital input board that when pushed we want to progress in the labview program.&amp;nbsp; Its only a momentary pushbutton though.&amp;nbsp; The way its set up now the user is told to push the start pushbutton and click OK on the one button dialog. See code.&amp;nbsp; The way its programmed they have to hold down the pushbutton and click OK.&amp;nbsp; Which works fine up till now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We are changing the environment to give the operator the ability to operate the pushbuttons via a pendant when at the unit under test which means they will no longer be able to click the mouse.&amp;nbsp; This code is used in quite a few places...was wondering if there was a real fast way to change this so that the user wouldn't have to click OK to continue on in the Code.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;See attached!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2009 15:14:29 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/One-Button-Dialog-Via-Digital-Input/m-p/896883#M404757</guid>
      <dc:creator>DL84</dc:creator>
      <dc:date>2009-04-27T15:14:29Z</dc:date>
    </item>
    <item>
      <title>Re: One Button Dialog Via Digital Input</title>
      <link>https://ni.lithium.com/t5/LabVIEW/One-Button-Dialog-Via-Digital-Input/m-p/896900#M404765</link>
      <description>Can you not just remove the one button dialogue from your code? This would leave the false case with nothing to do, and therefore not interrupt the code.</description>
      <pubDate>Mon, 27 Apr 2009 15:33:41 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/One-Button-Dialog-Via-Digital-Input/m-p/896900#M404765</guid>
      <dc:creator>Thoric</dc:creator>
      <dc:date>2009-04-27T15:33:41Z</dc:date>
    </item>
    <item>
      <title>Re: One Button Dialog Via Digital Input</title>
      <link>https://ni.lithium.com/t5/LabVIEW/One-Button-Dialog-Via-Digital-Input/m-p/896980#M404792</link>
      <description>&lt;P&gt;Yeah but, the people that will be operating this need some sort of instruction of what to do.&amp;nbsp; Somehow I have to tell them at each step to do something.&amp;nbsp; Our employees don't like to think of on their own or remember test procedures without having someone hold their hand.&amp;nbsp; Its not something I can get away from.&amp;nbsp; If there is a better way to tell them to do something though I can change it if its got more functionality built in. &lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2009 16:52:06 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/One-Button-Dialog-Via-Digital-Input/m-p/896980#M404792</guid>
      <dc:creator>DL84</dc:creator>
      <dc:date>2009-04-27T16:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: One Button Dialog Via Digital Input</title>
      <link>https://ni.lithium.com/t5/LabVIEW/One-Button-Dialog-Via-Digital-Input/m-p/896998#M404797</link>
      <description>&lt;P&gt;Put a large string indicator on the front panel. &amp;nbsp;Display the prompt in the indicator. &amp;nbsp;You can change the color or make it blink via property nodes, if desired. &amp;nbsp;Clear the indicator by writing an empty string when the external button is pressed.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;you need to hide other parts of the front panel while the prompt is shown, you could use tabs the Visible property for the indicator. &amp;nbsp;A tab with only the prompt indicator can look much like a dialog or be customized in any way you want. &amp;nbsp;Make the tab a indicator (change it from control) and control which page is shown by simply writing to its terminal. &amp;nbsp;You can make some very versatile user interfaces that way with relatively little programming effort.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Lynn&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2009 17:09:05 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/One-Button-Dialog-Via-Digital-Input/m-p/896998#M404797</guid>
      <dc:creator>johnsold</dc:creator>
      <dc:date>2009-04-27T17:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: One Button Dialog Via Digital Input</title>
      <link>https://ni.lithium.com/t5/LabVIEW/One-Button-Dialog-Via-Digital-Input/m-p/897003#M404801</link>
      <description>&lt;P&gt;Hey...a message center...that is a really good idea&amp;nbsp; I've done some other stuff like that but didn't think to do it with a string indicator.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the input bud, I think thats how I'm going to do it!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Apr 2009 17:12:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/One-Button-Dialog-Via-Digital-Input/m-p/897003#M404801</guid>
      <dc:creator>DL84</dc:creator>
      <dc:date>2009-04-27T17:12:27Z</dc:date>
    </item>
  </channel>
</rss>

