Open a Subvi and run automatically

Hello everyone,

I ve a structure of the event in which a Subvi is called by server of VI. I Don t want the main VI to freeze I turned forward until it is turned off.

But the Subvi is called and in edit mode. How can I call the Subvi and run automatically?

Kind regards

Wilbur

Hi Wilbur,

Good afternoon and I hope that your well today.

Thanks for the post.

The VI property Exec.RunOnOpen is not necessary - if you are using Server VI, this property is ignored - and your using the method run a VI in any case.

I think that your problem is with the configuration of your reference open VI. If you set the entry to zero (0) options it works? It does for me. And if I said that admission to 8, it load in edit mode.

The problem that I believe is in the detail of the reference open Help content. When the reference is destroyed in the server called VI VI VI is shorter.

For example, I have a small delay between my RunVI (wait that fact - false) and the reference close VI. After the period of my called VI stops.

What results you want to achieve? You try to call a reentrant VI? If so, please take a look at the following example

Load and call several Copies of a Subvi using VI Server

http://zone.NI.com/DevZone/CDA/EPD/p/ID/4192

Please let me know how found you this information.

Tags: NI Software

Similar Questions

  • How to open the subvis before running software?

    Hi all

    I wonder if there is a way open subvis with my main vi and have it run at the same time the main vi is running?  As soon as I double click on the main vi, I want the panels front-end Subvi to pop up with the vi main and run them all when I click on run on my main vi.  Thank you.

    To get the sub vi FPs to open when you call, go to file > VI properties, select the appearance of window option in the dropdown menu, click Customize and check "see the front when it is called.

    At least the front of the auxiliary of the screw panels, which will open as soon as they are called in the main vi.

    As for having all FP open just by opening the main vi, but before you run the vi main, I'm not sure.

    Edit: a typo in

    Edit 2: Under "before show Panel when it is called" is another option.  «Open front when load.»  Looks like what you want.  That check for all of your sub vi

  • My beta1 application does not open when compiled and run with the beta 2

    I somehow updated my alpha and IDE, now my only problem is that when I launch my app it begins to open on the alpha but omits to say could not load library libbb.so.0, I'll do some research, but if anyone has any ideas?

    Thank you as always.

    I also had problems during the upgrade to version BETA 2.

    My application will compile fine but when run in the Simulator, it would break indicating: 'CODE of ERROR 8 '.

    What I have done is to create a new application of Cascades and simply copied over the old files in my new project (with a change of name here and there).

    This fixed the problem.

  • Downloaded a trial version of Acrobat Pro XI on 14.03.2015 - how can I open and run on my MAC PRO?

    How do I open the program and run it on my MAC PRO?

    You say that you can not open it and run the program (Acrobat Pro). What exactly happens when you try? Please give all messages in their entirety.

  • Some nodes of property subVIs and graphics seem not to complete all actions unless I look at them.

    I have a few subVIs in use which take the server references to graphics and images and add sliders, establish the limits and the pixel values min/max value.  Sometimes a couple of sliders don't prepare you, or one of the limits will be bad, etc.  If I open the Subvi and place probes or preserve values to see what numbers are passed, everything is running and all of the sliders are defined.  I also had this problem outside a Subvi with a property node affecting 16-bit values min and max of pixels. I checked, and the same / correct are passed to all the nodes property, as are the correct references.  The Subvi always run correctly by operating later in the calling VI, only during initialization do they sometimes fail.

    Thank you

    Brendan

    So I tried to unifying the property node, but that has no effect.  It turns out be related to writing data in the chart before you set the sliders and the mini/maxi.  Even if the chart has not been set on autoscale, it seems that it is be re-scheduled somewhat when the data has been written.

    Thank you!

  • Opening files to automatically open and run the program with the input file

    My program has the ability to save and open a text file with a custom extension.  How to make the system in which the program is installed to recognize this file to open the program, AND how I understand the entrance to deposit in my program and load it.

    Thank you

    And now I understand how to debug by going to Run and by changing the arguments of the "command line" it.

    So resolved.

  • I need to install a driver on my computer. When it downloads it automatically is to open with excel and does not demand for correct installation. Any suggestions?

    I need to install a driver on my computer. When it downloads it automatically is to open with excel and does not demand for correct installation. Any suggestions?

    Hello

    1. for which device you are trying to install the drivers?
    2 are you able to install or run any .exe on the computer file?

    Try to run the fix to the article below and check if this help.
    When you run an .exe on a Windows Vista-based or Windows 7 computer file, the file may start another program
    http://support.Microsoft.com/kb/950505

  • with another application that has been proposed by windows, I open a file exe and apply automatically to all existing in my pc exe files, how to fix this?

    I opened the exe file and it was a document with a different application, and it automatically changed icons in exe file to this specific icon that was a drop-down list. Let me put in practice: I opened the document to OPEN WITH, and then I selected a different instead of Word and on the window menu mini application drop-down, he said ALWAYS OPEN A FOLDER OF THIS NATURE WITH THIS APP, and it changed all my icons shortcut automatically to this request, so now I can't even open a new word document not even my emails, unless I open it by clicking "Open store" Please help

    Hi Julia,

    With what application you open the file?

    This problem can occur because the file format that you have modified the default.

    I suggest you try the steps from the following link:

    When you run an .exe on a Windows Vista-based or Windows 7 computer file, the file may start another program
    http://support.Microsoft.com/kb/950505

    Note: this section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click the following article: back up the registry in Windows 7

    Get back to us and let us know the State of the question, I'll be happy to help you. We, at tender Microsoft to excellence.

  • How to log on automatically to the apex and run a specific page / application

    Hi all.

    I would like to know if there is a way to connect automatically to the apex and run a specific page / application. I mean, invoke browser and necessary information for you connect (non-public user) and run a specific application (secure ina in if possible).

    Thanks in advance...!

    Hello

    Well, as a very crude test, you can set your authentication scheme being request Express authentication define specific users to Apex. Then, create one before the login process of header on the page of connection (101) to automatically open a session that contains:

    apex_authentication.login(
        p_username => :P101_USERNAME,
        p_password => :P101_PASSWORD );
    :P101_PASSWORD := NULL;
    

    conditional on P101_PASSWORD is not null.

    Then you can login using your username and password in the URL, for example

    f? p = YOURAPP:LOGIN:P101_USERNAME, P101_PASSWORD:username, password

    Rod West

  • How do we uninstall 'player fantapper' program? When I try to uninstall the program he wants to open and run.

    How do we uninstall 'player fantapper' program?  When I try to uninstall the program he wants to open and run.

    Learn how to use Bing.

    http://answers.Yahoo.com/question/index?QID=20110425162538AAU5Iun

  • I got a new open word doc and is logged when Windows Vista did an update automatically and restart, now I seem to have lost

    original title: lost document

    I got a new open word doc and is logged when Windows Vista did an update automatically and restart, now I seem to have lost! Any suggestions? A system restore wouldn't work?

    If you have not saved the document before the reboot - and Windows always give a lot of warning before restarting automatically - while the file disappeared.  There is no way to recover; System Restore does apply to system files, not data.

  • Window opens and closes automatically

    I also have the same problem.
    I bought a laptop more than two weeks ago, I turned on and it started downloading the updates for Vista. (I have Vista Home Premium)
    Then when I turned off my laptop, you could see that Vista was installing updates before power off.

    When I restarted the laptop, I have the same problem that jmwmh has.
    Several programs of the control panel will not open, as the update of Windows, user accounts, Parental controls, etc. They open and close automatically.
    I even used the recovery DVD and reinstalled Vista several times, but after some time, the problem returns.

    I even tried to disable Windows Update, because I discovered that it was after an update of Vista that my laptop has gone mad, but STILL it downloads an update and installs it without my permission.

    I have administrator rights, so this isn't the problem...

    Any ideas?

    Donangelus,

    Thank you for using answers.microsoft.com

    My suggestion is to try to create a new user profile and see if the problem occurs in the new profile.

    Here are the steps to create the account.

    • Create a new user profile:
      Follow these steps to create a new account, we can test:

      1. Open user accounts by clicking the Start button, clicking Control Panel, clicking user accounts and family safety, then clicking on user accounts.
      2. Click on manage another account. If you are prompted for an administrator password or a confirmation, type the password or provide confirmation.
      3. Click on create a new account.
      4. Type the name you want to assign to the user account, choose the type of administrator account on the computer, and then click on create an account.
      5. Log out and log in to the new account.
      6. Verify that the problem you are experiencing is resolved

    Let us know if that fixes the problem or if assistance is needed.

    Kind regards

    Debbie Microsoft Support Engineer answers visit our Forum of Microsoft answers Feedback and let us know what you think.

  • What do I need open and run a WIN RAR file sent to me?

    WIN RAR

    What do I need open and run a WIN RAR file sent to me?

    A third-party compression program that can decompress this file.  Windows does not have any integrated other than "ZIP" compression algorithm

    WinRAR is not a Microsoft application.  You are welcome to buy it and install it, of course.

    You may be able to use the free 7-Zip to decompress the compressed files, that you received.

  • CHKDSK runs automatically and checks my 2nd HARD drive and shows a lot of mistakes, 2nd HARD drive is gone.

    Hi, I have 2 80 GB HDD (SATA - 1 + 2 - ATA). whenever I turn on my system (XP SP3) then chkdsk runs automatically
    and checks my 2nd HARD drive and shows many errors like "replacement Windows a bad cluster in file:...". "like that.
    and it takes a lot of time around 3 to 4 hours. He then shows the windows xp desktop,
    but the problem is MY SECOND HARD drive IS NOT SHOWN in EXPLORER, IT IS GONE.
    Can someone help me, I have my imp data on my 2nd HARD drive.
    How do I return there without losing any data or file?

    Hello

    1. don't you make changes on the computer before this problem?
    2 - is an internal hard drive?

    Step 1: Check if hard driver is getting detected in Device Manager and send back the same.

    Reference:
    By using Device Manager
    http://www.Microsoft.com/resources/documentation/Windows/XP/all/proddocs/en-us/snap_dev_mgr.mspx?mfr=true

    Step 2: Check if this disc is getting detected in disk management.

    If the hard drive is getting detected in disk management and there is no drive letter assigned, and assign a drive letter and check.

    Reference:
    How to change drive letter assignments in Windows XP
    http://support.Microsoft.com/kb/307844

    Step 3: To disable chkdsk at startup, follow these steps:

    a. Click Start, run and type regedit.
    b.Navigate to the following subkey:

    HKEY_LOCAL_MACHINE \SYSTEM\CurrentControlSet\Control\Session Manager

    c. change the BootExecute entry: autocheck autochk *.
    d. exit your registry database.
    e. restart.

    Registry warning:
    Important:
    this section, method, or task contains steps that tell you how to modify the registry. However, serious problems can occur if you modify the registry incorrectly. Therefore, make sure that you proceed with caution. For added protection, back up the registry before you edit it. Then you can restore the registry if a problem occurs. For more information about how to back up and restore the registry, click on the number below to view the article in the Microsoft Knowledge Base:

    How to back up and restore the registry in Windows: http://support.microsoft.com/kb/322756

  • Whenever I try to open or run all I get "Choose the program you want to use to open this file" and by default, Adobe Acrobat

    Whenever I try to open or run all I get - choose the program you want to use to open this file and its default Adobe Acrobat and he always answers this file type is not supported.  I can't open anything on my desktop, tried to reinstall Java, and even in my computer it asks me to choose a program to open it. Help!   I don't know what is happening!

    * original title - try to refresh, to run or install anything whatsoever, and it will not open executable files.*

    Hi LisaPisani,

    (1) did you the latest changes on the computer?

    (2) when was the last time it was working fine?

     

    Method 1

    See the Microsoft article below and try the steps mentioned, check if it helps.

    How to change or choose the program that starts when you double-click a file in Windows XP

    http://support.Microsoft.com/kb/307859

    Method 2

    If the previous step fails then I would suggest that you perform the system restore point when it worked very well and check if it helps.

    How to restore Windows XP to a previous state

    http://support.Microsoft.com/kb/306084

Maybe you are looking for