09-09-2017 12:08 PM
09-11-2017 06:32 AM
Reset for Windows is a DOS command. It is: Shutdown –r –t 00
If you want to delay the reset, replace the ceros with a number = seconds
Example: Shutdown –r –25 will delay 25 seconds, then restart.
To shutdown the PC the command is: Shutdown –s -t 00
In Labview you should use a RUN vi and feed it with a string containing the command.
Good luck there.