Jump to content

Application control


Recommended Posts

Hi,

i have vi property reference and invoke node to open the front panel of another vi from the main vi, but since the both the vi property refernce and invoke node are within a while loop( used to continously monitor whether we want to close or open the sub vis front panel ) the subvi's front panel open continuously . is there any way to presvent it.

help me out

bye

karthas

Link to comment
Hi,

  i have vi property reference and invoke node to open the front panel of another vi from the main vi, but since the both the vi property refernce and invoke node are within a while loop( used to continously monitor whether we want to close or open the sub vis front panel ) the subvi's front panel open continuously . is there any way to presvent it.

help me out

bye

karthas

3251[/snapback]

it would be easier to help you if you could show us the code, either as a screenshot or as the vi itself. its hard to imagine how it really works ...

best regards

cb

Link to comment
i have vi property reference and invoke node to open the front panel of another vi from the main vi, but since the both the vi property refernce and invoke node are within a while loop( used to continously monitor whether we want to close or open the sub vis front panel ) the subvi's front panel open continuously . is there any way to presvent it.

help me out

3251[/snapback]

I'm not sure how you are opening a reference to the sub-vi. Just opening a reference to a VI should not open the front panel. Are you continuously opening the front panel with a property node? If so then why are you doing it in a loop? Just open the reference once and then via some logic decide if you are opening the front panel or not. I'm not sure what the loop is for. Please explain.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.