10-18-2005 01:00 PM
10-18-2005 03:03 PM
10-18-2005 03:10 PM
10-19-2005 02:50 AM
hi
I have encountered the same problem and labview version is LABVIEW 7.1 any ideas?????
10-19-2005 08:17 AM
I am running labview 7.1.1. I found out the problem accidentally. When I was doing the original testing, it had the sympon that whenever I hide the variable, it would show blank. When I showed the variable, it would show up properly.
I suggest, the place where you actually set the value you place a unique value to it. That way, when the value gets change, you have an idea where it was set. I also used a lot of local variables of the hidden indicator or control within the loop. I generally keep the terminal outside of the loops.
10-19-2005 08:37 AM
Mission:
If you are actually updating an indicator in a subVI and you acutally have it wired to the control panel, the value will always be passed to the main. If you can post an example that demonstrates where it doesn't, I think everyone would love to see it.
10-19-2005 08:43 AM
10-19-2005 08:55 AM
10-19-2005 09:43 AM
10-20-2005 07:22 AM
Hi Dennis
I ll surely post the example where it is not happening.
I am actually passing the cluster output from a subvi where I am then passing the value to an indicator.I am taking a local variable of that indicator and passing it to the second frame of the sequence.
Now when I hide the indicator the problem arrives.
I hope I am making sense to you.
anyways I ll post a demo vi soon.
regards