LabVIEW application window

I heard some time ago that there is a way to eliminate/hide the LabVIEW Application Window in the development environment, does anyone know how to do that?? It's causing me serious problems with my TestStand modal dialogs...
This is the one...
Thanx...
Attachments:
lvwindow.PNG ‏47 KB

Were you not able to get the modal dialog working using the method that we spoke of on this thread: http://forums.ni.com/ni/board/message?board.id=330&message.id=14315&view=by_date_ascending&page=3
If not, did you try the example that ships with TestStand for using modal dialogs?  As I said on the post, I was able to successfully call your VI as a modal VI from TestStand.  Please follow those suggestions and let us know if you are not able to get that working.
Thanks,
Andy McRorie
NI R&D

Similar Messages

  • LabVIEW application run on Windows XP Embedded

    I'm doing a Embedded system based on Windows XP Embedded operating system.I want to make a LabVIEW applications which can run on it.I see a lot of paper that show the LabVIEW does not support Windows XP Embedded.I want to know whether the official has already solved this problem?Or someone has done the same thing successful?

    Who is the official? NI?  If it isn't supported, NI is unlikely to be trying to solve the issue as we are a bit beyond XP.  You'd need to find unsupported methods to hack it a bit.  I'm not sure you'll enjoy this process

  • LabVIEW: Null window error in an application?

    Hi there,
    I just built an application from a vi and I am encountering an error:
    LabVIEW:  Null window.
    The top-level VI "name1.vi"
    was stopped at unknown on the block diagram of "name2.vi".
    The application runs smoothly until the user selects some hotkeys to open a simple subvi briefly during execution in order to check on a file path.  This hot key combination works perfectly when the normal vi is running and the subvi displays the information and then closes and the vi execution continues.  Why would it not work when it has been built as an application??
    Thank-you for any help you can provide!
    Solved!
    Go to Solution.

    Solved my own problem - should have dug a bit deeper before posting - sorry!
    http://digital.ni.com/public.nsf/allkb/D95BDEB7A7E211AE86256EDA005517F4?OpenDocument

  • Guidelines to improve the reliability of a LabVIEW application in Windows XP.

    I am searching for guidelines to improve the reliability of a LabVIEW application in Windows XP (ie: disable keyboard, bypass login screen, disable questions during boot up, disable antivirus, etc.) - customer will use LV RT but currently running in WXP.
    Thanks.

    Hello �
    There are several things you can do to improve LabVIEW�s performance. Take a look at the following links:
    Why Would I Want to Turn Off Multithreading?
    How Can I Optimize the Memory Use in My LabVIEW VI?
    How Do I Disable Mouse Interrupts to Improve Performance?
    Hope this helps!
    S Vences
    Applications Engineer
    National Instruments

  • PID control in a windows CE Labview application

    Hi there,
    I want to build an application that will control the temperature in some ovens, using PID control. The application will be running in a controller (or a touch panel computer) with windows CE OS. I have Labview 8.6, PID control toolkit 8.6 and Touch panel module 8.6. The problem is that the PID vi's don't seem to work in touch panel module. 
    Is there any way to implement PID control in a windows CE Labview application?  
    Thanks in advance.
    Solved!
    Go to Solution.

    I think with a timed loop you can run reasonable good timing down to 1 mSecond. I think 1 mSecond is the lower limit for non realtime systems like Windows/windows CE. And if you have the PID toolkit this will supply you with the functions you need. You do not need an extra CE PID toolkit. This because  the touch panel module run under your standard Labview environment. But I do not know if all the functions in the PID tool like fuzzy logic are compatible with CE. Have you also considered Windows Embedded as OS for your module. With windows Embedded you can run standard Labview built exe files
    Both Windows Embedded, and XP Embedded can be trailed
    http://www.microsoft.com/windowsembedded/en-us/products/westandard/default.mspx
    Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
    (Sorry no Labview "brag list" so far)

  • How do you make third party application window backmost using labview

    Hi Guys
    I know i can do whatever i want on labview windows.i can make third party application window frontmost.
    But How to make third party applicaiton window backmost using labview.
    Thanks

    Hi wenjie1wang,
    I have attached an example that uses the "Call Library Function Node" that accesses the "user32.dll" file that is responsible for manipulating with the windows such as minimising it. 
    After opening the VI you have to enter the name of the window you want to minimise, you can hard code that as a constant. Also on the front panel the control "nCmdShow" can be changed to dictate the action you want to do with the window. 
    Furthermore, please look at the Microsoft Developers Network to find more useful ways to use the property node in your project.
    http://msdn.microsoft.com/en-US/
    Let me know if this works.
    Regards
    Art
    Applications Engineer
    National Instruments
    Attachments:
    Minimise Window in Win7.vi ‏14 KB

  • Multi window instances, DSC LabVIEW application

    Hi
    How can I develop a DSC LabVIEW application featuring multi window instances controlled by button (s) press on main (default) front view window? 
    In fact I have a large number of wireless sensors to be analyzed.
    BR,
    Nasq

    Hi Ryan!
    Thanks for reply. Creating multiple VIs is not a bad design option at all. However I fear it could compromise speed of an application which is also running active communication with database sources and a great number of sensors.
    Let me try it. But thanks for suggestion.
    BR
    Nasq

  • What causes Window XP Clean up desktop message to lockup LabVIEW application?

    While running aLabVIEW application, A Window XP Clean up desktop messagelockup a LabVIEW application.  The window message interrupted theapplication and lockup the application.  LabVIEW has to be restarted.This application had most user inputs inhibited, and the task bar was disabled.

    I've never seen that happen. What is your application doing? What is the normal CPU loading from it? Have you gottne it to happen more than once?
    Mike... 
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Minimizing LabVIEW application to system tray or running it as a Windows process

    Hi guys,
    Is there a way I can minimize a LabVIEW application to the system tray on the right bottom corner of the screen ? My application will run all the time and all I want is a pop-up when errors or information/reports have to be displayed. I have searched exhaustively and now am posting this question. Please let me know if this can be done.
    also, Can a LabVIEW application run as a Windows process? Like it starts up automatically on booting the system?
    Thanks!
    V
    I may not be perfect, but I'm all I got!

    If you search for System Tray you'll find lots of people trying to do the same thing and a few places with example code to get it working.  But the best method I've seen is actually on the Lava forums.
    http://lavag.org/topic/14060-put-your-labview-in-the-tray-once-and-for-all/page__p__86042__hl__+syst...
    As for starting a application on startup.  Again I expect searching you'll find alot of people saying the easiest way is to create a shortcut to your application, then place the shortcut in the Startup folder in your start menu.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Labview application built under Labview Windows and Linux.

    Is it possible to run an Labview applications built under Windows, under Linux with only the Linux run-time?
    S. Maury
    Responsable Technique
    Technical Manager

    Stef M. wrote:
    Thank you Dennis. It is done, one suggestion more on this direction....
    Regards.
    Unfortunately it is not as simple
    as throwing together the application builder code of all platforms into
    one piece of software. Some things need certain support from the
    underlying platform too and that would mean NI would have to provide
    emulation/simulation or whatever of certain platform features to be
    able to build for instance a Linux executable on a non-Linux system.
    Rolf Kalbermatter
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Porting a labview application from windows to linux

    Hello,
    I need to compile a labview application that has been created for windows under linux. It depends on calls to functions NBFifoCreate and NBFifoWrite. These are part of the nbfifo.dll library under windows. Could anyone point me in the right direction how to replace this dependency?
    Also I am trialing LabView Professional Linux. As I am reading along I gather that I might need LabView RT Module. Is that correct and does it come included with the Professional version.
    Thank you in advance.

    Hello Damien1979,
    It sounds like you have an application developed under the Windows OS which used features of the LabVIEW Real-time Module.  Now, however, you are trying to open the same VI or Project under Linux.  Is that correct? 
    What distribution of Linux are you using?
    Which version of LabVIEW are you using?
    The LabVIEW development system is supported under Linux, however, not all modules and toolkits are available for installation.  This link below contains the supported modules.
    Developing Linux Applications with NI LabVIEW or LabWindows/CVI
    I believe the NBFIFO.dll related files are associated with the LabVIEW Real-time module, but I haven not confirmed that yet.  The LabVIEW Real-time module is not featured in the link above.
    Regards,
    George T.
    Applications Engineering Specialist
    National Instruments UK and Ireland

  • Installer instal labview application as window service

    Dear NI
    I want to make an installer which installs labview application as windows service.
    Currently i am using third party tool to do this. Is it possible with labview application builder.
    regards

    It should be possible also with installer builder. You should automate described steps (put some entries into the registry and call executable from MS ResKit). Resourse kit should be deployed with same installer (not sure if there "silent" install possible, otherwise read ResKit documentation and license agreement). Alternatively you can build installer with third party tool - in this case you will have more "freedom". In the past I have done this with Inno Setup - works without problems.
    Andrey.

  • Open File With LabVIEW Application

    I have a LabVIEW application that can be used to analyze several data files at once.  I am wondering what the best way to right click on a file from Windows Explorer and open with the application.  I know you can use the command line property node to find what file was opened if the application is not running when you open the file, but from what I found, this does not work if the application is already running.  I have a work around in place by using my main application as an ActiveX server, and another application which reads the file name from the command line when the user right clicks and opens the file, passes the path to the main application, and shuts down so the process can be repeated.  Is anyone familiar with a way to do this without have two executables?

    This is not easy but you can find info there :
    - http://lavag.org/topic/10829-how-to-assign-file-extension-to-exe/
    - http://lavag.org/topic/4851-associating-my-exe-with-a-specific-file-extension-type/
    - http://labviewwiki.org/Associate_your_own_file_type_with_Windows_Explorer
    Hope this helps
    When my feet touch the ground each morning the devil thinks "bloody hell... He's up again!"

  • Using a LabVIEW application as default program for opening files

    Google has returned nothing useful on this.  I want to use a built LabVIEW application to open data files from the Windows desktop. It is easy to edit the Windows registry to set the application as default program - but I'm not sure how to set the event in LabVIEW to open the file.  Any suggested reading?
    Solved!
    Go to Solution.

    I have done this before...I have a small LabVIEW .exe which looks at the version of a VI and selects the appropriate version of LabVIEW to open it with if available. It also adds explorer context menu items for allowing you pick a specific version of LabVIEW to open the file with.
    This is a rough idea of the registry keys for adding a program to handle specific file types and to add items to the shell menu in the installer:
    Add your own 'LabVIEWOpenWithVersion' key and then add the key name to the OpenWithProgids for the file extensions you want to be able to open with your application. The command part looks like this:
    Look at the Windows/MSDN help for what the different keys mean and how they are used, I think you can also set a key to make one of your handlers (e.g. Open, openWithLV) the default for the file type.
    For getting the file that was opened 'with' your application, use the App.Args property, ignoring the first item (which is always LabVIEW) in the array.
    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

  • What kind of function(s) (in dlls) have to be call by a Labview application to be able to manage the PC's power supply

    Assume that a Labview application is running on a PC. The PC has a DC battery. When a "power off" is detected on the AC line, data should be saved, Labview application and Windows should be closed.
    What kind of function(s) (of which dll) should be called by a Labview application to realize this data and system management in a safe manner ?

    UPS (Uninterrupted Power Supply) systems can send messages to the PC through the serial port when the AC is lost and when battery is low. I'm not sure how this message is sent but I suspect they use Windows Messaging. If you could find this out, you could write your vi to constantly look for this message and shutdown when it sees the message.
    - tbob
    Inventor of the WORM Global

