<?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: How do I have to disable objects? in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272317#M144792</link>
    <description>A count down timer is succeeded &lt;SPAN&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://ni.lithium.com/i/smilies/16x16_smiley-happy.gif" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt; thank U.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to change the "get time/date object". So i can adjust the minutes, hours, seconds??&lt;BR /&gt;
If not,&lt;BR /&gt;
Is there an object&amp;nbsp; like the "get time/date object" but then that
I can fill in my own time. I ment not the "time stamp control" because
this object will not run on himself.&lt;BR /&gt;
Thanks in advance&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Thu, 29 Sep 2005 07:59:36 GMT</pubDate>
    <dc:creator>dsdasffdd</dc:creator>
    <dc:date>2005-09-29T07:59:36Z</dc:date>
    <item>
      <title>How do I have to disable objects?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/271608#M144512</link>
      <description>Hello,&lt;BR /&gt;
&lt;BR /&gt;
I'am making a time-switch in Labview. The timeswitch (with just only 1 program) works properly but i have 1 problem &lt;SPAN&gt;&lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://ni.lithium.com/i/smilies/16x16_smiley-sad.gif" alt="Smiley Sad" title="Smiley Sad" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;
I can't make it work with all the three programs. My intention is that
when I click the upper boolean (program 1) that only the two upper time
stamps can be adjusted. The other four time stamps should be disabled,
but I can't&amp;nbsp; disable them????? Also when I want to run program 2
or 3 it is the intention that the other timestamps will be disabled.
Does anyone know a method for my problem. I have tried some case
structures but this still doesn't work. Ik have added my VI to this
message. I hope that anyone can help me.....&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Sep 2005 17:13:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/271608#M144512</guid>
      <dc:creator>dsdasffdd</dc:creator>
      <dc:date>2005-09-27T17:13:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have to disable objects?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/271615#M144516</link>
      <description>&lt;P&gt;Disabling a control is done with a property node. Right click on a control and select Create&amp;gt;Property Node. Then you right click on the property, choose Change to Write, right click again and choose Propertier&amp;gt;Disabled. By wiring a 0 to it, the control is enabled, 1 is disabled, and 2 is disabled and greyed out. What's unclear to me is how you want to handle the program select Booleans and your "Lamp" indicator. Do you want only one to be able to selected or is any combination valid? Are you planning on having three separate "Lamp" indicators or do you want only one?&lt;/P&gt;
&lt;P&gt;Your VI doesn't really do anything unless you run it in continuous mode and that's not they way you want to run a VI. All of what you need to do can be done with a while loop and an event structure. Also, if you only want to be able to select a single program, you might want to use the radio buttons control.&lt;/P&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 27 Sep 2005 17:35:15 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/271615#M144516</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2005-09-27T17:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have to disable objects?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/271933#M144656</link>
      <description>Thnx U!&lt;BR /&gt;
With the property node i have made it done &lt;SPAN&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://ni.lithium.com/i/smilies/16x16_smiley-happy.gif" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;BR /&gt;
Another question,, maybe you know this:&lt;BR /&gt;
&lt;BR /&gt;
Does Labview have a component that acts like a adjustable count down timer??? En where can I find this in Labview?&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Sep 2005 12:53:19 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/271933#M144656</guid>
      <dc:creator>dsdasffdd</dc:creator>
      <dc:date>2005-09-28T12:53:19Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have to disable objects?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/271954#M144665</link>
      <description>Not sure exactly what you mean. In the context of your example VI, I assume you want to set a target time and as the VI runs, count down to zero. The time stamps are numbers that you can manipulate with the regular numeric functions. Before you run, get the current time (Get Date/Time in Seconds), add the run time in seconds, in a loop, subtract the current time from that. There's also the Elapsed Time function on the time palette. It outputs the number of seconds that have elapsed. You could subtract that from the target time.
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Sep 2005 13:34:20 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/271954#M144665</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2005-09-28T13:34:20Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have to disable objects?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272317#M144792</link>
      <description>A count down timer is succeeded &lt;SPAN&gt;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://ni.lithium.com/i/smilies/16x16_smiley-happy.gif" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/SPAN&gt; thank U.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to change the "get time/date object". So i can adjust the minutes, hours, seconds??&lt;BR /&gt;
