LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

programmatically controlling error indicator

Hi,

 

I have an error IO indicator that I want to make invisible on the front panel, but make visible when there is an error, I don't know if this is possible or not.

 

Thank you.

0 Kudos
Message 1 of 4
(2,617 Views)
You should be able to just wire the error cluster's "status" to the "visible" property node for the indicator that you want to be visible when a error is present.
Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 2 of 4
(2,612 Views)

Thanks, but the problem is that I merged all the errors IO of all functions on the block diagram together, so I can not single out one node

0 Kudos
Message 3 of 4
(2,604 Views)

When you say that you have merged all the errors, what is it you are trying to display? You can still pull out the existence of an error to activate the property node.

 

 

Putnam
Certified LabVIEW Developer

Senior Test Engineer North Shore Technology, Inc.
Currently using LV 2012-LabVIEW 2018, RT8.5


LabVIEW Champion



0 Kudos
Message 4 of 4
(2,588 Views)