Auto Sleep and Wake

userHead zahidrasheed 2018-03-06 20:12:23 2931 Views4 Replies
Hi

I'm planning to use LP as a data logger for our marine project. To save power I want to schedule LP to go to sleep at specific time and then LP wake up daily to specific time so that it perform logging using ( task schedules ) then upload files to ftp site and after that again it should go to sleep mode.

Guys is that possible with LP ? I tried and use normal pc to sleep / wake via task scheduler but unable to do with LP. in LP nothing happens... it never go to sleep

"
In Task Scheduler -> action ... i use powershell.exe command with following parameters
-command add-type -assemblyname System.Windows.Forms; [System.Windows.Forms.Application]::SetSuspendState([System.Windows.Forms.PowerState]::Suspend, $false, $false)
"

Thankyou

Regds

Tony