Making labview .vi file to exe file

hi all,
i am using labview 8.5 professional version. how to made the labview vi file to exe file?

mic_k86 a écrit:
i think i have find the way to make the exe file. however, i hv problem with my lvm file. how to make the lvm file can be detected by the exe file (when exe file running will save the data to the lvm file)?
Right-click the lvm file, then "Open with...", select your .exe application and make it the default application. 
Chilly Charly    (aka CC)
         E-List Master - Kudos glutton - Press the yellow button on the left...        

Similar Messages

  • I dont have a internet connection at home, i connect my iphone 5 to my computer, it says i need new version of ITunes 11.2, i cant download it with out internet, i am at Library can i get ITunes 11.2 in a zipped files or exe file downloaded to my usb driv

    i dont have a internet connection at home, i connect my iphone 5 to my computer, it says i need new version of ITunes 11.2, i cant download it with out internet, i am at Library can i get ITunes 11.2 in a zipped files or exe file downloaded to my usb driv

    i can take pictures off my phone but thats it, i have some nice programs for pictures and art work and cant get them back on my phone to send them to friends and family. Also have some OLD pictures of Family on this Computer that was given to me i want to get off of it and send out but i can dragg and dropp from phone to computer but i cant drag and drop onto phone from computer and there the same jpg files, sad. i like my iphone5 and want another one but i might have to change when it time to upgrade , i dont want to, but i cant afford internet let alone a mac or pc, this one was given to me, was lucky to have saved to get the phone and service on a family plan, i have unlimited internet on phone that is my life source for internet, wish io could afford both phone and internet, its phone or internet, and with phone i have both in a way

  • How to open .rar files and .exe files on mac

    HI
    I'm new user on mac and would like to know how to open .rar files and .exe files on MAC OS X
    Thanks

    How is this a Compressor question?
    .exe is a Windows only Executable, and can't be opened on a Mac, unless you have Windows installed.
    Michael Trauffer

  • How can I convert .swf  file to exe file?

    thanks

    Hi
    Thank for your choise.
    If showing only white screen, please download the lastest version, v2.03.
    http://www.bullrushsoft.com/download.html
    This problem occurs in Win7 sp1, especially IE has been upgraded to v10.
    Our SWF to EXE Converter must need the FlashPlayer plugin for IE, it 's not a atandalone program.
    So it only 880KB.
    Our online converter is the adobe flash player exe, it can be embed the swf  into, and standalone, so its size > 4MB.
    More details, please visit http://www.bullrushsoft.com/online.html
    Best Regards.
    2013-08-11
    Bullrushsoft Support Team
    From:  mmshahid73
    Date:  2013-08-11  02:52:01
    To:  Sandro_brs
    Cc: 
    Subject:  _How_can_I_convert_.swf fileto_exe_file?
    Re: How can I convert .swf file to exe file?
    created by mmshahid73 in Flash Ad Development - View the full discussion
    Hi, I used bullrushsoft SWF to EXE converter, but the created EXE file showing only white screen, i think i need to add flash player also but i don't know how to add flash player duriing swf to exe conversion.
    Because when i converted swf into exe from my pc, it showing size 880 KB where swf file size is 413 KB, onthe other hand, I convert the same online which is playing correctly but the converted file size is 4.57 MB.
    Am i right?
    Kindly help
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/5583680#5583680
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/5583680#5583680
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/5583680#5583680. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Flash Ad Development by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Converting .swf files to .exe files on a mac?

    How can I convert .swf files to .exe file on a mac?
    I am working in Flex, so if there is a way to directly export .exe files that would be even better, but either one would be great. Can't seem to find any answers on this.
    Thanks a lot!

    Have you tried asking in the Flex forum?

  • GPIB in a LabView-application running as EXE-file does not work

    I try to connect an Instrument over GPIB and I use VISA from a Windows2000 PC without LabView installed. The GPIB-card is not from National Instruments. The Programm is running as EXE-application. What else do I have to install beside the EXE-file to access the Instrument?

    NI_VISA.
    Ben
    Ben Rayner
    I am currently active on.. MainStream Preppers
    Rayner's Ridge is under construction

  • How to convert .vi file to .exe file.

    Hi all, i have done up my .vi program and would like find out if there's a way to compile it into a .exe file so that the users of this program do not need install labview and then download my .vi program.
    I'm hoping this .exe file will enable the user to launch and use the .vi program straight away. 
    Fyi, i am using Labview version 8.5
    If any one knows how to perform the above operation please let me know. Thanks alot. 

    Yes, the LabVIEW runtime engine (LRTE) will have to be loaded on any machine that a LabVIEW "exe" is to run on. As the previous posters have said you need to either be developing with the "Professional Developer" package or have purchased the"Application Builder". With either of those (the App builder is an add on that is included with the Professional Developer pacakge) you can create an installer that will install the Runtime engine, or the end user can download it from the NI site. The LRTE is pretty big, around 171 Mb at the moment, so downloading might not be the optimal method for the "customer".
    Microsoft has a similar requirement for their products (Visual Basic, etc.), the "runtime engine" equivalent is installed with the Windows installation.
    Putnam
    Certified LabVIEW Developer
    Senior Test Engineer
    Currently using LV 6.1-LabVIEW 2012, RT8.5
    LabVIEW Champion

  • Supporting files outside .exe file

    I have a labview executable which uses some resources.Currently I'm using the resources by giving file path.It becomes a problem when uploaded the executable and support files in the Internet and accessed from there.It loads only exe file and misses resource file.
    Is there any option to embed resource files inside executable ?
    Solved!
    Go to Solution.

    If they are not LabVIEW VIs - e.g. documents, external code (dlls) then no, I don't think they can be included 'inside' the executable. In your build specification you can set them to 'always include' and then in the destinations page select where they end up (e.g. in the same directory as the .exe, in a support directory etc.).
    If you use the 'application directory' VI in the File I/O palette - this will return the path to either the project if in the development environment or the folder of the executable in the runtime engine. This should allow you to specify the path that will work whether in the runtime engine or development system. You can use conditional disable structures or the App.Kind property to determine if the VI is running in the dev suite or the runtime engine.
    Also, the paths will only work on the local (or network) file system - you can't specify an internet address - LabVIEW won't be able to download the files from the internet unless you program your application to do that.
    You should put the executable (build specification output that includes the .exe and your supporting resources) in a .zip file if you are uploading to the internet or create an installer.
    Certified LabVIEW Architect, Certified TestStand Developer
    NI Days (and A&DF): 2010, 2011, 2013, 2014
    NI Week: 2012, 2014
    Knowledgeable in all things Giant Tetris and WebSockets

  • How to convert a class file to exe file and how to cteate a class file to d

    how to convert a class file to exe file

    Hi Bhaskarq,
    Hi,
    It is not at all possible.
    But it is a really worst method.
    Please go through it.
    This is a very common question asked in the comp.lang.java newsgroup. Its often useful to have an
    executable application when deploying your
    applications to a specific platform, but remember to
    make your .class files available for users running
    Unix/Macintosh/other platforms.
    Microsoft provide a free system development kit (SDK),
    for Java, which includes the jexegen tool. This
    will convert class files into a .EXE form. The only
    disadvantage is that users need a Microsoft Java
    Virtual Machine (JVM) installed. If your target
    platform is Win32, you can either redistribute the
    virtual
    machine, or raise the level of your system
    requirements, to include Windows 98, or Windows 95
    with
    Internet Explorer 4. Systems matching these
    requirements will already have a copy of the Microsoft
    Java Virtual Machine installed.
    Note : You must specify all of the class files your
    application needs (except for standard java packges)
    as a parameter, so if you have third party libraries,
    you'll need to include them as well. You can use wildcards * though, and you don't need the original source code.
    Also please see this Forum which will give a good idea
    http://forum.java.sun.com/thread.jsp?forum=31&thread=149733
    I hope this will help you.
    Thanks
    Bakrudeen
    Technical Support Engineer
    Sun MicroSystems Inc, India

  • How can I convert a class file to Exe file

    hai
    How can I convert a class file to Exe file

    Please search the forums before asking questions - this has been answered hundreds (really!) of times.

  • Turn my .class files into .exe file

    Does anyone know a good install shield program for Java? I'm currently using a program called Install4J. But the problem is that after I installed the program all my .class files are basically copied into the destination folder. Is there a program that can combine all the .class files into an .exe file or maybe a library file? Thanks
    Bohua

    gee, that's never been asked before... good thing you didn't waste precious time searching the forums first.

  • Making a .java file a .exe file

    Hello, well I recently finished a program i'd been working on and I need to put it into some sort of file (I dunno if its an exe or not) so that I can run it from other places than just my compiler. How to I do that?

    wow, thanks for being helpful O_o. Seen I obviously
    didn't do the right thing then wouldn't you presume I
    had no idea and would have told me what to correctly
    put? Obviously not...No, I didn't want to assume that you are so clueless that you can't even handle your own operating system. I rather thought I'd cut you some slack and assume you overlooked it. After all, you didn't ask something like "how do that in Windows XP/98/whatever" which would have hinted at you not knowing how to set the path, and which would have given me a chance to explain it to you, since it works differently for different versions of Windows, IIRC.

  • Downloaded PSE 13 files no exe file only 7z

    I downloaded PSE13 from Adobe twice but received only .7z files which I cant execute to install

    Jeff:
    Thanks for your response. My computer is a Dell 64 bit laptop. I did change browsers from IE11 to Firefox. Again all I received were 2 files,  both with the .7z extension. In both cases, I used the latest winzip and 7-zip to extract the files.  In both cases, I received the error message "Not a valid archive". I noticed that the download program put the files in a folder on my desktop labeled PS9.  The files downloaded as expected when I downloaded on my 32 bit desktop. When I tried to use the files from my desktop on the 64 bit laptop, I received a message stating the computer (64 bit laptop) was incompatible with the files (presumably 32 bit). Apparently the problem has something to do with the 64 bit vs 32 bit.
    Thanks
    Fred

  • How to convert labview program to .exe file?

    Is it possible to convert VI file into .exe file? How to go about doing it?

    hi
    you simply need to use the application builder - included in LabVIEW professional version or you buy this tool separately.
    Remark: On target machine the Run time engine (for free) has to be installed.
    regards
    wha

  • How to run .exe file by labview?

    Dear All,
    I want to use Labview to run a .exe file, but I don't know how to do? who can tell you? Thanks!
    Best regards,
    Jimmy

    Try the attached VI (LV v7.1.1). It uses the System Exec function:
    (from the LV Help file):
    "System Exec
    Executes a system command. UNIX You can use wildcards, pipes, and shell meta-characters. Mac OS To use this VI on Mac OS, you must have the Macintosh Programmer's Workshop installed. Refer to the Apple Developer Connection Web site for information about downloading the MPW.
    To launch an executable with options using the syntax filename.exe -option1 -option2, create a filename.bat file that calls the executable with the options syntax and use this VI to call the filename.bat file. "
    Attachments:
    Run Program.vi ‏30 KB

Maybe you are looking for

  • MacBook Pro 2010, 15" Freezes for 20-30sec every now and then

    Hi there, I recently got my MBP Mid-2010 with a Core i5, 4GB RAM and the BTO 500GB 7200rpm HDD. From time to time the current application freezes, spinning beachball - using app switch I can still switch to another application but 1-2 seconds later t

  • Remote  Cube back ground processing

    Hi gurus, Is it possible to execute a Query which is on a remote cube in Back ground. In my situation: I am loaded the data into the regular cube and then reconciling this cube data with the remote cube data ( which picks the data from R/3 tables usi

  • Syncing new itunes

    Help!! We recently bought a new computer. Last night I plugged my daughters ipod nano into the new computer to charge it. This afternoon when I disconnected it all her music has been wiped out! (She is not too happy with mom right now!) Itunes is loa

  • ITunes Match crashing iTunes during step 2

    iTunes keeps crashing during step 2 of the iTunes Match process.  Re-installed both iTunes and Yosemite with no luck.  Also, tried turning Itunes Match off and back on.  No Luck.  This all started after I updated to Yosemite.

  • Keep getting ITunes not installed missing MSVCR80.dll?

    keep getting ITunes not installed missing MSVCR80.dll?