LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to fix/get rid of controls hidden outside the frame of a structure?

Solved!
Go to solution

true lost.PNG

Recently i shrinked a case structure again after it was automatically expanded several times.

I did not recognize any problem since i was looking again at the exit case which is the only one where a true constant

is connected to the stop of the outer while loop.

First the wire wasn't visible at all so i thought i forgot to wire the true constant.

Then i created a new constant which also did not appear on the BD and so i created another one and another one....

When right clicked the terminal i could clean up the original wire which then appeared again how it is shown above.

Now i wonder where all the constants went and how i can make them appear again.

Any clue?

 

0 Kudos
Message 1 of 10
(4,417 Views)
  1. If visible, click on the "List Warnings" icon.
  2. Click on the line to select the object.
  3. Move it with the arrow keys.

 

Hidden object.jpg

 

  1. If the icon isn't visible, add any function on your diagram to generate an error.
  2. Press the "Run" arrow to open the "Error list" dialog box.
  3. If this is not the case, show the warnings.
  4. Click on the line to select the obejt
  5. ...

 

Error list.jpg

0 Kudos
Message 2 of 10
(4,395 Views)

Ctrl-U…

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 3 of 10
(4,369 Views)

@JB wrote:

 

 

  1. If the icon isn't visible, [...]

 


... press Ctrl + L

or click  'View' --> 'Error List' from the menu to show the "Error list" dialog box.

 

UliB

0 Kudos
Message 4 of 10
(4,353 Views)

This is an argument for using Auto Grow structures


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 5 of 10
(4,337 Views)

@crossrulz wrote:

This is an argument for using Auto Grow structures


I have to say I certainly have developed a love/hate relationship with Auto Grow.

 

Most of the time I love it, but when autogrowing a case it can really make a mess of code in the other cases. 

========================
=== Engineer Ambiguously ===
========================
Message 6 of 10
(4,322 Views)

@RTSLVU wrote:

I have to say I certainly have developed a love/hate relationship with Auto Grow.


That sounds about right.  It is very useful for when you are shrinking your structures to make sure you don't cover anything up.  But when you copy strings or change the length of labels that are in the wrong location, it can expand on you and make a little mess.  I find I like them more than hate.  Your mileage may vary.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 7 of 10
(4,310 Views)
Solution
Accepted by Labuser16383

@crossrulz wrote:

This is an argument for using Auto Grow structures


I do the same ....

 

move the constant and quickly un-do the auto-explode setting.

 

(smiley-wink)

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 8 of 10
(4,302 Views)

crossrulz a écrit :
It is very useful for when you are shrinking your structures to make sure you don't cover anything up. 

This is my only use of this feature.

0 Kudos
Message 9 of 10
(4,244 Views)
also if you know the name of constants CTRl+F
could useful for find them
0 Kudos
Message 10 of 10
(4,237 Views)