Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

how can i quickly reset device in my program

Hi,
I am writting a program in Visual Studio 2005 / C# , the device i used is pci6221, before the main program starts to run or after it finishes all the tasks, i wish to reset device to its initial state. I am not sure if there is any function in DAQmx which can quickly reset the device. The funciton should be same with what we usually do in MAX (RESET DEVICE).
Thanks
Michael

Message 1 of 2
(3,133 Views)
Dear Michael

You'd call DAQmxResetDevice (...) to reset your device programmatically
(cp. http://digital.ni.com/public.nsf/allkb/13734D71A825355A86256F8E0070CDE8).

Best regards

Philipp R.
0 Kudos
Message 2 of 2
(3,115 Views)