Executable d'une application à plusieurs vi

Bonjour,
J'ai une application à trois VIs : le programme principale qui va lancer les deux autres et les piloter (main), le vi qui fait les acquisitions (ACQ), et un autre qui les enregistre (LOG).
Mon application fonctionne très bien en mode édition mais j'ai un problème lorque je construit le .EXE, j'ai mon vi acquisition qui ne se lance pas et je comprend vraiment pas pourquoi, j'ai pourtant bien placé mes VIs ACQ et LOG dans la catégorie "toujours inclus" ...
Je suis un peu perdu là, es ce que quelqu'un a déjà eu ce problème ?
Merci d'avance
Résolu !
Accéder à la solution.

Bonjour David,
Je comprends mieux votre problème.
Je vous invite à essayer la solution de Michael.
Si cela ne fonctionne pas:
Je souhaiterai vous poser quelques questions:
- Avez-vous fait tout votre développent sous LabVIEW 2012 ou avez-vous utilisé une version antérieur à un moment.
- Est-ce que un SubVI (sur 2) se lance ou aucun des deux ?
- Comment faites-vous l'appel de vos fonctions ? Pouvez vous joindre le main à votre post?
Ce qu'on peut essayer:
-Pouvez vous inclure vos subVI dans un répertoire lors de votre développement (dans l’explorateur de projet, utiliser le même répertoire), vous assurer que cela fonctionne, et ajouter tout le répertoire dans "Toujours inclus" et non que les .vi.
Pouvez-vous lire ces documents: Il y a des infos sur les appels dynamiques, comment imposer un chemin pour les SubVIs à son exécutable et comment créer un .LIB en incluant tous les VIs utilisés.
http://www.ni.com/tutorial/3929/en/
http://digital.ni.com/public.nsf/websearch/3F27220C34DDA65386256F9000771289?OpenDocument
http://digital.ni.com/public.nsf/allkb/B48DF302E7A89E6686256DB1005AF97E?OpenDocument
Cordialement,
Jovan N. - Application Engineering

