06-10-2011 11:53 AM
How do you move the mouse using LabVIEW so the computer will think the operator moved it so the system will not go in to screen saver mode. The IT nerds have it set to 1 min but the tests take much longer, they will not change it citing some BS from corporate. I want to build in something to fool XP so while a test it will go in to screen saver mode.
I’m using 2009
Thanks
Solved! Go to Solution.
06-10-2011 12:01 PM
Software solutions are hard, my favorite "hardware" solution:
Otherwise google "Mouse Jiggler" for a simple USB device which you should keep in your pocket when the IT guys come snooping around.
06-10-2011 12:41 PM
There's always the alternate "hardware" solution:
06-10-2011 01:41 PM
It has to be done in software.
06-10-2011 02:20 PM
dksys2000@yahoo.com wrote:
It has to be done in software.
If you have the privileges to install a software solution, you could just change the timeout. Plus, IT people have ways of detecting such things, mess with them at your own peril. LV methods of moving the mouse do not reset the screensaver clock.
Try playing In-A-Gadda-Da-Vida on the Windows Media player with the setting to inhibit the screensaver during playback checked.
06-10-2011 04:56 PM - edited 06-10-2011 04:56 PM
I would use AutoIt. You'll have to learn a bit of the syntax, but it's straight forward. I'd think in an hour a person could probably have something put together in an hour even if they had to start from scratch.
On a side note I have autoit scripts for doing some of the repetative tasks in LabVIEW.
06-13-2011 10:02 AM
Hi dksys2000@yahoo.com,
I found this, and was able to use post #6 to make a small VI for just what you want.
Note: It uses the SendKey.llb which is a library I did not write (can't remember exactly where I found it).
Have a great day,
Chris V