06-23-2010 04:17 PM
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
Solved! Go to Solution.
06-23-2010 04:55 PM - edited 06-23-2010 04:55 PM
Hello,
There is a DAQmx Reset Device.vi. This will give you the same functionality as the device reset in MAX:
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