LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

screensaver inhibitor

Dose any one know how I can stop the Screen saver from working while my code is running?

0 Kudos
Message 1 of 14
(3,945 Views)

Turn it off in the OS.  The only screensaver I use is the power switch on the monitor.   Screen savers are a waste of energy IMO, and burn-in is such a 1980's problem.  Persistence is a minor annoyance in LCD screens, so if it worries you, turn the monitor off. 

 

A fun LV exercise would be to use property nodes to write a VI that moved itself around the screen every so often.  

0 Kudos
Message 2 of 14
(3,941 Views)

Darin.K wrote:

Turn it off in the OS.  The only screensaver I use is the power switch on the monitor.   Screen savers are a waste of energy IMO, and burn-in is such a 1980's problem.  Persistence is a minor annoyance in LCD screens, so if it worries you, turn the monitor off. 

 

A fun LV exercise would be to use property nodes to write a VI that moved itself around the screen every so often.  


Some places (like mine - argh!) require you to have screensaver + password on so if you forget and leave your workstation it goes into screensaver mode.  It's a PITA when someone was using a workstation and then goes home, locking everyone out.  😉

 

Bill

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 3 of 14
(3,939 Views)
The PC we use have a policy forced on to them that there is a screen saver and it will start in 5 mins and will lock.So I want to stop windows form using the screen saver when the code is running so the data readouts can be seen at a glance.

 

0 Kudos
Message 4 of 14
(3,935 Views)

In that case, try simulating a keyboard press every now and then (never tried it for this application).

 

http://zone.ni.com/devzone/cda/epd/p/id/3711

 

 

(But still try to turn off the screensaver whenever possible) 

Message Edited by Darin.K on 08-26-2009 10:44 AM
0 Kudos
Message 5 of 14
(3,926 Views)

And if you are looking for a hardware solution.

 

http://www.officeplayground.com/drinkingbird.html

0 Kudos
Message 6 of 14
(3,918 Views)

I had this problem as well.  I couldnt' figure out a way around the operating system.  Anything I tried was a hack and really couldn't get underneath the security policy that was in place.

 

I discovered a little device called a mouse jiggler that works great.  It is a small USB plug that simulates a mouse.  It periodically simulates a mouse jiggle by a pixel back and forth every 20 seconds.  So as far as the computer knows, there is someone using the mouse and the screensaver never kicks on.  Even if a person is using the computer while this device is plugged in, you never notice any funny motion with the mouse.

 

I bought about 5 of them for different PC's that I have running test stands.  I plug it in whenever I don't want the screen saver lockout to come on.  If I'm not doing anything in the PC, I take it out and put it in a drawer.  If you use it, don't let your IT department know about it.

 

http://www.cyberguys.com/product-search/?keyword=mouse+jiggler

Message 7 of 14
(3,916 Views)

Darin.K wrote:

And if you are looking for a hardware solution.

 

http://www.officeplayground.com/drinkingbird.html


You've got to be careful with that device.  If you remember the episode of the Simpsons where they had one of those, the nuclear power plant almost melted down.Smiley Very Happy

0 Kudos
Message 8 of 14
(3,914 Views)

I have heard through the grapevine that theoretically putting a music clip in your startup folder, this will cause media player to start automatically. When media player is set to loop continuously, it prevents the screensaver from kicking in. At least using media player v9.0 on Win XP, but I know nothing of this 🙂

 

-AK2DM

~~~~~~~~~~~~~~~~~~~~~~~~~~
"It’s the questions that drive us.”
~~~~~~~~~~~~~~~~~~~~~~~~~~
0 Kudos
Message 9 of 14
(3,912 Views)
This is the most amusing approach to this problem that I've seen.
0 Kudos
Message 10 of 14
(3,871 Views)