Create an executable for a RT project

Hi all, I am not sure on how to create an executable of a real-time VI. I have read about using source distributions but I have not yet used it. Can you send me some suggestions about this?
Regards,
Claudio

Yes you are able to do what you explained above by programmatically launching the executable or vi on your Real - Time Controller.
At start, you just have to create a source distribution (right click on Build Specifications--->New---> Source Distribution)--- instead of creating an application (right click ---> New ---> Real Time Application). In this way Labview creates a folder in which there are contained the main vi and all it's dependencies (subVI's, libraries).
Then, you have to transfer through File Transfer Protocol (FTP) this folder to your RT Target. 
After you made these steps, by using an Open Application Reference VI and  Open VI Reference VI on the Block Diagram, you are able to set the RT Controller Name or IP of RT target, as well as the location of the top level vi in your RT target. 
Finally, you can use an Invoke Node or a Call By Reference Node to run the remote VI.
You can find very little detail and images of the description above in the link below:
http://digital.ni.com/public.nsf/allkb/A7DBA869C000B5AE862570B2007C4170?OpenDocument
You can also check the example in Labview  Example Finder " Vi Server.lvproj" that basically does all the above and I am sure it will help you.
Does this work for you? Let me know!!
Best regards,
Antonios

Similar Messages

  • My daughter has created an imovie for a school project, last time she did this and downloaded it onto her memory stick the teach could not play it on their windows pc, how do we convert it or change it so the teacher can play.  thank you

    my daughter has created an imovie for a school project, last time she did this and downloaded it onto her memory stick the teach could not play it on their windows pc, how do we convert it or change it so the teacher can play.  thank you

    Meg\'s Dad wrote:
    …  I assume this format is what is needed to play on the class "Smart Board" also? …
    here in ol' Europe, school boards use chalk and are not smart …
    h264.mp4 is actually the most common 'standard' (4000 video 'standards' aaaaand counting)
    mp4 is indeed universal (Mac, Windows, Linux), and since YouTube, the h264 codec has a good installed base .....
    you can bump into probs only when it comes to sheer amount of data:
    for instance cheap 'digital frames' are sortof over-whelmed, if you try to playback 720/30p in high quality.
    I'm not familiar with 21st cent devices as SmartBoards ... again, it could happen, you have to reduce resolution/fps/bit-rate to avoid clutter&stutter in the video.
    I'm using such encoded files successfully on Playstation3, WD HD TV or flatscreenTVs with integrated usb-connection (via stick), etc
    imho, it should work welll .............. < fingers-crossed >

  • How to create an executable for Windows or Unix

    Hi,
    I would like to know how to do to create an executable, an application which is able to work under windows for exemple without installing a JVM ?
    (When you download a program which was writing in java on internet it is an executable. You don't need a JVM on your system to run it. I would like to do the same thing...)
    thanks

    Hi C,
    I think they use JToExe.exe to compile the java project but I think they need a JVM to run the application. I just wanted to know if it is possible to run an application without JVM after any compilation. When we find an executable, most of the time is it a Visual project ? (in c or other langage ?) I will work later for a company which develop a new application in Java. To put it on the market they need to do an executable.
    Thanks for your time

  • How do I create an executable for a computer that does not have IVI drivers

    I'm creating an executable driver (based on the NI drivers) for a TDS 3054 intended for a computer that does not have the IVI engine. I would prefer to install as little software on this computer as possible. Is it possible for me to build the driver with the appropriate support DLL's without installing IVI on the user's computer? How do I do this?
    Thank you,
    Zach Oberman

    Zach,
    Since the tkds30xx driver you are using is IVI based, you will not be able to use it without the IVI Engine.
    If you must build an executable that does not require the IVI Engine, then you will need to use a traditional LabVIEW driver or convert a VXIpnp driver into LabVIEW. Neither of those drivers would require the IVI Engine.
    At this time the only TDS 3054 driver on NI's IDNet website is the IVI-based tkds30xx driver.
    You may be able to obtain a traditional LabVIEW driver from
    Tektronix
    Developer Exchange
    Requesting a
    driver
    Other Resources
    Thanks,
    --Bankim

  • How to Create a menu for my own project

    I want to create a menu (toolbar like in every software i.e file|edit|view..) for my own project in 8i but i failed to attach that in my project. if some one can tell me how to create and attach my own menu i ll be grateful.

    in the Forms Builder navigator there is a menu object where you create menues. You attach them to Forms in the menu property of a Form.

  • How do I create an "executable" for users to run calcs?

    I need to create an executable that users can launch.  I would like it to 1) log in as a "test" user that I have set up in Native Directory, 2) select app/database then 3) launch a series of calcs.  I had something set up previously in an earlier version of Essbase but I can't get it to run on Essbase 11.
    Here's what I had previously:
    Login "servername" "TestUser" "Password" ;
    Select "App" DataBase;
    RunCalc 2 "Calc 1" ;
    RunCalc 2 "Calc 2" ;
    RunCalc 2 "Calc 3" ;
    Maybe the user's machines don't have all the files needed to run this?  It's just flashes and doesn't give me any messages.  I'm stumped.

    If you are using 11.1.2.1 you would need to set the execution based off the startESSCMD.bat/sh.  Here is an example.  Check that the startESSCMD script works first so you can get the command line up.
    Does startESSCMD work on the machine?
    @ECHO OFF
    REM --------------------------------------------------------------
    REM --                                 --
    REM --                        --
    REM --                                 --
    REM --                                 --   
    REM --------------------------------------------------------------
    @REM This file is created to use essmsh in batch
    @REM Set ESSBASEPATH to the setEssbaseEnv in your system
    call "C:\Oracle\Middleware\user_projects\epmsystem1\EssbaseServer\essbaseserver1\bin\setEssbaseEnv.bat"
    set PATH=%ESSBASEPATH%;%PATH%
    %ESSBASEPATH%\bin\esscmd.exe E:\Oracle\Backup\backup\scripts\script.msh

  • Creating LabVIEW Executable for sub-20 Multi Interface USB Adapter

    Hi
    I'm using Sub-20 Multi Interface USB Adapter (www.xdimax.com) for GPIO and SPI. The code is based on .NET constructor Node. I can access the device and perform all the tasks but I'm unable to generate executable.
    The application comes up with this error (on any machine including the development machine)
    "This VI is not executable. The Full development version of LabVIEW is required to fix errors"
    I'm using labVIEW 8.2 and .NET Framework 4 is also installed.
    Thanks

    Hi AA76,
    That is good to know, at least we know the cause of the error.  The KB - How LabVIEW Locates .NET Assemblies shows the LabVIEW search directories.  I suspect what is probably happening in this case is the relative path.  If the system is looking for the same relative path this is probably different. You say that even on the development machine the .exe does not load the library.  Is this when you have just created the .exe or after running the installer?  If it is after running the installer what about before you build the installer?
    Finally where is the assembly located?
    Regards,
    James
    James Mc
    ========
    CLA and cRIO Fanatic
    wiresmithtech.com/blog

  • Draw And Create 3D Models For Your FCE Projects FREE !

    There is a new free program for creating 3D drawings and models which works with both Windows and OSX 10.4 onwards.
    Called Google SketchUp, I haven't used it but it looks as though it could be handy in video projects etc. It is claimed to be very easy and intuitive.
    http://sketchup.google.com/intl/en/product/gsu.html

    check out the java.awt.image package
    it gives a lot of API methods to do what you want to do.
    eg. you could paint an image at given co-ordinates.
    your coordinates' calculation will happen in the mouse listener event-handlers. after the calculation you would call the java.awt.image methods and then call repaint()
    thanks and regards,
    Sandeep

  • How to create command file for the Database Project?

    Hi All,
    We are using Oracle 10G.
    We are using Database Project in Visual Studio.NET to source control the SQL Scripts of SPs and Tables.
    Now, while creating commad file, it asks me select all the files to be included. thats fine. But after creation, if I open and see...It starts like....
    osql...test1.sql.
    osql...test2.sql
    but, osql is commad of SQL Server not of Oracle...if am not wrong..!
    Is there any settings that can help me create command file that works on Oracle?
    Thanks and Regards
    Senthil

    File>Print
    Choose Adobe PDF as your printer
    Go to Setup
    Go to preferences
    Choose the standard
    Make sure the rest of your settings are correct for the page size etc.
    It's a big screenshot so I've linked instead of posting here.
    Sorry had to blur out some PDF settings for privacy reasons
    http://img339.imageshack.us/img339/6103/37345539.png

  • Create .exe file for core java project

    how can i create .exe file or wrapper for my core java project

    cotton.m wrote:
    To be honest with you this is going to be very difficult at best.
    And I'm not sure it's entirely realistic or legal. You'll need to install Tomcat and MySQL and all your stuff...Haven't ever tried doing so, but I think it might be quite possible sollution...
    There's a preconfigured version of Tomcat, that you simply unzip on the drive (so there's no nned of running installator).
    If OP would use some MySQL server's clone, that needs no installation (some time ago i was looking for thing like thatand found couple of those).
    All configuration (installing services etc.) as well as copying JSPs and other stuff to Tomcat dirs can be made with script files (.bat or whatever) or under another java application that will run all the commands...
    As cotton.m wrote... if it works, it's going to be hell lot of work...

  • Are there companies who will create a soundtrack for our corporate project

    Does anyone know of a company or individual who can create an underlying soundtrack for our corporate training video? It's about 30 minutes long.

    Unless you have a large budget ($3,000-10,000) I would recommend purchasing Royalty free music from any one of a plethora of stock music companies. Just google Royalty free music and you'll get plenty of links.
    Here's one to start:
    http://www.royaltyfreemusic.com/corporate-presentation.html

  • Create .SCA file for MII project

    Please let me know the steps in creating .SCA file for deploying MII projects developed using WorkBench with login page. I think that after creating the .SCA file we can deploy it using Eclipse under the menu Deploy View Console or using JSPM. After deploying we should be able to login using the credentials and should be redirected based on roles to appropriate pages.
    I had deployed the intial .SCA file named (XMII08_0-20004625.SCA) using JSPM. MII version used is 12.1.8 and Netweaver version is NW CE 7.1 EHP1 SP5.
    How we can set up the development environment in Eclipse or NetWeaver Developer Studio for MII project development so that we can directly create MII SCA file from the tool itself. Please share documents if any.

    I need to modify the default login page in MII and redirect it to different URLs based on roles.
    I am able to change the images in the default Menu.jsp in the NetWeaver login to Authentication page and inside properties tab. There I am able to change the images like branding-image.jpg, SAP NetWeaver image, SAP Image. But this is reflected in both the URLs
    http://servername:50000/nwa  and http://servername:50000/XMII/Menu.jsp
    Then I changed the web.xml inside war file (tcsecumelogonui.war) which is in the path InstanceDirectory:\usr\sap\CE1\J00\j2ee\cluster\apps\sap.com\com.sap.security.core.logon\servlet_jsp\logon_ui_resources with the new Login.jsp file instead of Menu.jsp for the servlet tags but still when I access the new Login.jsp page from the URL http://servername:50000/XMII/Login.jsp it is still showing Menu.jsp. But when I tried to login using the Menu.jsp page then it is redirected to my new Login.jsp page.
    Please let me know how I will be able to change and deploy a new login page in MII 12.1.8 and with NetWeaver CE 7.1 EHP1 SP5.

  • How to create an executable file by including my C# project and database(SQL) in visual studio ?

    Hi,
         I had developed a project in visual studio c# and my database in SQL server. How can i create a executable file including both. 
    can any one give me a solution for this.
    I am trying to make executable in installshield.
    Thank you

    Hi,
    Try to use custom actions to call some managed method, execute the SQL script to create and initialize the database in the method.
    Check this article, it should be helpful for you to create the script and installation:
    https://msdn.microsoft.com/en-us/magazine/cc163919.aspx#S2
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Adding a VI with NXT block to a project and create an executable file

    Dear all,
    I have a serious problem with the Lego NXT module for LabVIEW. I'm wrote a software for electrochemical measurements that has to inferface with a custom made potentiostat that is integrated with a microfluidic system, whose peristaltic pumps are moved by Lego NXT motors. Since the motors add mechanical and electrical noise to the measurements, I wanted to create a simple VI that could synchronize the motors with the measurements. I managed to do it, but when I create the executable file (the software has to run on computers that do not have LabVIEW installed, so I need to create a stand alone application to distribute it among the partners of this project) the VI that controls the motors do not work anymore and returns me an empty error message. 
    I hope that the problem is clear.
    Now, my question is the following: Can I insert a VI that controls NXT motors in a compiled application that has to run on any PC that hasn't LabVIEW installed?
    Thank you very much in advance
    Lando

    Hi Lando,
    I expect you wont be able to use the dual mode NXT API in a labview built executable because that API makes calls into private labview application instances that wont exist in the context of an executable.
    However, you should be able to use the older NXT Direct I/O API (these are the VIs with grey icons). This API can not be deployed to the NXT, but it sounds like you aren't interested in that anyway.
    The Direct I/O palette can be found at NXT Robotics:NXT I/O: NXT Direct I/O .
    Note that with this API you will be responsible for creating and destroying handles(NXT Objects) to the brick.
    Good luck and let me know if you have more questions.

  • How can I create a URL for a PWA for MS Project Server 2010 project file that includes the view?

    Hi, this question has been answered for 2013. The answer here suggests that it can be done in  2010.
    See:
    http://social.technet.microsoft.com/Forums/projectserver/en-US/3affdc4f-36bf-4381-8b75-27c73465efd4/action?threadDisplayName=how-can-i-create-a-url-for-a-pwa-for-ms-project-server-2013-project-file-that-includes-the-view
    Who knows how?
    Regards
    Sander

    Hi Sander,
    As far as I tested it, it is not possible either with PS2010. The URL only contains the PDP name and the projUID.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

Maybe you are looking for