11-26-2011 05:17 AM
Hi!
I want to be able to update the code contained within an event structure by a tab control value change, in addition to the usual bool controller in the UI.
The problem is that the event structure don't seem to run when the bool has a value change for the tab control. I have made a short .vi to demonstrate. A counter is placed in the Event structure so it is possible to see if it is running or not.
Any ideas?
Best regards
11-26-2011 08:52 AM
This question has been asked many times. Did you try a search? Simply writing to the indicator does not trigger the Value Change event. It seems counter-intuitive, but it's not. If you want to trigger the Value Change event for a control/indicator then you need to use a property node and use the Value (Signaling) property.
01-08-2012 03:28 AM
Thank you for the response. I have tried to alter my example with the Value (Signaling) property, but it does not solve my problem.
Can someone post an altered version of my example by using the Value (signaling) property?
To summarize my problem from the first post: Every time the tab controller bool is changed, I want the counter in the event structure to count.
Thanks again
01-08-2012 03:59 AM
If you know how to solve this problem without the use of the Value (signaling) property node, please let me know.
I need all the help I can get.
01-08-2012 03:59 AM
If you know how to solve this problem without the use of the Value (signaling) property node, please let me know.
I need all the help I can get.
01-08-2012 04:40 PM
Here is a version of your code using a Value Signaling property node.
I "think" it does what you want ...
steve