11-03-2005 10:06 PM
11-03-2005 11:23 PM
Hi
Use a property node of that indicator inside the while loop and pass the value to it
Look at the attached VI
regards
Dev
11-04-2005 02:06 AM
Thank you devchander for helping but,
I'm sorry, I explained the problem incorrectly when I wrote the second pragraph (if not clear), I don't want just the indicator will be ON, I want the wire that comes out from the while loop will become TRUE if it in my application is TRUE inside while loop and the opposite is true. Because I want to connect the wire that comes out from while loop to AND gate than to another application, so must the wire agree the change of my application even that wire outside while loop. can I ?
11-04-2005 02:06 AM
Thank you devchander for helping but,
I'm sorry, I explained the problem incorrectly when I wrote the second paragraph (if not clear), I don't want just the indicator will be ON, I want the wire that comes out from the while loop will become TRUE if it in my application is TRUE inside while loop and the opposite is true. Because I want to connect the wire that comes out from while loop to AND gate than to another application, so must the wire agree the change of my application even that wire outside while loop. can I ?
11-04-2005 02:35 AM
11-04-2005 03:06 AM
Hi Rammo,
For the wire to carry the boolean condition from the while loop to an 'and' gate outside, the while loop must stop running
If you want the while loop to keep on running and still pass a boolean value to a destination outside the while loop, use any one of these: property nodes, global or local variables.
i am still not clear as to what you intend to say by this sentence
" I want the wire that comes out from the while loop will become TRUE if it in my application is TRUE inside while loop and the opposite is true. Because I want to connect the wire that comes out from while loop to AND gate than to another application"
plz tell me if the first part of this mail of mine answers your doubt or do you need more information?
regards
Dev
11-04-2005 01:09 PM
11-04-2005 06:14 PM