Can Labview Application developed on Win-XP be run on Win-8 ?

Hi there..
I am working on Labview 2013 on Windows XP.
I have made some Application Installers using win-XP which are working fine on Win-XP, Win-7 32bit and Win-7 64bit.
I want to know if they can be run on Windows-8 or not ?
Solved!
Go to Solution.

Yes it should work, any application which is developed in LabVIEW 2010 onwards shall work on windows 8. however NI officially says 2012 onwards. Please check link below.
http://www.ni.com/labview/os-support/
Miraz.
With Regards
Miraz
Kudos is better option to thank somebody on this forum

Similar Messages

  • Can LabVIEW application properties (e.g. Callees) be accessed from visual studio (C++)?

    Hello folks,
    Can LabVIEW application properties such as "Callees" be accessed from C++?
    Best Regards,
    Chris

    chassan wrote:
    Hello folks,
    Can LabVIEW application properties such as "Callees" be accessed from C++?
    Best Regards,
    Chris
    You can enable the ActiveX interface in LabVIEW and use its Automation server interface. This interface exports a subset of the VI Server interface to ActiveX. A subset becauseof security concerns. You do not want an arbitrary ActiveX client (possibly remotely) to look at your entire project and change about anything they like.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • LabVIEW Application Developer (CLA) - Provide LabVIEW solution for SME & MNC - Singapore based

    Hi ,
    I have accumulated years of experience in creating LabVIEW application for SME & MNC.
    In order to deliver quality solution to customer, please expect the following routine:
    Requirement gathering on software application.
    Translate business requirement into software specification, software model and architecture.
    Application coding and regular review with client. 
    Continuously application improvement and maintenance based on user feedback.
    Part of my experiences: 
    LabVIEW application development with rich-GUI features.
    Process automation or data analysis through communication (Express Controller/Serial/USB/Bluetooth etc.) in between customized hardwares and LabVIEW application.
    High pincount Digital data generation & acquisition. 
    Provide best-fit NI PXI hardwares (Digital/Analog/Serial IO/PMU etc) for customer's business requirement. 
    Visual Studio.NET programming, SQL, Scripting. 
    LabVIEW Real-time, LabVIEW FPGA
    Please feel free to drop me an email at [email protected] for a non-obligatory discussion. 
    Thanks for reading. 
    Regards,
    Drawsome

    Please look into my profile at linked in https://in.linkedin.com/in/prashantpatel21 I m interested.
    Regards,
    PBP (CLAD)
    Labview 6.1 - 2014
    KUDOS ARE WELCOMED.
    If your problem get solved then mark as solution.

  • Labview app developed in Win XP wont install properly on win 7

    I developed an app which had hard coded path filenames and built the installer to install them in those specific directories.  I.E. : c:\Program Files\app\myfile.txt.  I ran this installer on a win 7 machine and it put the files in the directory C:\Program Files x86\app\myfile.txt.  As a result, the program does not work because it is looking for the file in the original directory where it isnt.
    How do I get around this problem and allow my app to be installed in either Win XP or Win 7?

    That second example you linked to has nothing to do with project build or installation directories. It is an example that is related to this: Why Does My Executable Not Work When Using the Current VI's Path Constant?
    id wrote:
    Since this new Get System Dir.VI has many more selctions, have these features been incorporated into the project build tool?
    What exactly are you asking here? The building of the installer uses symbolic names for where the files should be placed (ie., "Program Files" to indicate whatever folder is specified as the installation directory). Thus, a user can select to install the application onto some other drive, such as "E:\YourApp", instead of "C:\Program Files" (or "C:\program Files (x86)" on a 64-bit system). There should be no reason for you to set these paths in the installer specification. This simply moves the path hard-coding from the code to the installer. How is this any better?
    Your code should use the Get System Directory VI to get the paths programmatically.
    You should also keep in mind that Windows 7 has further restrictions on the "C:\Program Files" and other folders (such as the root drive). This has come up before, so you can search for these posts. If you want to save something programmatically, under XP it was not an issue, but under Windows 7 it will be an issue if your target is the "C:\Program Files" directory, if that's where the application was installed. Microsoft created the "C:\Program Data" folder for post-installation, run-time saving of files by the application.

  • Regarding LabVIEW application developer job

    plse check the  attached cv.
    Attachments:
    CV.doc ‏47 KB

    Sir,
    Have sent you my CV. Please do check & revert..
    Contact No: 9768773040
    Regards,
    Shilpa.M

  • Can labview produce a .exe that will run on PocketPC or WindowsCE?

    Can labview applications be built into an executable program which will run on PocketPC or WindowsCE operating systems? If not, can source code be generated which can be compiled for these operating systems?

    You should be aware that the PDA module does not support many features which are available in the desktop version of LV. Try reading the documentation available on this site. If you want this, I suggest you wait for version 8, which appears to be much better in some areas.
    Try to take over the world!

  • Application Developed in LabVIEW 8.20 (on WIn XP) will run on Windows Vista?

    Hello:
    I'm developing an application in LabVIEW 8.20 on Windows XP, I've
    tested the executable (*.exe) on Windows XP with no problems, however,
    my client is migrating the OS of their PCs to Windows Vista and I've
    been asked if the application will work on Vista or not.
    For my application, I'm using LabVIEW 8.20, Fieldpoint 5.0.1 and
    LabVIEW RT 8.20, and a Fieldpoint controller cFP-2100 with several I/O
    modules.
    Does somebody know if the application may work or not?
    I hope I've been clear enough. Any help is appreciated.
    Thanks in advance!
    Robst
    Robst - CLD
    Using LabVIEW since version 7.0

    Robst wrote:
    Hello:
    I'm developing an application in LabVIEW 8.20 on Windows XP, I've
    tested the executable (*.exe) on Windows XP with no problems, however,
    my client is migrating the OS of their PCs to Windows Vista and I've
    been asked if the application will work on Vista or not.
    For my application, I'm using LabVIEW 8.20, Fieldpoint 5.0.1 and
    LabVIEW RT 8.20, and a Fieldpoint controller cFP-2100 with several I/O
    modules.
    Does somebody know if the application may work or not?
    I hope I've been clear enough. Any help is appreciated.
    LabVIEW 8.2 is basically VISTA compatible and the applciation itself is therefore very unlikely to cause any problems. I frequently have developed LabVIEW applications under one Windows version and distributed it to users employing a different Windows version and never really had serious trouble with that.
    What can be tricky sometimes is giving support for installation of IO drivers such as Fieldpoint since there can be subtle dfferences to how the different installation steps are supposed to be between Windows versions. But usually if you have a user who is familiar with installing software under his OS version (and can read some installation documentation) there are very few problems to expect.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • How can I build a LabView application that uses the 2012 runtime, on a development system with LabView 2013 or 2014 installed?

    I need to build a LabView application .exe to run with the 2012 Runtime, for legacy support. I currently have LabView 2013 installed on my development system, and have 2014 available. How can I build an application that uses the 2012 runtime on this development system? Do I have to downgrade to 2012? Thank you.

    We have existing customers that have installed our application that was originally built with 2012 (provided by a contractor that is no longer available).  Due to IT regulations, it is far easier to update these customers by simply replacing the .exe file, than creating an install that their IT department must run.
    If I have to downgrade to LabView 2012, where can I get the installation for this?

  • Can you upgrade an ActiveX without breaking an existing LabVIEW application?

    Suppose you have a LabVIEW application that uses an ActiveX version 1.0.
    At some later time you get an upgrade of the ActiveX or simply install another application that uses and distribute a newer version of the same ActiveX  ( version 2.0 which support the same basic interface ) From what I experieced so far, upgrading the ActiveX will prevent the LabVIEW application from running unless the developper of the application goes in its LabVIEW project, upgrade the control within project/panels, recompile and distribute another copy of the application.
    Is LabVIEW using manifest ? What is actually preventing the existing LabVIEW  from running? Are there some type of MANIFEST embedded?

    Hi Rastikan,
    LabVIEW does use Manifest while registering ActiveX applications. Access to the Manifest file can let you alter access privileges for ActiveX assembly. You can find more information on using and editing the Manifest file in this post. Also have a look at this knowledgebase article--although it talks about LabVIEW 8.2, it contains information on Manifest files. Hope this helps.
    Ipshita C.
    National Instruments
    Applications Engineer

  • How can I learn developing Mobile Andriod Applications in Dreamweaver CS6 ?

    How can I learn developing Mobile Andriod Applications in Dreamweaver CS6 ?

    Please don't duplicate posts.  One question on the same topic is all that's required.
    Create & package Mobile app with DW, jQuery Mobile & PhoneGap
    http://www.adobe.com/devnet/dreamweaver/articles/dw-phonegap-mobile-app.html
    Nancy O.

  • I have a prpblem in enabling webserver i get message labview webserver not running error 54 , i checked IIS Manager and www the services r running ok ..can anybody tell what might be error ,,,iam on labview 6.1 and win 2003 server.,

    i have a problem in enabling webserver i get message labview webserver not running error 54 , i checked IIS Manager and www the services r running ok ..can anybody tell what might be error ,,,iam on labview 6.1 and win 2003 server.,

    If you already have IIS web server running, you need to run the LabVIEW web server on a different port to avoid conflicts. It probably won't start because the port 80 is already in use.
    Check options.."Web Server: Configuration" within LabVIEW.
    LabVIEW Champion . Do more with less code and in less time .

  • How can I get the measured data of a compiled LabView application via active X?

    I want use data measured by a compiled labview application in a visual basic program by the way of active x. i your knowledge base is only explained how to do this with a notcompiled vi
    or how to call a compiled vi but not how to get the properties.

    A. Rafiq's reply / answer is just exactly what I was looking for as well. I'm using it with VBA for an Excel application.
    Note that the differences between this and the "not compiled" VI is that the application is the compiled application name, versus LabVIEW.
    Additional information:
    Remember that when you build the application, it puts the VI(s) in a wrapper app, which requires the Run-Time Engine.
    In order to access the VI, you have to get a reference to it. Doing this starts the app.
    Now the VI's methods and properties are exposed.
    With the GetControlValue and SetControlValue
    methods of the VI you can access all of the controls on the front panel.
    Remember that the values returned from the GetControlValue method are of type Variant.
    If you find you h
    ave some trouble getting data in or out of your (LabVIEW) ActiveX server app, you can also easily write a VI to access the server.
    Remember that if you want to run these, the ActiveX server (LabVIEW) and the VB client app, on a remote machine you must:
    Install on the target machine the LabVIEW RTE (which you can include with Application Builder.
    Running the server app once on the remote machine before running the client is a way for the server app to register itself (at least in LV 5.1).

  • Can a Labview application EXE run on a PC with 128MB RAM

    Hi,
      What is the minimum requirement of the LabVIEW application exe  to run on  a PC. Is it necessary to have 256 MB RAM PC.
    Regards,
    Sowmya

    See Release notes. They can be found in the support section of the website or on the install CD/DVD.
    Message Edited by andre.buurman@carya on 10-30-2007 10:42 AM
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

  • Where can I get application development kit for iPad?

    Hi apple world,
    Where can I get application development tool for iPad?
    I am new apple user, and fascinated with iPad. Having computer science background at college, I am interested in developing simple game application to get started. Hopefully, I would like to put some games in app store in the future.
    My iTune is in windows XP, and it may be the platform for development.
    Regards,
    Hire

    Actually, it is free to register at http://developer.apple.com/programs/register/ as a developer and download the SDK. The $99 fee only applies if you want to install your Apps on a real iOS device (instead of the simulator) or submit them for distribution on the AppStore.

  • Can I convert a Lookout application into a labview application?

    We here are seriously thinkig to migrate to Labview. There is a complex application done with Lookout 6.0 that we want to convert to a labview application. Having the proper Labview, is there a way of compiling it, open and save, or convert the Lookout application into a Laview application?
    Excuse my ignorance in this matter.
    Best regrads.
    Rudy
    Solved!
    Go to Solution.

    Rudy,
    First of all I hope you first question regarding lookout is solved. If so then mark my answer as solution.
    For the next time, if you have other questions, which are not related to the one you started the thread of, then open a new thread!
    And no, National Instruments don't has drivers for Non-NI Products, so LabVIEW has no driver for your motion card. Anyhow National Instruments has it's own Motion Hardware and Software (ni.com/motion).
    And for LabVIEW and Linux just go to ni.com/linux, and you will find supported hardware/software and the linux derivates it works on.
    Christian
    Message Edited by Christian_M on 11-20-2009 01:28 AM

Maybe you are looking for

  • How to stop logging external jar debug statements

    Hi, I am developing a java app which uses FOP to convert xml to PDF. Log4j is used for logging and in my appender's threshold is set to "debug". I only want debug output of my app not the FOP, how can I achieve that. At this stage I get thousands of

  • I've been stealing my own itunes

    Hello! Sorry for bad English. in the evening on Sunday, a brief summary of the 17 month of August I have to give my friend my own and I've had to change the PIN number and all the information related to the original account .. I am in desperate need

  • Protect sensitive HR tables from ABAPer and BASIS

    Hello We are trying to work out some security authorizations where in we can protect HR master data through direct access to HR tables through SE16 or SM30 for info type tables like PA0008 or PA0015 etc. I know that these tables have authorization gr

  • I can't pair my MacBook with my iPhone 5c

    I can't pair my MacBook with my iPhone 5c. Any suggestions on how to do it? I've tried switching Bluetooth off and on again, toying with AirDrop, but nothing works. There MUST be an easy way to send a file from the iPhone directly to the MacBook, rig

  • Acroread Solaris 10 permission denied

    Hi acroread 8.1.1 lpstat -p km_b1f7_1 -l printer km_b1f7_1 idle. enabled since  3 November 2009 16:25:58 GMT. available.         Form mounted:         Content types: application/postscript, text/plain         Description: Konica Minolta C450 Printer