If not,&lt;BR /&gt;
Is there an object&amp;nbsp; like the "get time/date object" but then that
I can fill in my own time. I ment not the "time stamp control" because
this object will not run on himself.&lt;BR /&gt;
Thanks in advance&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2005 07:59:36 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272317#M144792</guid>
      <dc:creator>dsdasffdd</dc:creator>
      <dc:date>2005-09-29T07:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have to disable objects?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272494#M144882</link>
      <description>Get Date/Time in Seconds always returns the current date. To generate a time of your choosing, you can use a numeric (set formatting to absolute time), time stamp constant/control, or Date/Time to Seconds. I don't know what you mean by "not the "time stamp control" because this object will not run on himself". 
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2005 13:26:45 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272494#M144882</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2005-09-29T13:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have to disable objects?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272516#M144896</link>
      <description>&lt;SPAN class="noindex"&gt;&lt;/SPAN&gt;
&lt;HR size="2" width="100%" /&gt;&lt;SPAN class="noindex"&gt;&lt;BR /&gt;
Get Date/Time in Seconds always returns the
current date. To generate a time of your choosing, you can use a
numeric (set formatting to absolute time), time stamp constant/control,
or Date/Time to Seconds. I don't know what you mean by "not the "time
stamp control" because this object will not run on himself".&lt;BR /&gt;
&lt;/SPAN&gt;
&lt;HR size="2" width="100%" /&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
- Can you maybe explain what you exacly mean with: "&lt;SPAN class="noindex"&gt;you can use a
numeric (set formatting to absolute time), time stamp constant/control,
or Date/Time to Seconds"&lt;BR /&gt;
Wich object is this and where can i find this??&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
- I ment by: &lt;/SPAN&gt;&lt;SPAN class="noindex"&gt;"not the "time
stamp control" because this object will not run on himself" That i'm
looking for a object wich displays the time and run on hisself but wich
i can adjust with a button..&lt;/SPAN&gt;&lt;SPAN class="noindex"&gt;&lt;/SPAN&gt;&lt;BR /&gt;
&lt;SPAN class="noindex"&gt;&lt;BR /&gt;
&lt;BR /&gt;
&lt;/SPAN&gt;&lt;SPAN class="noindex"&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2005 14:15:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272516#M144896</guid>
      <dc:creator>dsdasffdd</dc:creator>
      <dc:date>2005-09-29T14:15:22Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have to disable objects?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272550#M144910</link>
      <description>You want an indicator that displays the current time and then&amp;nbsp;you want to be able to change it so&amp;nbsp;it starts to increment from&amp;nbsp;a new abritrary&amp;nbsp;time? Look at the attached VI and see if this is what you're looking for.
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2005 14:58:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272550#M144910</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2005-09-29T14:58:17Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have to disable objects?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272571#M144917</link>
      <description>Thank You! This was exacly what i needed! &lt;SPAN&gt;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://ni.lithium.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/SPAN&gt;&lt;BR /&gt;
Regards Bert&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2005 15:19:47 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272571#M144917</guid>
      <dc:creator>dsdasffdd</dc:creator>
      <dc:date>2005-09-29T15:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have to disable objects?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272580#M144919</link>
      <description>One little question...&lt;BR /&gt;
&lt;BR /&gt;
Is it possible to see the time on a 'time stamp indicator' outsite the
while loop?? Ik have tried to connect a 'time stamp indicator' to the
little brown triangle of the while loop, but it doesn't display the
time on my indicator.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2005 15:33:27 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272580#M144919</guid>
      <dc:creator>dsdasffdd</dc:creator>
      <dc:date>2005-09-29T15:33:27Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have to disable objects?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272584#M144920</link>
      <description>One little question?&lt;BR /&gt;
&lt;BR /&gt;
Can I see the time on a 'time stamp indicator' outside the while loop?
Ik can't see the time when I connect a 'time stamp indicator' on the
little brown triangle of the while loop. &lt;BR /&gt;
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2005 15:36:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272584#M144920</guid>
      <dc:creator>dsdasffdd</dc:creator>
      <dc:date>2005-09-29T15:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: How do I have to disable objects?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272653#M144941</link>
      <description>It's called a shift register and no you can't just do that. A basic premise of LabVIEW is dataflow. Data is not available from the while loop unitl it finishes. You can put an indicator inside. Is there a specific reason you need it outside?
&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Sep 2005 17:35:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/How-do-I-have-to-disable-objects/m-p/272653#M144941</guid>
      <dc:creator>Dennis_Knutson</dc:creator>
      <dc:date>2005-09-29T17:35:44Z</dc:date>
    </item>
  </channel>
</rss>

