LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

shutdown using LabVIEW

Solved!
Go to solution

I am using two machines (computers) and two separate projects for a single system, i want to shutdown it using LabVIEW 2010 64 bit.....Is it ible?

 

 

0 Kudos
Message 1 of 3
(2,893 Views)

You can use this http://www.computerhope.com/shutdown.htm and theSystem Exec VI

System Exec VI
Owning Palette:connectivity-> Libraries & Executables VIs and Functions
Executes a system command. Use the System Exec VI to execute or launch other Windows–based applications or Linux command-line applications from within VIs. With the System Exec VI, you execute a system-level command line that can include any parameters supported by the application you want to launch.

 Is is an example go to help in the toolbar. Select Find Example, and then search for command. Locate the "Calling System Exec.vi" example



Besides which, my opinion is that Express VIs Carthage must be destroyed deleted
(Sorry no Labview "brag list" so far)
0 Kudos
Message 2 of 3
(2,882 Views)
Solution
Accepted by topic author Anagha.G

Use the system exec-vi as mentione and checkout the dos command "shutdown -s"

/Y 

G# - Award winning reference based OOP for LV, for free! - Qestit VIPM GitHub

Qestit Systems
Certified-LabVIEW-Developer
0 Kudos
Message 3 of 3
(2,859 Views)