12-15-2011 05:06 AM - edited 12-15-2011 05:09 AM
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?
Solved! Go to Solution.
12-15-2011 05:33 AM
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

12-15-2011 12:29 PM
Use the system exec-vi as mentione and checkout the dos command "shutdown -s"
/Y