LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Unhiding hidden control

There is a hidden array of strict type deffed controls on a front panel. I had renamed the strict type deffed cotrol. This caused lots of broken wires and broken controls. I have fixed all but one. This pest is an array of the above mentioned control and is hidden. I need to replace the control inside it with the renamed one. How do I unhide it? The error list box points to it. When I click show error, it's outline becomes visible but as soon as I right click it, it disappears. I tried finding something in the menus (while it's outline was visible) but found nothing. Please help!

 

Thanks a lot!

 

Have a very pleasant day!

0 Kudos
Message 1 of 9
(3,995 Views)

Here's one possibility:

 

I assume that your array container is visible, but the elements are hidden. Do the following:

 

RIght-click on the array container and create a property node. Select property "array element.visible". Wire a TRUE to it and run the VI.

 

See if this works for you. If you still have problems, attach your VI. Good luck! 🙂

Message Edited by altenbach on 09-22-2008 11:09 PM
Message 2 of 9
(3,990 Views)

My understanding is that the array container is actually not visible.

In that case, an easier method is to right click its terminal in the diagram and select Show Control from the context menu.


___________________
Try to take over the world!
Message 3 of 9
(3,985 Views)

Maybe you're right. It is difficult to really tell without seeing some code. This solution seemed almost too trivial at first glance.

 

(Maybe I overinterpreted: "I need to replace the control inside it with the renamed one. How do I unhide it?" .... What is "it"?) 😄

Message 4 of 9
(3,970 Views)
No dear, ! Unfortunately he container has been set to hidden too.
0 Kudos
Message 5 of 9
(3,960 Views)
Yes dear, ! you are absolutely right. The whole structure has been hidden. That VI is huge. So finding that array teminal is very dificult. Right clicking is also not possible as the array outline disappears as soon as I try to right click it (to find the terminal and unhide it from the block diagram.
0 Kudos
Message 6 of 9
(3,958 Views)

Dear ! Thanks for the reply.

 

It = the strict typed control which I had renamed. It caused the VI and the array to break.

 

I was able to solve the problem by right clicking the control (inside the array) and by selecting replace, I was able to point to the renamed control. That solved the problem.

 

Thanks a lot for your time!

You are all a bunch of great, helpful guys!

 

Take care and have a very pleasant day!

0 Kudos
Message 7 of 9
(3,956 Views)

C .DOT wrote:
That VI is huge. So finding that array teminal is very dificult.

I am glad you solved the problem. 🙂

 

Still, If you cannot easily find and offending terminal on the diagram, you clearly have additional issues.

 

It should be as easy as tracing a broken wire back to the source. 😮

Message 8 of 9
(3,909 Views)
Can't disagree with you, , on that.
0 Kudos
Message 9 of 9
(3,881 Views)