LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

New, trying for a simple timer

When you set the value of a control via a local variable or Value Property node, or you set the value of an indicator via terminal, local variable, or Value Property node, it does not fire an event.  You must use the Value (Signaling) Property node to force an event to occur.

You're going to have a new problem when you fix that, but see if you can figure it out.
0 Kudos
Message 11 of 14
(769 Views)
Yeah, it's firing an event regardless of whether it changes, so it always kills the loop right away.

Hmmm, still working on fixing that (disabling the indicator until a "TRUE" fires didn't work), will edit this post later if I don't get a solution.

Edit: Well that was easy.  I don't know why I didn't think of a case structure right off the bat.  ;^_^

Thank you, Matthew.

Message Edited by DJDDA on 10-05-2007 05:11 PM

0 Kudos
Message 12 of 14
(762 Views)
I meant to put this on the last post, but it won't let me edit:

Here is what I ended up with.  (I haven't cleaned it up yet, but I will.)
0 Kudos
Message 13 of 14
(756 Views)
Removed:  Didn't see Matthew K's post.

Message Edited by Brian R on 10-08-2007 01:51 PM

0 Kudos
Message 14 of 14
(745 Views)