7/12/2018 2:56 PM | |
Joined: 10/18/2012 Last visit: 8/21/2024 Posts: 225 Rating: (23) |
Hello, shutting down or restart an IPC is possible via Windows command execution. The proper command for that function is the 'shutdown' command. Enter 'shutdown -?' in a command line window to get some help. In case, you have SIMATIC WinCC Runtime installed on your IPC, you can execute such commands with the system function "startProgram" (see WinCC Advanced V14 SP1 System Manual 03/2017, Page 6099), here. This functions allows you to execute external programs. Just create a batch-file (*.bat oder *.cmd) and write an appropriate shutdown-command inside that file. Maybe some wait-time is a good idea to be able to shutdown the WinCC Runtime program too. The execution of that startProgram function can be triggered by a PLC variable change in WinCC. So in the end the CPU shuts down or restarts the IPC. Unfortunately powering up an IPC from a PLC is not possible that way. If your IPC supports intel AMT, then you can power up your SIMATIC IPC via Ethernet. This requires a second computer, that sends the power-up command to the powered off IPC. Any other solution is welcome. regards, |
2/5/2020 8:49 AM | |
Joined: 9/14/2007 Last visit: 10/6/2024 Posts: 4 Rating: (0) |
|
Last edited by: Rover Dan at: 02/05/2020 09:03:37 |
|
3/10/2020 12:47 PM | |
Posts: 531 Rating: (34) |
I tried to get this function but Siemens decided against implementing it. A workaround like mentioned should work though. |
Follow us on