Multifunction DAQ

cancel
Showing results for 
Search instead for 
Did you mean: 

continuity tester

Solved!
Go to solution

I am new user for Labview,my application is to build a complet fuctional tester,i need to test continuity for onseide  32 pin male connector other side is 32 pin female connector,one to one point continuity,i need your help to custmise the hardware as well as code,i decided to use NI USB-6211,And USB Switch matrix,is it right,help me to find right instrument.

0 Kudos
Message 1 of 13
(7,732 Views)

Personally, I'd rather use a DMM such as the USB-4065.  Finding a USB switch module might be interesting.  And I found an Agilent module that does 4x8 2-wire.  And thoughts on moving to PXI?

 

Anyways, you need a matrix with at least 32 channels.  Connect the + side to one of the 32-pin connectors and the - side to the other 32-pin connector.  Via that matrix, connect the DMM to the channel you want to test and do a simple 2-wire resistance measurement.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 2 of 13
(7,729 Views)

If you had picked a DAQ device with 32 digital lines, you could skip the whole matrix and test continuity of all lines at once. What drove the decision for the 6211?

0 Kudos
Message 3 of 13
(7,722 Views)

I see where Dennis is going with this, and it it a good idea.  But first a clearification.  Do you only need to test continuity or do you also need to check for shorts between pins?  If you do not have to look for shorts, then you can go with a USB-6218 which has 32 inputs.  Tie all of the pins of one connector to the +5V of the DAQ and the other connector goes to the various analog inputs of the DAQ.  Measure the voltage of all the channels on the DAQ.  If you have to check for shorts, well, then you are back to finding a switch matrix.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
0 Kudos
Message 4 of 13
(7,717 Views)

I was thinking the 6509 (I should have said 32 inputs and 32 outputs) and with that, you can also check for shorts. With a pull-up on the output, driving one end low and detecting a low at the other end will confirm continuity. If you alternate the signals (i.e. 10101 etc,) if you detect a 0 when you expect a 1, then adjacent pins are shorted. With two writes, you completely test for continuity and adjacent shorts. Quick and simple and much cheaper than the 6211.

Message 5 of 13
(7,713 Views)
Solution
Accepted by Raikar

@Dennis_Knutson wrote:

I was thinking the 6509 (I should have said 32 inputs and 32 outputs) and with that, you can also check for shorts. With a pull-up on the output, driving one end low and detecting a low at the other end will confirm continuity. If you alternate the signals (i.e. 10101 etc,) if you detect a 0 when you expect a 1, then adjacent pins are shorted. With two writes, you completely test for continuity and adjacent shorts. Quick and simple and much cheaper than the 6211.


Ah, you are using DIO instead of AI.  That's ingenious!


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5