How to close the called vi but keep caller vi remain open

I have Main.vi that call and open subvi Calculator.vi.  I want to close Calculator.vi window and keep Main.vi open when exit button is pressed.  I've tried the EXIT function but this method also close Main.vi.  Is there another method that close callee and keep the caller open? 

    Right clic on the subvi and select "Subvi node setup..."  Check "show front panel when called" and also "close afterwards if originally closed". Close the subvi before runing the main vi if the subvi's front panel is modal. When the execution or the subvi begins, the subvi's front panel will be shown, if the execution of the subvi finish it will be automatically closed, so your exit button should stop the loops in your subvi to finish its execution and closed the subvi's front panel.
If you want to close the subvi without stopping its execution you have to hide the subvi's front panel using a invoke node, invoke the method "FP.CLOSE" using a static reference to the VI you want its front panel to hide.
Paul
Mechatronic engineer
Lima-Perú

Similar Messages

  • I purchased (and have now deleted Aperture from my computer and want to use only iPhoto.  How do I delete Aperture albums but keep the pics in iPhoto?

    I purchased (and have now deleted) Aperture from my computer and want to use only iPhoto.  (Aperture was simply too much program for me.)  How do I delete Aperture albums but keep the pics in iPhoto?  Please accept my apologies in advance if this is a dumber than dumb question.  I simply want all vestiges of Aperture to go away with losing all my albums.  Any help would be appreciated!

    Aperture added  a second view to your library.
    You now have an additional section in your Source list , called events. But this section lists exactly the same events that you are seeing in the "Events" view. Don't delete anything from there, or you will delete your photos. But you can press the "Hide" button to collaps that section. But someday you may want to use this list. It makes it very easy to move photos between events.

  • How do I delete duplicate songs, but keep a link in their original albums to the single copy of the song left, so it will play in each album in sequence as if it were still there?

    Greetings!
    After importing my 300 or so CDs into iTunes, I found I have tons of duplicate songs.
    Example: I have a song that came in a original album, then in again in a "Greatest Hits" album, then again in a "Hits of the 80's" album, and again in a soundtrack album. I have now have 4 copies of the exact same song.
    How do I delete duplicate songs, but keep a link in their original albums back to the single copy of the song left, so it will play in each album in sequence as if it were still there?
    I don't think this currently exists, but as my library keeps growing the duplicates keep growing.  It would be nice if Apple sees this and adds a way to link songs to multiple albums.
    I don't want to create a custom playlist for every album that has a duplicate song or two (I'd have dozens of playlists) - thought about fixing it that way but not really practical.

    To my knowledge, there is no way of doing what you want. The only workaround is to create playlists for the other albums containing the track, but that isn't practical for most people.
    You could provide Apple with feedback here: http://www.apple.com/feedback/itunesapp.html

  • Exporting photos for UHDTV or Native 4K TV, what are the best settings ? (File: Quality File: Color Space, Image Sizing and resolution)   Or in other words; How can I get the smallest files but keep good quality for display on new UHDTV

    Exporting photos for UHDTV or Native 4K TV, what are the best settings ? (File: Quality File: Color Space, Image Sizing and resolution)   Or in other words; How can I get the smallest files but keep good quality for display on new UHDTV

    You're welcome, and thank you for the reply.
    2) Yesterday I made the subclips with the In-Out Points and Command-U, the benefit is that I've seen the clip before naming it. Now I'm using markers, it's benefit is that I can write comment and (the later) clip name at once, the drawback is that I have to view to the next shot's beginning before knowing what the shot contains.
    But now I found out that I can reconnect my clips independently to the format I converted the master clip to. I reconnected the media to the original AVI file and it worked, too! The more I work with, the more I'm sold on it... - although it doesn't seem to be able to read and use the date information within the DV AVI.
    1) Ok, I tried something similar within FCE. Just worked, but the file size still remains. Which codec settings should I use? Is the export to DV in MOV with a quality of 75% acceptable for both file size and quality? Or would be encoding as H.264 with best quality an option for archiving, knowing that I have to convert it back to DV if I (maybe) wan't to use it for editing later? Or anything else?
    Thank's in advance again,
    André

  • How can I add a line but keep the number I have from tmobile

    How can I add a line but keep the number I have from Tmobile

    Hi, Janice!
    I'm just guessing, but I imagine you'd get your question answered faster in the AE forum.

  • How do i change my iPhone to another iPhone using the same sim but keep all my photos ands everything?

    How do i change my iphone to another iphone using the same sim but keep all my photos and everything?

    Old Phone to New Phone
    http://support.apple.com/kb/HT2109

  • I am trying to delete pages I have crated in numbers, but can only see them in print preview. Without print preview I do not see them. How can I delete these pages, but keep others before and after?

    I am trying to delete pages I have crated in numbers, but can only see them in print preview. Without print preview I do not see them. How can I delete these pages, but keep others before and after?

    Hi Crushed,
    Numbers doesn't have pages. It has a canvas that holds objects such as tables and charts.
    Drag the objects from the bottom of the canvas onto the white space above. That will reduce the number of "pages" (sheets of paper) that will print.
    Regards,
    Ian.

  • How to stop the call summary display on home screen?

    How to stop the call summary display on home screen?

    Here are the solutions I can think of (if no one here responds with something better):
    1. Open Settings and then Phone within the Settings screen and see if you can find a setting there for the call summary. The Phone submenu under Settings would be the most likely place.
    2. Open Settings on your iPhone and go through each item including all of the items within each main item. Within about 10 minutes you should be able to get through all of the settings and find the setting if it exists on your phone. There is no such setting on my phone but it is possible that Airtel has a custom menu with that.
    3. If you still haven't found it, you could check a) Airtel's support site and/or b) an Airtel specific forum.
    4. If still no luck, I would call Airtel and ask again and if you get the same response ask for the location of the setting (or to speak to someone who can tell you).
    Good luck.

  • How to initiate the call JDBC_Sender adapter from BPM?

    Hello,
    I have a periodicall proccess in BPM. After receiving some message in BPM  I check some fileds of the message.If condition is true I need to initiate SQL request to external DB, to receive the message and send it after transformating to SAP.
    How to initiate the call JDBC_Sender adapter from BPM? As I understand I need to use JDBC Sender adapter and once.
    How to construct the correct BPM?
    Thank You

    the message comes into BPM. You check for some conditions and if true use a send step (Sync) that would query into DB table and as a reponse retrieve the related data. After the send sync step have the transformation step and another send step to SAP.
    U would not configure sender jdbc but u wud need to config for recv jdbc. this wuld service the request and in response return the set of data from the table
    Message was edited by:
            Prabhu  S

  • In lock screen how to reject the call??

    in lock screen how to reject the call??

    iPhone, iOS 7.02
    What's the reason why the screen can't show the same touch screen buttons in locked as in unlocked mode?
    When I lock the phone I expect the phone to be locked with chance only to answer or reject an incoming call.
    Often when not beeing able to accept a call is when one is in a situation where you can't answer and the rejection, as well as answering of course, shall be very easy to do.
    OK for the dubbelclick on the lock button but how to find that little button when stressed and can't answer?
    This was better in IOS6!

  • Firefox won't start. Everytime I end the process/close the last window, it keeps getting stuck at about 2500k memory in the task manager. (continued)

    Firefox won't start. Everytime I end the process/close the last window, it keeps getting stuck at about 2500k memory in the task manager. The only way I have to fix it is to change some kind of compability settings or try and access it in a new way, and every time it crashes/closed/computer blue screens that setting will no longer work.
    That is a short term solution, but eventually I'll run out of ways to access firefox successfully. I've tried many solutions, and some worked, but only once. I have yet to find a permanent solution for this problem.

    First please update your plugins to make sure you are up to date. Shockwave Flash player has a newer version 16. In order to better manage the memory that Firefox uses please see these troubleshooting steps: [https://support.mozilla.org/en-US/kb/firefox-uses-too-much-memory-ram Firefox Uses too much RAM]
    You also mentioned that Firefox crashes, we're sorry to hear that Firefox is crashing. In order to assist you better, please follow the steps below to provide us crash IDs to help us learn more about your crash.
    #Enter ''about:crashes'' in the Firefox address bar and press Enter. A Submitted Crash Reports list will appear, similar to the one shown below.
    #Copy the '''5''' most recent Report IDs that start with '''bp-''' and then go back to your forum question and paste those IDs into the "Post a Reply" box.
    ''' Note:''' If a recent Report ID does not start with '''bp-''' click on it and select '''Submit'''.
    (Please don't take a screenshot of your crashes, just copy and paste the IDs. The below image is just an example of what your Firefox screen should look like.)
    ;[[Image:aboutcrashesFx29|width=500]]
    Thank you for your help!
    More information and further troubleshooting steps can be found in the [[Firefox crashes - Troubleshoot, prevent and get help fixing crashes]] article.

  • How to declined the call when the screen is locked on io7?

    Guys I tried to cancel the call while the phone is ringing it doesn't display an option while the screen is Locked however there declined option when it's unlocked
    Any idea how to declined the call while the screen is locked

    Thank you all but This is not the default of the previous operating systems like iOS 5 and io6 so why apple didn't set an option to decline the call as normal instead pressing on the power button in each call

  • How to set the caller tune on PRI-Line/CUCM 8.X

    Hi Team,
    If passible to set the caller tune songs or advertising in CUCM 8.x -( in place of ringing).
    How to set the caller tune for incoming calls( advertising), including 4 digit extension. This feature is available or not (cucm 8.0.3) Kindly verify and confirm
    regards,
    Johnson

    Dear Team,
    Now i have configured the Call Queuing, Its working fine, But how to verify to incoming calls or Missed call  are in queuing, how to showing. 
    Connected call are showing, but unable show missed call like who ever in queue.
    Regards,
    Johnson.

  • HT201328 I am trying to unlock my old iphone after we got a new iphone 5s yerterday.  I sent the request to at&t and I have the unlock instructions but keep getting a message on itunes when I try to do the restore...

    I have been trying to unlock my iphone 4s after we bought a new iphone 5s last night.  I sent the request to At&T and receieved the instructions on how to unlock the old phone but I keep getting an error message when I try to do the restore.

    You might want to state what the error message says....

  • I want know how to close the time capsule the "DHCP"

    Dear Sir,
            I want to know how to close the "dhcp" on time capsule. Tks!
    Br,
    William

    If you are on Lion download the utility that actually works, 5.6 as v6 is useless.
    Go to manual setup, go to the Internet tab, go to DHCP, turn it off.
    That will then require you to manually set dhcp or use a different dhcp server but pointing back to the TC as gateway. If you are using something else as main router, just bridge the TC, that will automatically turn off DHCP.

Maybe you are looking for