LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Front Panel - How to make text object change when a condition is met?

I am designing a semi automated procedure for verifying PXI-4224 cards. What I would like to have is a front panel similiar to the FP png attached.

Question #1:

I know it would be a true/false condition, but what object do I use to have pre defined text determined by said condition?

 

Question #2:

I am quite certian there are better/ more efficient ways of accompling what I would like, but I am doing the best I can with what I know. With that being said, How would I impliment the DAQmx Reset, SelfTest, and SelfCal to accomplish in the attached routine? I just need them to be acomplished and then drive the conditional text change (from above) occur.

Download All
0 Kudos
Message 1 of 2
(3,081 Views)

You can change the text that is writtne the same way you do any LabVIEW programming.

 

To change the color of the text, you can use a property node for that indicator to set the text color.

 

0 Kudos
Message 2 of 2
(3,059 Views)