LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

llb manager and subVIs

Hello everyone, i'm working on labview these days (i'm new) and i'm using llb manager to save my VIs, the thing is that everytime i run my main VI, one of the sub VIs would pop up to the screen , do you have any idea what i can do about it ?? 

0 Kudos
Message 1 of 13
(3,392 Views)

Hi, soumayabennasr

 

First you can check your sub VIs property.

 

If you dont want to sub VIs pop up, you cancel "show front panel when called or loaded". 

 

Like the following picture.

 

pop-up solution.JPG

 

 

 

Certified LabVIEW Developer
0 Kudos
Message 2 of 13
(3,383 Views)

I've already tried that, doesn't work Smiley Frustrated 

0 Kudos
Message 3 of 13
(3,379 Views)

Hi, soumayabennasr

 

You tried in your main VI or Sub VIs? Must change property in your Sub VI.

 

Another one solution, you check your sub VI and see your program have this invoke node or not.

 

This invoke node will open your sub VI front panel.

 

pop-up solution2.JPG

 

Patrick

Certified LabVIEW Developer
0 Kudos
Message 4 of 13
(3,366 Views)

I've tried to change the property of my subvi, and i think the pb is in the program as you've said. I don't have that exact bloc, but I have an open.vi at the beginning of the block diagram like the one in the picture bellow, could i remove it or should i change the open.vi ? 
It sounds complicated to me Smiley Frustrated

 Capture.PNG

0 Kudos
Message 5 of 13
(3,357 Views)
Showing an image of a high level block diagram does not help at all. You can look at the block diagram of the subVI and determine what's going on or attach the subVI so that someone can look at it.
0 Kudos
Message 6 of 13
(3,346 Views)

Hi,

 

If you can, please put on your VI and we can figure out what problem in your program.

 

Patrick 

Certified LabVIEW Developer
0 Kudos
Message 7 of 13
(3,342 Views)

I'm quite new in this , so the subvi is 74000rs232UT

Download All
0 Kudos
Message 8 of 13
(3,340 Views)

does it help or should i upload the hole project ?

0 Kudos
Message 9 of 13
(3,332 Views)

Is it possible that the subVI has been marked as a top level VI in the LLB?

 

Marking VIs as Top-Level VIs in an LLB

 

Edit I guess I misread the post.  I thought it opened when you opened the LLB not when you ran it.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 10 of 13
(3,321 Views)