08-20-2022 04:53 PM
My question: if I use a property node to list the controls References on a sub VI panel.
Is there any way to negate some of the controls so they do not appear in the list of references on that panel.
Without removing the control from the sub VI panel?
Solved! Go to Solution.
08-20-2022 05:37 PM
When you use the Panel/Pane property "Controls[]", you get the refnum of all the controls contained in the referenced Panel or Pane, even invisible ones.
By "negate some of the controls so they do not appear in the list", I assume you mean to filter out some controls from the list ?
You can use all the available Control properties to decide which ones to keep in the list or not, e.g. Class Name, Label.Text, Value (in conjonction with "Get Type Information") , Indicator, Disabled, Visible, etc...
Here is an example to get all visible indicators:
08-27-2022 06:53 PM
Thank You...
The ForLoop output terminal conditional?
How do you place that?
Chris
08-28-2022 04:44 AM - edited 08-28-2022 04:47 AM
@chrni47 wrote:
Thank You...
The ForLoop output terminal conditional?
How do you place that?
Right clicking on the tunnel and selecting “Conditional Tunnel” or similar in the menu. It’s in the same place where you select if the tunnel is auto-indexing or not.
That is if you have a recent version of LabVIEW. Older versions (2015? or so) don’t have that.
And your post is an additional question and not a solution, so it would be nice if you could unmark your post as solution and mark the post from the previous poster as solution instead!
08-28-2022 06:51 AM
I will next time,,,
Thanks..
Chris
08-29-2022 03:14 AM
@rolfk wrote:
And your post is an additional question and not a solution, so it would be nice if you could unmark your post as solution and mark the post from the previous poster as solution instead!
@chrni47 wrote:
I will next time,,,
Kudo (your 1st!) for fixing that. Note the use of kudos to say thanks...