LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to make a RESET button in labview ?


@HARRY78 wrote:

how to make a RESET button in labview ?


It does not make a lot of sense to add to an old thread and just repeat the subject line in the body of the post. (You did the same here). Since the question has been discussed in detail, please clarify what else you need.

0 Kudos
Message 31 of 32
(599 Views)

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.

0 Kudos
Message 32 of 32
(576 Views)