NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to monitor DAQ card outputs during TestStand operation?

I am trying to debug a rare failure mode on a test station that runs on TestStand. TestStand controls measurement equipment through a PCI-GPIB controller and a DUT and DUT switch box through two NI-DAQmx devices; PCI-6509, and PCI-6534. I believe that root cause of the failure is due to the software not putting the DUT into the correct state for the test. In order to check this I need to monitor the changes on the GPIB and DAQ cards. I was able to use NI Spy to monitor the commands on the GPIB bus but I have not been able to monitor the state of DAQ cards. Is there a tool that will allow me to pause TestStand during its operation and look at what logic states the PCI-6509 and PCI-6534 outputs are in? Or at least monitor the I/O of the PCI-6509 and PCI-6534 cards similar to what NI SPY offers for the GPIB cards?
Regards,
David

0 Kudos
Message 1 of 2
(4,496 Views)

I am not aware of a tool similar to NI SPY for I/O cards.

 

However you can introduce a break point at the point of interest in a test sequence(step).TestStand will stop execution at that point.

You can then manually verify the I/O status using a DMM .

Hope this helps.

 

 

0 Kudos
Message 2 of 2
(4,483 Views)