Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

Resetting DAQ

Solved!
Go to solution

Can someone tell me how to reset a DAQ card from LabVIEW block diagram without using MAX Program?  

 

After a test has failed, LabVIEW will leave the pin inverted. So when I run the test again it will continue to fail unless I manually click the reset device button show in the picture below.

 

Please can someone help me ASAP?

 

Additional info:

-I am using NI PCI-6251 card.

                        -I am using DAQmx

                        -I am using LabVIEW 8.0, but have access to LabVIEW 8.2

-also i am using a quad encoder 

0 Kudos
Message 1 of 2
(3,039 Views)
Solution
Accepted by sticyfinger

Hello,

 

There is a DAQmx Reset Device.vi.  This will give you the same functionality as the device reset in MAX:

 

        17289i57932543B8D7C0AE

 

If you don't want to reset the whole device, you can also set individual lines to High/Low or Tristate programmatically if desired.

 

 

Best Regards,

 

John

 

John Passiak
0 Kudos
Message 2 of 2
(3,031 Views)