From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I get an Element to have multiple blinking properties?

How do I get an element to have more than one blink property?  Provide an example if possible...Thanks.

Message Edited by mgoldh1 on 07-11-2005 11:42 AM

0 Kudos
Message 1 of 9
(3,480 Views)

What do you mean by more than one blink property?

Do you want to be able to blink only part of a control? 
Maybe it's possible with some customization.

Do you want to have several places in your code where you can control the blinking?
Simply create several property nodes or ctrl-drag the existing node.

Another option I couldn't think of?


___________________
Try to take over the world!
0 Kudos
Message 2 of 9
(3,469 Views)

Ok I have an LED and I'm trying to get the following functionality for 3 bits.

1=Solid Green, 2= Blinking Green( Black Blinking background), 3 = Blinking Red(Black Blinking Back Ground), 4= Blink Red then Green (don't know how to do this), ....

I'm using a case structure to do this.  Is there a local way of specifying background blinkg color for different cases?  Any suggestions welcome.

0 Kudos
Message 3 of 9
(3,462 Views)

I think you would be better off using a colorbox (see e.g. this example). Run it in its own loop and toggle between the various desired colors as needed according to state.

(AFAIK, you don't have control over the blink color for a normal LED.)

Message Edited by altenbach on 07-11-2005 10:13 AM

0 Kudos
Message 4 of 9
(3,450 Views)
When you say that you are using a case structure to achieve this it isn't clear how you are doing it. The "blink" property just causes the control to cycle between colors that were preselected using the "Tools >> Options>>Colors" from the LabVIEW pulldown tools menu and isn't settable (to my knowledge) during runtime. If you are using the FG and BG colors for your control and selecting them in a case statement, that would be my method too.
 
P.M.
Putnam
Certified LabVIEW Developer

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


LabVIEW Champion



0 Kudos
Message 5 of 9
(3,443 Views)
I'm using the case structure to interperate 3 bits or 7 states and am trying to reprensent certain states by various blinking colors.  I'm using the global back ground to achieve this for two of the states but need an additional blinking color.  Does the boolean utilize the foreground blinking state.  If so how.  In the meantime, I'll try the dimmer example as a go by.  Thanks.
0 Kudos
Message 6 of 9
(3,429 Views)
Here's what I had in mind (LabVIEW 7.0).
0 Kudos
Message 7 of 9
(3,419 Views)
Hey, congrats on the upgrade in rating Altenbach!
0 Kudos
Message 8 of 9
(3,413 Views)
Thanks I think this will work! 
0 Kudos
Message 9 of 9
(3,410 Views)