LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Blinking indicator

Hi, how I can make an indicator that change the color if the event occur and after that event the indicator come back to the previuos color? And then again then the event occur it will changes? 

0 Kudos
Message 1 of 12
(4,981 Views)

For example when peak is more than 2 the indicator blink one time and back to the previuos colour.  

0 Kudos
Message 2 of 12
(4,979 Views)
Hi onoff,

either use the Blinking property or set colors using color properties...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 12
(4,969 Views)

I know that. But how to do that the blink just continuos for short time "just blink"

0 Kudos
Message 4 of 12
(4,955 Views)

I want to do like on (when signal peak is more tjan 2) and off.

0 Kudos
Message 5 of 12
(4,943 Views)

You need to have The Open G toolkit to make this work. Use VI Package manager to load the toolkit.

Glad to answer questions. Thanks for any KUDOS or marked solutions 😉
0 Kudos
Message 6 of 12
(4,922 Views)

I can not open, your version is newer.

0 Kudos
Message 7 of 12
(4,913 Views)

Booleans can have a "value" which is True or False. They also have a "colors" property so you can change what the False and True colors actually are. If you only want 2 different colors, you will probably just want to change the value.

 

How you implement the timing is up to you. You can set the value to True, add a "Wait (ms)" VI with a value of something like 750ms, and then set the value to False.

0 Kudos
Message 8 of 12
(4,910 Views)

Where I gave to put this "Wait (ms)" VI?

0 Kudos
Message 9 of 12
(4,901 Views)
0 Kudos
Message 10 of 12
(4,898 Views)