LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

i want to add boolean indicator

Solved!
Go to solution

i wan to add boolean indiactor please help me frndsUntitled.jpg

0 Kudos
Message 1 of 6
(2,793 Views)

Those wires are arrays of strings.  A boolean indicator is either true or false, on or off.

 

So what is the boolean indicator supposed to mean to you here?

0 Kudos
Message 2 of 6
(2,789 Views)

i want the list box.. also i want boolean indiacator too.. jus to indicate on or off

0 Kudos
Message 3 of 6
(2,779 Views)

What is on or off?  A string is a series of text characters.  They are neither on nor off.

0 Kudos
Message 4 of 6
(2,775 Views)

its continous run operation.. i want to indicate something wen data enters to the listbox

 

0 Kudos
Message 5 of 6
(2,768 Views)
Solution
Accepted by topic author gowthamggk

Create a boolean indicator.  Put it in a single frame flat sequence structure with the List Names property node and wire a True constant to the indicator.  Now when that frame of the sequence structure executes, the boolean will be set true the same time the data is going into the property node.

 

Of course you need to have a way to reset the boolean indicator to false at the beginning of the program.  So wire a False constant into a local variable of the indicator and be sure that piece of code executes at the beginning your VI's execution.

Message 6 of 6
(2,763 Views)