Forum

Author Topic: Turn Off PC after Process is done  (Read 7272 times)

RalfH

  • Sr. Member
  • ****
  • Posts: 344
    • View Profile
Turn Off PC after Process is done
« on: February 01, 2013, 09:42:48 PM »
For batch processing, it would be great to have an option tick box for shutting down the computer after all processes are finshed. It would be even better if that tick box was available while batch processes are running (just in case I change my mind...).

Ao ke tuo wu ren ji

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: automatic shutdown
« Reply #1 on: March 13, 2013, 04:31:43 PM »
That would be absolutely amazing!

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: automatic shutdown
« Reply #2 on: March 13, 2013, 05:17:59 PM »
Thanks for suggestion.

Currently computer shut down could be performed in Pro edition using Python scripts.
Best regards,
Alexey Pasumansky,
Agisoft LLC

Isaac H. E.

  • Newbie
  • *
  • Posts: 34
    • View Profile
Feature request, Batch Power off option additon
« Reply #3 on: February 18, 2018, 01:16:17 PM »
Hi,


Would it be possible for you to add a "power off" option in to the Workflow / batch process window?


This would enable the end user to program a batch and leave the computer processing overnight without wasting unnecessary energy / money.


Thanks

Isaac H. E.

  • Newbie
  • *
  • Posts: 34
    • View Profile
Re: automatic shutdown
« Reply #4 on: February 18, 2018, 07:57:27 PM »
Thanks for suggestion.
Currently computer shut down could be performed in Pro edition using Python scripts.


Thanks Alexey your response is very much appreciated, being said that there are many of us that either don't want to learn Python or do consider the proposed method as too clumsy, I really think that should be in the GUI so that all users, knowledgeable or not, can enjoy such a feature that, in the end, is going to save them money.


Thanks for listening and for your continued support.


Isaac

keyable

  • Newbie
  • *
  • Posts: 14
    • View Profile
Shut down PC after JOB finished
« Reply #5 on: May 28, 2018, 12:19:40 AM »
Hello!

Please add SHUT DOWN PC after finish option. Sometimes I leave my PC on for a night to make DENSE CLOUD, it would be great feature to use!

Thanks!

SAV

  • Hero Member
  • *****
  • Posts: 710
    • View Profile
Re: automatic shutdown
« Reply #6 on: May 28, 2018, 05:47:42 AM »
+1

Good idea to make this feature available to people who don't want to invest in Python scripting

keyable

  • Newbie
  • *
  • Posts: 14
    • View Profile
Turn Off PC after Process is done
« Reply #7 on: July 30, 2018, 11:40:11 PM »
Please add this feature "Turn Off PC after Process is done" so i could leave my PC on for a night. After finishing BATCH process or any other process (e.g. Dense Cloud Generation) it will turn off PC automatically.

THX!  :D

Alexey Pasumansky

  • Agisoft Technical Support
  • Hero Member
  • *****
  • Posts: 14813
    • View Profile
Re: Turn Off PC after Process is done
« Reply #8 on: July 31, 2018, 03:42:05 PM »
As a workaround in Professional edition you can add the Run Script task as a final step of your batch for the following script:

Code: [Select]
import os
os.system('shutdown -s')

At least it works for Windows.
Best regards,
Alexey Pasumansky,
Agisoft LLC