LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

shut down PXI programmatically

Hello

 

I know there are ways to boot up or shut down a PXI (WoL for example) i dont know much about this method.

 

What im looking for is a way to shut down a PXIe 1071 chassy and 8135 CPU, programmatically using labview code.

 

any ideas would help

 

 

thanks!

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

The functions you want can be found on the Real-Time Palette, RT Utilities, System Configuration.  Find Systems can return an array of the PXIs that it "sees" (convert the string output to a System Session using a TypeCast).  You can then feed this to Initialize Session, Restart, and Close, which should force the PXI to reboot itself.

 

Bob Schor

0 Kudos
Message 3 of 3
(2,670 Views)