Run Labview program on Windows 7 Ultimate

Has anyone run labview program (built application) on Windows 7 Ultimate? Is there any issues? I'm trying to define the system requirement for my application installation and run time. Windows 7 Ultimate was required by my coworker for another application and I want to make sure this requirement won't affect my labview application.
Thanks very much!

I'm sorry to say you're screwed, it only works on W7 Home Premium.
Nah! Just kidding, from a programming point there's no noticable difference between the different W7 versions.
/Y 
LabVIEW 8.2 - 2014
"Only dead fish swim downstream" - "My life for Kudos!" - "Dumb people repeat old mistakes - smart ones create new ones."
G# - Free award winning reference based OOP for LV

Similar Messages

  • How to run labview program in debugging mode in windows 95 version

    Respected all,
    I am facing probelm while running probe.vi.
    I received this command "connection to acquisition board was not found" when i run labview program.
    I  am using labview 5.1, fieldpoint FP 1000, NI-DAQ 6.5, Field point explorer version 1.6, Measurement and Automation Explorer 1.0.1.
    I would kindly request you please help me how to run my program probe.vi in debugging mode in windows 95 version, so that i can locate where error occurs.
    Thanking You
    Yours faithfully
    M.Vijay

    Respected Norbert,
    Thank you very much to for your help.
    Norbert : Possible reasons are e.g. wrong IDs for measurement devices. If the error is connect to the FieldPoint, it is possible that it isn't configured correctly.
     I am using Field point explorer 1.6, The Field point instrument FP 1000 and RS-232 port is using. It is confirmed that the field point instrument is working properly by LED light indication test.
    Norbert: It sound like you are using DAQ devices (like PCI MIO 6952E) in the application. Are you sure that you select the correct device ID for this?
    I am asking you to know, If i using Labview and  Fieldpoint instrument FP 1000 to monitor my parameter interms of All, Channel 0, Channel 1, Channel 2, Channel 3, Channel 4, Channel 5, Channel 6, Channel 7 for my measurement.
    But now i need to solve the command connection to acquisition board was not found, The expert say this command is due to there was no AT-AO-10 Analog Output board was present in CPU.
    I do not find AT-AO-10 Analog Output board in my CPU, Previously the instrument was worked perfectly by other person who assembled everthing to measure temperature.
    The only aswer know send by previous person is if my task does not imply the use of a DAQ you probably have to locate where the DAQ driver is called and exclude it from the program. try to run the program in debugging mode so that you can locate where the error occurs.
    I do not know how to proceed his instruction. So i would kindly request you to please help me to solve my probelm.
    I also removed AT-AO-10 software from device manager >> Data Acquisition system >>  AT-AO-10 just now.
    I also find GPIB version 1.30, when i remove in add or remove program, it say that Error removing the GPIB.
    I am eagerly waiting for your help.
    Thanking You
    Yours faithfully
    M.vijay

  • I want to run java program on windows environment as background process

    Hi all
    I want to run java program on windows environment as background processSo command prompt return after executing java command and program on background In Linux we can do this easily �but I do not how to do this in windows
    for example look this programe
    import java.io.*;
    import java.util.*;
    public class TestClass {
         class ravi extends Thread{
              public void run(){
                   try {    
                        String target_file = "ravind.txt";
                        File targetfile = new File(target_file);
                        PrintWriter writer = new PrintWriter(new FileWriter(targetfile)) ;
                   for (int i =0 ; i < 100 ;i++ ){
                        Thread.sleep(10000);
                        writer.println(" ravindra shukla ");
              } catch (Exception e) {               
                             e.printStackTrace();
         public static void main(String[] args) {
              TestClass test1 = new TestClass();
              TestClass.ravi r1 = test1.new ravi();
              r1.start();          
    System.out.println(" return from main ");
    first i compile this
    javac TestClass.java
    then i run this by using this command
    java TestClass
    but becouse i put sleep on threads run function so it takes to much time to get return on command promt .... i want to run this programe as background process so command promt return as soon as i execute java command

    Thanks dude
    This solution �start java TestClass� works fine �. But it does not solve my problem
    It opens another black window and that black window persist till the life time of my program
    Is it possible application run on complete background without opening another black window �as in Linux

  • Running My Program From Windows?

    Hi, now that I'm done with my program, is there any way that I can run the program from windows by creating a shortcut? I would like the program to run on other machines without having to start or install the JDK.

    Hi, now that I'm done with my program, is there any
    way that I can run the program from windows by
    creating a shortcut? I would like the program to run
    on other machines without having to start or install
    the JDK.First, the other machines do not need the JDK - they need the JRE which is much smaller. Second, your question is a variant of the most asked question on this forum. Try searching for "exe" or "executable" or something similar and you will find lots of answers.
    Quickly I can tell you that if your program use any GUI (ie AWT/Swing), there is no way you can avoid having the JRE on the target machines. You can, however, make installation programs that install the JRE along with you program if you wish.

  • Run Labview as different windows user (for database connectivity)

    I have to connect to a corporate remote MSSQL-Database on the network, using the database connectivity toolkit for LabVIEW.
    The db-authentification is realized checking the windows user (ads) who acceses the datebase (not a database user / password which is standard in the database vis)
    Therefore I have to run LabVIEW as the defined windows user, different than the logged in user on the pc.
    Is that possible to realize with LabVIEW?
    Other Windows-tools allow to define the windows user/password which "run" an application - how can I do that with LabVIEW?

    Hi Zav.  There is a windows command 'runas' which _may_ let you do what you want; I haven't
    tried what you need to do, but is has worked for other tasks for us.  Try 'runas /?' for the switches.
    You will have to build your LV program into an executable, then use runas to launch it.  Is there
    a reason you can't just login to Windows as the required user?
    If you can get your db admin to allow dbuser/password authentication that would be a much better
    way to go.
    Matt

  • Error Code 37 running labview 6 with windows XP

    I've checked most of the posts concerning this Generic error code 37. Here is my dilemma..Currently running Labview 6 on a windows NT system. That computer is on its last legs and we want to upgrade to XP...I installed labview 6 on an XP machine and the program runs fine..and I actually get data from my external device except I get the ERROR 37...The big thing is I cannot run a SUBVI that creates a linear fit because once I get the error 37, the SUBVI stops. I can't understand how I can read data from my external device, yet get the device not found msg. I've even tried installing LV 7, and LV 8 yet get the same results.
    Solved!
    Go to Solution.

    Thanks for the information...Unfortunately I tried all the suggestions and still no luck. The weird thing is I can get individual data from the analog device to output from the VI (i get actual data to show where it is supposed to show in the output boxes), yet I still get the "ERROR 37" message. The one big problem is that I cannot standardize the device through the LV program and therefore the individual data is not calibrated properly. In the standardize VI, the programs runs through a series of samples, and creates a calibration curve. Then when we run individual analyses the calibration curve is used. The problem that occurs in the standardize VI is that the program doesn't advance past the first sample (error 37)so I cannot generate the calibration curve.
    All of the suggestions are greatly aprreciated. What I really do not understand is that without changing anything (just copying files from one computer to another) how the error code comes about. One thing I am going to try over the weekend is to add another COMM port and see what happens.
    This may seem ignorant, but How do you "CLOSE" a COMM port???

  • Running labview program as system service

    I was wondering if anyone has done this before.  I need a compiled Labview program to start up as a system service with windows XP. I'm using Labview 8.6.1. How do I do it? Thanks!

    Sorry, I think I wasn't clear in my last post.
    I'm
    developing a program in LabVIEW that run continuosly without user
    interface, so I want to convert this program to a windows service. I
    took a look at http://zone.ni.com/devzone/cda/tut/p/id/3185 but I think
    this method does not provide a gracefully stop. Instead, I'm trying to
    follow the Kuan Chen's method, about to "create a Windows Service with
    LabVIEW" (http://members.cox.net/kuanchen/lvservice/index.html).
    At
    the end of step 1 says "Build all the server code into a DLL". I did
    this: creating a "Shared Library" in "Build Specifications" Project
    Manager menu on LabVIEW. This procedure create a dll (LabVIEW.dll) with
    2 functions BeginService and EndService.
    In Step 2 Chen
    says "...Link
    AnyService.dll to the LabVIEW dll created in Step 1. Be sure to also
    link to labview.lib as it is very likely the LabVIEW DLL will use it.".
    I think it means link a dll to dll (AnyService.dll to LabVIEW.dll).
    Where do I do that? Is It posible link AnyService.dll to LabVIEW.dll in
    LabVIEW? or, Do I need do it from Visual C++?. And How to link
    labview.lib?
    I
    know that if the "link dll to dll" procedure must be done in Visual
    C++, then I've been searching in the wrong forum, so let me know.

  • Run labview exclusively on windows

    Hi,
    This may not be a question specific to LabView. I appologize in advance. 
    I need to run a labview program while preventing user doing anything else. The user can operate the labview program but cannot run any other applications. Is there a way to do that?
    Thanks.
    Bo

    Is this a permissions issue, or you want the PC to look like it runs only your program? If it's the latter, you can replace the windows shell with your application. There are some caveats you will want to look into, however. I would google "replace windows shell" and see what you can find. I know it has been successfully done with LabVIEW applications because there were presentations on it at the CLA Summit this year.
    CLA, LabVIEW Versions 2010-2013

  • Show an Indicator from the frontpanel when a running labview program is minimized?

    Hi Folks
    When a labview program is finish and is made to an executeable program, I want when the program is running to press a  minimize button,
    and whenthe program window is minimized, i want a certain data indicator from the front panel of the minimized Progr. w. to be visible in the minimized program in the Windows XP's Processline . Is it long out or is it possible to solve??
    Regards
    Zamzam
    HFZ

    Gerdw wrote
    Hello Zamzam,
    i think you cannot have an indicator in the Windows process bar.
    But:
    You can change the window title to something meaningful (like: "value= 123.45"). So you can read the actual value of your indicator in the process bar. The property you need is called "Front Panel Window:Title".
    I don't think I understand what you mean by changing the window title. What window are you talking about?  About the Front Panel Window: Title.
     An example for my program  is , if I got a random generator plotted out on a graph or chart, Then i got an indicator for the  values that are been plottet on the graph, and i still need to see this indicator values, even if  i minimize the running VI. That means when i minimize the Running VI. it goes down to the windows process line. There  I need to see the Random nr. generator values.! I dont think its possible in labview. But meaby there's is some methode where I meaby can implement a C program that can manage that! What do you think??
    Regards
    Zamzam  
    HFZ

  • Run labview program without necessity of labview license . is it possible?

    Hi
    I wonder is it possible to have a labview program that can be run without of necessity for labview license?
    now we can produce executable labview programs but they need labview licences.
    Best regards
    s Farashi
    Solved!
    Go to Solution.

    That does not make any sense. You have a license for the development system. You can create an exe and distribute as many copies as you want without further licenses. The only thing you have to distribute with the exe is the runtime engine. Where did you get the idea you needed a license for each exe?
    Message Edited by Dennis Knutson on 01-30-2010 12:11 PM

  • Running java program at windows startup

    I need to run java program at startup and then it will continue to run in its own thread.
    Any body having idea how to do that programmatically?
    Zeeshan

    This is one option but this is not feasible in my scenario as this application will be running over a network which involves hundreds of computer so is there any way to do it programatically?
    I mean if I can load java class file through an exe file then I can load my class file in the startup using C++.
    Any Suggestions.
    thanks for the help
    regards,
    Zeeshan

  • Running labview program every five minutes

    I am very inexperienced with Labview, but I am attempting to build a program.  This program is to get measurements of frequency (can be used to determine strain) and resistance (can be used to measure temperature).  I got the program to work when I push a button on the front panel to start the process and then process data when I push another button.  I need to get this process to be automated because it needs to run for a long time.  I want to take measurements (frequency and temperature) every five minutes. Also, I need to have some delay (maybe 10 sec) before the data is processed because it take time for the data to be received.  Any help is appreciated. I attached the .vi Thanks! 
    Attachments:
    VW DAQ.vi ‏266 KB

    GerdW wrote:
    Hi laplanmd,
    well, you didn't read the style guide before?
    That is the understatement of the year!    Hidden wires everywhere.  I would love to see the tracing with highlite execution on.  SampleCount is a race condition just waiting to happen.
    To the OP:  Please think of us poor volunteers that have to waddle through this mess to try to help you.  We can't decipher code that has hidden wires, right to left wires, structures put on top of controls/indicators.  Please try to clean things up before posting.  In your case, a total re-write using a state machine is very appropriate.
    - tbob
    Inventor of the WORM Global

  • Is it possible to run labview app on windows embedded compact 7?

    Hi,
           I have a low cost single board computer from ICOP, running embedded compact 7 from windows. The board has all the features such as ethernet, usb, serial, vga etc. Is it possible to install labview runtime and run the labview developed apps on this platform?? If so please provide me the links to any related resources.
    Thanks in advance
    More details on the board here...
    http://www.icoptech.com/SPARK
    Regards,
    Vipul

    Thanks so much Gene. I really appreciate your time and suggestions.
    Btw, should have been clearer  as one couldn't imagine I meant that 5.5 (i.e. ancient one). The adobe website also has this info: Windows 8.1 compatibility for Adobe Photoshop version 5 which just says version 5.5 under compatibility. So it does seem possible indeed to run this but perhaps for someone more techie. Had a look at the thread re: 6.0 and tried to run it as admin. Tried copying the contents on the desktop and change the compatibility under properties (even ran compatibility trouble shooter under properties) - but in vain. Must be doing something wrong. Prolly easier to return the CD (:/)
    If anyone could drop an idea in relation to how/where to buy a genuine and legal copy of a CS5/CS6 I woudl greatly appreciate. I bought the 5.5 off eBay and probably will search for the right version this time on there again. But it's a bit of a question mark for me in regards to how do I make sure that I buy a genuine licenced version which I can register with the Adobe.

  • Need to run XP programs w/ Windows 8

    Hi all, I just picked up a new Toshiba L855D-s5117 running Windows 8. Besides getting use to the "new" Windows 8 software, I have several rather expensive programs that run on Win XP, but wont run on Windows 8.  A friend suggested that I partition the hard drive and install WIndows XP along with those programs in the partition or run an external drive with XP and the programs. Is either of these a viable option and would one be better than the other?  Is there anywhere where I could get guidance to do this?
    Thanks in advance.

    Satellite L855D-S5117
    I have several rather expensive programs that run on Win XP, but wont run on Windows 8.
    Your best bet is to run Windows XP in a virtual machine. I recommend that you upgrade Windows 8 to the Pro version and use its virtual machine, Hyper-V.
    I have installed Windows 7 in Hyper-V and it works just fine. See my message about that.  
    Greg Shultz explains the process here (and you can google for many more descriptions).
       Install Windows XP in Windows 8 Client Hyper-V
    Let us know how it goes.
    -Jerry

  • Running LabVIEW applications on Windows Terminal Server

    I have built a client application in LabVIEW that one of our users want to run on a Windows 2000 Terminal Server...the question is; how does Windows Terminal Server handle the different sessions; does is launch multiple copies of the application and if so how about support files? In my case the client application has a configuration and a temp file in it's directory...if multiple users use the application on the terminal server; does it or can it be set up to make one copy of the app directory for each session? If not - is there a way / what is the best way to get separate configurations and temp files for each session?
    MTO

    You have a better chance to get a helpful reply if you ask in the Acrobat forum, or even at http://forums.adobe.com/community/licensing

Maybe you are looking for

  • _blank always opening in the same new tab

    Hi there, I am curios if there is a workaround this issue. If you have an ad, let's say, that for any click it's set to use "_blank", every subsequent click will change page in only one new opened tab. There aren't more tabs created. Just one new tab

  • Disk Utility Showing "No Slices" on Hard drive test ?

    What does Disk Utility mean when it states "No Slices" available when verifying or repairing a HDD ? There appears to be zero information about this, including on Google. Does it signify that the HDD is dead or beyond recovery ? Does anyone know abou

  • WAS or Dialog instance in DMZ zone

    Hello All, Please clarify me by answering the following question. I have a plan to use the erecuting functionality without Portal system and have plans to use this functionality outside the intranet. ( Note : Not planned to move the back end system t

  • Xorg.conf somethings I don't understand yet

    Background: I'm pretty much a total noob when it comes to linux. I've been a dos/windows user/tech for more then 15 years and I've finally decided I wanted to learn linux. So I setup a teamspeak server(Linux Talk) on my windows machine and have been

  • PIcture goes black after making adjustments...Why?

    I was using the repair tool to remove something from an image and my entire image went to black. Now its still there as a thumbnail but when I bring it up large on my screen, its a big black screen. Why is it doing this and how do I correct this? I n