LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Run Labview exe silently

One way would be a windows system service.

http://zone.ni.com/devzone/cda/tut/p/id/3185

But there are some operations you wont be able to do (File dialog).

So far I only have used this together with a program that controls the Service and has the FPs showing, but the service is restricted to not showing it (by Win).

 

Felix

0 Kudos
Message 11 of 14
(1,411 Views)

Something I can recall from the past but I didn't check it.

 

Did you try configuring the window of your vi 'no title bar' and such?

 

HideRootWindow=True to my understanding only disabled the 'lvrt'dll' item on the taskbar.

---

25+ years long fan of LabVIEW. Move to Emerson looks to be for the better! See the last posts in subscription model thread.
0 Kudos
Message 12 of 14
(1,361 Views)
  • Go to VI Properties (Ctrl+I).
  • Under Window Appearance click "Customize"
  • Check "Window Runs Transparently". Set Transparency to 100%
  • Un-check "Allow User to Minimize Window"

 

If a window cannot be minimized, Windows will not show it in the taskbar.

 

 

You can also use a VI property node to set the Front Panel state to "Hidden". But the key is to un-check "Allow User to Minimize Window".

 

Make sneaky background processes! Fool your friends and coworkers! Fun for everyone!

0 Kudos
Message 13 of 14
(1,340 Views)

For me, this works only if I start the VI as VI, but not if I use the VI as an executable. Im am using Win7.

Is there any other way to do this?

0 Kudos
Message 14 of 14
(932 Views)