06-29-2006 02:31 AM
Hello,
Will you please tell me how to find the terminal to the reference or explain why this is possible?
I have inherited this large program and the originating author is not available.
The attached screen shot shows the grayed out find >> terminal.
Thanks,
MoWW
06-29-2006 02:40 AM
06-29-2006 03:04 AM
06-29-2006 03:24 AM
06-29-2006 06:08 AM
06-29-2006 07:12 AM
06-29-2006 09:03 AM
lapres_3 is correct, but what I find weird is that your LED is T, meaning that LV does think that this cluster is visible.
It looks like this code is inside an event structure. Did that section of code actually run, or did the value stay true from before the program ran? 
Other than changing it to Write, make sure that this code is also executed.
06-29-2006 10:03 AM
There are only two things I can think of that would cause the "Terminal" option on the Find pull-right menu to be grayed out. If the control is a Subpanel, it won't have a terminal...but that's not your case, since you have a Cluster. In your case, your cluster must reside inside an array or another cluster...this would result in it not having a terminal on the diagram.
It also makes sense to me that the Visible property would be set to True...I think what's happening here is that there is an invisible cluster on the panel, and your cluster is inside of it. The "Visible" property does not propogate...meaning, if an owning control is set to invisible, its contained controls will still return a Visible property value equal to whatever it was originally. So you need to find the owning cluster and make it visible so that you can see your cluster.
I hope all that made sense. Let me know if you're still having trouble.
-D
06-29-2006 11:04 AM
06-29-2006 11:09 AM
If my theory is correct, the other cluster is *both* large and invisible. 🙂 And if my theory is incorrect, I want to see a sample VI that demonstrates the problem attached to the next post... 😉
We'll see what happens...
-D