LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Reset multifunction DAQ?

Solved!
Go to solution

Does a call to "DAQmx Reset Device.vi" reset all modes of multi-function DAQ hardware or only those associated with the task that's wired to the input? In other words, if the hardware includes Analog Input, Analog Output and Digital I/O, for example, does the reset apply to all modes or just those associated with the input task? In this case it's a USB-6366, but the question applies to any multi-function DAQ.

Thanks,
Don

0 Kudos
Message 1 of 7
(2,803 Views)
Solution
Accepted by donmseattle
The whole device is reset. Why do you need to reset it?
0 Kudos
Message 2 of 7
(2,798 Views)

Currently I don't. I'm including the capability as part of a somewhat generic app.

 

Thanks for the reply.

Don

0 Kudos
Message 3 of 7
(2,795 Views)

Is the same true of the Self-Test vi?

0 Kudos
Message 4 of 7
(2,788 Views)
Is what true? The self test doesn't do much more than verify communication to a device.
0 Kudos
Message 5 of 7
(2,784 Views)

OK, thanks. I'm writing most of the code with a simulated front end so I can't check everything out on real hardware right away.

0 Kudos
Message 6 of 7
(2,781 Views)

Not sure if this is applicable, but you can simulate DAQmx devices in MAX.  Then in LabVIEW they appear as normal devices and can be used as normal devices.  Many times I write code to simulated devices to test to see if some code can run.  Obviously there is no output but you would be surprised what kind of errors you can find before having hardware using this technique.

 

http://www.ni.com/white-paper/3698/en/

http://digital.ni.com/public.nsf/allkb/75CF478A58545DFC86256FCC006E25A2

 

0 Kudos
Message 7 of 7
(2,720 Views)