Opening vi in sub panel

hello,
i think question has been posed multiple times but i don't find post talking about behavior expected
i have two vis that can be called vith a main i would like to call them using arguments (init, stop, ...) but 
as they are played alternativitely  i would like to see panels not in new front panel but in  common sub panel of main ...
 Best regards
Tinnitus
CLAD / Labview 2011, Win Xp
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail
Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte

Thank you
me again
there is no way to display   for example vi1 or Vi2  in a sub panel without caliing them with there explicite filename ?
i'm interested with sub panel not for dynamic calling but for common window of vis   used in a main prog 
Best regards
tinnitus
CLAD / Labview 2011, Win Xp
Mission d'une semaine- à plusieurs mois laissez moi un MP...
RP et Midi-pyrénées .Km+++ si possibilité de télétravail
Kudos always accepted / Les petits clicks jaunes sont toujours appréciés
Don't forget to valid a good answer / pensez à valider une réponse correcte

Similar Messages

  • Inability to run VIs in more than one sub panel

    Hello,
    I have a VI that contains a tab control with 8 tabs. Under each tab, I have placed a sub panel. I need to a separate VI in each sub panel simultaneously.
    Using Open VI reference function and without any options,I have Invoked Nodes to Run VI and then insert respective VIs in unique sub panels.
    Apart from a single VI running under a single tab, I am unable to see any of the other VIs running in all other tabs. Error Indicator shows No Error.
    Could someone please tell me how to run multiple VIs, each in a unique sub panel, but under the same tab control?
    I failed to execute a separate VI under a sub-panel that was even placed OUTSIDE the tab control...
    Thanks in advance.

    Hello Freelance_LV,
    Thanks for your response.
    Please find the snapshots of the Front Panel and corresponding Block Diagram of the sample code I intended to use (in Labview 12).
    As you said, I too, was able to switch (insert-remove-re-insert) VIs to execute from a single sub-panel when required.
    However, in this instance, I need to run 8 different VIs in 8 sub-panels simultaneously. Its so that my customer can look at different VIs for different tab selections at any point of time, and at the same time. Sadly, only 1 sub-panel VI seems to be running while the others arent, even though the logic for opening-running-inserting VIs for all sub-panels are the same...
    Attachments:
    SubPanelTestVI - FP.jpg ‏117 KB
    SubPanelTestVI - BD.jpg ‏186 KB

  • How to center a subvi in a sub panel control?

    Hi, al
    I want to display some subvis in a sub panel of main app. Now, I can insert subvi to sub panel.
    But they are not diplaed in the center of sub panel. I want to know whether there is a way to
    center my subvi automatically, or I have to adjust by myself.
    I also try to disable frame and scroll bars of the sub panel contro, but it don't work. please help
    me about it.
    thanks.

    I tried it and it didn't work, the vi open in the top left corner of the sub panel. Alternately, what you can do is scale the subVI front panel the same dimension as the sub panel and center what you want in your subVI.
    Ben

  • Sub panel

    How to multiple call sub panels one by one in a vi

    Thanks all for your response,
    Actually wat i meant is , in an application i want to display sub vi s in the main vi front panel.Even i want to edit the values of that sub vi displayed in front panel.So how i can call multiple subpanels in main vi and edit the values of opened sub vi s.Now i can call sub vi's but not able to edit values.
    Sample vi attached.
    Attachments:
    Sample for subpanel.vi ‏10 KB
    current.vi ‏5 KB
    voltage.vi ‏5 KB

  • One link to open/close all _accordion_ panels

    I am aware that collapsible panels have group feature and you can open and close all panels by wrapping the individual panels within a group.
    Is there a way to open all panels in an accordion widget?

    Open all, no.
    Close all, yes (set panel to -1, with the useFixedHeights:false option)

  • How do I programatically open a LabView Front panel?

    I want to use a test stand variable (perhaps a sequence global) to control whether certain VIs open their front panels, and wait for subsequent operator interaction. Can I get there using the API and something like this:  "Step_TSInfoProp.TSInfo_StepAdditions.LVStep_ModulePathProp" ?
    I tried passing a boolean to the VI and then having it optionally open its own front panel using the VI Server, but I could not see it because it would always be behind the TestStand Window.

    Sean,  The reason for doing this is that the client wants a "debug level" control of some sort. If set below some value, the VIs just do their thing, take their measurements, report, or whatever and go on their way blindly as what we expect a good test sequence to do. However when this value is set above some level (the threshold may be different for various categories of tests) the VI becomes interactive. This would allow an operator to see a measured value, and possibly tinker with the instrument parameters or the UUT, before continuing on. This might be similar to a single step command, but not necessarily pausing at every step. Inside of the VI I can test the value of the variable (either passed in through the connector pane or via the sequence context) and thus decide whether to be interactive or silent. I can also use the VI server to open my front panel or not.  But in doing so, even though I try to make the VI panel frontmost, it is hidden by Teststand. If the VI attribute is "dialog" then it does show up on top of everything else, but unfortunately does so even when I don't tell it to open at all.
    PC

  • Loading independent sub vis in sub panels and calling from main vi

    Hi all,
    I have trying to work on the following requirement.
    I have a main vi with a file browzer and sub panel - Channel . I will select a channel configuration text file which contains Analog and digital channels names. ''
    My vi will read that file and loads and Channel VI in the sub panel - Channel.
    Now the CHANNEL VI has a tab control with 2 pages analog and digital. Each page again has sub panels i,e. sub Panel - Analog and sub-Panel-Digital.
    Analog VI with some knob controls which are binded to Signals are displayed in the sub Panel - Analog.
    Digital VI with some boolean controls  which are binded to Signals are displayed in the sub Panel - Digital.
    These vis will show the values acquired from the hardware.
     I want to provide the user to load any channel configuration file and acquire the data. For the first time the execution is working fine. The next time when I tried to load a new configuration file. it says "Invoke node in main cvi <Append> Method Name <b>Run VI</b> and the new configuration is not loaded.
    The following logic is implemented as a sub vi to load and close the sub panel vi.
    VI Load logic:
    VI CLose Logic
    So please let me know where am i doing wrong.
    Before loading the new configuration file Iam calling the close logic . But still is not working.
    Thanks in Advance.
    Ramesh.

    Can you post a vi snippet? It would be helpful to see your logic flow, I'm wondering if your problem is that you've got "remove vi" node at the end after you have already closed the vi reference - but can't tell if same vi reference are used as in the case of top diagram.
    -DP
    New Controls & Indicators made using vector graphics & animations? Click below for Pebbles UI

  • How to get rid of scroll bars in sub panels when displaying a VI which is part of a class?

    I am writing an application that applies different analyses to a set of data. The program must be flexible configurable. To not clutter the GUI with too much elements I ended up with the idea to load the needed user interfaces for each specific analysis dynamically into a single sub panel when needed. This works well without any problem.
    Due to the fact that all analyses share some common functionality I have decided to use LabVIEW classes for implementation. Each class has one VI representing the user interface to show in the sub panel.
    This works also well BUT the sub panel always shows a horizontal and vertical scroll bar I don't want to see!
    I have already learned that I need to change the user interface VI to a custom "Window Appearance" and disable the "Show scroll bar" properties. But this seems to work only for "normal" VIs but not for VIs that are part of a class.
    Any ideas?
    Ingo
    Solved!
    Go to Solution.

    Thanks Pixar, this was the right tip!
    Although: there seems to be a difference between "normal" VIs and VIs that are members of a class.
    For "normal" VIs it is sufficient to set the property to "Off While Running" and it works as expected.
    VIs part of a class need the "Always Off" setting" which is only accessible via right click on the scroll bars but not via the VI's properties box.
    Thanks and Regards
    Ingo

  • I have been running Creativ Cloud since it was introduced. About a month bacck I decided to remove one or two apps to make space on my MC. Unfortunatly I used windows 7 to remove th programs, not the CC Aplication. Now when I open my Creative Cloud panel

    About a month back I decided to uninstall some applications to make room on the PC (Windows 7 64 bit). Mow when I open the Creative Cloud panel I just get a blank box with no app and no headings. I uninstalled the extra applications with windows 7. How cam I get my creative cloud back?

    Hi David,
    Please refer to the threads below where this issue has been addressed:
    New Creative Cloud App unusable: it's blank!
    creative cloud is blank window why?
    Cloud Desktop App is blank?
    Re: Creative Cloud app opening blank
    Regards,
    Sheena

  • Problem with multiple sub-panels through Enum case structure: "The VI is not in a state compatible with this operation"

    Hello,
    I am using LabVIEW 8.0 and I am attempting to create a sub-panel that displays the front panel of a sub-vi depending on the selection made by the user via the Enum dropdown menu.  I have wired the Enum to a case structure and applied identical coding to each individual case structure except for obviously changing the sub-vi source.  However, I receive an error "The VI is not in a state compatible with this operation."  I was able to successfully make a single sub-vi work within a sub-panel using a true/false case structure and the exact same coding.  However, now that I am using an Enum box wired to a case structure, I receive this error.  I have attached my block diagram as well.  Could anyone assist me as to where it is that I am going wrong?
    Thanks in advance!
    Solved!
    Go to Solution.
    Attachments:
    enum subpanels.JPG ‏22 KB

    torm wrote:
    I have attached my block diagram as well
    I only see a picture. Can you attach the VI instead? At what point do you close the reference?
    torm wrote:
    I have wired the Enum to a case structure and applied identical coding to each individual case structure except for obviously changing the sub-vi source.
    Well, if the code is identical except for the source, only the source should be inside the case, right? Why duplicate code?
    LabVIEW Champion . Do more with less code and in less time .

  • Indesign CC 9.2 crashes upon opening the data merge panel

    I have a document that's in a book (of multiple files) with cross references to other documents in the book. I also have almost all the content in an inCopy assignment in order to manage multiple versions/layouts with the same content. All cross references are unlinked from inCopy as the page numbers vary from book to book.
    That said, while other documents in the book work fine, this one is having issues. Whenever I try to view the data merge panel it crashes. I had a similar problem with other files where if I try to select a data merge source it would crash. I fixed the problem by saving a copy, deleting all pages from the document, selecting the data merge source (which now works with no content on the pages), then copy/pasting the content back onto the pages. Not sure why this works but it did.
    The problem is that I tried the same solution on this document and now, and it worked until I tried click on the data merge panel after following those steps, inDesign crashes. If I open the data merge panel, THEN open the document, it crashes as well.
    I am going to attempt to redo this with the data merge panel open while I copy/paste content back in and see if I can narrow down the problematic content if that's the issue.

    I actually tried this already, it still crashes and the error is reproducible on four different computers here: 1 Mac and 3 Windows machines. I didn't even restore my old preferences, I just did the reset and it still has the issue. Note it's not crashing when I use data merge, simply when I try to view the panel.
    The only thing that differentiates this document from the other ones I've had issues with that I got my work-around to fix is that the cross-references point to other documents (where the other ones I've managed to fix have cross-references within the same document).
    For the sake of my sanity I may just convert the (2) cross-references to text if they are in fact the issue.

  • Can't open folders in Favorites Panel-Bridge CS3

    I just added a couple of folders to my "favorites" panel, so I can find them more easily.  I have only two folders in the favorites panel.  But when I click on them, nothing happens.  They don't open.  At the bottom of the screen, the loading icon rotates (next to number of items, and number hidden) but then goes away and nothing happens.
    I can open these folders from the Content Panel.
    Thanks in advance ...

    Not sure if I understand you correctly but pointing to a folder in the
    favorites should show the content of that folder in the content panel, is
    that what you can see or do you expect something different to happen?
    If you point to a folder in the favorites panel and use right mouse click
    you have two options, remove from favorites and reveal in Finder.
    Try reveal in Finder and see to what folder you end up and check if it has
    content.
    And when you say 'can open in the content panel' from what point did you
    start, the folder panel or the favorites panel?
    I can open these folders from the Content Panel.

  • ActiveX controls disappear when VI is loaded in a Sub-Panel with Start Modal Dialog usage

    Hi,
    I have a subpanel in a VI (VI1) in which another VI (VI2) is loaded. VI1 is used as a module for an Action step in TestStand. VI2 has ActiveX controls like ExpressionEdit and Adobe PDF reader etc. VI1 loads VI2 in a sub-panel and calls Start Modal Dialog.vi. I have set 'Show front panel when called' to true for VI1 so that the VI pops up when the sequence is run. When the sequence runs and when the Start Modal Dialog VI is called from VI1, all ActiveX controls in VI2 (loaded in the sub-panel) disappears. Here is the screenshot of the frontpanel of VI1 when the sequence is run:
    This problem occurs in TestStand 4.2.1, TestStand 2010 and TestStand 2010 SP1 (as far as I have tested. May occur in older versions too). In the attached file, VI1 is 'ExprEdit Test.vi' and VI2 is 'SubpanelLoad.vi'. The attached sequence is developed in TestStand 2010 SP1.
    How can this issue be solved?
    Thank you,
    Ganesh Kumar
    Solved!
    Go to Solution.
    Attachments:
    Subpanel Load ExpressionEdit problem.zip ‏23 KB

    Hi,
    An update on this issue: I tried changing the order of loading the VI in the SubPanel and the start modal dialog. I called start modal dialog and then loaded the VI (VI2) in the SubPanel. When I ran the sequence, the activeX controls did not disappear (I was pretty sure that the ActiveX controls in VI2 would not disappear since I am calling Start Modal Dialog before loading the VI in the Subpanel). Then I just changed the sequence of operations back to the previous order (loading the Subpanel with the VI and then calling the Start Modal Dialog). When I ran the sequence, the activeX controls where still displayed. But when I ran the sequence with the VI1 backup (that I had taken before making all these modifications) the activeX controls were not displayed. I a nutshell, I now have 2 versions whose codes are the same. But when I run the sequence with action steps for these VIs, the activeX controls disappear when the unmodified backup VI runs and does not disappear when the modified VI is run. I have attached the files that I used along with the sequence file. The details are as follows:
    ExprEdit Test (Not Working).vi - The unmodified backup VI for which the ActiveX controls disappear.
    ExprEdit Test (Working).vi - The modified VIs in which the ActiveX Controls do not disappear (But same code as ExprEdit Test (Not Working).vi).
    ExpreEdit Test.seq - The sequence file containing 2 action steps one each for theabove mentioned VIs.
    SubpanelLoad.vi - The VI that contains activeX controls and is loaded in the SubPanel.
    Note that the sequence is created in TestStand 4.2.1.
    Thank you,
    Ganesh Kumar
    Attachments:
    Subpanel Load ExpressionEdit problem.zip ‏36 KB

  • How do I get the Basic and camera calibration sub panels in the develop modual to come back after they go away on there own?

    I was working on images and then when I picked a different image the basic and camera calibration sub panels disappeared. How do I get them back?

    Right click on one of the other headers and a popup will appear and you can select the ones you need to view.

  • Vi's with sub panel

    hi
    i want to run an aplication on fp-2010 which have sub panels(panel embedding)
    but i got the following problems
    1.vi's with sub panel are not loaded on fp-2010
    2.and not supported by Lab VIEW Real Time
    can any one help me in this regard or suggest any other method that i run my application with fp-2010
    OR can i use any other tecnique which give the same functionality as sub panels and compatible Lab VIEW Real Time
    regards
    mazhar

    duplicate post

Maybe you are looking for