Create an attribute node of the indicator (right click ... create .. attribute node). Select the visible and blinking item and connect the corresponding booleans to it. In your case: if indicator is true: blinking = true;visible = true. if indicator is false: blinking = false; visible = false.
Ok, i use the property-node. I was able to get 2 boxes, one for visibile and one for blinking. But how to connect the boolean (switch) to the node? When i try to wire it is a broken wire. Or do i have to wire the indicator to the node? Could you send me a small example? 1 switch, when it's closed an indicator starts blinking, when it's false it is invisible.
Hi, you have to change properties into write mode. By default they are in read mode, so you can't change them but can get the info about properties. To change property into write mode you have to right-click on the property node in the block diagram abd select "Change to write" or "change all to write". Now you can wire controls to property node.
Hi, In LV6.0 go to menu item "Tools->Options..." Then select "Colors" from the list of options. Uncheck the checkbox "Use default colors" and change "Blink foreground" or "Blink background".