LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Hide Pass/Fail Indicator

Hi everyone,
 
I have a pass/fail indicator on my front panel which I would like to hide during the measurement. End of the measurement it will show either PASS or FAIL. How can I hide this indicator and show it end of the test on the front panel?
 
Thanks for your help in advance,
 
Melih
0 Kudos
Message 1 of 5
(2,905 Views)
Just create a property node for it, select the "visible" property, and wire a TRUE or FALSE to it depending on the desired visibility. 🙂
Message 2 of 5
(2,902 Views)

Thank you altenbach. Once you know it is easy! One more question: In my program I have flat squence structures and the indicator towards the end. Even though I set "visible" to FALSE at the begining when the program starts executing, the indicator shows right after it is invisible.

Any suggestions why this might be?

Thanks again,

Melih

0 Kudos
Message 3 of 5
(2,892 Views)
You probably have a dataflow issue. Can you attach your code?
 
For example in the attached simple code (LabVIEW 7.0), the indicator gets hidden for 3 seconds, then made visible and set to true.
 
 

Message Edited by altenbach on 11-18-2005 10:50 AM

0 Kudos
Message 4 of 5
(2,887 Views)

You're right. Sometimes you get lost in a structure. I moved the indicator to the following structure. It works fine and life is beautiful! Thanks again.

Melih

0 Kudos
Message 5 of 5
(2,875 Views)