09-23-2008 12:54 AM
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!
09-23-2008 01:08 AM - edited 09-23-2008 01:09 AM
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! 🙂
09-23-2008 01:36 AM
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.
09-23-2008 02:19 AM
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"?) 😄
09-23-2008 02:59 AM
09-23-2008 03:03 AM
09-23-2008 03:07 AM
Dear altenbach! 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!
09-23-2008 11:18 AM
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. 😮
09-24-2008 03:51 AM