12-02-2015 03:43 PM
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?
12-02-2015 03:44 PM
For example when peak is more than 2 the indicator blink one time and back to the previuos colour.
12-02-2015 03:49 PM
12-02-2015 04:07 PM
I know that. But how to do that the blink just continuos for short time "just blink"
12-02-2015 04:25 PM
I want to do like on (when signal peak is more tjan 2) and off.
12-02-2015 05:07 PM
You need to have The Open G toolkit to make this work. Use VI Package manager to load the toolkit.
12-02-2015 05:12 PM
I can not open, your version is newer.
12-02-2015 05:14 PM
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.
12-02-2015 05:31 PM
Where I gave to put this "Wait (ms)" VI?
12-02-2015 05:35 PM