Maybe you are looking for

  • BW 510 and 026 error message

    Hi all, I have a question on executing BW query. I created a own view and want to execute this view,but I got error message 510:value 6001552 for characteristic BCUSTOMER  unknown 026:Error when executing the query in OLAP server the value is given t

  • Error at the time of Shopping cart creation.

    Hi experts, Can any one tell me, I get an error message at the  time of raising a SC, The error is Partner 22452 not found with with partner function type goods recipent. Account 54102022 requires an  assignment to an CO object No address found for p

  • HD so full, too slow to  delete anything

    I have an 80GB HD on my macbook and it's currently 75 GB full. My computer will start, but it keeps spinning and it's incredibly slow. So slow, that I can't actually delete anything from it. I attempted to connect my Macbook to a Power Mac via firewi

  • Distorted desktop and safari menu

    My desktop , all photos, and safari menu are distorted. I have reset desktop image and it is fine. Then shortly it is as if everything was giant sized and blurry. Shut down and re open helped a few times but no longer does. Fonts in Mail and articles

  • Calulations using TMVL SAP BPC10 NW

    Hi Experts     I am not sure if this is possible? I am trying to use script logic to forecast some balance sheet account. 1. Get prior years balance for account code AC_2016100 2. Perform a calculation using the prior years balance (cacluation AC_201