03-17-2010 05:58 AM
Hi,
I messed around with the property node of one of my controls and when I was finished and removed the property node from the block diagram it still makes my control blink.
How do I make it stop??
Is the option of Enable state not possible to set in property node mode. I'd like to go from disabled and grayed to enabled.
Thanks.
Solved! Go to Solution.
03-17-2010 06:13 AM
03-17-2010 06:13 AM
Hi
Your blinking property might still be set. Add the property again to set it to False.
To set the enabled/disabled/grayed state use the "Disabled" property.
Hope this helps.
04-06-2016 04:31 PM
@JB wrote:
To stop the blinking :
- Create the Blinking property node again.
- Wire a False constant to it.
- Run your VI once.
- Delete the property node.
I know this works but I have several of these persistent blinkin' blinkers.
Is there not a way to globally initialize the blinking properties to false when the VI first runs? Or some way to manually 'set the default' value of the blinking properties of all indicators to false?
Thanks,
04-06-2016 06:22 PM
@MinerHokieRamp wrote:
Is there not a way to globally initialize the blinking properties to false when the VI first runs?
You can iterate through all of your FP controls and write a false constant to blinking which will have the effect of stopping the blinking effect for all FP controls and indicators.
04-07-2016 12:40 PM
@Jacobson-ni wrote:You can iterate through all of your FP controls and write a false constant to blinking
Keep in mind the posted method won't go inside other controls. So if you have a blinking control in a tab then it won't be turned off. Same with if something is blinking in a cluster. For these types of controls you should use the Traverse For GObjects.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
04-07-2016 01:27 PM
@Jacobson-ni wrote:
@MinerHokieRamp wrote:Is there not a way to globally initialize the blinking properties to false when the VI first runs?
You can iterate through all of your FP controls and write a false constant to blinking which will have the effect of stopping the blinking effect for all FP controls and indicators.
Fantastic! It works! So, maybe I shouldn't have asked this question in the prior thread. How do I give you solution/kudos credit in this case? I suppose the moderator could provide some direction.
Thanks,
04-07-2016 01:41 PM
@MinerHokieRamp wrote:How do I give you solution/kudos credit in this case? I suppose the moderator could provide some direction.
The unofficial forum guidelines covers this.
https://decibel.ni.com/content/docs/DOC-40451
Basically click accept solution and kudo button as you like, no penalty for giving too many kudos, or marking solutions.
Unofficial Forum Rules and Guidelines
Get going with G! - LabVIEW Wiki.
17 Part Blog on Automotive CAN bus. - Hooovahh - LabVIEW Overlord
04-07-2016 04:59 PM
@Hooovahh wrote:
@MinerHokieRamp wrote:How do I give you solution/kudos credit in this case? I suppose the moderator could provide some direction.
The unofficial forum guidelines covers this.
https://decibel.ni.com/content/docs/DOC-40451
Basically click accept solution and kudo button as you like, no penalty for giving too many kudos, or marking solutions.
I clicked the kudos button, don't see an 'accept solution' button.
04-07-2016 06:41 PM
You have to be the original author to mark it as a solution in this thread. If you were, you could mark multiple solutions.