Jump to content

Xcontrol indicator blink


ndingle

Recommended Posts

I am building an Xcontrol with several Boolean indicators. I need the ability to blink each one independently.

I have tried several things and nothing will blink the individual indicators, just the entire control.

 

Does anyone know how to make this work?

 

Thanks

 

 

Link to comment

You can set the blinking property, but an XControl's facade does not run continuously. If you update your XControl blinking property enough times, you may notice that the Boolean appears true and other times false. It is not a bug in your code, but rather a timing issue between the blink and when the XControl stops running. 16x16_smiley-sad.gif

The behavior of an XControl is more like a VI in a frameless subpanel than a native LV control. When you set the value or a property of an XControl, LabVIEW will configure the underlying parameters and then perform a Run VI.

Edited by Phillip Brooks
Link to comment

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.