Switch Hardware and Software

cancel
Showing results for 
Search instead for 
Did you mean: 

Required Matrix

I'm a bit new to switch matrices, but I think I have it figured out.  Just to be sure, I thought I better post here, and see if anyone can tell me if this is right or wrong.

I have a project that uses a PXI chassis with a bunch of test cards in it (DMM, digitzer, Arb, counter, etc.).  Altogether 40 I/Os.  I am using it to perform automated tests on a seris of circuit cards which have 100 pin connectors on them.  All the tests are pretty standard, and run along the following lines: (put 10VDC on pin 2, measure signal between pin 5 and ground.  Apply 30MHz signal to pin 7 measure resistance across pins 90 and 95).  Not very hard.  The tricky part is that they want to continue to use this thing for cards that are not only totally unrelated, but that haven't even been specified yet, so I don't know which signals I will need at which pins, or in which combination. 

So if I understand how the matrices work, just to be sure I have every possible combination covered so they can test every card possible (assuming I have the necessary PXI cards), I should use a 40x100 1-wire switch matrix, right?  NI doesn't make one, I know, but I can construct it out of smaller matrices.

~Benjamin
0 Kudos
Message 1 of 3
(6,297 Views)

Hello Benjamin,

You have the right idea about building your matrix, but here are a couple of things to keep in mind:

-- The number of rows in a matrix define the number of independent simultaneous connections you can make. In a 40x100 matrix, you can make 40 simultaneous connections without necessarily shorting any of your instruments or test points together. If you want to be able to connect any of the 40 instrumentation signals to any of the 100 test points, but you will only need to connect a couple at a time, you could configure a 4x140 matrix. Place all of your instruments and test points on the columns and then use the rows to connect columns together. For example, C29->R1 and R1->C68 connects the instrument on C29 with the testpoint on C68, using Row 1. If you only needed 4 or fewer simultaneous independent connections, this method is much more cost-efficient. A 40x100 matrix has 4000 crosspoints. A 4x140 matrix has 560 crosspoints.

-- Consider the type of signals you'll be routing (voltage, current, frequency, differential or single-ended, etc.) when choosing the switch configuration. You mentioned having a 30 MHz signal. Routing that through a 1-wire matrix is like using a 10-inch piece of wire instead of coaxial cable from your Arb to the load. The impedance mismatch will be significant and your signal integrity will really suffer. You may do better with a 2-wire switch to carry the reference along with the signal line, or a coaxial switch to maintain a constant impedance from the cables through the switch.

-- If your project allows you to partition some of the instruments to certain test points, you may be able to define a few smaller matrices instead of one large matrix. For example, if 12 of your test points will only need to connect to your DC supply, maybe you could have a small 12x1 multiplexer for those lines and decrease the size of your large matrix.

I hope this is helpful. Good luck with your project!

Charles

 

Message 2 of 3
(6,282 Views)
Thanks for the help, I think I have it now.
0 Kudos
Message 3 of 3
(6,260 Views)