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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

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