Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I reset the 6115 from VB.Net?

How do I reset the 6115 from VB.Net?
0 Kudos
Message 1 of 2
(3,205 Views)

Hi John Lanz,

You'll need to run something along these lines

myDevice = NationalInstruments.DAQmx.DaqSystem.Local.LoadDevice("Dev1")      'specify device name from the Name in MAX

myDevice.Reset()

Where myDevice is of type "Device".

I pulled this from the Measurement Studio Help on the Device class.

Hope this helps,

Andrew S.

National Instruments

Message 2 of 2
(3,196 Views)