Similar Messages

  • Je voudrais signaler plusieurs dysfonctionnements dans plus d'une application suite au passage à iOs 8... Surtout pour les Notes... Insupportable... Perte de passages, changements de titres, instabilité quoi... Que faire??

    Je voudrais signaler plusieurs dysfonctionnements dans plus d'une application suite au passage à iOs 8...
    Surtout pour les Notes... Insupportable... Perte de passages, changements de titres, instabilité quoi... Que faire??

  • Executer une application LabView sans LabView

    Bonjour,
    j'ai développer une application que je souhaite pour installer sur plusieur ordinateur sans installez LabView sur ces ordinateurs.
    J'ai donc essayer de crée un Installer en intégrant le Run-Time Engine 2013, mais quand je veux lancer l'appli, l'ordinateur ne sais pas avec programme le lancer...
    Une idée?
    Cordialement
    Nathan
    Résolu !
    Accéder à la solution.

    NathV74 a écrit :
    c'est un message windows qui apparait (Je ne sais plus exactement ce que ca dit mais en gros:
    "Aucun programme n'a été trouver pour ce genre de fichier:
     - Chercher une solution en ligne
     - Choisir le programme "
    Même sans le RunTime LabVIEW, le message n'est pas "aucun programme... blabla sélectionner..." Donc ??!!
    Ma question est surement très bête, désolé, mais quel est le nom de l'exe? il y a bien ".exe" en extension ? car le message ressemble à une extension inconnue.
    Il faudrait faire une copie du message Windows.
    Luc Desruelle | Voir mon profil | LabVIEW Code & blog
    Co-auteur livre LabVIEW : Programmation et applications
    CLA : Certified LabVIEW Architect / Certifié Architecte LabVIEW
    CLD : Certified LabVIEW Developer / Certifié Développeur LabVIEW

  • Execution multiple d'une application

    Bonjour,
    j'ai crée un application qui fonctionne correctement j'aimerai maintenant pouvoir  lancer plusieur instance de celle ci
    j'ai activé la fonction reentrant ( avec allocation separée) dans les propriete du vi avant la compilation mais cela n'a pas l'air de suffire
    il y a til des parametre a activer dans la config du compilateur ?
    Cordialement
    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
    Résolu !
    Accéder à la solution.

    Bonjour,
    Il faut ajouter cette ligne dans le fichier ini LabVIEW.ini situe au meme endroit que votre executable :
    [MyApp]
    allowmultipleinstances = TRUE
    http://labviewwiki.org/Multiple_Instances_of_LabVIEW 
    Cordialement,
    Da Helmut

  • Edition d'un fichier .ini d'une application

    Bonjour à tous,
    Je voulais savoir si il était possible de rajouter, dans le fichier .ini d'une application, une ou plusieur ligne, avant la construction de celle-ci ?
    Cordialement
    Nathan
    Résolu !
    Accéder à la solution.

    Cela permet d'exécuter un VI avant ou après la génération de l'application. Dans ce cas, le but de ce VI est d'ajouter la ligne désirée dans le fichier de configuration de l'application.
    Marche à suivre :
    Dans la section Pre/Post Build Actions de l'Application builder presser l'un des deux Generate VI et cocher la case Execute VI before/after build correspondante.
    Le VI est généré et apparaît dans le Project Explorer.
    Fermer l'Application builder pour ouvrir ce VI et y mettre le code réalisant l'opération désirée.
    Revenir dans l'Application builder et générer l'application.

  • Execution d'une tache NIDAQmx issue de Max dans une application c++

    Bonjour,
    Je cherche à exécuter des taches NIDAQmx définies dans l'utilitaire Measurement & Automation Explorer dans une application développée avec VisualStudio 2010, en C++ MFC.
    La tache crée, qui génère un sinus à 50Hz, utilise le port OI1 d'une carte NI6221.
    Quand je l'execute sous MAX, mon signal est bien généré.
    Pour gérer les tache dans mon application, j'utilise les fonctions suivantes :
    DAQmxLoadTask : je récupère bien un handle de la tache MAX
    DAQmxStartTask : la fonction s'execute sans erreur mais en fait n'est pas démarrer car je n'ai aucun signal sur ma sortie
    Est-ce que quelqu'un a déja fait ce genre de chose et peut m'expliquer mon erreur ?
    Merci d'avance pour vos réponse.

    Bonsoir,
    Est-ce que votre programme fait appel à un DAQmxWrite? La tâche peut tout à fait être active sans pour autant que vous ne lui ayez envoyé de données à génerer.
    Par ailleurs, de quel type de génération s'agit-il? Software timed, c'est votre logiciel qui est en charge de fournir "a temps" les échantillons à écrire en sortie. Hardware timed, votre logiciel doit fournir régulièrement de quoi alimenter le driver en échantillons à générer, mais c'est la carte qui cadence le boulot.
    Cordialement,
    .mrLeft{float:left} .mrInfo{border-left:solid 1px #989898;font-size:x-small;color:#989898}
    Mathieu R.  
      CTD - Certified TestStand Developer / Développeur TestStand Certifié  
      CLAD - Certified LabVIEW Associate Developer  

  • Impossible de télécharger une application gratuite vers mon iphone

    Il m'est impossible depuis plusieurs jours de télécharger une application sur mon iphone. Je ne comprends pas pourquoi. De plus certaines applications téléchargées auparavant ne fonctionnaient pas avec mon iphone 3GS. Est-ce une question de version de iphone?

    Bonjour,
    as-tu pu résoudre ton pb ?
    Est-ce que tu as le droit d'utiliser BlackBerryWorld? Je te conseille d'appeler la hotline d'Orange pour le vérifier.
    The search box on top-right of this page is your true friend, and the public Knowledge Base too:

  • Error while executing the DEMO application of ADS

    Hi,
    I have installed a sneak preview version of Java stack 7.0. With that I have downloaded the latest credentials for Adobe Document Service from the SDN and followed these steps to configure it.
    Copied the .pfx file to <INST_DRIVE>:\usr\sap\J2E\SYS\global\AdobeDocumentServices\TrustManagerService\trust\credentials.
    Logged into visual admin .
    On the Cluster tab, choose Server 0 -> Services -> Document Services Configuration
    On the Runtime tab, select Credentials
    Choose Browse to search for the name of the credential and then Select
    In the Alias field, enter the alias of the credential you installed, for example ReaderRights. (Entries for the name of the credential are case-sensitive)
    In Password field, enter the password you received together with the credential you installed (filename.txt in the archive). Confirm the password again and then click Add
    Restart the following services for the changes to take effect: PDF Manipulation Module, Document Services Trust Manager. To perform this, right-click on the repective service choose Stop and after the service has stopped, Start it again
    Restart also the application com.adobe/AdobeDocumentServices located at Server 0 -> Services -> Deploy (radio button Application)
    I can execute the web service of ADS sucessfully using the URL: http://localhost:50100/AdobeDocumentServices/Config. I am getting response with version number.
    After doing so I tried executing the DEMO Application from the link :
    http://localhost:50100/webdynpro/dispatcher/local/TutWD_OnlineInteractiveForm/OnlineInteractiveFormApp
    But the applicaiton was not getting executed.
    I got the following error.
    java.net.ConnectException: Connection refused: connect
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
        at java.net.Socket.connect(Socket.java:464)
        ... 47 more
    com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: Failed to  UPDATEDATAINPDF
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:396)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.afterApplicationModification(ClientApplication.java:1132)
         at com.sap.tc.webdynpro.clientserver.cal.ClientComponent.afterApplicationModification(ClientComponent.java:887)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.doRespond(WindowPhaseModel.java:573)
         at com.sap.tc.webdynpro.clientserver.window.WindowPhaseModel.processRequest(WindowPhaseModel.java:152)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.processRequest(WebDynproWindow.java:335)
         at com.sap.tc.webdynpro.clientserver.cal.AbstractClient.executeTasks(AbstractClient.java:143)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:299)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:711)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:665)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:232)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:152)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:390)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:264)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:347)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:325)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:887)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:241)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:92)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:148)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:100)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:170)
    Caused by: com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRuntimeException: PDFDocument Processor failed to process Render Request.
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:55)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:98)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentInteractiveFormHandlingContext.execute(PDFDocumentInteractiveFormHandlingContext.java:121)
         at com.sap.tc.webdynpro.clientserver.uielib.adobe.impl.InteractiveForm.afterHandleActionEvent(InteractiveForm.java:341)
         ... 29 more
    Caused by: com.sap.tc.webdynpro.pdfobject.core.PDFObjectRuntimeException: Service call exception; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:382)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.render(PDFObject.java:3710)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentRenderHandler.handle(PDFDocumentRenderHandler.java:139)
         at com.sap.tc.webdynpro.clientserver.adobe.pdfdocument.base.core.PDFDocumentProcessor.process(PDFDocumentProcessor.java:52)
         ... 32 more
    Caused by: java.rmi.RemoteException: Service call exception; nested exception is:
         java.net.ConnectException: Connection refused: connect
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:89)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:99)
         at com.sap.tc.webdynpro.pdfobject.core.PDFObject.doSoapCall(PDFObject.java:359)
         ... 35 more
    Caused by: java.net.ConnectException: Connection refused: connect
         at java.net.PlainSocketImpl.socketConnect(Native Method)
         at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:305)
         at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:171)
         at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:158)
         at java.net.Socket.connect(Socket.java:464)
         at java.net.Socket.connect(Socket.java:414)
         at java.net.Socket.<init>(Socket.java:310)
         at java.net.Socket.<init>(Socket.java:125)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initStreamsFromSocket(HTTPSocket.java:648)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.initializeStreams(HTTPSocket.java:470)
         at com.sap.engine.services.webservices.jaxm.soap.HTTPSocket.getOutputStream(HTTPSocket.java:427)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.HTTPTransport.getRequestStream(HTTPTransport.java:355)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.outputMessage(MimeHttpBinding.java:548)
         at com.sap.engine.services.webservices.jaxrpc.wsdl2java.soapbinding.MimeHttpBinding.call(MimeHttpBinding.java:1425)
         at com.sap.tc.webdynpro.adsproxy.ConfigBindingStub.rpData(ConfigBindingStub.java:82)
         ... 37 more
    Does it mean that my ADS is not configured properly? Did I missed any step.
    Kindly guide me on the same.
    Thanks in advance.
    Regards,
    Nirmal G

    Hi Nirmal,
    Refer to this https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/06717aea-0c01-0010-b28f-e6494458788f guide to see if you have done all the settings.
    Regards,
    Arafat

  • REP - 300 Error while executing report from Application

    Hi,
    I have report in Report Builder & for the same report form is there in Form Builder in which parameter page is designed. From application where I am calling report is internally calling form & in form Procedure Run Report is there which is calling report from Report Builder. Both report from builder & form form Builder are compiled . Also query is executing fine in Toad without error. Also all query fields are present in database.
    But when I am trying to excute report from Application it is giving error as "REP - 300 Invalid Identifier " & it displays whole query.
    Note - Report & it's Form are in ORACLE - 10g. Also the user through which I am executing report from application is ADMIN user , so it has executing permission.

    looks like error in parameters. check out the value of variable that you are passing through to report from form. Put a messages to see variable values before execute report.

  • Runtime Error While executing the WebDynpro Application

    I am getting the Runtime Error While executing the WebDynpro Application. The error message is "TSV_TNEW_OCCURS_NO_ROLL_MEMORY".
    It says like "
    Short text
        No roll storage space of length 9728 available for OCCURS area.
    What happened?
        Each transaction requires some main memory space to process
        application data. If the operating system cannot provide any more
        space, the transaction is terminated.
    But while executing some other Web Dynpro Applications, i am not facing this problem.

    Generally this error is a result of an infinite loop on internal table or select endselect statement where by severs  temporary memory gets full. With no memory to insert new records in temporary memory system generates the dump.
    Check your application or ask basis consultant to look at the memory parameters in instance profile.
    Regards
    Rohit Chowdhary

  • How can execute a jar application

    Hello there, I am facing problem with executing jar application. How can I execute a jar application using java program.
    Thanks & Regards

    VINAY_Kr_SHARMA wrote:
    ...How can I execute a jar application using java program.Do you mean:
    a) You have a Java application on-screen, and you want it to be able to launch other Jars that are not part of the current Java application?
    b) You want to know how to run a Jar in the Java plug-in?

  • Je souhaite convertir une application Flash écrite en Action Script 2.0 en 2007 ! par une application Flash plus récente sans ré-écrire le code. Merci pour votre aide

    Bonjour, Voilà une question classique déjà posée. Je viens de sortir une application rangée dans mes tiroirs écrites de code  il y a plus de 8 ans, très coûteuse à réécrire (en temps et en coût) !
    Merci pour votre aide.

    What do you want to convert the file to?  If it is an AS2 file and you want it to remain an AS2 file then there is no need to convert it since it is what you want it to be. (It is possible the translator did a terrible job with translating your posting to English).

  • How to execute 2 different application from same Application Server

    Hi,
    I would like to know that how to execute two different applications from the same Application Server with different databases?
    We are using
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0
    Oracle Application Server 10g 10.1.2.0.2
    Regards,
    Hassan

    what type of applications you want to run from the same application server, Hassan?
    What other DB are you using to launch it beside the one you quoted? Is it the MRep DB of infra?

  • Transaction to execute the Web Application Designer

    Hello,
    Is there a transaction to execute the Web Application Designer? (In the same was that RRMX executes the BEX Analyzer.
    thanks,
    Allan

    definetly not.
    There is no mechanism possible like in Analyzer. This is a limitation of design of the WAD.
    Best regards.
    Kai Wachter

  • Command to execute the jheadstart application generator ?

    Hi,
    I would like to use Ant scripts to call a command to execute the jheadstart application generator. Just Wonder what is the command and parameters to do so.
    Our project has multiple app defs, It may be useful to re-generate them all at some times.
    Thanks,
    Yongwen
    Edited by: user2898674 on Jul 13, 2009 8:00 PM

    Is it possible to run a java command to generate outside of Jdeveloper? There must be a java class to do the gen, I guess the question is if the gen relies on any of the jdeveloper design time objects.
    It will be very helpful to integrate the generation in the build process. Our project is 100% jheadstart generatable (with a lot of customization templates) and includes about 10 application definition files.
    Thanks,
    Yongwen

Maybe you are looking for